Home
last modified time | relevance | path

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

12345678910>>...21

/plugin/pagelist/
H A Dhelper.php490 while (array_key_exists($key, $result)) {
499 while (array_key_exists($testkey, $result)) {
849 if (array_key_exists('desc', $this->page)) return;
872 if (array_key_exists('summary', $this->page)) return;
882 if (array_key_exists('user', $this->page)) return;
/plugin/attribute/
H A Dhelper.php190 if (array_key_exists($filename, $this->cache)) {
396 return array_key_exists($attribute, $data);
428 if (array_key_exists($attribute, $data)) {
517 if ($data === null || !array_key_exists($attribute, $data)) {
/plugin/nspages/printers/
H A DprinterTree.php148 if (!array_key_exists($key, $tree->children)){
/plugin/nspages/fileHelper/
H A DnamespacePreparer.php45 if (!array_key_exists('idMainPage', $ns)){
/plugin/siteexport/action/
H A Dstartup.php36 return is_array($headers) && array_key_exists('X-Site-Exporter', $headers);
/plugin/siteexport/
H A Dcron.php190 return array_key_exists($this->cronJobNameForParameters($parameters), $this->configuration);
204 if ( !array_key_exists('REMOTE_ADDR', $_SERVER) && 'cli' == php_sapi_name()) {
H A Dpreload.php29 } else if (array_key_exists('template', $_REQUEST)) {
45 $newTemplate = array_key_exists('template', $tempREQUEST) ? $tempREQUEST['template'] : null;
234 …return is_array($headers) && array_key_exists('X-Site-Exporter', $headers) /* && $headers['X-Site-…
/plugin/siteexport/inc/
H A Dfunctions.php399 …$NS = array_key_exists( 'ns', $data ) ? $data['ns'] : ( array_key_exists( 'id', $data ) ? $data['i…
518 if ( array_key_exists( 'renderer', $removeArray ) && $removeArray['renderer'] == 'xhtml') {
524 …if ( array_key_exists( 'customoptionname', $removeArray ) && is_array($removeArray['customoptionn…
535 …if ( array_key_exists( 'renderer', $removeArray ) && $removeArray['renderer'] != 'xhtml' && !empty…
H A Dtoc.php193 …$item['exists']) == 1 ? " text=\"" . $item['name'] . "\"" : "") . ( array_key_exists('tags', $item…
/plugin/siteexport/syntax/
H A Daggregate.php116 if ( !array_key_exists('_'.$ns[2], $values) ) {
/plugin/diagrams/action/
H A Daction.php55 if (!array_key_exists('svg', $mime) || $mime['svg'] !== 'image/svg+xml') {
/plugin/struct/meta/
H A DQueryBuilder.php
/plugin/openlayersmap/
H A DStaticMap.php147 if (array_key_exists($maptype, $this->tileInfo)) {
/plugin/openlayersmap/syntax/
H A Dolmap.php86 if (array_key_exists(1, $_tag)) {
/plugin/geotag/syntax/
H A Dgeotag.php95 if (array_key_exists(0, $hide) && trim($hide [0]) === 'hide') {
97 } elseif (array_key_exists(0, $hide) && trim($hide [0]) === 'unhide') {
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php97 $type = count($args) && @array_key_exists($args[0], self::$adapterMap) ? strtolower(array_shift($args)) : null;
117 if (!array_key_exists($type, self::$adapterMap)) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DKML.php92 if (array_key_exists($nodeName, geoPHP::getGeometryList())) {
110 if (array_key_exists($nodeName, geoPHP::getGeometryList())) {
208 if (array_key_exists($nodeName, $geometryTypes)) {
H A DGPX.php492 if (array_key_exists('@attributes', $value)) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php330 return array_key_exists($property, $this->data ?: []);
/plugin/geophp/vendor/composer/
H A DInstalledVersions.php148 if (array_key_exists('aliases', $installed['versions'][$packageName])) {
151 if (array_key_exists('replaced', $installed['versions'][$packageName])) {
154 if (array_key_exists('provided', $installed['versions'][$packageName])) {
/plugin/spatialhelper/helper/
H A Dindex.php133 if (!array_key_exists($geohash, $this->spatial_idx)) {
/plugin/dokusioc/
H A Daction.php446 if ($accepted_order[0] === 'application/rdf+xml' || (array_key_exists(
/plugin/photogallery/lib/
H A Darray_column.php89 if ($paramsIndexKey !== null && array_key_exists($paramsIndexKey, $row)) {
97 } elseif (is_array($row) && array_key_exists($paramsColumnKey, $row)) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php752 if (!array_key_exists($key, $parsedURL)) {
/plugin/nodetailsxhtml/
H A Drenderer.php352 if ( array_key_exists($entity, $this->entities) ) {

12345678910>>...21