Home
last modified time | relevance | path

Searched refs:getNS (Results 26 – 50 of 280) sorted by path

12345678910>>...12

/plugin/bureaucracy/
H A Dsyntax.php582 $this->values['__formpage_ns__'] = getNS($localid);
/plugin/bureaucracyau/helper/
H A Dactionmail.php137 resolve_pageid(getNS($ID), $this->mailtemplate, $ignored);
H A Dactiontemplate.php80 $myns = getNS($ID);
96 $ns = getNS($ID);
102 resolve_pageid(getNS($ID), $templatepage, $ignored);
140 resolve_pageid(getNS($ID), $tpl, $ignored);
143 resolve_pageid(getNS($ID), $tpl, $ignored);
161 …($template_pages, $conf['datadir'], 'search_universal', $opts, str_replace(':', '/', getNS($tpl)));
224 $this->values['__nsbase__'] = noNS(getNS($pageName));
/plugin/bureaucracyau/
H A Dsyntax.php544 $this->values['__formpage_curns__'] = getNS($ID);
/plugin/button/
H A Dsyntax.php
/plugin/calendoku/syntax/
H A Dshowicalendar.php55 if (!strcmp('', getNS($template))) {
57 } else if (!strcmp(getNS($template), $INFO['namespace'])) {
H A Dshowtable.php93 if (strcmp(getNS($pagename), $namespace))
/plugin/catlist/
H A Dsyntax.php202 if ($ns[0] == '.') $ns = getNS($ID).':'.$ns; // If it start with a '.', it is a relative path
466 $data['ns'] = getNS(cleanID(getID())); // update namespace to the one currently displayed
/plugin/changes/
H A Dsyntax.php
/plugin/chat/
H A Dchat.php122 $dID = getNS($ID);
/plugin/ckgdoku/action/
H A Dedit.php572 $ns = getNS($_COOKIE['FCK_NmSp']);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php74 $ns = getNS($id);
139 $ns = getNS($ns);
202 function getNS($id){ function
/plugin/ckgedit/action/
H A Dedit.php596 $ns = getNS($_COOKIE['FCK_NmSp']);
H A Dsave.php70 $ns = getNS($INFO["id"]);
388 getNS($ID),// getNS($INPUT->post->str('id')),
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php74 $ns = getNS($id);
139 $ns = getNS($ns);
202 function getNS($id){ function
/plugin/combo/ComboStrap/
H A DExecutionContext.php826 $INFO['namespace'] = getNS($wikiId); // php8 Undefined array key
860 $INFO['namespace'] = getNS($oldContextId);
H A DFsWikiUtility.php191 'ns' => getNS($startPath),
/plugin/combo/action/
H A Drouter.php590 $startPage = getNS($identifier) . ':' . $conf['start'];
599 $startPage = getNS($identifier) . ':' . curNS($identifier);
673 $pageNameSpace = getNS($id);
/plugin/combo/syntax/
H A Dlink.php648 $a = explode(':', getNS($ID));
649 $b = explode(':', getNS($id));
H A Dminimap.php147 $nameSpacePath = getNS($callingId); // The complete path to the directory
/plugin/composer/
H A Dsyntax.php360 $iNS = getNS($incl);
361 $iID = getNS($ID);
/plugin/confsearch/
H A Dsyntax.php37 return getNS(cleanID($id));
/plugin/const/
H A Daction.php86 $item[1] = getNS(cleanID(getID()));
/plugin/crosspost/
H A Daction.php115 $header = p_get_first_heading( getNS( $entry ) );
122 $ns = p_get_first_heading( getNS( $entry ) );
181 if( $this->_skip_ns( $xns, getNS( $ID ) ) ) return;
193 $ns = getNS( $meta[$i] );
212 if( !$this_ns ) $this_ns = getNS( $ID );
/plugin/csv/
H A Dhelper.php128 if (auth_quickaclcheck(getNS($file) . ':*') < AUTH_READ) {

12345678910>>...12