Home
last modified time | relevance | path

Searched refs:namespace (Results 226 – 250 of 684) sorted by relevance

12345678910>>...28

/plugin/dyncontent/
H A Dscript.js70 if(JSINFO.namespace){
71 dw_linkwiz_v2.$entry.val(JSINFO.namespace+':');
280 if (JSINFO.namespace) {
281 entry_value = JSINFO.namespace + ':';
/plugin/editions/
H A DREADME15 3. You need to have a certain namespace and page structure, i.e.
16 a. the edition namespace (configurable via the `editionNamespace` config option)
/plugin/quicksubscribe/
H A Dscript.js52 ns: JSINFO.namespace + ':',
59 $link.data('target', JSINFO.namespace + ':');
/plugin/404manager/
H A DREADME.md31 * Redirection by to the start page of the same namespace
32 * Redirection by best namespace
83 * the start pages of a namespace
89 * When a page is a start page of a namespace (by default 3)
90 * When a namespace match (by default 5)
106 ### Redirection by best namespace
107 …by best namepage) but only for the start pages. If two start page for a namespace have the same sc…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php44 $namespace = implode('\\', $parts);
62 return sprintf("namespace %s {\n%s\n}", $namespace, $code);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D14.14.js1namespace:[{include:"@whitespace"},[/[A-Z]\w*/,"namespace"],[/[\.=]/,"delimiter"],["","","@pop"]],… property in AnonymousFunction8ff633e50100.s.tokenizer
/plugin/latex/
H A DTODO12 - that could be keyed into the current namespace; but on second thought, that
14 namespace the equation is compiled). instead, admins should just make \graphicspath
/plugin/metadisplay/
H A Dcli.php61 $namespace = array_shift($opts);
104 …$ret = array('namespace'=>$namespace,'page'=>$page,'exact'=>$exact,'search'=>$search,'fuzzy'=>$fuz…
/plugin/latex-was/
H A DTODO12 - that could be keyed into the current namespace; but on second thought, that
14 namespace the equation is compiled). instead, admins should just make \graphicspath
/plugin/groupmanager/
H A DREADME58 5. The conf_namespace option specifies a separate namespace for configuration.
59 When the config namespace is used, a placeholder tag (~~groupmanager~~) can be used
60 in the actual page while the full tag is placed in the configuration namespace at
63 are ignored, necessitating the use of the configuration namespace. For security
/plugin/spatialhelper/
H A Daction.php108 // $data[1] – ns: The colon separated namespace path minus the trailing page name. (false if root ns)
118 // root namespace
160 foreach ($namespaces as $namespace) {
161 $kmlN = $helper->createKMLSitemap($namespace . $this->getConf('media_kml'));
162 $rssN = $helper->createGeoRSSSitemap($namespace . $this->getConf('media_georss'));
164 "handleSitemapGenerateAfter, created KML / GeoRSS sitemap in $namespace, succes: ",
/plugin/backlinks2/_test/data/meta/
H A Dbacklink_test_pages.meta2 …at Bob Ross says (including only include namespace)Backlinks to what Bob Ross says (excluding excl…
/plugin/autolink4/lang/en/
H A Dadmin_help.txt7 * The namespace where the replacement is done. Omit this field to replace everywhere.
13 For example, this will link the words "Thing," "thing," "Things" and "things" to mywiki:thing, but only inside the mywiki namespace:
/plugin/linkpagechild/
H A DREADME4 starts with '::' resolve to the namespace with the name of the
5 current page, under the current namespace.
/plugin/bibtex4dw/
H A DCHANGELOG.md37 * Display of PDF files: If a PDF file with a name identical to the BibTeX key of a reference esists in a configurable namespace, a link to this file will be added to the end of the reference, permitted the user has read access to this namespace
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DXmlAttribute.php16 public $namespace; variable in JMS\\Serializer\\Annotation\\XmlAttribute
H A DXmlElement.php21 public $namespace; variable in JMS\\Serializer\\Annotation\\XmlElement
H A DXmlRoot.php22 public $namespace; variable in JMS\\Serializer\\Annotation\\XmlRoot
H A DXmlDiscriminator.php26 public $namespace; variable in JMS\\Serializer\\Annotation\\XmlDiscriminator
H A DXmlCollection.php22 public $namespace; variable in JMS\\Serializer\\Annotation\\XmlCollection
/plugin/refnotes/
H A Drendering.php24 protected $namespace; variable in refnotes_renderer_base
29 public function __construct($namespace) { argument
30 $this->namespace = $namespace;
37 return $this->namespace->getStyle($name);
75 public function __construct($namespace) { argument
76 parent::__construct($namespace);
88 $renderer = new refnotes_harvard_renderer($this->namespace);
92 $renderer = new refnotes_basic_renderer($this->namespace);
933 public function __construct($namespace) {
926 __construct($namespace) global() argument
[all...]
/plugin/mantis/lib/
H A Dclass.soapclient.php146 * @param string $namespace optional method namespace (WSDL can override)
155 …function call($operation,$params=array(),$namespace='http://tempuri.org',$soapAction='',$headers=f… argument
262 if ($namespace) {
264 $payload = "<$nsPrefix:$operation xmlns:$nsPrefix=\"$namespace\">" .
272 if ($namespace) {
273 $payload = "<$nsPrefix:$operation xmlns:$nsPrefix=\"$namespace\">" .
285 …$this->debug("endpoint=$this->endpoint, soapAction=$soapAction, namespace=$namespace, style=$style…
/plugin/preservefilenames/
H A Dscript.js115 var namespace = matched[1];
135 return namespace + filename_orig;
/plugin/quickstats/db/
H A DdataBaseStructure.txt13 [page] => Array ( [<namespace:>page_name] => Accesses, . . .),
14 [date] => Array( [md5(<namespace:>page_name)] => timestamp)
/plugin/backlinks2/_test/data/pages/
H A Dbacklinks_exclude_syntax.txt1 ====== Backlinks to what Bob Ross says (excluding exclude namespace)======

12345678910>>...28