/plugin/abortlogin/ |
H A D | action.php | 36 $allowed = $this->getConf('allowed'); 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; 89 if(!$allowed ) return false; // if allowed string is empty then all ips are allowed [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A 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;
|
H A 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/findologicxmlexport/vendor/twig/twig/src/Sandbox/ |
H A 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/HTMLPurifier/ConfigSchema/ |
H A D | Validator.php | 92 if (!is_null($d->allowed) || !empty($d->valueAliases)) { 113 if (is_null($d->allowed)) return; 117 if (is_string($d->default) && !isset($d->allowed[$d->default])) { 121 foreach ($d->allowed as $val => $x) { 143 if (!is_null($d->allowed)) { 145 if (isset($d->allowed[$alias])) { 147 } elseif (!isset($d->allowed[$real])) {
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/ |
H A 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/ |
H A 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/ |
H A D | Firewall.php | 97 public function setAllowed($allowed) argument 99 $this->allowed = $allowed; 106 return $this->allowed;
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A 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.
|
H A D | Attr.AllowedRel.txt | 6 List of allowed forward document relationships in the rel attribute. Common 8 document relationships are allowed.
|
H A 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
|
H A 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
|
H A D | Attr.IDBlacklist.txt | 4 DESCRIPTION: Array of IDs not allowed in the document.
|
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/ |
H A D | ConfigSchema.php | 19 if ($d->allowed !== null) { 22 $d->allowed
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A 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"
|
H A 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/HTMLPurifier/Printer/ |
H A D | ConfigForm.php | 78 public function render($config, $allowed = true, $render_controls = true) { argument 90 $allowed = HTMLPurifier_Config::getAllowedDirectivesForForm($allowed, $config->def); 92 foreach ($allowed as $key) { 288 if (isset($def->allowed)) { 290 foreach ($def->allowed as $val => $b) {
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | sfCompact.yml | 35 Combinations of compact and inline notation are allowed 88 Combinations of compact and inline notation are allowed 141 Combinations of compact and inline notation are allowed
|
/plugin/dwtimeline/support/ |
H A D | support.php | 102 public static function checkValues($toCheck,$allowed,$standard) { argument 103 if (in_array($toCheck, $allowed, true)) {
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | diagram-js.css | 70 --shape-attach-allowed-stroke-color: var(--blue-base-65); 71 --shape-connect-allowed-fill-color: var(--color-f6f6f6); 72 --shape-drop-allowed-fill-color: var(--color-f6f6f6); 112 fill: var(--shape-connect-allowed-fill-color) !important; 117 fill: var(--shape-drop-not-allowed-fill-color) !important; 121 fill: var(--shape-drop-allowed-fill-color) !important; 129 background: var(--shape-drop-allowed-fill-color) !important; 134 stroke: var(--shape-drop-allowed-fill-color) !important; 139 stroke: var(--shape-drop-not-allowed-fill-color) !important; 144 cursor: not-allowed; [all …]
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | cf_connector.cfm | 59 <!--- Check if it is an allowed command ---> 61 <cfset SendError( 1, "The """ & sCommand & """ command isn't allowed" ) > 64 <!--- Check if it is an allowed type. --->
|
/plugin/scrape/HTMLPurifier/ConfigSchema/Interchange/ |
H A D | Directive.php | 38 public $allowed; variable in HTMLPurifier_ConfigSchema_Interchange_Directive
|
/plugin/mediasyntax/ |
H A D | README | 39 2011-07-03: 4 hours: allowed bold text in codeblocks, but not in preblocks 41 2011-01-23: 1 hour: Issue 2: allowed internal links to be italic 42 2010-12-10: 2 hours: allowed {{included pages}} as in mediawiki style 53 2010-08-07: 8 hours: allowed a SpecialPattern (e.g. GB) in the mid of a line, directly followed by …
|
/plugin/acronym/ |
H A D | README | 22 2011-01-23: 1 hour: Issue 2: allowed internal links to be italic 23 2010-12-10: 2 hours: allowed {{included pages}} as in mediawiki style 34 2010-08-07: 8 hours: allowed a SpecialPattern (e.g. GB) in the mid of a line, directly followed by …
|
/plugin/lightweightcss/ |
H A D | action.php | 152 … $allowed = array_filter( array_keys($event->data['files']), array($this, 'filter_css') ); 153 … $event->data['files'] = array_intersect_key($event->data['files'], array_flip($allowed));
|