/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
H A D | ArraySubset.php | 22 protected $subset; variable in PHPUnit_Framework_Constraint_ArraySubset 30 * @param array|Traversable $subset 33 public function __construct($subset, $strict = false) argument 37 $this->subset = $subset; 53 $this->subset = $this->toArray($this->subset); 55 $patched = array_replace_recursive($other, $this->subset); 71 return 'has the subset ' . $this->exporter->export($this->subset);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/ |
H A D | ArraySubsetTest.php | 15 * @param array|Traversable $subset 20 public function testEvaluate($expected, $subset, $other, $strict) argument 22 $constraint = new PHPUnit_Framework_Constraint_ArraySubset($subset, $strict);
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | BufferedTokenStream.php | 302 $subset = []; 315 $subset[] = $t; 319 return $subset;
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/ |
H A D | FontWriter.php | 55 $usage = (int) (count($f['subset']) * 100 / $nChars); 57 // Always subset the very large TTF files 169 $this->mpdf->fonts[$k]['n'][$sfid] = $this->mpdf->n + 1; // NB an array for subset 173 /* For some strange reason a subset ($sfid > 0) containing less than 97 characters causes an error 179 $subset = $font['subsets'][$sfid]; 180 unset($subset[0]); 181 $ttfontstream = $ttf->makeSubsetSIP($font['ttffile'], $subset, $font['TTCfontID'], $this->mpdf->debugfonts, $font['useOTL']); // mPDF 5.7.1 273 } // foreach subset 284 $subset = $font['subset']; [all...] |
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | HTML.Allowed.txt |
|
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/ |
H A D | s.js | 19 …286",subedot:"\u2AC3",submult:"\u2AC1",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",subseteq:…
|
/plugin/masciimath/ |
H A D | README.txt | 20 … letters (i.e. Alpha and gamma), uppercase and lowercase, whereas Jipsen's only recognizes a subset
|
/plugin/flowplay/flowplayer/ |
H A D | javascript.txt | 1 FlowPlayer's JavaScript API supports a subset of the JavaScript API
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 52 * @param array|ArrayAccess $subset 57 public static function assertArraySubset($subset, $array, $strict = false, $message = '') argument 59 if (!(is_array($subset) || $subset instanceof ArrayAccess)) { 73 $constraint = new PHPUnit_Framework_Constraint_ArraySubset($subset, $strict);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
H A D | Functions.php | 71 * @param array|ArrayAccess $subset 76 function assertArraySubset($subset, $array, $strict = false, $message = '') argument
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | for.rst | 162 You might want to iterate over a subset of values. This can be achieved using
|
/plugin/flowplay2/flowplayer/ |
H A D | javascript.txt | 1 FlowPlayer API supports a subset of the JavaScript API
|
/plugin/bugzillaint/docs/ |
H A D | bugzillaint.txt | 92 Quicksearch is not available in Bugzillas XML-RPC-API as of version 4.x. Therefore, only a subset o…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | TTFontFile.php | 23 // Recalculate correct metadata/profiles when making subset fonts (not SIP/SMP) 557 // Only called if font is not to be used as embedded subset i.e. NOT called for SIP/SMP fonts 3457 function makeSubset($file, &$subset, $TTCfontID = 0, $debug = false, $useOTL = false) 3571 foreach ($subset as $code) { 3950 function makeSubsetSIP($file, &$subset, $TTCfontID = 0, $debug = false, $useOTL = 0) 4114 foreach ($subset as $code) { 4210 $os2 = $this->_set_ushort($os2, 66, count($subset)); // LastCharIndex 4249 foreach ($subset as $cid => $code) { 4325 $entryCount = count($subset); 4344 foreach ($subset a 3445 makeSubset($file, & $subset, $TTCfontID = 0, $debug = false, $useOTL = false) global() argument 3938 makeSubsetSIP($file, & $subset, $TTCfontID = 0, $debug = false, $useOTL = 0) global() argument [all...] |
/plugin/codeprettify/code-prettify/ |
H A D | README.md | 56 It works passably on Ruby, PHP, VB, and Awk and a decent subset of Perl and
|
/plugin/codemirror/dist/modes/ |
H A D | ttcn.min.js.map | 1 …ivate public friend\"),\n templateMatch: words(\"complement ifpresent subset superset permutati…
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | OrgChart.Layout.min.js | 1 …subset){for(var $t1,center=System.Double.min,child,c,leftmost,rightmost,diff,$t=Bridge.getEnumerat… argument
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 29125 this.subset = new Subset(this.font); 29259 data = this.subset.encode(); 29266 FontName: this.subset.postscriptName, 29278 firstChar = +Object.keys(this.subset.cmap)[0]; 29281 _ref = this.subset.cmap; 29290 cmap.end(toUnicodeCmap(this.subset.subset)); 29293 BaseFont: this.subset.postscriptName, 31458 this.subset = {}; 31472 this.subset[this.next] = character; 31491 _ref = this.subset; [all …]
|
H A D | pdfmake.min.js | 14 …subset=new a(this.font),this.registerTTF()}var n,o;return n={Courier:function(){return h.readFileS… 15 …subset={},this.unicodes={},this.next=33}return t.prototype.use=function(t){var e,n,r;{if("string"!…
|
/plugin/mdpage/vendor/cebe/markdown/ |
H A D | README.md | 357 If you want to define a subset of the markdown language, i.e. remove some of the features, you have…
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
H A D | README.md | 163 LimitStream can be used to read a subset or slice of an existing stream object.
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | specs.md | 77 syntax is very small, corresponding only to a very small subset of
|
/plugin/authgooglesheets/vendor/monolog/monolog/ |
H A D | CHANGELOG.md | 54 …ags, to avoid dropping entire context data or even records due to an invalid subset of it somewhere
|
/plugin/diagramsnet/lib/math/extensions/MathML/ |
H A D | content-mathml.js | 19 …ent:a.transforms.infix("\u2261",1),approx:a.transforms.infix("\u2248",1),subset:a.transforms.infix… property in a.applyTokens
|
/plugin/diagramsnet/lib/math/jax/input/TeX/ |
H A D | jax.js | 19 …27B",prec:"227A",approx:"2248",succeq:"2AB0",preceq:"2AAF",supset:"2283",subset:"2282",supseteq:"2…
|