Home
last modified time | relevance | path

Searched refs:Coverage (Results 1 – 25 of 32) sorted by last modified time

12

/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md6 [![Coverage Status](https://coveralls.io/repos/myclabs/DeepCopy/badge.png?branch=1.x)](https://coveralls.io/r/myclabs/DeepCopy?branch=1.x)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php365 // 4. Load GSUB data, Coverage & Lookups
1027 // 6. Load GPOS data, Coverage & Lookups
1314 // NB Coverage only looks at glyphs for position 1 (esp. 7.3 and 8.3)
1367 // NB Coverage only looks at glyphs for position 1 (esp. 7.3 and 8.3)
1423 // NB Coverage only looks at glyphs for position 1 (esp. 7.3 and 8.3)
1480 // NB Coverage only looks at glyphs for position 1 (esp. 7.3 and 8.3)
1578 // Halant has already been matched, and already checked that $nextGID is in Coverage table
1582 $Coverage = $subtable_offset + $this->read_ushort();
1685 $Coverage = $subtable_offset + $this->read_ushort();
1715 $Coverage
[all...]
H A DOtlDump.php1045 The table consists of an offset to a Coverage table (Coverage) listing all glyphs that define attachment points in the GPOS table, a count of the glyphs with attachment points (GlyphCount), and an array of offsets to AttachPoint tables (AttachPoint). The array lists the AttachPoint tables, one for each glyph in the Coverage table, in the same order as the Coverage Index.
1048 Offset Coverage Offset to Coverage table - from beginning of AttachList table
1050 Offset AttachPoint[GlyphCount] Array of offsets to AttachPoint tables-from beginning of AttachList table-in Coverage Index order
1358 // NB Coverage only looks at glyphs for position 1 (i.e. 5.3 and 6.3) // NEEDS TO READ ALL ********************
1359 $Coverage = $GSLookup[$i]['Subtables'][$c] + $this->read_ushort();
1360 $this->seek($Coverage);
[all...]
H A DTTFontFile.php1299 The table consists of an offset to a Coverage table (Coverage) listing all glyphs that define attachment points in the GPOS table, a count of the glyphs with attachment points (GlyphCount), and an array of offsets to AttachPoint tables (AttachPoint). The array lists the AttachPoint tables, one for each glyph in the Coverage table, in the same order as the Coverage Index.
1302 Offset Coverage Offset to Coverage table - from beginning of AttachList table
1304 Offset AttachPoint[GlyphCount] Array of offsets to AttachPoint tables-from beginning of AttachList table-in Coverage Index order
1607 // NB Coverage only looks at glyphs for position 1 (i.e. 5.3 and 6.3) // NEEDS TO READ ALL ********************
1608 $Coverage = $GSLookup[$i]['Subtables'][$c] + $this->read_ushort();
1609 $this->seek($Coverage);
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DGNUFreeFontinfo.txt15 Coverage
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md8 [![Code Coverage](https://scrutinizer-ci.com/g/Lusitanian/PHPoAuthLib/badges/coverage.png?s=a0a15bebfda49e79f9ce289b00c6dfebd18fc98e)](https://scrutinizer-ci.com/g/Lusitanian/PHPoAuthLib/)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1034 - Coverage Reporting improved with Codecov [#888](https://github.com/ruflin/Elastica/pull/888)
/plugin/evesso/phpoauthlib/
H A DREADME.md6 [![Code Coverage](https://scrutinizer-ci.com/g/Lusitanian/PHPoAuthLib/badges/coverage.png?s=a0a15be…
/plugin/authgooglesheets/vendor/ralouphie/getallheaders/
H A DREADME.md7 [![Coverage Status](https://coveralls.io/repos/ralouphie/getallheaders/badge.png?branch=master)](ht…
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md7 [![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/commonmark.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/commonmark/code-structure)
9 [![Psalm Type Coverage](https://shepherd.dev/github/thephpleague/commonmark/coverage.svg)](https://shepherd.dev/github/thephpleague/commonmark)
/plugin/mdpage/
H A DREADME.md5 [![Test Coverage](https://api.codeclimate.com/v1/badges/b43a73f03fca36f12742/test_coverage)](https:…
/plugin/adfs/phpsaml/
H A DREADME.md3 …php-saml.png?branch=master)](http://travis-ci.org/onelogin/php-saml) [![Coverage Status](https://c…
/plugin/ipban/ip-lib/
H A DREADME.md4 [![Coverage Status](https://coveralls.io/repos/github/mlocati/ip-lib/badge.svg?branch=master)](http…
/plugin/swarmwebhook/
H A DREADME.md2 [![Code Coverage](https://scrutinizer-ci.com/g/micgro42/dokuwiki-plugin-swarmwebhook/badges/coverag…
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md7 | [![Coverage Status][Master coverage image]][Master coverage] | [![Coverage Status][1.x coverage i…
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md6 [![Code Coverage](https://scrutinizer-ci.com/g/doctrine/instantiator/badges/coverage.png?b=master)]…
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A DREADME.md4 [![Code Coverage](https://scrutinizer-ci.com/g/goetas-webservices/xsd2php-runtime/badges/coverage.p…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dcode-coverage-ignore.phpt30 Code Coverage Report:%w
H A Ddisable-code-coverage-ignore.phpt31 Code Coverage Report:%w
H A Dhelp.phpt15 Code Coverage Options:
H A Dhelp2.phpt16 Code Coverage Options:
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DCoverage.php15 class Coverage class
45 throw new RuntimeException('Coverage Report already finalized');
H A DFile.php70 return new Coverage($lineNode, $line);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A DBankAccount-text.txt3 Code Coverage Report:
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md6 [![Coverage Status](https://coveralls.io/repos/myclabs/DeepCopy/badge.png?branch=1.x)](https://cove…

12