Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 226 – 250 of 515) sorted by relevance

12345678910>>...21

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DBitSet.php31 return \array_key_exists($value, $this->data);
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php72 if (!array_key_exists($uid, $this->objects)) {
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php72 if (!array_key_exists($uid, $this->objects)) {
/plugin/authfacebook/
H A Daction.php17 if (array_key_exists('is_facebook', $USERINFO) && $USERINFO['is_facebook']) {
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsnFunction.php67 return \array_key_exists($key, $this->parameters) ? $this->parameters[$key] : $default;
/plugin/slacknotifier/helper/
H A DPayload.php
/plugin/godiag/
H A Dsyntax.php197 if(array_key_exists(1, $source_parts)){
261 if(array_key_exists($symb, $this->dgm['imappings'])) {
528 if(!array_key_exists('sm_offs', $this->style)) {
539 if(!array_key_exists('circle_mark_img', $this->style)) {
601 if(!array_key_exists($symb, $this->functab)) {
609 if(array_key_exists($symb, $this->dgm['imappings'])) {
754 if(array_key_exists($ypos, $rows) && array_key_exists($xpos, $rows[$ypos]))
/plugin/openid/Auth/OpenID/
H A DConsumer.php889 if ((!array_key_exists('port', $return_to_parts)) &&
890 (!array_key_exists('port', $msg_return_to_parts))) {
897 if ((!array_key_exists('path', $return_to_parts)) &&
898 (!array_key_exists('path', $msg_return_to_parts))) {
908 if (!array_key_exists($component, $return_to_parts)) {
912 if (!array_key_exists($component, $msg_return_to_parts)) {
950 if (array_key_exists('query', $parsed_url)) {
956 if (!array_key_exists($rt_key, $query)) {
1767 if (array_key_exists($session_type, $this->session_types)) {
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php75 if (!array_key_exists($uid, $this->objects)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php75 if (!array_key_exists($uid, $this->objects)) {
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php75 if (!array_key_exists($uid, $this->objects)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DArrays.php10 if (is_array($array) && array_key_exists($key, $array)) {
/plugin/bez/mdl/
H A DAcl.php27 if (!array_key_exists($column, $this->acl)) {
/plugin/diagrams/action/
H A Daction.php55 if (!array_key_exists('svg', $mime) || $mime['svg'] !== 'image/svg+xml') {
/plugin/fedauth/classes/
H A Dfa_providerlist.class.php114 if (array_key_exists($id, $this->providers)) return 0;
283 if (!array_key_exists($id, $this->providers)) return false;
/plugin/keyboard/
H A Dsyntax.php127 … if ($this->stylesCreated == false || !array_key_exists ($class, $this->styles)) {
203 if (!empty($class) && !array_key_exists($class, $this->styles)) {
/plugin/templater/
H A Dsyntax.php97 if (array_key_exists(1, $wikipage)) {
185 if (array_key_exists(0, $instr[0][1]) && $instr[0][1][0] == $data[2]) {
/plugin/switchpanel/
H A Dsyntax.php98 if( $sKey == 'content' || !array_key_exists( $sKey, $opt ) ){
178 if( !array_key_exists( $sContext, $this->_oTagsContent ) ){
203 …if( $iPosSep !== false && array_key_exists( $oElement[ 'type' ].'_items', $this->_oTagsItemsConten…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DHelperCollection.php122 return array_key_exists($name, $this->helpers);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DFilesystemLoader.php60 if (array_key_exists('extension', $options)) {
/plugin/findologicxmlexport/vendor/hoa/event/
H A DListener.php154 return array_key_exists($listenerId, $this->_callables);
/plugin/noticeboard/classes/
H A DArrayList.php106 if(array_key_exists($item, $this->arrayList)){
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php90 if (array_key_exists($name, $reader->elementMap)) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DShare.php85 … $access = array_key_exists('{' . Plugin::NS_CALENDARSERVER . '}read-write', $sharee)
/plugin/webcomponent/syntax/
H A Dgroup.php149 if (array_key_exists("class", $parameters)) {

12345678910>>...21