Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/plugin/badbehaviour/bad-behavior/
H A Dcommon_tests.inc.php9 …if (array_key_exists('Expect', $package['headers_mixed']) && stripos($package['headers_mixed']['Ex…
16 …if (array_key_exists('Pragma', $package['headers_mixed']) && strpos($package['headers_mixed']['Pra…
58 …if ($settings['strict'] && array_key_exists('Range', $package['headers_mixed']) && strpos($package…
65 if (array_key_exists('Content-Range', $package['headers_mixed'])) {
73 if (array_key_exists('via', $package['headers']) &&
80 if (array_key_exists('Via', $package['headers_mixed'])) {
90 if ($settings['strict'] && array_key_exists('Te', $package['headers_mixed'])) {
96 if (array_key_exists('Connection', $package['headers_mixed'])) {
113 …if (array_key_exists('X-Aaaaaaaaaaaa', $package['headers_mixed']) || array_key_exists('X-Aaaaaaaaa…
117 if ($settings['strict'] && array_key_exists('Proxy-Connection', $package['headers_mixed'])) {
[all …]
H A Dtrackback.inc.php12array_key_exists('Via', $package['headers_mixed']) || array_key_exists('Max-Forwards', $package['h…
/plugin/mikioplugin/syntax/
H A Dcore.php48 if(array_key_exists($this->tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->tag] === true) {
54 if(array_key_exists($this->requires_tag, $mikio_disabled_tags) === true && $mikio_disabled_tags[$this->requires_tag] === true) {
187 if (array_key_exists('type', $options[$syntaxKey])) {
287 if (array_key_exists('data', $options[$syntaxKey])) {
311 if (array_key_exists('option', $options[$syntaxKey]) && array_key_exists('data', $options[$syntaxKey])) {
326 if (!array_key_exists($optionKey, $optionsCleaned)) {
332 if (array_key_exists('type', $options[$syntaxKey])) {
333 if (array_key_exists('data', $options[$syntaxKey]) && is_array($options[$syntaxKey]['data'])) {
351 if(array_key_exists('typ
[all...]
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php143 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array))
163 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array)
164 && array_key_exists('_ELEMENTS', $array))
242 array_key_exists('author', $this->$type))
379 if(array_key_exists('month', $row) && array_key_exists('date', $this->styleMap->$type))
434 if(array_key_exists('pages', $row) && array_key_exists('pages', $this->styleMap->$type))
523 $pre = array_key_exists('plural', $value) ?
525 $post = array_key_exists('plural', $value) ?
530 $pre = array_key_exists('singular', $value) ?
598 if(array_key_exists($index, $itemArray))
[all …]
/plugin/batchedit/
H A Dconfig.php59 if (array_key_exists($id, $this->config)) {
63 if (array_key_exists($id, self::$defaults)) {
81 if (!array_key_exists(self::COOKIE, $_COOKIE)) {
98 if (array_key_exists('searchmode', $options)) {
132 if (array_key_exists($id, $options)) {
141 if (array_key_exists($id, $options) && $options[$id] !== '') {
/plugin/webcode/syntax/
H A Dbasis.php291 if (!array_key_exists($lowerCodeName, $codes)) {
409 if (array_key_exists('dw', $this->codes)) {
428 if (array_key_exists('babel', $this->codes)) {
431 if (!(array_key_exists($babelMin, $externalResources))) {
456 if (array_key_exists('css', $this->codes)) {
461 if (array_key_exists('html', $this->codes)) {
475 if (array_key_exists('javascript', $this->codes)) {
479 if (array_key_exists('babel', $this->codes)) {
491 if (array_key_exists('name', $this->attributes)) {
537 if (array_key_exists(self::EXTERNAL_RESOURCES_ATTRIBUTE_KEY, $attributes)) {
[all …]
/plugin/genericsso/
H A Dauth.php29 if(!array_key_exists($k, $this->conf) || !$this->conf[$k])
37 if(!array_key_exists('alwaysCheck', $this->conf))
51 if(array_key_exists($user, $this->users)) return $this->users[$user]; // Cache
68 $do = array_key_exists('do', $_REQUEST) ? $_REQUEST['do'] : null;
98 …if(!array_key_exists('auth', $_SESSION[DOKU_COOKIE]) || !$_SESSION[DOKU_COOKIE]['auth']) return fa…
99 …if(!array_key_exists('user', $_SESSION[DOKU_COOKIE]['auth']) || !$_SESSION[DOKU_COOKIE]['auth']['u…
120 if(!array_key_exists($this->conf['emailAttribute'], $_SERVER)) return null;
/plugin/odt/ODT/styles/
H A DODTPageLayoutStyle.php159 if (array_key_exists ($property, self::$page_layout_fields)) {
164 if (array_key_exists ($property, self::$layout_props_fields)) {
169 if (array_key_exists ($property, self::$bgi_fields)) {
174 if (array_key_exists ($property, self::$columns_fields)) {
179 if (array_key_exists ($property, self::$footnote_fields)) {
193 if (array_key_exists ($property, self::$page_layout_fields)) {
196 if (array_key_exists ($property, self::$layout_props_fields)) {
199 if (array_key_exists ($property, self::$bgi_fields)) {
202 if (array_key_exists ($property, self::$columns_fields)) {
205 if (array_key_exists ($property, self::$footnote_fields)) {
H A DODTTextListStyle.php119 if (array_key_exists ($property, self::$list_fields)) {
239 if ($property != 'list-level-style' && array_key_exists ($property, $fields)) {
297 if (array_key_exists ($property, $text_fields)) {
312 if (array_key_exists ($property, $fields)) {
315 if (array_key_exists ($property, self::$list_level_props_fields)) {
318 if (array_key_exists ($property, self::$label_align_fields)) {
340 if (array_key_exists ($property, $text_fields)) {
345 if (array_key_exists ($property, self::$list_level_props_fields)) {
350 if (array_key_exists ($property, self::$label_align_fields)) {
369 if (array_key_exists ($property, $fields)) {
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DUserRefreshCredentials.php72 if (!array_key_exists('client_id', $jsonKey)) {
77 if (!array_key_exists('client_secret', $jsonKey)) {
82 if (!array_key_exists('refresh_token', $jsonKey)) {
94 if (array_key_exists('quota_project_id', $jsonKey)) {
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php140 array_key_exists('priority', $attrs)) {
142 if (!array_key_exists($priority, $uris)) {
179 if (array_key_exists('priority', $attributes)) {
308 if (array_key_exists('xmlns:xrd', $attrs) &&
311 } else if (array_key_exists('xmlns', $attrs) &&
335 if (!array_key_exists($priority, $this->serviceList)) {
441 if (!array_key_exists($pri, $filtered)) {
459 if (!array_key_exists($pri, $filtered)) {
/plugin/openid/Auth/Yadis/
H A DXRDS.php140 array_key_exists('priority', $attrs)) {
142 if (!array_key_exists($priority, $uris)) {
179 if (array_key_exists('priority', $attributes)) {
322 if (array_key_exists('xmlns:xrd', $attrs) &&
325 } else if (array_key_exists('xmlns', $attrs) &&
350 if (!array_key_exists($priority, $this->serviceList)) {
458 if (!array_key_exists($pri, $filtered)) {
476 if (!array_key_exists($pri, $filtered)) {
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php195 array_key_exists(WebCodeTag::MARKI_LANG, $codes)
241 if (array_key_exists(MermaidTag::MERMAID_CODE, $codes)) {
258 if (array_key_exists(WebCodeTag::MARKI_LANG, $codes)) {
335 if (array_key_exists('babel', $codes)) {
338 if (!(array_key_exists($babelMin, $externalResources))) {
443 if (!array_key_exists('html', $codes)) {
468 if (array_key_exists('babel', $codes)) {
527 if (array_key_exists('html', $codes)) {
544 if (array_key_exists('javascript', $codes)) {
554 if (array_key_exists('babe
[all...]
/plugin/register/
H A Dsyntax.php79 if (!array_key_exists("name", $bit))
81 if (!array_key_exists("desc", $bit))
83 if (!array_key_exists("flags", $bit))
119 if (!array_key_exists("long desc", $keys))
121 if (!array_key_exists("addr", $keys))
123 if (!array_key_exists("reset", $keys))
125 if (!array_key_exists("perms", $keys))
127 if (!array_key_exists("short desc", $keys))
/plugin/refnotes/syntax/
H A Dnotes.php154 if (array_key_exists('ns', $attribute)) {
168 if (array_key_exists('limit', $attribute)) {
186 if (array_key_exists('notes-separator', $style)) {
196 if (array_key_exists('inherit', $style)) {
207 $limit = array_key_exists('limit', $attribute) ? $attribute['limit'] : '';
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php115 … if (!is_array($item) || !array_key_exists('name', $item) || !array_key_exists('value', $item)) {
123 } elseif (is_array($item) && array_key_exists('value', $item)) {
164 if (array_key_exists($namespace, $this->namespaceMap)) {
257 if (array_key_exists($namespace, $this->namespaceMap)) {
/plugin/swiftmail/Swift/Iterator/
H A DArray.php62 return array_key_exists($this->pos + 1, $this->keys);
85 if (array_key_exists($pos, $this->keys))
99 if (array_key_exists($this->pos, $this->values))
/plugin/skilltagicon/action/
H A Dicon.php54 if (array_key_exists($easy_tag,$tags)) {
57 } elseif (array_key_exists($intermediate_tag,$tags)) {
60 } elseif (array_key_exists($expert_tag,$tags)) {
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_checklist.php85 if(array_key_exists("LP",$daten)){
88 if(array_key_exists("H3",$daten)){
115 if(array_key_exists("LP",$daten)){
118 if(array_key_exists("H4",$daten)){
169 if(array_key_exists("LP",$daten)){
/plugin/refnotes/
H A Dconfig.php25 if (array_key_exists($name, self::$setting)) {
29 if (!array_key_exists($sectionName, self::$section)) {
33 if (array_key_exists($name, self::$section[$sectionName])) {
/plugin/page4release/
H A Daction.php28 if ((is_array($page4release)) && (array_key_exists($filename, $page4release))) {
30 …if ( (array_key_exists($ID,$page4release[$filename]) && ($page4release[$filename][$ID] != $rele…
31 || (!array_key_exists($ID,$page4release[$filename]) && ($release))
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEMONTH.php65 if(array_key_exists(3, $array))
74 if(array_key_exists(1, $array))
76 if(array_key_exists(2, $array))
/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php73 $requestHttpContext = array_key_exists('http', $default_options) ?
75 if (array_key_exists($request->getRequestMethod(),
96 $requestSslContext = array_key_exists('ssl', $default_options) ?
99 if (!array_key_exists("cafile", $requestSslContext)) {
/plugin/quickstats/db/
H A Dphp-local-browscap.php81 if (($key!='*')&&(!array_key_exists('parent',$value))) continue;
90 …while (array_key_exists('parent',$value)&&array_key_exists($parent=$value['parent'],$browscapIni)&…
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionExtension.php

12345678910>>...21