Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 25 of 879) sorted by relevance

12345678910>>...36

/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Dis-allowed-resource.js12 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/
Daction.php36 $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/
DAccessPolicy.php26 public $allowed; variable in Google\\Service\\YouTube\\AccessPolicy
35 public function setAllowed($allowed) argument
37 $this->allowed = $allowed;
44 return $this->allowed;
DVideoContentDetailsRegionRestriction.php26 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/
DConfig.php362 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 …]
DConfigSchema.php141 * @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/
DSecurityPolicy.php95 $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/
DValidator.php108 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/
DContentEditable.php7 $allowed = array('false');
9 $allowed = array('', 'true', 'false');
12 $enum = new HTMLPurifier_AttrDef_Enum($allowed);
DClass.php33 $allowed = $config->get('Attr.AllowedClasses');
37 if (($allowed === null || isset($allowed[$token])) &&
DLinkTypes.php46 $allowed = $config->get('Attr.' . $this->name);
47 if (empty($allowed)) {
58 if (!isset($allowed[$part])) {
/plugin/filelist/
DPath.php88 $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/
DOperatorBracketSniff.php131 $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/
Daction.php77 $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/
DFirewall.php97 public function setAllowed($allowed) argument
99 $this->allowed = $allowed;
106 return $this->allowed;
/plugin/mikioplugin/
H A Dcss.php61 $allowed = false; variable
64 $allowed = true; variable
69 if (!$allowed) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/
DSafeScripting.php22 $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/
DAttr.AllowedClasses.txt6 List of allowed class values in the class attribute. By default, this is null,
7 which means all classes are allowed.
DAttr.AllowedRel.txt6 List of allowed forward document relationships in the rel attribute. Common
8 document relationships are allowed.
DCSS.AllowedFonts.txt7 Allows you to manually specify a set of allowed fonts. If
8 <code>NULL</code>, all fonts are allowed. This directive
DCSS.MaxImgLength.txt7 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/
Dconnector.asp53 ' 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"
Dupload.asp51 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/
DConfigForm.php89 * @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/
DConfigSchema.php24 if ($d->allowed !== null) {
27 $d->allowed

12345678910>>...36