Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 376 – 400 of 515) sorted by relevance

1...<<1112131415161718192021

/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php156 if (!array_key_exists($paramName, $proposal['parameters'])) {
/plugin/templateconfhelper/exe/
H A Dcss.php196 if(array_key_exists($key, $styleini) && is_array($value)) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php176 if (!array_key_exists($name, $data)) {
/plugin/meta/
H A Dsyntax.php105 if (is_array($renderer->meta) && array_key_exists($key, $renderer->meta)) {
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php156 if (!array_key_exists($paramName, $proposal['parameters'])) {
/plugin/combo/action/
H A Dsnippetsbootstrap.php194 if (array_key_exists('src', $scriptData)) {
/plugin/combo/ComboStrap/
H A DFetcherAppPages.php166 if (!array_key_exists('prependTOC', $INFO)) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php337 if (!array_key_exists($variableName, $current)) {
/plugin/docimporter/
H A DImportUtils.php212 if (array_key_exists($sentence, $occurences)) {
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php110 if (array_key_exists("", $this->images)) {
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php165 return true === array_key_exists($name, $this->_children);
/plugin/toolbuttondel/
H A Daction.php146 … if(array_key_exists('class', $event->data[$i]) && $event->data[$i]['class'] == 'pk_hl') {
/plugin/odt/ODT/
H A DODTSpan.php207 … (array_key_exists($found ['tag-open'], $spans) || $found ['tag-open'] == 'span')) {
/plugin/bez/mdl/
H A DValidator.php132 if (array_key_exists($user, $wiki_users) ||
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php367 true === array_key_exists($cacheId, self::$_cache)) {
473 while (array_key_exists($nextToken, $this->_actions[$c][$nextState]) &&
/plugin/sectiontoggle/
H A DMobile_Detect.php1166 if(array_key_exists('HTTP_CLOUDFRONT_IS_MOBILE_VIEWER', $cfHeaders) && $cfHeaders['HTTP_CLOUDFRONT_IS_MOBILE_VIEWER'] === 'true') {
1194 if(array_key_exists('HTTP_CLOUDFRONT_IS_TABLET_VIEWER', $cfHeaders) && $cfHeaders['HTTP_CLOUDFRONT_IS_TABLET_VIEWER'] === 'true') {
/plugin/pagelist/
H A Dhelper.php490 while (array_key_exists($key, $result)) {
499 while (array_key_exists($testkey, $result)) {
849 if (array_key_exists('desc', $this->page)) return;
872 if (array_key_exists('summary', $this->page)) return;
882 if (array_key_exists('user', $this->page)) return;
/plugin/medialist/
H A Dhelper.php109 if (array_key_exists('depth', $params)) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php285 if (!array_key_exists('type', $jsonKey)) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php84 if (!array_key_exists('export', $queryParams)) return;
/plugin/snippets/
H A Dadmin.php200 if(!array_key_exists ( $snip , $updated ['snippets'] )) {
/plugin/blog/syntax/
H A Dblog.php128 if(!array_key_exists($entry['id'], $this->included_pages) || !$this->included_pages[$entry['id']]) {
/plugin/const/
H A Daction.php266 if(!array_key_exists($ID,$this->offsets)) return $pos;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php105 if (array_key_exists($key, $this->preferences)) {

1...<<1112131415161718192021