Home
last modified time | relevance | path

Searched refs:whitelist (Results 1 – 25 of 50) sorted by relevance

12

/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/internal/
Dproto-access.js19 whitelist: createNewLookupObject(
26 whitelist: createNewLookupObject(
44 if (protoAccessControlForType.whitelist[propertyName] !== undefined) {
45 return protoAccessControlForType.whitelist[propertyName] === true;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
DFilterTest.php109 $whitelist = $this->filter->getWhitelist();
110 sort($whitelist);
112 $this->assertEquals($this->files, $whitelist);
130 $whitelist = $this->filter->getWhitelist();
131 sort($whitelist);
133 $this->assertEquals($this->files, $whitelist);
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/internal/
Dproto-access.js29whitelist: _createNewLookupObject.createNewLookupObject(defaultPropertyWhiteList, runtimeOptions.a…
33whitelist: _createNewLookupObject.createNewLookupObject(defaultMethodWhiteList, runtimeOptions.all…
48 if (protoAccessControlForType.whitelist[propertyName] !== undefined) {
49 return protoAccessControlForType.whitelist[propertyName] === true;
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/internal/
Dproto-access.js32whitelist: _createNewLookupObject.createNewLookupObject(defaultPropertyWhiteList, runtimeOptions.a…
36whitelist: _createNewLookupObject.createNewLookupObject(defaultMethodWhiteList, runtimeOptions.all…
51 if (protoAccessControlForType.whitelist[propertyName] !== undefined) {
52 return protoAccessControlForType.whitelist[propertyName] === true;
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
DLanguageResult.php93 public function whitelist(string ...$whitelist): LanguageResult function in LanguageDetection\\LanguageResult
95 return new LanguageResult(\array_intersect_key($this->result, \array_flip($whitelist)));
/plugin/davcal/vendor/sabre/xml/tests/
H A Dphpunit.xml.dist13 <whitelist addUncoveredFilesFromWhitelist="true">
15 </whitelist>
/plugin/icalevents/vendor/sabre/xml/tests/
Dphpunit.xml.dist13 <whitelist addUncoveredFilesFromWhitelist="true">
15 </whitelist>
/plugin/icalevents/vendor/sabre/uri/tests/
Dphpunit.xml.dist14 <whitelist addUncoveredFilesFromWhitelist="true">
16 </whitelist>
/plugin/davcal/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist14 <whitelist addUncoveredFilesFromWhitelist="true">
16 </whitelist>
/plugin/davcal/vendor/sabre/event/
H A Dphpunit.xml.dist14 <whitelist addUncoveredFilesFromWhitelist="true">
16 </whitelist>
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
DAbstractEndpoint.php231 $whitelist = array_merge(
236 $invalid = array_diff(array_keys($params), $whitelist);
239 sort($whitelist);
244 implode('", "', $whitelist)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dcode-coverage-ignore.phpt2 …IgnoreCodeCoverageClassTest ../_files/IgnoreCodeCoverageClassTest.php --whitelist ../../tests/_fil…
15 $_SERVER['argv'][5] = '--whitelist';
Ddisable-code-coverage-ignore.phpt2 …oreCodeCoverageClassTest tests/_files/IgnoreCodeCoverageClassTest.php --whitelist ../../tests/_fil…
16 $_SERVER['argv'][6] = '--whitelist';
/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
DHTML.SafeIframe.txt8 directive must be accompanied by a whitelist of permitted iframes,
DHTML.Allowed.txt21 whitelist: directly copy-pasting it here will probably result in
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
DChangeLog-3.0.md21 * It is now mandatory to configure a whitelist
/plugin/externalembed/
DREADME.md36 disclaimer in the whitelist section below:
38 …Enter the domain you want to whitelist. If you wish to set a custom disclaimer for this domain use…
42 * Separate each whitelist item with a new line
/plugin/elasticsearch/helper/
Ddocparser.php200 $langs = array_keys($ld->detect($body)->whitelist(...$trans->translations)->close());
/plugin/mytemplate/
Daction.php31 $whitelist = Array("abs", "max", "min",
41 if (in_array($functionname, $whitelist)) {
/plugin/asciidocjs/node_modules/promise/lib/
Drejection-tracking.js65 options.whitelist || DEFAULT_WHITELIST
/plugin/asciidocjs/node_modules/promise/domains/
Drejection-tracking.js65 options.whitelist || DEFAULT_WHITELIST
/plugin/asciidocjs/node_modules/promise/setimmediate/
Drejection-tracking.js65 options.whitelist || DEFAULT_WHITELIST
/plugin/asciidocjs/node_modules/promise/src/
Drejection-tracking.js65 options.whitelist || DEFAULT_WHITELIST

12