Home
last modified time | relevance | path

Searched refs:namespace (Results 251 – 275 of 684) sorted by relevance

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

/plugin/backlinks2/_test/data/pages/exclude/
H A Dlink.txt3 So [[:bob_ross_says|Bob Ross says this (exclude namespace)]].
/plugin/backlinks2/_test/data/pages/include/
H A Dlink.txt3 So [[:bob_ross_says|Bob Ross says this (include namespace)]].
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dwsdl_class.tpl.dist1 {namespace}class {class_name} extends \SoapClient
/plugin/slideshow/lang/en/
H A Dstart.txt3 Here is a namespace for the %s plugin.\\
/plugin/snippeter/
H A DREADME.md39 configure the namespace you want to use for your snippets.
41 The plugin provide a shortcut for each page created in that namespace.
45 In general you can use any wikipage placed in the namespace you configured
/plugin/combo/syntax/
H A Dminimap.php3 * Plugin minimap : Displays mini-map for namespace
21 const NAMESPACE_KEY_ATT = 'namespace';
155 // Set the two possible home page for the namespace ie:
170 //$pagesCount = count($pagesOfNamespace); // number of pages in the namespace
233 // than the namespace must be shown
330 * Return all pages and/of sub-namespaces (subdirectory) of a namespace (ie directory)
333 * @param string $namespace The container of the pages
336 * @return array An array of the pages for the namespace
338 function getNamespaceChildren($namespace, $sort = 'natural', $listdirs = false) argument
343 $ns = ':' . cleanID($namespace);
[all...]
/plugin/refnotes/
H A Dreference.php17 list($namespace, $name) = refnotes_namespace::parseName($name);
23 parent::__construct(array('ns' => $namespace, 'name' => $name));
/plugin/do/
H A Daction.php182 $namespace = $event->data[1] ? $event->data[1] . ':' : '';
183 $id = $namespace . $event->data[2];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc906 Returns the asyncSearch namespace
919 Returns the autoscaling namespace
932 Returns the cat namespace
945 Returns the ccr namespace
958 Returns the cluster namespace
971 Returns the danglingIndices namespace
984 Returns the dataFrameTransformDeprecated namespace
997 Returns the enrich namespace
1010 Returns the eql namespace
1023 Returns the features namespace
[all...]
/plugin/backlinks2/_test/data/pages/mmm/nnn/ooo/
H A Dstart.txt3 == backlinks to this page from namespace aaa:bbb:cc ==
/plugin/mantis/lib/
H A Dclass.soap_server.php902 * @param mixed $namespace the element namespace for the method or false
910 …function register($name,$in=array(),$out=array(),$namespace=false,$soapaction=false,$style=false,$… argument
925 if(false == $namespace) {
1025 if(false == $namespace) {
1026 $namespace = "http://$SERVER_NAME/soap/$serviceName";
1039 $schemaTargetNamespace = $namespace;
1045 $this->wsdl->namespaces['tns'] = $namespace;
1048 if ($schemaTargetNamespace != $namespace) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst12 namespace MyProject\Entities;
43 …tement ``use Doctrine\ORM\Mapping AS ORM`` makes all classes under that namespace available as ``@…
161 …ling ``AnnotationRegistry#registerNamespace($namespace, $dirs = null)`` to register that the given…
163 …The given directories should *NOT* be the directory where classes of the namespace are in, but the…
164 …of the root namespace. The AnnotationRegistry uses a namespace to directory separator approach to …
170 …il silently, if a class is not found even if it matches for example the namespace prefix of that l…
/plugin/batchedit/
H A Dengine.php38 public function __construct($namespace) { argument
39 parent::__construct('err_emptyns', $namespace);
756 $properties['namespace'] = $request->getNamespace();
1017 public function findMatches($namespace, $regexp, $replacement, $limit, $contextChars, $contextLines, $applyTemplatePatterns) { argument
1018 $index = $this->getPageIndex($namespace);
1120 private function getPageIndex($namespace) { argument
1135 if ($namespace != '') {
1139 foreach (explode(',', $namespace) as $ns) {
1182 throw new BatcheditEmptyNamespaceException($namespace);
/plugin/labeled/db/
H A Dupdate0001.sql2 CREATE TABLE labels ( name, color, namespace, ordernr, PRIMARY KEY(name) ); field
/plugin/move/lang/cs/
H A Dtree.txt3 Tento interface umožňuje přeorganizovat vaše wiki namespace, stránky a média pomocí Drag'n'Drop.
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DDiscriminator.ObjectWithXmlNamespaceDiscriminatorParent.yml7 namespace: http://example.com/
H A DDiscriminator.ObjectWithXmlNamespaceAttributeDiscriminatorParent.yml8 namespace: http://example.com/
/plugin/xcom/
H A Dhelper.php34 public function basic($namespace) { argument
/plugin/phprestrict/
H A Dplugin.info.txt6 desc Restricts PHP by namespace / page
/plugin/highlightparent/
H A Dplugin.info.txt6 desc Highlight a configured parent namespace
/plugin/submgr/lang/de/
H A Dhelp.txt1 Namensräume mit schließendem Doppelpunkt angeben: ''some:namespace:'' \\
/plugin/condition/
H A DREADME.md16 - nsread : refers to the ability of the user to read a namespace
17 - nsedit : refers to the ability of the user to edit a namespace
/plugin/pagebuttons/
H A DREADME.md6 * _New Page_ - Creates a 'subpage' under the current namespace
7 * _New Folder_ - Creates a 'subfolder' under the current namespace
/plugin/fastwiki/
H A Dhistory.js63 * @return {Object} with two members: id (page id) and ns (namespace).
66 //TODO Bug: Doesn't work with httpd mode unless doku is in the base directory. Could fix by assuming same namespace.
71 if (JSINFO.fastwiki.fastshow_same_ns && ns != JSINFO.namespace)
120 //TODO Bug: Doesn't work with httpd mode unless doku is in the base directory. Could fix by assuming same namespace.
128 JSINFO.namespace = pageinfo.ns;
/plugin/nssize/
H A Dplugin.info.txt6 desc Calculate disk space of namespace

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