| /plugin/asciidocjs/node_modules/clean-css/lib/reader/ |
| D | is-allowed-resource.js | 12 var allowed = isRemote ? false : true; 40 allowed = allowed && !isAllowedResource(uri, true, [normalizedRule]); 42 allowed = allowed && !isAllowedResource(uri, false, [normalizedRule]); 44 allowed = allowed && true; 46 allowed = true; 48 allowed = allowed || false; 50 allowed = true; 52 allowed = false; 54 allowed = true; 56 allowed = true; [all …]
|
| /plugin/abortlogin/ |
| D | action.php | 36 $allowed = $this->getConf('allowed'); 49 …&& empty($_REQUEST['http_credentials']) && !empty($USERINFO) && !$this->is_allowed($allowed, $ip)){ 58 if(!$this->is_allowed($allowed, $test)) { 66 if($ACT == 'login' && !$this->is_allowed($allowed, $ip)) { 76 function is_allowed($allowed, $ip) { argument 80 $allowed = $cache; 83 $allowed = trim($allowed,', '); 84 $allowed = preg_quote($allowed); 85 $allowed=str_replace(array(' ', ','), array("",'|'),$allowed); 86 $cache = $allowed; [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
| D | AccessPolicy.php | 26 public $allowed; variable in Google\\Service\\YouTube\\AccessPolicy 35 public function setAllowed($allowed) argument 37 $this->allowed = $allowed; 44 return $this->allowed;
|
| D | VideoContentDetailsRegionRestriction.php | 26 public $allowed; variable in Google\\Service\\YouTube\\VideoContentDetailsRegionRestriction 35 public function setAllowed($allowed) argument 37 $this->allowed = $allowed; 44 return $this->allowed;
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | Config.php | 362 if (isset($def->allowed) && !isset($def->allowed[$value])) { 365 $this->_listify($def->allowed), 703 * @param array $allowed List of allowed namespaces/directives 708 public static function getAllowedDirectivesForForm($allowed, $schema = null) argument 713 if ($allowed !== true) { 714 if (is_string($allowed)) { 715 $allowed = array($allowed); 720 foreach ($allowed as $ns_or_directive) { 737 if ($allowed !== true) { 762 * @param array|bool $allowed List of allowed namespaces/directives [all …]
|
| D | ConfigSchema.php | 141 * @param array $allowed Lookup array of allowed values 143 public function addAllowedValues($key, $allowed) argument 145 $this->info[$key]->allowed = $allowed;
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/ |
| D | SecurityPolicy.php | 95 $allowed = false; 99 $allowed = \in_array($method, $methods); 105 if (!$allowed) { 113 $allowed = false; 116 … $allowed = \in_array($property, \is_array($properties) ? $properties : [$properties]); 122 if (!$allowed) {
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/ |
| D | Validator.php | 108 if (!is_null($d->allowed) || !empty($d->valueAliases)) { 131 if (is_null($d->allowed)) { 137 if (is_string($d->default) && !isset($d->allowed[$d->default])) { 141 foreach ($d->allowed as $val => $x) { 173 if (!is_null($d->allowed)) { 175 if (isset($d->allowed[$alias])) { 177 } elseif (!isset($d->allowed[$real])) {
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ |
| D | ContentEditable.php | 7 $allowed = array('false'); 9 $allowed = array('', 'true', 'false'); 12 $enum = new HTMLPurifier_AttrDef_Enum($allowed);
|
| D | Class.php | 33 $allowed = $config->get('Attr.AllowedClasses'); 37 if (($allowed === null || isset($allowed[$token])) &&
|
| D | LinkTypes.php | 46 $allowed = $config->get('Attr.' . $this->name); 47 if (empty($allowed)) { 58 if (!isset($allowed[$part])) {
|
| /plugin/filelist/ |
| D | Path.php | 88 $allowed = array_keys($paths); 89 usort($allowed, static fn($a, $b) => strlen($a) - strlen($b)); 90 $allowed = array_map('preg_quote_cb', $allowed); 91 $regex = '/^(' . implode('|', $allowed) . ')/';
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/ |
| D | OperatorBracketSniff.php | 131 $allowed = array( 148 $allowed += PHP_CodeSniffer_Tokens::$operators; 167 if (in_array($tokens[$prev]['code'], $allowed) === true) { 183 if (in_array($tokens[$next]['code'], $allowed) === true) { 277 $allowed = array( 304 || isset($allowed[$tokens[$before]['code']]) === true 335 || isset($allowed[$tokens[$after]['code']]) === true
|
| /plugin/editx/ |
| D | action.php | 77 $allowed = explode(',',$list); 78 $allowed = array_map('trim', $allowed); 79 $allowed = array_unique($allowed); 80 $allowed = array_filter($allowed); 82 if(!count($allowed)) return true; //no restrictions 87 if(in_array($user,$allowed)) return true; //user explicitly mentioned 91 if(in_array('@'.$group,$allowed)) return true;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
| D | Firewall.php | 97 public function setAllowed($allowed) argument 99 $this->allowed = $allowed; 106 return $this->allowed;
|
| /plugin/mikioplugin/ |
| H A D | css.php | 61 $allowed = false; variable 64 $allowed = true; variable 69 if (!$allowed) {
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/ |
| D | SafeScripting.php | 22 $allowed = $config->get('HTML.SafeScripting'); 32 … 'src*' => new HTMLPurifier_AttrDef_Enum(array_keys($allowed), /*case sensitive*/ true)
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Attr.AllowedClasses.txt | 6 List of allowed class values in the class attribute. By default, this is null, 7 which means all classes are allowed.
|
| D | Attr.AllowedRel.txt | 6 List of allowed forward document relationships in the rel attribute. Common 8 document relationships are allowed.
|
| D | CSS.AllowedFonts.txt | 7 Allows you to manually specify a set of allowed fonts. If 8 <code>NULL</code>, all fonts are allowed. This directive
|
| D | CSS.MaxImgLength.txt | 7 This parameter sets the maximum allowed length on <code>img</code> tags, 9 Only absolute units of measurement (in, pt, pc, mm, cm) and pixels (px) are allowed. This is
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
| D | connector.asp | 53 ' Check if it is an allowed command 55 SendError 1, "The """ & sCommand & """ command isn't allowed" 58 ' Check if it is an allowed resource type. 60 SendError 1, "The """ & sResourceType & """ resource type isn't allowed"
|
| D | upload.asp | 51 SendUploadResults "1", "", "", "The """ & sCommand & """ command isn't allowed" 54 ' Check if it is an allowed resource type. 56 SendUploadResults "1", "", "", "The " & sResourceType & " resource type isn't allowed"
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ |
| D | ConfigForm.php | 89 * @param array|bool $allowed Optional namespace(s) and directives to restrict form to. 93 public function render($config, $allowed = true, $render_controls = true) argument 106 $allowed = HTMLPurifier_Config::getAllowedDirectivesForForm($allowed, $config->def); 108 foreach ($allowed as $key) { 353 if (isset($def->allowed)) { 355 foreach ($def->allowed as $val => $b) {
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder/ |
| D | ConfigSchema.php | 24 if ($d->allowed !== null) { 27 $d->allowed
|