/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 |
|
/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 |
|
H A D | Attr.AllowedRel.txt |
|
H A D | CSS.AllowedFonts.txt |
|
H A D | CSS.MaxImgLength.txt |
|
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/ |
H A D | ConfigSchema.php |
|
/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 |
|
/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/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/dwtimeline/syntax/ |
H A D | dwtimeline.php | 151 public function checkValues($toCheck,$allowed,$standard) argument 153 if (in_array($toCheck, $allowed, true)) {
|
/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/mediasyntax/ |
H A D | README | 40 2011-07-03: 4 hours: allowed bold text in codeblocks, but not in preblocks 42 2011-01-23: 1 hour: Issue 2: allowed internal links to be italic 43 2010-12-10: 2 hours: allowed {{included pages}} as in mediawiki style 54 2010-08-07: 8 hours: allowed a SpecialPattern (e.g. GB) in the mid of a line, directly followed by a blank, without triggering a preformatted area. Had to reasearch the calls object structure of the parser for this.
|
/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/bpmnio/vendor/dmn-js/dist/assets/ |
H A D | dmn-js-decision-table-controls.css | 2 --allowed-values-placeholder-color: var(--color-grey-225-10-75); 34 .dmn-decision-table-container .allowed-values-edit .dms-form-control { 39 .dmn-decision-table-container .allowed-values-edit .values { 44 .dmn-decision-table-container .allowed-values-edit .placeholder { 45 color: var(--allowed-values-placeholder-color); 144 .dmn-decision-table-container .context-menu .context-menu-container.allowed-values-edit {
|
/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));
|
/plugin/scrape/HTMLPurifier/ConfigSchema/Interchange/ |
H A D | Directive.php |
|