Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 451 – 475 of 515) sorted by relevance

1...<<1112131415161718192021

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php108 return array_key_exists($name, $this->helpers);
/plugin/siteexport/inc/
H A Dtoc.php193 …$item['exists']) == 1 ? " text=\"" . $item['name'] . "\"" : "") . ( array_key_exists('tags', $item…
/plugin/odp/
H A DZipLib.class.php316 …if (!array_key_exists("external", $header) || (!($header['external']==0x41FF0010)&&!($header['exte…
/plugin/nodetailsxhtml/
H A Drenderer.php352 if ( array_key_exists($entity, $this->entities) ) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php330 return array_key_exists($property, $this->data ?: []);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php492 if (array_key_exists('@attributes', $value)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1399 if (!\array_key_exists($name, $this->globals)) {
1446 if (!\array_key_exists($key, $context)) {
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php388 …if (array_key_exists($json[SHAREDAPI_EVENT_FIELD_EVENT], $callback) && function_exists($callback[$…
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php172 if (false === array_key_exists($rule, $this->_rules)) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php677 } elseif (array_key_exists($ent[0],$this->table)) {
/plugin/combo/ComboStrap/
H A DCall.php362 if (array_key_exists(2, $returnedArray)) {
H A DExecutionContext.php837 if (array_key_exists($id, $this->executingMarkupHandlerStack)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DMeter.php211 while (array_key_exists($href, $this->mpdf->internallink)) {
H A DImg.php234 while (array_key_exists($href, $this->mpdf->internallink)) {
/plugin/anewssystem/
H A Dsyntax.php1195 …if(array_key_exists('class',$archive_options) === false) $archive_options['class'] = 'page…
1196 …if(array_key_exists('ho',$archive_options) === false) $archive_options['ho'] = 'off';
/plugin/publist/bib2tpl/lib/
H A DPEAR.php216 if (!array_key_exists($var, $properties[$class])) {
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php216 if (!array_key_exists($var, $properties[$class])) {
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php216 if (!array_key_exists($var, $properties[$class])) {
/plugin/epub/scripts/
H A Depub_utils.php85 if(array_key_exists($matches[0], $entities)) {
/plugin/pubmed2020/
H A Dsyntax.php395 if (array_key_exists($cmd, $this->outputTpl)) {
/plugin/prosemirror/
H A Drenderer.php563 if(array_key_exists($smiley, $this->smileys)) {
/plugin/batchedit/
H A Dinterface.php747 if (!array_key_exists($id, $this->svgCache)) {
/plugin/openlayersmap/syntax/
H A Dolmap.php86 if (array_key_exists(1, $_tag)) {
/plugin/combo/vendor/symfony/yaml/
H A DParser.php249 if (!\array_key_exists($refName, $this->refs)) {
730 if (!\array_key_exists($value, $this->refs)) {
/plugin/quickstats/
H A Daction.php442 if(!array_key_exists($ip, $this->ips)) {

1...<<1112131415161718192021