Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 501 – 515 of 515) sorted by last modified time

1...<<21

/plugin/html5/
H A Drenderer.php151 if ( array_key_exists($smiley, $this->smileys) ) {
/plugin/lastfm/inc/
H A Dlastfmutils.php357 if (!array_key_exists($currTag, $multipleData) ||
379 if (array_key_exists("attributes", $val))
/plugin/qstat/
H A Dsyntax.php159 if (array_key_exists('defrag_vers', $data)) {
165 if (array_key_exists('g_gametype', $data)) {
195 if (array_key_exists('defrag_vers', $data))
197 else if (array_key_exists('g_gametype', $data) and $data['g_gametype'] == 4) {
201 else if (array_key_exists('g_gametype', $data) and $data['g_gametype'] == 3) {
205 else if (array_key_exists('g_gametype', $data) and $data['g_gametype'] == 0) {
/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/weiqi/
H A Dweiqi_parser.php132 if (!array_key_exists('advanced', $attributes)) {
/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 …]
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/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']))
H A DUTF8.php222 …if(array_key_exists($uni[$i], $this->UTF8_UPPER_TO_LOWER) && $this->UTF8_UPPER_TO_LOWER[$uni[$i]]){
244 …if(array_key_exists($uni[$i], $this->UTF8_LOWER_TO_UPPER) && $this->UTF8_LOWER_TO_UPPER[$uni[$i]]){
H A DMINIMALRTF.php136 if(!array_key_exists($justify, $this->justify))
/plugin/zip/pear/File/Archive/Reader/
H A DMulti.php69 while (array_key_exists($this->currentIndex, $this->sources)) {
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php59 if(array_key_exists('independent', $templateArray))
103 if(array_key_exists($nameType, $this->bibformat->styleMap->$type))
113 if(array_key_exists('pages', $this->bibformat->styleMap->$type))
116 if(array_key_exists('date', $this->bibformat->styleMap->$type))
119 if(array_key_exists('runningTime', $this->bibformat->styleMap->$type))
122 if(array_key_exists('URL', $this->bibformat->styleMap->$type) &&
H A DADMINSTYLE.php145 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array))
151 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array))
163 if(array_key_exists($type, $this->fallback))
189 if(array_key_exists('_NAME', $array) && array_key_exists('_DATA', $array)
190 && array_key_exists('_ELEMENTS', $array))
239 if(array_key_exists('pre', $value))
242 if(array_key_exists('post', $value))
244 if(array_key_exists('dependentPre', $value))
258 if(array_key_exists('singular', $value) && array_key_exists('plural', $value))
272 if(array_key_exists($index, $independent))
[all …]
/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))
H A DPARSEENTRIES.php212 if(!array_key_exists(1, $array))
301 if(!array_key_exists(1, $matches))

1...<<21