Home
last modified time | relevance | path

Searched +full:namespace -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 226 – 250 of 426) sorted by path

12345678910>>...18

/dokuwiki/inc/Ui/
H A DUserResendPwd.php3 namespace dokuwiki\Ui;
/dokuwiki/inc/Utf8/
H A DAsian.php3 namespace dokuwiki\Utf8;
H A DClean.php3 namespace dokuwiki\Utf8;
H A DConversion.php3 namespace dokuwiki\Utf8;
H A DPhpString.php3 namespace dokuwiki\Utf8;
H A DSort.php3 namespace dokuwiki\Utf8;
H A DTable.php3 namespace dokuwiki\Utf8;
H A DUnicode.php3 namespace dokuwiki\Utf8;
/dokuwiki/inc/
H A Dauth.php677 * Returns the maximum rights a user has for the given ID or its namespace
776 //still here? do the namespace checks
805 //get next higher namespace
H A Dchangelog.php164 * @param string $ns restrict to given namespace
266 * @param string $ns restrict to given namespace (optional)
323 * @param string $ns restrict to given namespace
351 // filter namespace
H A Dcommon.php196 $info['namespace'] = getNS($id);
322 $JSINFO['namespace'] = isset($INFO) ? (string) $INFO['namespace'] : '';
1066 * Returns the pagetemplate contents for the ID's namespace
H A Ddeprecated.php367 * @deprecated 2019-04-22 Use the classes in the \dokuwiki\Subscriptions namespace instead!
388 * namespace.
392 * @param string $page The target object’s (namespace or page) id
407 * Adds a new subscription for the given page or namespace
410 * *exact* page or namespace. It will *not* modify any subscription that may exist in higher namespaces.
412 * @param string $id The target page or namespace, specified by id; Namespaces
429 * Removes a subscription for the given page or namespace
432 * namespace. It will *not* modify any subscriptions that may exist in higher
435 * @param string $id The target object’s (namespace or page) id
H A Dfetch.functions.php176 //check permissions (namespace only)
H A Dfulltext.php123 case 'N-:': // namespace
128 $pages_matched[$id] = 0; // namespace: always 0 hit
246 * namespace. This can be changed with the second parameter.
256 * @param bool $in_ns match against namespace as well?
406 * Sort pages based on their namespace level first, then on their string
710 * @include:namespace (or ns:include:namespace)
711 * ^exclude:namespace (or -ns:exclude:namespace)
720 * a word 'aa', a phrase 'bb cc' and are within a namespace 'd
[all...]
H A Dio.php19 * $data[0] ns: The colon separated namespace path minus the trailing page name.
20 * $data[1] ns_type: 'pages' or 'media' namespace tree.
22 * @param string $id - a pageid, the namespace of that id will be tried to deleted
24 * @return bool - true if at least one namespace was deleted
64 * $data[1] ns: The colon separated namespace path minus the trailing page name. (false if root ns)
196 * $data[1] ns: The colon separated namespace path minus the trailing page name. (false if root ns)
473 * Create missing namespace directories and send the IO_NAMESPACE_CREATED events
477 * $data[0] ns: The colon separated namespace path minus the trailing page name.
478 * $data[1] ns_type: 'pages' or 'media' namespace tree.
H A Dload.php9 namespace dokuwiki;
97 // namespace to directory conversion
127 * @param string $classPath The class name using forward slashes as namespace separators
145 * @param string $classPath The class name using forward slashes as namespace separators
163 * @param string $classPath The class name using forward slashes as namespace separators
171 $classPath = str_replace('/test/', '/_test/', $classPath); // no underscore in test namespace
192 * @param string $classPath The class name using forward slashes as namespace separators
197 // template namespace
199 $classPath = str_replace('/test/', '/_test/', $classPath); // no underscore in test namespace
218 * @param string $classPath The class name using forward slashes as namespace separator
[all...]
H A Dmedia.php305 * @param string $ns target namespace
350 * @param string $ns target namespace
701 * List all files in a given Media namespace
703 * @param string $ns namespace
1426 //if we use globbing file name must match entirely but may be preceded by arbitrary namespace
1676 // currently selected namespace
1699 // find the namespace parts or insert them
1718 * Prints a media namespace tree item
1745 * Prints a media namespace tree item opener
H A Dpageutils.php83 // 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 fo
[all...]
H A Dsearch.php125 * $opts['ns'] is the currently viewed namespace
175 * List all mediafiles in a namespace
212 //check ACL for namespace (we have no ACL for mediafiles)
243 * List all mediafiles in a namespace
279 //check ACL for namespace (we have no ACL for mediafiles)
296 * This function just lists documents (for RSS namespace export)
484 * nsmatch string match namespace against this regexp when adding (default: '', so accept everything)
542 $item['perm'] = auth_quickaclcheck($item['id']); //FIXME check namespace for media files
H A Dtemplate.php298 'href' => DOKU_BASE . 'feed.php?mode=list&ns=' . (isset($INFO) ? $INFO['namespace'] : '')
376 $script = "var NS='" . (isset($INFO) ? $INFO['namespace'] : '') . "';";
865 // print intermediate namespace links
876 // print current page, skipping start page, skipping for namespace index
1401 * files in a namespace, the meta editing dialog or
1459 * files in a namespace, upload form or search form
1580 * prints the namespace tree in the mediamanager popup
/dokuwiki/inc/parser/
H A Dmetadata.php669 * Removes any Namespace from the given name but keeps
H A Drenderer.php882 * Removes any Namespace from the given name but keeps
H A Dxhtmlsummary.php20 // Namespace these variables to
/dokuwiki/lib/exe/
H A Dmediamanager.php21 // get namespace to display (either direct or from deletion order)
40 $JSINFO['namespace'] = '';
115 // current namespace was removed. redirecting to root ns passing msg along
/dokuwiki/lib/plugins/acl/
H A Dadmin.php70 // namespace given?
227 * Display a tree menu to select a page or namespace
270 * @param string $folder an already converted filesystem folder of the current namespace
326 // to a page, one to a namespace, the namespace needs to be first.
332 // Now the empty part is either a page in the parent namespace
333 // that obviously needs to be after the namespace
334 // Or it is the namespace that contains the other part and should be
537 // namespace or page?
702 * and page/namespace
[all...]

12345678910>>...18