Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 101 – 125 of 515) sorted by relevance

12345678910>>...21

/plugin/diagram/syntax/
H A Dmain.php228 if ($line_index >= 0 && !array_key_exists($line_index, $commands))
313 if ($line_length > 0 && !array_key_exists($i, $abbrs))
970 $row = array_key_exists($i, $framework) ? $framework[$i] : array ();
988 …else if (array_key_exists($line_index, $abbrs) && array_key_exists($cell['text'], $abbrs[$line_ind…
/plugin/revealjs/syntax/
H A Dtheme.php143 if (!array_key_exists('plugin', $conf)) {
146 elseif (!array_key_exists('revealjs', $conf['plugin'])) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DExample.php103 if (array_key_exists(3, $matches)) {
113 if (array_key_exists(3, $contentMatches)) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DContext.php190 if (array_key_exists($id, $context)) {
233 if (array_key_exists($id, $frame)) {
/plugin/combo/action/
H A Dmetacanonical.php126 if (array_key_exists("property", $meta)) {
185 if (array_key_exists($keyToSearch, $metaValue)) {
/plugin/webdav/vendor/sabre/xml/lib/
H A DWriter.php128 if (array_key_exists($namespace, $this->namespaceMap)) {
239 if (array_key_exists($namespace, $this->namespaceMap)) {
/plugin/bibtex/OSBib/
H A DPARSEXML.php55 if(array_key_exists(3, $this->entries[0]['_ELEMENTS'][0]['_ELEMENTS']))
57 if(!array_key_exists(2, $this->entries[0]['_ELEMENTS']))
/plugin/linkbonus/syntax/
H A Dexternal.php114 if (array_key_exists('fetchname', $link)) {
140 if (array_key_exists('doa', $link)) {
H A Dbase.php118 if (array_key_exists('fetchname', $link)) {
144 if (array_key_exists('doa', $link)) {
/plugin/icalevents/vendor/sabre/xml/lib/
H A DWriter.php128 if (array_key_exists($namespace, $this->namespaceMap)) {
239 if (array_key_exists($namespace, $this->namespaceMap)) {
/plugin/odt/ODT/styles/
H A DODTTableColumnStyle.php74 if (array_key_exists ($property, $style_fields)) {
79 if (array_key_exists ($property, self::$table_column_fields)) {
H A DODTTableRowStyle.php93 if (array_key_exists ($property, $style_fields)) {
98 if (array_key_exists ($property, self::$table_row_fields)) {
H A DODTTableStyle.php103 if (array_key_exists ($property, $style_fields)) {
108 if (array_key_exists ($property, self::$table_fields)) {
/plugin/combo/syntax/
H A Dnavbargroup.php183 if (array_key_exists("class", $attributes)) {
189 if (array_key_exists("expand", $attributes)) {
H A Dnavbarcollapse.php190 if (array_key_exists("order", $attributes)) {
200 if (array_key_exists("class", $attributes)) {
/plugin/fedauth/Auth/
H A DOpenID.php151 } else if (!array_key_exists('REQUEST_METHOD', $_SERVER)) {
248 if (array_key_exists($key, $arr)) {
335 if (array_key_exists(0, $args) &&
/plugin/openid/Auth/
H A DOpenID.php155 } else if (!array_key_exists('REQUEST_METHOD', $_SERVER)) {
261 if (array_key_exists($key, $arr)) {
351 if (array_key_exists(0, $args) &&
/plugin/webcomponent/syntax/
H A Dbutton.php212 if (array_key_exists('locallink', $parameters)) {
236 if (array_key_exists('locallink', $parameters)) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Logger/
H A DStreamLogger.php74 if (!array_key_exists($level, self::$levels)) {
102 if (!array_key_exists($level, self::$levels)) {
/plugin/displayorphans/
H A Dhelper.php60 if (array_key_exists($id, $data)) { $data[$id]['exists'] = true; }
66 if (array_key_exists($link, $data)) { $data[$link]['count']++; }
/plugin/multiselect/
H A Dsyntax.php22 if(array_key_exists($ID,$this->_itemPos)) {
31 if(array_key_exists($ID,$this->_itemPos)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php17 use function array_key_exists; alias
71 if (!array_key_exists($endpoint, $this->curlHandlers)) {
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DSession.php100 if (array_key_exists($service, $_SESSION[$this->sessionVariableName])) {
163 if (array_key_exists($service, $_SESSION[$this->stateVariableName])) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DSession.php100 if (array_key_exists($service, $_SESSION[$this->sessionVariableName])) {
163 if (array_key_exists($service, $_SESSION[$this->stateVariableName])) {
/plugin/combo/ComboStrap/
H A DQualityTag.php37 * array_key_exists() expects parameter 2 to be array,
47 if (!array_key_exists(renderer_plugin_combo_analytics::INFO, $rules)) {
63 if (array_key_exists($excludedRule, $qualityInfoRules)) {

12345678910>>...21