Home
last modified time | relevance | path

Searched refs:getNS (Results 76 – 100 of 280) sorted by last modified time

12345678910>>...12

/plugin/ckgedit/action/
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/epub/scripts/
H A Debook.php18 $namespace= getNS($id);
/plugin/tagfilter/
H A Daction.php126 if (($ns == '.' && getNS($page_lookup) === false)
127 || ($ns && strpos(':' . getNS($page_lookup) . ':', ':' . $ns . ':') === 0)
H A Dhelper.php451 if (($ns == '.' && getNS($matchedPage) === false) || strpos(':' . getNS($matchedPage) . ':', ':' . $ns . ':') === 0 || $ns === '') {
550 return $ns === '' || strpos(':' . getNS($pageid) . ':', ':' . $ns . ':') === 0;
/plugin/tagfilter/syntax/
H A Dfilter.php116 $ns = getNS($ID);
/plugin/html5video2/syntax/
H A Dvideo.php155 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/discussion/
H A Daction.php196 … print 'NS = "' . getNS($ID) . '";'; // we have to define NS, otherwise we get get JS errors
/plugin/discussion/syntax/
H A Dthreads.php82 elseif ($ns == '.') $ns = getNS($ID);
/plugin/changes/
H A Dsyntax.php
/plugin/publish/
H A Dhelper.php427 if (getNS($page[0]) == $namespace) {
H A Dsyntax.php60 $namespace = cleanID(getNS($namespace . ":*"));
82 $this_ns = getNS($page[0]);
/plugin/userhomepage/
H A Daction.php182 $this->public_ns = cleanID(getNS($this->public_page));
/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/text/
H A Drenderer.php440 resolve_pageid(getNS($ID),$id,$exists);
/plugin/indexmenu/syntax/
H A Dindexmenu.php446 $currentNS = getNS($INFO['id']);
/plugin/lms/
H A Dhelper.php202 $cpns = getNS($cp);
215 $ns = getNS($link);
/plugin/popupviewer/syntax/
H A Dviewer.php62 resolve_mediaid(getNS($ID),$id,$exists);
120 resolve_pageid(getNS($ID),$id,$exists);
/plugin/popupviewer/
H A Daction.php128 $page = resolve_id(getNS($event->data['checkNamespace']),$id);
135 resolve_pageid(getNS($event->data['checkNamespace']),$id,$event->data['exists']);
/plugin/openas/
H A Daction.php91 $orig_namespace = rtrim(getNS($orig_id),':') . ':';
143 $current_ns = rtrim(getNS($curid),':') . ':';
258 resolve_pageid(getNS($newid), $newid, $exists);
262 resolve_pageid(getNS($saveas_orig), $saveas_orig, $exists);
/plugin/newpagetemplate/
H A Daction.php133 getNS($ID),
H A Dhelper.php64 $ns = getNS($page);
144 getNS($ID),
/plugin/include/
H A Dhelper.php305 $ns = getNS($page);
547 $ns = getNS($page);
728 resolve_pageid(getNS($parent_id), $page, $exists); // resolve shortcuts and clean ID
846 resolve_pageid(getNS($parent_id), $testpage, $exists);
/plugin/move/helper/
H A Dhandler.php48 $this->ns = getNS($id);
50 $this->origNS = getNS($original);
158 if($this->ns && !getNS($new)) $new = ':' . $new;
165 $goalpath = explode(':', getNS($new));
181 if($newrel[0] != '.' && $this->ns && getNS($newrel)) $newrel = '.' . $newrel;
189 if($this->ns && !getNS($new)) $newrel = ':' . $newrel;
207 $newNS = getNS($newID);
H A Dop.php142 $src_ns = getNS($src);
144 $dst_ns = getNS($dst);
244 $src_ns = getNS($src);
246 $dst_ns = getNS($dst);

12345678910>>...12