Home
last modified time | relevance | path

Searched refs:subset (Results 1 – 25 of 66) sorted by relevance

123

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DArraySubset.php22 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/
DArraySubsetTest.php15 * @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 DBufferedTokenStream.php302 $subset = [];
315 $subset[] = $t;
319 return $subset;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DFontWriter.php179 $subset = $font['subsets'][$sfid];
180 unset($subset[0]);
181 …$ttfontstream = $ttf->makeSubsetSIP($font['ttffile'], $subset, $font['TTCfontID'], $this->mpdf->de…
284 $subset = $font['subset'];
285 unset($subset[0]);
286 …$ttfontstream = $ttf->makeSubset($font['ttffile'], $subset, $font['TTCfontID'], $this->mpdf->debug…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.Allowed.txt20 The syntax is a <em>subset</em> of TinyMCE's <code>valid_elements</code>
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
Ds.js19 …286",subedot:"\u2AC3",submult:"\u2AC1",subplus:"\u2ABF",subrarr:"\u2979",subset:"\u2282",subseteq:… property
/plugin/masciimath/
DREADME.txt20 … letters (i.e. Alpha and gamma), uppercase and lowercase, whereas Jipsen's only recognizes a subset
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php52 * @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/flowplay/flowplayer/
Djavascript.txt1 FlowPlayer's JavaScript API supports a subset of the JavaScript API
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
DFunctions.php71 * @param array|ArrayAccess $subset
76 function assertArraySubset($subset, $array, $strict = false, $message = '') argument
/plugin/asciidocjs/node_modules/ansi-styles/
Dreadme.md90 …unless you access them explicitly. This makes it easier to expose only a subset in a higher-level …
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dfor.rst162 You might want to iterate over a subset of values. This can be achieved using
/plugin/flowplay2/flowplayer/
Djavascript.txt1 FlowPlayer API supports a subset of the JavaScript API
/plugin/bugzillaint/docs/
Dbugzillaint.txt92 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/
DTTFontFile.php3457 function makeSubset($file, &$subset, $TTCfontID = 0, $debug = false, $useOTL = false) argument
3571 foreach ($subset as $code) {
3950 function makeSubsetSIP($file, &$subset, $TTCfontID = 0, $debug = false, $useOTL = 0) argument
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 as $code) {
/plugin/codeprettify/code-prettify/
DREADME.md56 It works passably on Ruby, PHP, VB, and Awk and a decent subset of Perl and
/plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/
Dreadme.md261 * Get a subset of the items from the given array.
/plugin/codemirror/dist/modes/
Dttcn.min.js.map1 …ivate public friend\"),\n templateMatch: words(\"complement ifpresent subset superset permutati…
/plugin/scrape/vendor/scotteh/php-dom-wrapper/
DREADME.md1075 Return a subset of the current set based on the start and end indexes.
/plugin/diagramsnet/lib/js/orgchart/
DOrgChart.Layout.min.js1subset){for(var $t1,center=System.Double.min,child,c,leftmost,rightmost,diff,$t=Bridge.getEnumerat… argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js14subset=new a(this.font),this.registerTTF()}var n,o;return n={Courier:function(){return h.readFileS…
15subset={},this.unicodes={},this.next=33}return t.prototype.use=function(t){var e,n,r;{if("string"!…
Dpdfmake.js29125 this.subset = new Subset(this.font);
29176 return (_ref = this.subset) != null ? _ref.use(characters) : void 0;
29196 return ((_ref = this.subset) != null ? _ref.encodeText(text) : void 0) || text;
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 = {};
[all …]
/plugin/mdpage/vendor/cebe/markdown/
DREADME.md357 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/
DREADME.md163 LimitStream can be used to read a subset or slice of an existing stream object.
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md176 LimitStream can be used to read a subset or slice of an existing stream object.

123