Home
last modified time | relevance | path

Searched refs:currentNameSpace (Results 1 – 3 of 3) sorted by relevance

/plugin/minimap/
H A Dsyntax.php134 $currentNameSpace = curNS($callingId); // The name of the container directory
222 if ($page['id'] == $nameSpacePathPrefix . $currentNameSpace) {
/plugin/combo/syntax/
H A Dminimap.php151 $currentNameSpace = curNS($callingId); // The name of the container directory
231 if ($pageArray['id'] == $nameSpacePathPrefix . $currentNameSpace) {
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js41 var currentNameSpace = null; variable
922 if(wiki_id.match(/^[^:]/) && currentNameSpace) {
923 wiki_id = ':' + currentNameSpace + ':' + wiki_id;
1420 currentNameSpace = str;