Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 201 – 225 of 515) sorted by relevance

12345678910>>...21

/plugin/oauthauthsch/
H A DDotAccess.php68 return array_key_exists($key, $array);
/plugin/oauthgeneric/
H A DDotAccess.php70 return array_key_exists($key, $array);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DInlineLoader.php100 if (!array_key_exists($name, $this->templates)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php51 if (!array_key_exists('mount', $queryParams)) return;
/plugin/swiftmail/Swift/
H A DConnectionBase.php56 return array_key_exists($name, $this->extensions);
/plugin/dlcounter/
H A Daction.php63 if( array_key_exists($data['media'], $json) ){
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php51 if (!array_key_exists('mount', $queryParams)) return;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php67 if (array_key_exists('virtual_properties', $config)) {
104 … || (isset($config['properties']) && array_key_exists($pName, $config['properties']));
315 if (array_key_exists('xml_namespaces', $config)) {
/plugin/changes/
H A Dsyntax.php117 if (array_key_exists($value, $types)) {
486 if (array_key_exists($flag, $outFlags)) {
490 if (array_key_exists($flag, $outFlags)) {
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareSimpleValue.php84 if (array_key_exists('', $this->values)) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DParser.php70 if (!array_key_exists(Tokenizer::NODES, $result)
/plugin/webcomponent/syntax/
H A Dcard.php227 if (array_key_exists('header', $parameters)) {
235 if (array_key_exists('image', $parameters)) {
/plugin/refnotes/
H A Dinstructions.php178 return array_key_exists($name, $this->data[1][1][1]) ? $this->data[1][1][1][$name] : '';
265 return array_key_exists($this->index, $this->event->data->calls);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php211 if (!array_key_exists($usergroup, $this->properties)) {
228 if (!array_key_exists($image->getUsergroup(), $this->images)) {
H A DProperty.php66 if (array_key_exists($usergroup, $this->values)) {
/plugin/tokenbucketauth/
H A Daction.php103 if(array_key_exists($ip, $this->blocked))
161 if(array_key_exists($ip, $this->blocked))
/plugin/anewssystem/
H A Daction.php100 …if(array_key_exists('class',$archive_options) === false) $archive_options['class'] = 'page…
101 …if(array_key_exists('ho',$archive_options) === false) $archive_options['ho'] = 'off';
/plugin/odt/ODT/styles/
H A DODTTextStyle.php166 if (array_key_exists ($property, $style_fields)) {
171 if (array_key_exists ($property, self::$text_fields)) {
/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/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php89 if (!array_key_exists($elem, $elems)) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DShare.php101 … 'readOnly' => !array_key_exists('{' . Plugin::NS_CALENDARSERVER . '}read-write', $sharee),
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php89 if (!array_key_exists($elem, $elems)) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DJsonWireCompat.php23 if (array_key_exists(self::WEB_DRIVER_ELEMENT_IDENTIFIER, $rawElement)) {
/plugin/authphpbb3/
H A Dauth.php149 if (is_array($result) && array_key_exists('url', $result)) {
494 if (array_key_exists($phpbb_cookie_sid_name, $_COOKIE)) {
670 if (is_array($result) && array_key_exists('cookie_name', $result)) {
755array_key_exists($phpbb_cookie_user_sid, $_COOKIE) ? $_COOKIE[$phpbb_cookie_user_sid] : null;
757array_key_exists($phpbb_cookie_user_id, $_COOKIE) ? intval($_COOKIE[$phpbb_cookie_user_id]) : null;
/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…

12345678910>>...21