Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 126 – 150 of 515) sorted by relevance

12345678910>>...21

/plugin/badbehaviour/bad-behavior/
H A Dopera.inc.php7 if (!array_key_exists('Accept', $package['headers_mixed'])) {
H A Dsafari.inc.php7 if (!array_key_exists('Accept', $package['headers_mixed'])) {
H A Dlynx.inc.php7 if (!array_key_exists('Accept', $package['headers_mixed'])) {
H A Dresponses.inc.php47 if (array_key_exists($key, $bb2_responses)) return $bb2_responses[$key];
H A Dkonqueror.inc.php10 if (!array_key_exists('Accept', $package['headers_mixed'])) {
H A Dmozilla.inc.php12 if (!array_key_exists('Accept', $package['headers_mixed'])) {
/plugin/webcomponent/syntax/
H A Ddropdown.php196 if (array_key_exists("name", $parameters)) {
212 if (array_key_exists('locallink', $parameters)) {
/plugin/strreplace/
H A Daction.php54 if(in_array($this->id,$searched) && !array_key_exists ('_s' ,$searched)) {
111 if( array_key_exists ('_s',$searched) && $searched['_s'] == $this->id) {
/plugin/lightweightcss/
H A Daction.php228 if ( array_key_exists('lightweightcss', $styleini) ) {
241 if ( !array_key_exists($mode, $this->templateStyles) ) {
/plugin/externalembed/
H A Dsyntax.php454 if(array_key_exists("fields", $query)) { // separate field names into an array if it exists
475 if(!array_key_exists($key, $query_array)) { // if parameter is missing:
486 if(array_key_exists($key, $parameter_values)) { //check accepted parameter_values array
501 if(!array_key_exists($key, $required_parameters)) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php351 if (is_array($results) && array_key_exists('value', $results)) {
356 if (is_array($value) && array_key_exists('message', $value)) {
361 if (is_array($value) && array_key_exists('sessionId', $value)) {
364 } elseif (is_array($results) && array_key_exists('sessionId', $results)) {
/plugin/bibtex/OSBib/create/
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 …]
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) &&
/plugin/rrdgraph/inc/
H A Dcontenttypes.php28 if (array_key_exists($extension, self::contentTypes)) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.xmp.php301 if (array_key_exists('attributes', $xml_elem))
331 if (array_key_exists('attributes', $xml_elem))
/plugin/hidingip/
H A Daction.php71 if (array_key_exists('class', $ref)) {
112 if (array_key_exists('class', $ref)) {
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DSymfonySession.php91 if (is_array($tokens) && array_key_exists($service, $tokens)) {
171 if (is_array($states) && array_key_exists($service, $states)) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DSymfonySession.php91 if (is_array($tokens) && array_key_exists($service, $tokens)) {
171 if (is_array($states) && array_key_exists($service, $states)) {
/plugin/openid/Auth/Yadis/
H A DParseHTML.php225 if (array_key_exists('http-equiv', $tag) &&
228 array_key_exists('content', $tag)) {
/plugin/batchedit/
H A Dengine.php309 if (array_key_exists($offset, $this->matches)) {
815 if (!array_key_exists($pageId, $this->pages) || !array_key_exists($pageId, $this->cache)) {
822 if (!array_key_exists($offset, $matches) || !array_key_exists($offset, $cache)) {
856 if (array_key_exists($pageId, $this->pages)) {
868 if (!array_key_exists($pageId, $this->pages)) {
872 if (array_key_exists($offset, $this->pages[$pageId]->getMatches())) {
/plugin/publist/bib2tpl/lib/
H A DPEAR5.php27 if (!array_key_exists($var, $properties[$class])) {
/plugin/publistf/bib2tpl/lib/
H A DPEAR5.php27 if (!array_key_exists($var, $properties[$class])) {
/plugin/publistx/bib2tpl/lib/
H A DPEAR5.php27 if (!array_key_exists($var, $properties[$class])) {
/plugin/webcomponent/_test/
H A Dwebcomponent.test.php29 $this->assertEquals(true, array_key_exists("class",$parameters));
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php303 if (!array_key_exists($name, $this->elementMap)) {
304 … if (substr($name, 0, 2) == '{}' && array_key_exists(substr($name, 2), $this->elementMap)) {

12345678910>>...21