Home
last modified time | relevance | path

Searched refs:namespace (Results 201 – 225 of 684) sorted by relevance

12345678910>>...28

/plugin/acknowledge/lang/de/
H A Dassign.txt6 * Namensräume ohne Unter-Namensräume werden als ''<nowiki>namespace:*</nowiki>'' zugewiesen.
7 * Namensräume mit Unter-Namensräumen werden als ''<nowiki>namespace:**</nowiki>'' zugewiesen.
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php131 list($lexeme, $namespace) = explode(':', $fullLexeme, 2);
133 $stack |= ('__shift__' === substr($namespace, 0, 9));
136 $_tokens[$lexeme] = [$regex, $namespace];
/plugin/gitlabproject/
H A Dsyntax.php115 $namespace = $project['namespace']['name'];
134 …er->doc .= ' - <b>Namespace:</b> <a href="'.$data['server'].'/'.$namespace.'"> '.$namespace.'</a>';
/plugin/pagemove/lang/en/
H A Dpagemove.txt3 …ve and/or rename the current document or move and/or rename the current namespace within the follo…
9 * You cannot move the document to a namespace where a document with the same name already exists.
/plugin/chat/
H A Dlocal.php.dist1 $conf['chat']['namespace'] = 'chat'; // namespace to put discussion pages in
/plugin/struct/lang/cs/
H A Dassignments_intro.txt5 * Jmenné prostory bez vnořených jmenných prostorů jsou přiřazeny jako ''<nowiki>namespace:*</nowiki>''.
6 * Jmenné prostory včetně vnořených jmenných prostorů jsou přiřazeny jako ''<nowiki>namespace:**</nowiki>''.
/plugin/linkback/action/
H A Dsend.php168 foreach($namespaces as $namespace) {
169 if ($namespace == '') {
171 } else if ($namespace == '*') {
174 } else if (strstr($ns, $namespace) === $ns) {
/plugin/nsiconinsearch/
H A DREADME7 icon.png in the namespace wiki. All search results which are in the
8 namespace wiki or in a subnamespace will get your icon near the link
10 This provides an optical hint in which namespace your searchresult is.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php70 $namespace = 'global';
96 $namespace = $class['package']['namespace'];
99 $methodNode->appendChild($document->createElement('package', $namespace));
/plugin/permissioninfo/
H A DREADME.md3 …ups exist, what their namespace and page permissions are and which users are in which groups. Addi…
/plugin/latexit/classes/
H A DBibHandler.php76 $namespace = explode(':', trim($match[1]));
78 foreach ($namespace as $name) {
/plugin/redirect2/lang/en/
H A Dintro.txt6 …er the given namespace will be redirected. You may also put '':'' to the end of destination ID to …
/plugin/userhomepage/lang/en/
H A Duserhomepage_publicspace.default2 This public namespace ''//@TARGETPUBLICNS@:*//'', as stated by it's name, **can be read by anyone …
8 * To create a sub-namespace, simply indicate the new page's full position :
/plugin/siteexport/syntax/
H A Dsiteexport.php39 $namespace = $INFO['id'] != $ID ? $INFO['id'] : $ID;
80 $renderer->meta['siteexport']['baseID'] = $namespace;
/plugin/calendoku/syntax/
H A Dshowicalendar.php36 foreach ($namespaces as $namespace) {
37 if (!strcmp($namespace, $INFO['namespace'])) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnonexistent_class_with_namespace_starting_with_separator.phpt20 namespace NS {
28 namespace {
H A Dnonexistent_class_with_namespace.phpt20 namespace NS {
28 namespace {
/plugin/indexmenu/images/human.png/
H A Dstyle.css12 a.indexmenu_idx_head link style of a namespace with url (headpage) nojs
13 a.indexmenu_idx link style of a namespace without url nojs
/plugin/wikistats/
H A DREADME.md89 Now, you have to create the **stats page** following the namespace and name given in the plugin adm…
122 ### Whitelist/blacklist by namespace
125 to a given namespace and its sub-namespaces you can specify its name
134 If a namespace name starts with a minus sign that namespace will be excluded.
144 sub-namespace.
159 the “foo” namespace.
184 * Color for namespace errors could be configured
/plugin/gitlabproject/gitlab/
H A Dgitlab.php54 $namespace = $namespace_array[0];
55 …$group_url_request = $this->getAPIUrl().'groups/'.urlencode($namespace).'/members/?private_token='…
/plugin/autotranslation/
H A Dadmin.php95 $namespace = $this->getConf("translationns");
96 $dir = dirname(wikiFN("$namespace:foo"));
/plugin/translation/
H A Dadmin.php110 * Get all pages in the translation namespace
116 $namespace = $this->getConf("translationns");
117 $dir = dirname(wikiFN("$namespace:foo"));
/plugin/sitemapnavi/
H A Dhelper.php41 * @param string $namespace
44 protected function getNumberOfSubnamespaces($namespace) { argument
45 $cleanedNamespace = trim($namespace, ':');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php205 $namespace,
209 if ($namespace === 'DAV:') {
212 $element = $dom->createElementNS($namespace, 'x:' . $elementName);
/plugin/approve/
H A Dadmin.php52 'namespace' => $assignment['assign']
86 $res = $sqlite->query('SELECT * FROM maintainer ORDER BY namespace');
107 $namespace = $assignment['namespace'];
121 echo '<td>' . hsc($namespace) . '</td>';

12345678910>>...28