Home
last modified time | relevance | path

Searched refs:namespace (Results 426 – 450 of 684) sorted by relevance

1...<<11121314151617181920>>...28

/plugin/extendpage/
H A DREADME.md17 Add or delete entries in the table to assign page(s)/namespace(s) to be extended
/plugin/linksenhanced/syntax/
H A Dlink.php82 foreach($namespaces as $namespace)
84 if(getNS($ID) == $namespace)
/plugin/multiorphan/action/
H A Dmultiorphan.php61 $namespace = $INPUT->str('ns');
62 $ns_dir = utf8_encodeFN(str_replace(':','/',$namespace));
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java535 String namespace = editor.getConfig().getName(); in post() local
536 int idx = namespace.lastIndexOf(":"); in post()
538 namespace=":"; in post()
540 namespace=":"+namespace.substring(0, idx); in post()
543 if (namespace!=null) { in post()
544 reqEntity.addPart("ns", new StringBody(namespace)); in post()
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D67.67.js1 …(?!for|do)(addhandler|class|enum|event|function|get|if|interface|module|namespace|operator|propert…
/plugin/miniblog/
H A DREADME3 A simple blog plugin that treats pages in 'blog' namespace as blog
/plugin/backup/lang/en/
H A Dintro.txt10 …ration files that include account passwords), you should set the backup namespace to be viewable o…
/plugin/dokutexit/conf/
H A Dheader-namespace.tex41 %% these are to be tuned by namespace, as they'll certainly vary
H A Dheader-page.tex41 %% these are to be tuned by namespace, as they'll certainly vary
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnamespaced_class.phpt5 namespace NS;
/plugin/siteexport/inc/
H A Dsettings.php38 public $namespace = ""; variable in settings_plugin_siteexport_settings
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.min.js
/plugin/datatables/assets/datatables.net-plugins/features/scrollResize/
H A DdataTables.scrollResize.min.js
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst38 namespace:
/plugin/advanced/lang/en/config/
H A Dacl.txt9 …* The resource to restrict. This can either be a [[doku>pagename]] or a [[doku>namespace]]. Namesp…
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki65 Take the page's namespace(s) and pagename to create an MD2 hash value and output it.
71 Take the page's namespace(s) and pagename to create an MD2 hash value and output it's first 4 chara…
94 Take the page's namespace(s) and pagename to create an MD2 hash value and write it to an exported O…
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel5 namespace dokuwiki\plugin\@@PLUGIN_NAME@@\test;
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php1278 $namespace = (string) $tokens[$this->id + 2];
1283 $namespace .= '\\' . $tokens[$i + 1];
1289 return $namespace;
/plugin/templatepagename/
H A DREADME.md4 created pages in the namespace.
/plugin/fetchmedia/script/
H A Dmain.js62 namespace: form.querySelector('input[name="namespace"]').value,
/plugin/datatables/assets/datatables.net-plugins/features/pageResize/
H A DdataTables.pageResize.min.js
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md21 is now present in the `GuzzleHttp\Psr7` namespace provided by the
53 and placed in the `GuzzleHttp\Handler` namespace. This significantly reduces
61 - Removed the `Event` namespace.
62 - Removed the `Subscriber` namespace.
81 functions under the `GuzzleHttp` namespace. This requires either a Composer
235 Changes per Guzzle 3.x namespace are described below.
239 The `Guzzle\Batch` namespace has been removed. This is best left to
537 The `Guzzle\Iterator` namespace has been removed.
552 `Guzzle\Log` namespace has been removed. Guzzle now relies on
558 The `Guzzle\Parser` namespace has been removed. This was previously used to
[all …]
/plugin/semanticdata/
H A DREADME24 2. The namespace for the data: default to http://www.semanticpublishing.eu/dokuwiki#
/plugin/gitlabproject/
H A DREADME.md31 **NAMESPACE** is the namespace of your project, typically the name of the user or group in which th…
/plugin/diagrams/script/
H A DDiagramsForm.js88 `${DOKU_BASE}lib/exe/mediamanager.php?ns=${encodeURIComponent(JSINFO.namespace)}&onselect=dMediaSelect`,

1...<<11121314151617181920>>...28