Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 26 – 50 of 515) sorted by relevance

12345678910>>...21

/plugin/combo/ComboStrap/
H A DConditionalValue.php45 if (array_key_exists($breakpoint, self::$breakpoints)) {
54 if (array_key_exists($part, self::$breakpoints)) {
83 if (!array_key_exists($breakpoint, self::$breakpoints)) {
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php968 if (!array_key_exists('von', $array)) {
973 if (!array_key_exists('last', $array)) {
978 if (!array_key_exists('jr', $array)) {
983 if (!array_key_exists('first', $array)) {
1020 if (array_key_exists('author', $entry)) {
1096 if (array_key_exists('title', $entry)) {
1102 if (array_key_exists('year', $entry)) {
1105 if (array_key_exists('author', $entry)) {
1153 if (array_key_exists('title', $entry)) {
1159 if (array_key_exists('year', $entry)) {
[all …]
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php968 if (!array_key_exists('von', $array)) {
973 if (!array_key_exists('last', $array)) {
978 if (!array_key_exists('jr', $array)) {
983 if (!array_key_exists('first', $array)) {
1020 if (array_key_exists('author', $entry)) {
1096 if (array_key_exists('title', $entry)) {
1102 if (array_key_exists('year', $entry)) {
1105 if (array_key_exists('author', $entry)) {
1153 if (array_key_exists('title', $entry)) {
1159 if (array_key_exists('year', $entry)) {
[all …]
/plugin/publist/bib2tpl/lib/
H A DBibTex.php968 if (!array_key_exists('von', $array)) {
973 if (!array_key_exists('last', $array)) {
978 if (!array_key_exists('jr', $array)) {
983 if (!array_key_exists('first', $array)) {
1020 if (array_key_exists('author', $entry)) {
1096 if (array_key_exists('title', $entry)) {
1102 if (array_key_exists('year', $entry)) {
1105 if (array_key_exists('author', $entry)) {
1153 if (array_key_exists('title', $entry)) {
1159 if (array_key_exists('year', $entry)) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DPHPClass.php65 if(array_key_exists($name, $this->info)) {
79 if(array_key_exists($name, $this->info))
142 if(array_key_exists("method", $block)) {
156 elseif(array_key_exists("class", $block)) {
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php99 return \array_key_exists($offset, $this->elements);
145 if (! \array_key_exists($offset, $this->elements)) {
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php110 if (array_key_exists('file', $this->_conf)) {
126 if (!array_key_exists($id, self::$resources)) {
158 if (array_key_exists($optkey,$this->_conf)) {
174 if (!array_key_exists('sort',$options)) {
217 if (is_array($ref) && array_key_exists('cite', $ref)) {
315 if (array_key_exists('pdfdir',$this->_conf)) {
318 array_key_exists('name',$INFO['userinfo'])) {
347 if (!array_key_exists($key,$this->_bibtex_keysCited)) {
473 if (!array_key_exists($bibtex_key,$this->_bibtex_keysCited)) {
/plugin/badbehaviour/bad-behavior/
H A Dmsie.inc.php7 if (!array_key_exists('Accept', $package['headers_mixed'])) {
19 …if (!array_key_exists('Akamai-Origin-Hop', $package['headers_mixed']) && strpos($package['headers_…
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php227 if (true === array_key_exists($key, $this->_parameters)) {
244 if (array_key_exists($parameter, $this->_parameters)) {
370 if (true === array_key_exists($key, $this->_keywords)) {
387 if (true === array_key_exists($keyword, $this->_keywords)) {
523 if (false === array_key_exists($word, $parameters)) {
553 if (false === array_key_exists($key, $keywords)) {
/plugin/mdpage/vendor/composer/
H A DInstalledVersions.php131 if (array_key_exists('aliases', self::$installed['versions'][$packageName])) {
134 if (array_key_exists('replaced', self::$installed['versions'][$packageName])) {
137 if (array_key_exists('provided', self::$installed['versions'][$packageName])) {
/plugin/odt/ODT/styles/
H A DODTTableCellStyle.php118 if (array_key_exists ($property, $style_fields)) {
123 if (array_key_exists ($property, self::$table_cell_fields)) {
129 if (array_key_exists ($property, $paragraph_fields)) {
135 if (array_key_exists ($property, $text_fields)) {
H A DODTParagraphStyle.php139 if (array_key_exists ($property, $style_fields)) {
146 if (array_key_exists ($property, self::$tab_stop_fields)) {
156 if (array_key_exists ($property, self::$paragraph_fields)) {
162 if (array_key_exists ($property, $text_fields)) {
177 if (array_key_exists ($property, $style_fields)) {
181 if (array_key_exists ($property, $paragraph_fields)) {
185 if (array_key_exists ($property, $text_fields)) {
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php87 if (array_key_exists($parameter, $_GET)) {
98 if (array_key_exists($parameter, $_REQUEST)) {
109 if (array_key_exists($parameter, $COMBO)) {
/plugin/combo/syntax/
H A Dmetadata.php50 if (array_key_exists(self::TITLE_ATTRIBUTE, $attributes)) {
58 if (array_key_exists(self::EXCLUDE_ATTRIBUTE, $attributes)) {
62 if (!array_key_exists("canonical", $metas)) {
/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php104 !array_key_exists('creator' . $index, $this->bibformat->styleMap->$type))
106 if(array_key_exists('creator' . $index, $this->bibformat->styleMap->$type))
116 if(array_key_exists('pages', $this->bibformat->styleMap->$type))
119 if(array_key_exists('date', $this->bibformat->styleMap->$type))
122 if(array_key_exists('runningTime', $this->bibformat->styleMap->$type))
125 if(array_key_exists('URL', $this->bibformat->styleMap->$type) &&
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountJwtAccessCredentials.php81 if (!array_key_exists('client_email', $jsonKey)) {
86 if (!array_key_exists('private_key', $jsonKey)) {
91 if (array_key_exists('quota_project_id', $jsonKey)) {
/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php55 if (!array_key_exists('port', $parts)) {
66 if (!array_key_exists('path', $parts)) {
80 (array_key_exists('query', $parts) ?
183 if (!array_key_exists('port', $parts)) {
/plugin/rrdgraph/inc/
H A Dsvgbinding.php81 …if (!array_key_exists("var", $attributes)) throw new Exception("bind-tag is missing the var attrib…
82 …if (!array_key_exists("format", $attributes)) throw new Exception("bind-tag is missing the format …
87 if (array_key_exists("attr", $attributes)) {
201 if (array_key_exists($bindingName, $this->aggregates))
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php63 if (!array_key_exists('port', $parts)) {
74 if (!array_key_exists('path', $parts)) {
88 (array_key_exists('query', $parts) ?
192 if (!array_key_exists('port', $parts)) {
/plugin/googleads/
H A Dadmin.php64 …$gads_settings['code'] = $this->googleads != null && array_key_exists('code', $this->googleads) ? …
82 if ($map != null && array_key_exists($key, $map)) {
107 if ($gads_settings != null && array_key_exists('code', $gads_settings)) {
/plugin/adhocmathml/
H A Dmtd.php41 $rows = ( array_key_exists('rowspan', $attr) ? intval($attr['rowspan']) : 1 );
42 $cols = ( array_key_exists('colspan', $attr) ? intval($attr['colspan']) : 1 );
/plugin/mikioplugin/syntax/
H A Dsetattr.php26 if(array_key_exists('name', $data)) {
39 if(is_array($this->attrs) && array_key_exists($data, $this->attrs)) {
/plugin/fedauth/Auth/OpenID/
H A DAX.php655 …if (array_key_exists('count.' . $alias, $ax_args) && ($ax_args['count.' . $alias] !== Auth_OpenID_…
674 if (!array_key_exists($value_key, $ax_args)) {
687 if (!array_key_exists($key, $ax_args)) {
755 if (array_key_exists($type_uri, $this->data)) {
777 if (array_key_exists($type_uri, $this->data)) {
848 if (array_key_exists($attr_info->type_uri, $this->data)) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMessage.php15 use function array_key_exists, count; alias
41 return array_key_exists($name, $this->data);
/plugin/refnotes/
H A Ddatabase.php88 elseif (array_key_exists($text, $this->key)) {
149 $found = array_key_exists($name, $this->note);
154 if (array_key_exists($namespace, $this->namespace)) {
157 $found = array_key_exists($name, $this->note);
169 if (array_key_exists($pageId, $this->page)) {
514 if (array_key_exists($fileName, $this->cache)) {
556 if (!$requested && array_key_exists($fileName, $this->cache)) {

12345678910>>...21