Lines Matching +full:namespace -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
83 // Namespace autolinking from URL
86 // start page inside namespace
92 // page like namespace exists
144 //alternative namespace seperator
176 * @return string|false the namespace part or false if the given ID has no namespace (root)
188 * Returns the ID without the namespace
206 * Returns the current namespace
219 * Returns the ID without the namespace or current namespace for 'start' pages
506 * @param string $ns namespace which is context of id
524 // prepend the current namespace
545 //if link contains no namespace. add current namespace (if any)
556 * @param string $ns namespace which is context of id
575 * @param string $ns namespace which is context of id
589 $context = "$ns:deprecated"; // only used when a different context namespace was given
667 * Namespaces are denoted by a trailing “:*”. The root namespace is
745 * Find a page in the current namespace (determined from $ID) or any
746 * higher namespace that can be accessed by the current user,