Home
last modified time | relevance | path

Searched refs:explicit (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/plugin/gtime/gtlib/asn1/
DASN1Tag.php35 private $explicit = true; variable in ASN1Tag
75 if ($this->explicit) {
166 public function setExplicit($explicit) { argument
167 $this->explicit = $explicit;
176 return $this->explicit;
/plugin/asciidocjs/node_modules/core-js/modules/
Dweb.dom.iterable.js48 var explicit = DOMIterables[NAME]; variable
56 …if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[key], true);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.SafeScripting.txt8 Inline scripting is not allowed, and the script must match an explicit whitelist.
DHTML.AllowedComments.txt6 A whitelist which indicates what explicit comment bodies should be
DURI.DefaultScheme.txt13 which case we reject all URIs which do not have explicit schemes.
DFilter.ExtractStyleBlocks.txt69 counter measures: an explicit width and height set to auto in all
/plugin/sketchcanvas/script/
Djs-yaml.mjs347 var explicit = [];
351 explicit.push(definition);
355 explicit = explicit.concat(definition);
357 …} else if (definition && (Array.isArray(definition.implicit) || Array.isArray(definition.explicit)…
358 // Schema.extend({ explicit: [ type1, type2, ... ], implicit: [ type1, type2, ... ] })
360 if (definition.explicit) explicit = explicit.concat(definition.explicit);
364 'or a schema definition ({ implicit: [...], explicit: [...] })');
377 …ere is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.');
381 explicit.forEach(function (type$1) {
390 result.explicit = (this.explicit || []).concat(explicit);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
Darrays.rst6 Serializing arrays and hashes (a concept that in PHP has not explicit boundaries)
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
DDhyanaOFL.txt65 Name(s) unless explicit written permission is granted by the corresponding
72 Copyright Holder(s) and the Author(s) or with their explicit written
DJomolhari-OFL.txt69 Name(s), in part or in whole, unless explicit written permission is
78 Copyright Holder and the Author(s) or with their explicit written
DLohitKannadaOFL.txt65 Name(s) unless explicit written permission is granted by the corresponding
72 Copyright Holder(s) and the Author(s) or with their explicit written
DLateef font OFL.txt64 Name(s) unless explicit written permission is granted by the corresponding
71 Copyright Holder(s) and the Author(s) or with their explicit written
DTharlonOFL.txt64 Name(s) unless explicit written permission is granted by the corresponding
71 Copyright Holder(s) and the Author(s) or with their explicit written
DXW Zar Font Info.txt63 Name(s) unless explicit written permission is granted by the corresponding
70 Copyright Holder(s) and the Author(s) or with their explicit written
DKhmerOFL.txt64 Name(s) unless explicit written permission is granted by the corresponding
71 Copyright Holder(s) and the Author(s) or with their explicit written
/plugin/revealjs/lib/font/source-sans-pro/
DLICENSE35 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit writt…
37 …tribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permissio…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DHTMLModuleManager.php200 …trigger_error('Overloading ' . $module->name . ' without explicit overload parameter', E_USER_WARN…
/plugin/combo/vendor/symfony/yaml/
DCHANGELOG.md43 …IN usage in the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit.
50 … when using the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit.
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/
DCODE_OF_CONDUCT.md30 address, without explicit permission
/plugin/elasticsearch/vendor/ezimuel/ringphp/
DCHANGELOG.md12 - Fixed the integration with Symfony, adding explicit @return annotations to suppress User Deprecat…
/plugin/asciidocjs/node_modules/handlebars/
DREADME.markdown70 … `each` or `with` statement depending on the input data and helpers are explicit pieces of code th…
75 …rformance sensitive operations should avoid this mode and instead opt for explicit path references.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dcommunity.asciidoc37 explicit naming.
Dphp_json_objects.asciidoc60 By using an explicit stdClass object, we can force the `json_encode` parser to
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Djavascript-compiler.js33 appendToBuffer: function(source, location, explicit) { argument
42 } else if (explicit) {
/plugin/c3chart/assets/
Djs-yaml.min.js2explicit))throw new o("Schema.extend argument should be a Type, [ Type ], or a schema definition (… property

12345678910>>...23