SYMBOL INDEX (169 symbols across 25 files) FILE: src/Common/Adapter/Zip/PclZipAdapter.php class PclZipAdapter (line 5) | class PclZipAdapter implements ZipInterface method open (line 17) | public function open($filename) method close (line 25) | public function close() method addFromString (line 30) | public function addFromString(string $localname, string $contents, boo... FILE: src/Common/Adapter/Zip/ZipArchiveAdapter.php class ZipArchiveAdapter (line 5) | class ZipArchiveAdapter implements ZipInterface method open (line 17) | public function open($filename) method close (line 31) | public function close() method addFromString (line 40) | public function addFromString(string $localname, string $contents, boo... FILE: src/Common/Adapter/Zip/ZipInterface.php type ZipInterface (line 5) | interface ZipInterface method open (line 16) | public function open($filename); method close (line 25) | public function close(); method addFromString (line 37) | public function addFromString(string $localname, string $contents, boo... FILE: src/Common/Autoloader.php class Autoloader (line 24) | class Autoloader method register (line 34) | public static function register(): void method autoload (line 44) | public static function autoload(string $class): void FILE: src/Common/Drawing.php class Drawing (line 21) | class Drawing method angleToDegrees (line 33) | public static function angleToDegrees(int $pValue = 0): float method centimetersToPixels (line 50) | public static function centimetersToPixels(float $pValue = 0): int method centimetersToPoints (line 66) | public static function centimetersToPoints(float $pValue = 0): float method centimetersToTwips (line 82) | public static function centimetersToTwips(int $pValue = 0): float method degreesToAngle (line 99) | public static function degreesToAngle(int $pValue = 0): int method emuToPixels (line 112) | public static function emuToPixels(int $pValue = 0): float method htmlToRGB (line 129) | public static function htmlToRGB(string $pValue): ?array method inchesToPoints (line 158) | public static function inchesToPoints(float $pValue): float method inchesToTwips (line 170) | public static function inchesToTwips(int $pValue = 0): int method picasToPoints (line 187) | public static function picasToPoints(float $pValue): float method pixelsToCentimeters (line 200) | public static function pixelsToCentimeters(int $pValue = 0): float method pixelsToEmu (line 213) | public static function pixelsToEmu(float $pValue = 0): float method pixelsToPoints (line 225) | public static function pixelsToPoints(int $pValue = 0): float method pointsToCentimeters (line 238) | public static function pointsToCentimeters(float $pValue = 0): float method pointsToEmu (line 254) | public static function pointsToEmu(float $pValue = 0): int method pointsToPixels (line 270) | public static function pointsToPixels(float $pValue = 0): float method twipsToCentimeters (line 287) | public static function twipsToCentimeters(int $pValue = 0): float method twipsToInches (line 303) | public static function twipsToInches(int $pValue = 0): float method twipsToPixels (line 319) | public static function twipsToPixels(int $pValue = 0): float FILE: src/Common/File.php class File (line 21) | class File method fileExists (line 30) | public static function fileExists(string $pFilename): bool method fileGetContents (line 62) | public static function fileGetContents(string $pFilename): ?string method realpath (line 94) | public static function realpath(string $pFilename): string FILE: src/Common/Font.php class Font (line 24) | class Font method fontSizeToPixels (line 33) | public static function fontSizeToPixels(int $fontSizeInPoints = 12): f... method inchSizeToPixels (line 45) | public static function inchSizeToPixels(int $sizeInInch = 1): int method centimeterSizeToPixels (line 57) | public static function centimeterSizeToPixels(int $sizeInCm = 1): float method centimeterSizeToTwips (line 69) | public static function centimeterSizeToTwips(int $sizeInCm = 1): float method inchSizeToTwips (line 81) | public static function inchSizeToTwips(int $sizeInInch = 1): int method pixelSizeToTwips (line 93) | public static function pixelSizeToTwips(int $sizeInPixel = 1): float method pointSizeToTwips (line 105) | public static function pointSizeToTwips(int $sizeInPoint = 1): float FILE: src/Common/Microsoft/OLERead.php class OLERead (line 25) | class OLERead method read (line 109) | public function read(string $sFileName): void method getStream (line 204) | public function getStream(int $stream): ?string method readData (line 250) | private function readData(int $blID): string method readPropertySets (line 267) | private function readPropertySets(): void method getInt4d (line 342) | private static function getInt4d($data, $pos) FILE: src/Common/Microsoft/PasswordEncoder.php class PasswordEncoder (line 24) | class PasswordEncoder method hashPassword (line 118) | public static function hashPassword(string $password, string $algorith... method getAlgorithm (line 169) | private static function getAlgorithm(string $algorithmName): string method getAlgorithmId (line 186) | public static function getAlgorithmId(string $algorithmName): int method buildCombinedKey (line 198) | private static function buildCombinedKey(array $byteChars): int method int32 (line 243) | private static function int32($value) FILE: src/Common/Text.php class Text (line 24) | class Text method buildControlCharacters (line 36) | private static function buildControlCharacters(): void method controlCharacterPHP2OOXML (line 62) | public static function controlCharacterPHP2OOXML(string $value = ''): ... method numberFormat (line 79) | public static function numberFormat(float $number, int $decimals): string method chr (line 93) | public static function chr(int $dec): string method controlCharacterOOXML2PHP (line 118) | public static function controlCharacterOOXML2PHP(string $value = ''): ... method isUTF8 (line 134) | public static function isUTF8(string $value = ''): bool method toUTF8 (line 146) | public static function toUTF8(?string $value = ''): ?string method toUnicode (line 166) | public static function toUnicode(string $text): string method utf8ToUnicode (line 181) | public static function utf8ToUnicode(string $text): array method unicodeToEntities (line 223) | private static function unicodeToEntities(array $unicode): string method removeUnderscorePrefix (line 243) | public static function removeUnderscorePrefix(?string $value): string FILE: src/Common/XMLReader.php class XMLReader (line 30) | class XMLReader method getDomFromZip (line 56) | public function getDomFromZip(string $zipFile, string $xmlFile) method getDomFromString (line 87) | public function getDomFromString(string $content) method getElements (line 112) | public function getElements(string $path, ?\DOMElement $contextNode = ... method registerNamespace (line 138) | public function registerNamespace($prefix, $namespaceURI) method getElement (line 158) | public function getElement($path, ?\DOMElement $contextNode = null): ?... method getAttribute (line 177) | public function getAttribute($attribute, ?\DOMElement $contextNode = n... method getValue (line 204) | public function getValue($path, ?\DOMElement $contextNode = null) method countElements (line 222) | public function countElements($path, ?\DOMElement $contextNode = null) method elementExists (line 237) | public function elementExists($path, ?\DOMElement $contextNode = null) FILE: src/Common/XMLWriter.php class XMLWriter (line 37) | class XMLWriter extends \XMLWriter method __construct (line 57) | public function __construct(int $pTemporaryStorage = self::STORAGE_MEM... method __destruct (line 85) | public function __destruct() method getData (line 101) | public function getData() method writeElementBlock (line 125) | public function writeElementBlock(string $element, $attributes, ?strin... method writeElementIf (line 147) | public function writeElementIf(bool $condition, string $element, ?stri... method writeAttributeIf (line 169) | public function writeAttributeIf(bool $condition, string $attribute, $... method writeAttribute (line 182) | public function writeAttribute($name, $value): bool FILE: tests/Common/Tests/Adapter/Zip/AbstractZipAdapter.php class AbstractZipAdapter (line 8) | abstract class AbstractZipAdapter extends \PHPUnit\Framework\TestCase method createAdapter (line 20) | abstract protected function createAdapter(): ZipInterface; method setUp (line 22) | public function setUp(): void method tearDown (line 31) | public function tearDown(): void method testOpen (line 40) | public function testOpen(): void method testClose (line 46) | public function testClose(): void method testAddFromStringWithCompression (line 53) | public function testAddFromStringWithCompression(): void method testAddFromStringWithNoCompression (line 73) | public function testAddFromStringWithNoCompression(): void FILE: tests/Common/Tests/Adapter/Zip/PclZipAdapterTest.php class PclZipAdapterTest (line 8) | class PclZipAdapterTest extends AbstractZipAdapter method createAdapter (line 10) | protected function createAdapter(): ZipInterface FILE: tests/Common/Tests/Adapter/Zip/ZipArchiveAdapterTest.php class ZipArchiveAdapterTest (line 8) | class ZipArchiveAdapterTest extends AbstractZipAdapter method createAdapter (line 10) | protected function createAdapter(): ZipInterface FILE: tests/Common/Tests/AutoloaderTest.php class AutoloaderTest (line 26) | class AutoloaderTest extends \PHPUnit\Framework\TestCase method testRegister (line 31) | public function testRegister(): void method testAutoload (line 43) | public function testAutoload(): void FILE: tests/Common/Tests/DrawingTest.php class DrawingTest (line 28) | class DrawingTest extends \PHPUnit\Framework\TestCase method testDegreesAngle (line 30) | public function testDegreesAngle(): void method testInchesPoints (line 40) | public function testInchesPoints(): void method testPicasPoints (line 49) | public function testPicasPoints(): void method testPixelsCentimeters (line 58) | public function testPixelsCentimeters(): void method testPixelsEMU (line 68) | public function testPixelsEMU(): void method testPixelsPoints (line 78) | public function testPixelsPoints(): void method testPointsCentimeters (line 88) | public function testPointsCentimeters(): void method testPointsEmu (line 96) | public function testPointsEmu(): void method testCentimetersPoints (line 104) | public function testCentimetersPoints(): void method testTwips (line 111) | public function testTwips(): void method testHTML (line 134) | public function testHTML(): void FILE: tests/Common/Tests/FileTest.php class FileTest (line 28) | class FileTest extends \PHPUnit\Framework\TestCase method testFileExists (line 30) | public function testFileExists(): void method testGetFileContents (line 47) | public function testGetFileContents(): void method testRealPath (line 57) | public function testRealPath(): void FILE: tests/Common/Tests/FontTest.php class FontTest (line 28) | class FontTest extends \PHPUnit\Framework\TestCase method testMath (line 30) | public function testMath(): void FILE: tests/Common/Tests/Microsoft/PasswordEncoderTest.php class PasswordEncoderTest (line 28) | class PasswordEncoderTest extends \PHPUnit\Framework\TestCase method testEncodePassword (line 33) | public function testEncodePassword(): void method testEncodePasswordWithSalt (line 48) | public function testEncodePasswordWithSalt(): void method testDefaultsToSha1IfUnsupportedAlgorithm (line 64) | public function testDefaultsToSha1IfUnsupportedAlgorithm(): void method testEncodePasswordWithNullAsciiCodeInPassword (line 80) | public function testEncodePasswordWithNullAsciiCodeInPassword(): void FILE: tests/Common/Tests/TextTest.php class TextTest (line 29) | class TextTest extends TestCase method testControlCharactersPHP2OOXML (line 31) | public function testControlCharactersPHP2OOXML(): void method testControlCharactersOOXML2PHP (line 44) | public function testControlCharactersOOXML2PHP(): void method testNumberFormat (line 50) | public function testNumberFormat(): void method testChr (line 57) | public function testChr(): void method testIsUTF8 (line 70) | public function testIsUTF8(): void method testToUtf8 (line 77) | public function testToUtf8(): void method testToUnicode (line 87) | public function testToUnicode(): void method testRemoveUnderscorePrefix (line 97) | public function testRemoveUnderscorePrefix(): void FILE: tests/Common/Tests/XMLReaderTest.php class XMLReaderTest (line 30) | class XMLReaderTest extends TestCase method testDomFromString (line 35) | public function testDomFromString(): void method testDomFromZip (line 50) | public function testDomFromZip(): void method testDomFromZipWithSharepointPath (line 65) | public function testDomFromZipWithSharepointPath(): void method testThrowsExceptionOnNonExistingArchive (line 76) | public function testThrowsExceptionOnNonExistingArchive(): void method testCountElements (line 90) | public function testCountElements(): void method testReturnNullOnNonExistingNode (line 101) | public function testReturnNullOnNonExistingNode(): void method testShouldThrowExceptionIfNamespaceIsNotKnown (line 114) | public function testShouldThrowExceptionIfNamespaceIsNotKnown(): void method testShouldParseXmlWithCustomNamespace (line 127) | public function testShouldParseXmlWithCustomNamespace(): void method testShouldThowExceptionIfTryingToRegisterNamespaceBeforeReadingDoc (line 140) | public function testShouldThowExceptionIfTryingToRegisterNamespaceBefo... FILE: tests/Common/Tests/XMLWriterTest.php class XMLWriterTest (line 29) | class XMLWriterTest extends \PHPUnit\Framework\TestCase method testConstruct (line 31) | public function testConstruct(): void method testConstructCompatibility (line 48) | public function testConstructCompatibility(): void method testWriteAttribute (line 72) | public function testWriteAttribute(): void method testWriteAttributeIf (line 82) | public function testWriteAttributeIf(): void method testWriteAttributeShouldWriteFloatValueLocaleIndependent (line 99) | public function testWriteAttributeShouldWriteFloatValueLocaleIndepende... method testWriteElementBlock (line 120) | public function testWriteElementBlock(): void method testWriteElementIf (line 146) | #[DataProvider('dataProviderWriteElementIf')] method dataProviderWriteElementIf (line 158) | public static function dataProviderWriteElementIf(): array FILE: tests/Common/Tests/_includes/TestHelperZip.php class TestHelperZip (line 5) | class TestHelperZip method assertFileExists (line 7) | public static function assertFileExists(string $fileZip, string $path)... method assertFileContent (line 20) | public static function assertFileContent(string $fileZip, string $path... method assertFileIsCompressed (line 37) | public static function assertFileIsCompressed(string $fileZip, string ... FILE: tests/Common/Tests/_includes/XmlDocument.php class XmlDocument (line 27) | class XmlDocument method __construct (line 62) | public function __construct(string $path) method getFileDom (line 74) | public function getFileDom(string $file = 'word/document.xml'): \DOMDo... method getNodeList (line 98) | public function getNodeList(string $path, string $file = 'word/documen... method getElement (line 119) | public function getElement(string $path, string $file = 'word/document... method getFile (line 131) | public function getFile(): string method getPath (line 141) | public function getPath(): string method getElementAttribute (line 155) | public function getElementAttribute(string $path, string $attribute, s... method attributeElementExists (line 171) | public function attributeElementExists(string $path, string $attribute... method elementExists (line 186) | public function elementExists(string $path, string $file = 'word/docum...