Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 176 – 200 of 515) sorted by relevance

12345678910>>...21

/plugin/caption/syntax/
H A Dcaption.php186 if(array_key_exists($this->_fignum,$this->_figlabels)) {
201 if(array_key_exists($this->_tabnum,$this->_tablabels)) {
216 if(array_key_exists($this->_codenum,$this->_codelabels)) {
231 if(array_key_exists($this->_filenum,$this->_filelabels)) {
/plugin/authgoogle/google/auth/
H A DGoogle_P12Signer.php45 if (!array_key_exists("pkey", $certs) || !$certs["pkey"]) {
H A DGoogle_OAuth2.php220 if (! array_key_exists('refresh_token', $this->token)) {
410 if (array_key_exists("iat", $payload)) {
421 if (array_key_exists("exp", $payload)) {
/plugin/usecounter/
H A Dhelper.php70 if (!array_key_exists($id, $this->counterArray)) {
/plugin/odt/ODT/css/
H A Dcsscolors.php334 return array_key_exists(strtolower($name), self::$values);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DValidDefaultValueSniff.php76 if (array_key_exists('default', $param) === true) {
/plugin/typography/images/fontcolor/
H A Dcolor-icon.php13 $isColorSet = array_key_exists('color', $_GET);
/plugin/rrdgraph/
H A Dsyntax.php193 if (! array_key_exists($key, $attributes)) $attributes[$key] = $value;
235 if (array_key_exists("template", $attributes)) {
240 } else if (array_key_exists("bind", $attributes)) {
/plugin/authsaml/
H A Dsaml.php125 if (!array_key_exists($this->simplesaml_name , $this->attributes)) {
131 if (!array_key_exists($this->simplesaml_mail , $this->attributes)) {
137 if (!array_key_exists($this->simplesaml_grps, $this->attributes) ||
/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)) {
/plugin/canvas/
H A Dcanvas.php136 if (!array_key_exists('width', $opts)) $opts['width'] = '300px';
137 if (!array_key_exists('height',$opts)) $opts['height'] = '150px';
/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()) {
/plugin/adhoctags/syntax/
H A Da.php59 $href = ( array_key_exists('href', $attr) ? $attr['href'] : '#' );
/plugin/zip/pear/File/Archive/Reader/
H A DMulti.php69 while (array_key_exists($this->currentIndex, $this->sources)) {
/plugin/multiorphan/action/
H A DpluginSiteexport.php41 …if ( !is_array($instructions[1]) || array_key_exists('start', $instructions[1]) ) { return false; }
/plugin/swiftmail/Swift/Cache/
H A DMemory.php58 return array_key_exists($key, $this->store);
/plugin/changes/
H A Daction.php54 if (!array_key_exists('files', $cache->depends)) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DAbstractNamespace.php47 if (array_key_exists($arg, $params) === true) {
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php841 if ((!array_key_exists('port', $return_to_parts)) &&
842 (!array_key_exists('port', $msg_return_to_parts))) {
849 if ((!array_key_exists('path', $return_to_parts)) &&
850 (!array_key_exists('path', $msg_return_to_parts))) {
860 if (!array_key_exists($component, $return_to_parts)) {
864 if (!array_key_exists($component, $msg_return_to_parts)) {
900 if (array_key_exists('query', $parsed_url)) {
906 if (!array_key_exists($rt_key, $query)) {
1667 if (array_key_exists($session_type, $this->session_types)) {
/plugin/mediasyntax/
H A Daction.php91 if (array_key_exists('redirect_id', $_REQUEST))
102 if (array_key_exists('redirect_id', $_REQUEST))
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php154 if (\array_key_exists($name, $parameters)) {
155 if (\array_key_exists($pos, $parameters)) {
170 } elseif (\array_key_exists($pos, $parameters)) {
/plugin/datatemplate/syntax/
H A Dlist.php70 if(!array_key_exists('%pageid%', $data['cols'])) {
73 if(array_key_exists('headers', $data))
125 if(!array_key_exists('template', $data)) {
/plugin/columns/
H A Dsyntax.php186 if (array_key_exists($name, $attribute)) {
470 if (array_key_exists('pm1', $autoStyle)) {
490 if (!array_key_exists('page-width', $result)) {
505 if (!array_key_exists('font-size', $result)) {
/plugin/badbehaviour/bad-behavior/
H A Dpost.inc.php33 …if (!$settings['offsite_forms'] && array_key_exists('Referer', $package['headers_mixed']) && strip…
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DContext.php115 return array_key_exists($id, static::$_instances);

12345678910>>...21