Home
last modified time | relevance | path

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

12345678910>>...29

/plugin/abortlogin/
H A Daction.php36 $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 DAccessPolicy.php26 public $allowed; variable in Google\\Service\\YouTube\\AccessPolicy
35 public function setAllowed($allowed) argument
37 $this->allowed = $allowed;
44 return $this->allowed;
H A 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/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A 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/HTMLPurifier/ConfigSchema/
H A DValidator.php
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/
H A 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/
H A 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/
H A DFirewall.php97 public function setAllowed($allowed) argument
99 $this->allowed = $allowed;
106 return $this->allowed;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedClasses.txt
H A DAttr.AllowedRel.txt
H A DCSS.AllowedFonts.txt
H A DCSS.MaxImgLength.txt
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DConfigSchema.php
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A 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"
H A 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/HTMLPurifier/Printer/
H A DConfigForm.php
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfCompact.yml35 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 Ddiagram-js.css70 --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 Ddwtimeline.php151 public function checkValues($toCheck,$allowed,$standard) argument
153 if (in_array($toCheck, $allowed, true)) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_connector.cfm59 <!--- 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 DREADME40 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 DREADME22 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 Ddmn-js-decision-table-controls.css2 --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 Daction.php152 … $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 DDirective.php

12345678910>>...29