Home
last modified time | relevance | path

Searched refs:array_key_exists (Results 476 – 500 of 515) sorted by last modified time

1...<<1112131415161718192021

/plugin/dokutexit/
H A Dlatex.php370 if ( array_key_exists($smiley, $this->smileys) ) {
/plugin/templateconfhelper/exe/
H A Dcss.php196 if(array_key_exists($key, $styleini) && is_array($value)) {
/plugin/fblogin/lib/
H A Dbase_facebook.php433 if (array_key_exists('oauth_token', $signed_request)) {
440 if (array_key_exists('code', $signed_request)) {
530 if (array_key_exists('user_id', $signed_request)) {
1171 if (array_key_exists('base_domain', $metadata) &&
1328 if (array_key_exists($cookie_name, $_COOKIE)) {
1352 if (!array_key_exists($cookie_name, $_COOKIE)) {
/plugin/fedauth/Auth/OpenID/
H A DAX.php655 …if (array_key_exists('count.' . $alias, $ax_args) && ($ax_args['count.' . $alias] !== Auth_OpenID_…
674 if (!array_key_exists($value_key, $ax_args)) {
687 if (!array_key_exists($key, $ax_args)) {
755 if (array_key_exists($type_uri, $this->data)) {
777 if (array_key_exists($type_uri, $this->data)) {
848 if (array_key_exists($attr_info->type_uri, $this->data)) {
H A DBigMath.php149 if (array_key_exists($rbytes, $duplicate_cache)) {
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)) {
H A DMemcachedStore.php142 if (!array_key_exists($associationKey, $serverAssociations)) {
H A DSQLStore.php226 if (!array_key_exists($key, $this->sql)) {
/plugin/fedauth/Auth/Yadis/
H A DXRI.php109 if (array_key_exists(0, $args) &&
H A DPlainHTTPFetcher.php55 if (!array_key_exists('port', $parts)) {
66 if (!array_key_exists('path', $parts)) {
80 (array_key_exists('query', $parts) ?
183 if (!array_key_exists('port', $parts)) {
H A DXRDS.php140 array_key_exists('priority', $attrs)) {
142 if (!array_key_exists($priority, $uris)) {
179 if (array_key_exists('priority', $attributes)) {
308 if (array_key_exists('xmlns:xrd', $attrs) &&
311 } else if (array_key_exists('xmlns', $attrs) &&
335 if (!array_key_exists($priority, $this->serviceList)) {
441 if (!array_key_exists($pri, $filtered)) {
459 if (!array_key_exists($pri, $filtered)) {
H A DManager.php40 if (array_key_exists($name, $_SESSION)) {
106 if (!array_key_exists($k, $data)) {
H A DParseHTML.php246 if (array_key_exists('http-equiv', $tag) &&
249 array_key_exists('content', $tag)) {
/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/fedauth/Auth/
H A DOpenID.php151 } else if (!array_key_exists('REQUEST_METHOD', $_SERVER)) {
248 if (array_key_exists($key, $arr)) {
335 if (array_key_exists(0, $args) &&
/plugin/mytemplate/
H A Daction.php301 if (array_key_exists($param1, $this->maps)) {
309 if (array_key_exists($param1, $this->maps)) {
/plugin/page4release/
H A Daction.php28 if ((is_array($page4release)) && (array_key_exists($filename, $page4release))) {
30 …if ( (array_key_exists($ID,$page4release[$filename]) && ($page4release[$filename][$ID] != $rele…
31 || (!array_key_exists($ID,$page4release[$filename]) && ($release))
/plugin/pagemove/
H A Dadmin.php284 if (! array_key_exists('page_ns', $_REQUEST)) {
957 && (! array_key_exists($cid, $data) // not in $data already
/plugin/linkbonus/syntax/
H A Dbase.php118 if (array_key_exists('fetchname', $link)) {
144 if (array_key_exists('doa', $link)) {
H A Dexternal.php114 if (array_key_exists('fetchname', $link)) {
140 if (array_key_exists('doa', $link)) {
/plugin/noticeboard/classes/
H A DNoticeList.php72 if(array_key_exists($id,$array)){
92 if(!array_key_exists($notice->getId(),$array)){
H A DArrayList.php106 if(array_key_exists($item, $this->arrayList)){
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php72 if(array_key_exists($id,$array)){
92 if(!array_key_exists($notice->getId(),$array)){
H A DArrayList.php106 if(array_key_exists($item, $this->arrayList)){
/plugin/dokugource/
H A Dadmin.php64 if(array_key_exists('download', $_GET)) if(@file_exists($conf['metadir'].'gource.log')) {

1...<<1112131415161718192021