Searched refs:whitelist (Results 1 – 25 of 50) sorted by relevance
12
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/internal/ |
| D | proto-access.js | 19 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/ |
| D | FilterTest.php | 109 $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/ |
| D | proto-access.js | 29 …whitelist: _createNewLookupObject.createNewLookupObject(defaultPropertyWhiteList, runtimeOptions.a… 33 …whitelist: _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/ |
| D | proto-access.js | 32 …whitelist: _createNewLookupObject.createNewLookupObject(defaultPropertyWhiteList, runtimeOptions.a… 36 …whitelist: _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/ |
| D | LanguageResult.php | 93 public function whitelist(string ...$whitelist): LanguageResult argument 95 return new LanguageResult(\array_intersect_key($this->result, \array_flip($whitelist)));
|
| /plugin/davcal/vendor/sabre/xml/tests/ |
| H A D | phpunit.xml.dist | 13 <whitelist addUncoveredFilesFromWhitelist="true"> 15 </whitelist>
|
| /plugin/icalevents/vendor/sabre/xml/tests/ |
| D | phpunit.xml.dist | 13 <whitelist addUncoveredFilesFromWhitelist="true"> 15 </whitelist>
|
| /plugin/icalevents/vendor/sabre/uri/tests/ |
| D | phpunit.xml.dist | 14 <whitelist addUncoveredFilesFromWhitelist="true"> 16 </whitelist>
|
| /plugin/davcal/vendor/sabre/uri/tests/ |
| H A D | phpunit.xml.dist | 14 <whitelist addUncoveredFilesFromWhitelist="true"> 16 </whitelist>
|
| /plugin/davcal/vendor/sabre/event/ |
| H A D | phpunit.xml.dist | 14 <whitelist addUncoveredFilesFromWhitelist="true"> 16 </whitelist>
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ |
| D | AbstractEndpoint.php | 231 $whitelist = array_merge( 236 $invalid = array_diff(array_keys($params), $whitelist); 239 sort($whitelist); 244 implode('", "', $whitelist)
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
| D | code-coverage-ignore.phpt | 2 …IgnoreCodeCoverageClassTest ../_files/IgnoreCodeCoverageClassTest.php --whitelist ../../tests/_fil… 15 $_SERVER['argv'][5] = '--whitelist';
|
| D | disable-code-coverage-ignore.phpt | 2 …oreCodeCoverageClassTest tests/_files/IgnoreCodeCoverageClassTest.php --whitelist ../../tests/_fil… 16 $_SERVER['argv'][6] = '--whitelist';
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | HTML.SafeScripting.txt | 8 Inline scripting is not allowed, and the script must match an explicit whitelist.
|
| D | HTML.AllowedComments.txt | 6 A whitelist which indicates what explicit comment bodies should be
|
| D | HTML.SafeIframe.txt | 8 directive must be accompanied by a whitelist of permitted iframes,
|
| D | HTML.Allowed.txt | 21 whitelist: directly copy-pasting it here will probably result in
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/ |
| D | ChangeLog-3.0.md | 21 * It is now mandatory to configure a whitelist
|
| /plugin/externalembed/ |
| D | README.md | 36 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/ |
| D | docparser.php | 200 $langs = array_keys($ld->detect($body)->whitelist(...$trans->translations)->close());
|
| /plugin/mytemplate/ |
| D | action.php | 31 $whitelist = Array("abs", "max", "min", 41 if (in_array($functionname, $whitelist)) {
|
| /plugin/asciidocjs/node_modules/promise/lib/ |
| D | rejection-tracking.js | 65 options.whitelist || DEFAULT_WHITELIST
|
| /plugin/asciidocjs/node_modules/promise/domains/ |
| D | rejection-tracking.js | 65 options.whitelist || DEFAULT_WHITELIST
|
| /plugin/asciidocjs/node_modules/promise/setimmediate/ |
| D | rejection-tracking.js | 65 options.whitelist || DEFAULT_WHITELIST
|
| /plugin/asciidocjs/node_modules/promise/src/ |
| D | rejection-tracking.js | 65 options.whitelist || DEFAULT_WHITELIST
|
12