Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 326 – 350 of 515) sorted by relevance

1...<<1112131415161718192021

/plugin/mytemplate/
H A Daction.php301 if (array_key_exists($param1, $this->maps)) {
309 if (array_key_exists($param1, $this->maps)) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php507 if (false === array_key_exists($tokenName, $this->_rules) &&
508 false === array_key_exists('#' . $tokenName, $this->_rules)) {
/plugin/editions/
H A Daction.php162 if (array_key_exists(curNS($ID), $editions)) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.collection.php55 if (array_key_exists($code, $this->_positions)) {
/plugin/rrdgraph/inc/
H A Drpncomputer.php147 if (array_key_exists($v, $this->constants)) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResponse.php152 return \array_key_exists('failures', $shardsStatistics);
/plugin/blog/
H A Dhelper.php183 if (!array_key_exists($key, $unique_keys_memoize))
/plugin/openid/Auth/OpenID/
H A DMemcachedStore.php159 if (!array_key_exists($associationKey, $serverAssociations)) {
/plugin/siteexport/action/
H A Dstartup.php36 return is_array($headers) && array_key_exists('X-Site-Exporter', $headers);
/plugin/siteexport/syntax/
H A Daggregate.php116 if ( !array_key_exists('_'.$ns[2], $values) ) {
/plugin/redissue/
H A Dsyntax.php162 if(array_key_exists('project_id', $data) && array_key_exists('tracker_id', $data)) {
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php212 if(!array_key_exists(1, $array))
301 if(!array_key_exists(1, $matches))
/plugin/oembed/
H A Dsyntax.php211 if(array_key_exists('direct', $tag['params']['plugin'])){
330 if(array_key_exists('thumbnail', $data['tag']['params']['plugin'])){
/plugin/swiftmail/Swift/Message/
H A DMime.php400 } while (array_key_exists($id, $this->children));
415 return array_key_exists($id, $this->children);
/plugin/odt/action/
H A Dexport.php392 if(array_key_exists('media', $relations) && is_array($relations['media'])) {
400 if(array_key_exists('haspart', $relations) && is_array($relations['haspart'])) {
/plugin/swiftmail/Swift/
H A DMessage.php556 case array_key_exists($id, $this->references["alternative"]):
560 case array_key_exists($id, $this->references["related"]):
564 case array_key_exists($id, $this->references["mixed"]):
/plugin/refnotes/
H A Dreference.php153 if (array_key_exists($k, $attributes)) {
/plugin/fedauth/Auth/Yadis/
H A DXRI.php109 if (array_key_exists(0, $args) &&
/plugin/osm/
H A Dsyntax.php150 …$query_params[] = (array_key_exists($option, $this->urlMappings) ? $this->urlMappings[$option] : $…
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php180 if (array_key_exists('synctoken', $row)) {
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php231 if (array_key_exists($name, $this->elementMap)) {
/plugin/openid/Auth/Yadis/
H A DXRI.php109 if (array_key_exists(0, $args) &&
/plugin/strata/helper/
H A Dsyntax.php45 if(array_key_exists($name, $this->regexFragments)) {
57 if(array_key_exists($name, $this->regexCaptures)) {
84 if(array_key_exists($name, $this->values)) {
933 return array_key_exists('text', $node);
940 return array_key_exists('tag', $node);
/plugin/nsindex/
H A Dsyntax.php65 if (array_key_exists($m, $data))
/plugin/dlcounter/
H A Dsyntax.php111 if( $file != "" && array_key_exists( $file, $json ) ){

1...<<1112131415161718192021