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 last modified time

12345678910>>...18

/dokuwiki/inc/Utf8/
H A DAsian.php3 namespace dokuwiki\Utf8;
H A DConversion.php3 namespace dokuwiki\Utf8;
H A DPhpString.php3 namespace dokuwiki\Utf8;
H A DTable.php3 namespace dokuwiki\Utf8;
/dokuwiki/inc/Action/
H A DDraft.php3 namespace dokuwiki\Action;
H A DLocked.php3 namespace dokuwiki\Action;
H A DLogin.php3 namespace dokuwiki\Action;
H A DResendpwd.php3 namespace dokuwiki\Action;
H A DRevert.php3 namespace dokuwiki\Action;
H A DSitemap.php3 namespace dokuwiki\Action;
H A DSource.php3 namespace dokuwiki\Action;
H A DSubscribe.php3 namespace dokuwiki\Action;
138 // Allow “list” subscribe style since the target is a namespace.
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dracket.php144 'current-namespace', 'current-output-port',
246 'make-arity-at-least', 'make-base-empty-namespace',
247 'make-base-namespace', 'make-bytes', 'make-channel',
251 'make-empty-namespace', 'make-ephemeron', 'make-exn',
288 'module->language-info', 'module->namespace',
296 'namespace-anchor->empty-namespace',
297 'namespace-anchor->namespace', 'namespace
[all...]
H A Dsass.php403 '@namespace',
H A Dgenie.php43 //Using and Namespace directives (basic support)
45 3 => '/(?:(?<=using[\\n\\s])|(?<=namespace[\\n\\s]))[\\n\\s]*([a-zA-Z0-9_]+\\.)*[a-zA-Z0-9_]+[\n\s]*(?=[;=])/i'),
/dokuwiki/inc/Action/Exception/
H A DActionAbort.php3 namespace dokuwiki\Action\Exception;
H A DActionAclRequiredException.php3 namespace dokuwiki\Action\Exception;
H A DActionDisabledException.php3 namespace dokuwiki\Action\Exception;
H A DNoActionException.php3 namespace dokuwiki\Action\Exception;
/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 DActionRouter.php3 namespace dokuwiki;
H A DAjax.php3 namespace dokuwiki;
195 // wanted namespace
328 // wanted namespace
383 // match was in the 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
/dokuwiki/lib/scripts/
H A Dlinkwiz.js55 if(JSINFO.namespace){
56 dw_linkwiz.$entry.val(JSINFO.namespace+':');
234 // prepend colon inside namespaces for non namespace pages
261 // reset the entry to the parent namespace
265 if (JSINFO.namespace) {
266 entry_value = JSINFO.namespace + ':';
277 * Start the page/namespace lookup timer
291 * Executes the AJAX call for the page/namespace lookup

12345678910>>...18