Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 276 – 300 of 515) sorted by relevance

1...<<1112131415161718192021

/plugin/bibtex/OSBib/
H A DMINIMALRTF.php136 if(!array_key_exists($justify, $this->justify))
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php189 return array_key_exists($key, $this->items);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto30.php122 } elseif (array_key_exists('valuetype', $row)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php120 return array_key_exists($property, self::ALIGN) ? self::ALIGN[$property] : '';
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php324 if (array_key_exists($lower_url, $this->registeredFiles))
369 if (array_key_exists($lower_path, $this->registeredFiles))
/plugin/authorstats/
H A Dsyntax.php84 if (array_key_exists($month, $author["pm"])) {
110 if (array_key_exists($yearmonth, $author["pm"])) {
/plugin/openid/Auth/Yadis/
H A DManager.php40 if (isset($_SESSION) && array_key_exists($name, $_SESSION)) {
112 if (!array_key_exists($k, $data)) {
/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/html5/
H A Drenderer.php151 if ( array_key_exists($smiley, $this->smileys) ) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DCard.php165 if (array_key_exists('size', $this->cardData)) {
H A DVCFExportPlugin.php58 if (!array_key_exists('export', $queryParams)) return;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DGroupsExclusionStrategy.php100 if (!array_key_exists($path, $groups)) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php175 if (array_key_exists('size', $this->objectData)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractSyslogHandler.php90 if (is_string($facility) && array_key_exists(strtolower($facility), $this->facilities)) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php160 if (array_key_exists($prop, $this->subscriptionInfo)) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php54 return \array_key_exists($key, $source) && null !== $source[$key];
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DCard.php163 if (array_key_exists('size', $this->cardData)) {
/plugin/include/
H A Daction.php180 if (!array_key_exists('redirect_id', $_REQUEST)) return;
194 if (array_key_exists('redirect_id', $_REQUEST)) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php127 while (array_key_exists($index, $tree)) {
195 while (array_key_exists($index, $tree)) {
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarObject.php173 if (array_key_exists('size', $this->objectData)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToRoman.php54 $hasFiveSymbol = array_key_exists(1, $this->symbolMap[$symbolGroupCount - 1]);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php95 if (array_key_exists('', $this->images) && count($this->images['']) > 0) {
/plugin/findologicxmlexport/vendor/hoa/event/
H A DEvent.php258 array_key_exists($eventId, self::$_register) &&
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DArrayComparator.php56 if (!array_key_exists($key, $actual)) {

1...<<1112131415161718192021