Home
last modified time | relevance | path

Searched refs:namespace (Results 351 – 375 of 684) sorted by relevance

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

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php120 foreach ($parser->getTokens() as $namespace => $tokens) {
121 $outTokens .= ' \'' . $namespace . '\' => [' . "\n";
/plugin/dontfeedtemplates/
H A DREADME.md12 This plugin makes sure these template pages do not appear in namespace listing
22 templates (current namespace, or current and below namespaces).
/plugin/nsindex/
H A DREADME3 Creates an dynamic list of namespace pages/subns to be used inside a page
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dwsdl_class_namespace.phpt19 namespace My\Space;
/plugin/move/lang/pl/
H A Dmove.txt5 * You must have edit permission for the current page/all pages in the current namespace
/plugin/move/lang/sl/
H A Dmove.txt5 * You must have edit permission for the current page/all pages in the current namespace.
/plugin/userhomepage/
H A DREADME.md4 Dokuwiki plugin to automatically create user's homepage and/or namespace (see [public page](https:/…
/plugin/struct/script/
H A Dfunctions.js14 data['ns'] = JSINFO.namespace;
/plugin/timetrack/
H A Dhelper.php965 public function checkPageInNamespace($pageid,$namespace) { argument
966 $namespace = explode(' ',$namespace);
967 $namespace = array_filter($namespace);
971 foreach($namespace as $ns) {
H A Dsyntax.php41 if($namespace = trim($this->getConf('namespace_allowed'))) {
42 if($this->tthlp->checkPageInNamespace($ID,$namespace) === false) return false;
/plugin/xcom/lang/en/
H A Dhowto.txt24 …complete id that identifies the page on the remote server, in other words, including the namespace.
43 …ead of a page id,you enter a media id, the media file will also be copied to the correct namespace.
54namespace in the ''ID'' field and return all the pages in that namespace. **''wiki.getAllPages''*…
/plugin/redirect/lang/cs/
H A Dintro.txt3 …t absolutní a očištěné (žádné speciální znaky, vše minuskulemi, plné jmenné prostory((namespace))).
/plugin/datatables/assets/datatables.net-plugins/features/searchHighlight/
H A DdataTables.searchHighlight.min.js
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.xml.css9 .syntax-theme-base .syntax .xml .namespace {
/plugin/htmlokay/lang/en/
H A Dselection.txt8 **Note:** first select the namespace; then highlight your selections and click ''Save''.
/plugin/yearbox/
H A Dreadme.txt4 1. ns=<namespace> (defaults: current ns)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMongoDBHandler.php41 private $namespace; variable in Monolog\\Handler\\MongoDBHandler
/plugin/userhomepage/lang/de-informal/
H A Duserhomepage_private.default7 <code>[[@TARGETPRIVATENS@:<zu-erstellender-unter-namespace>:beispiel 3]]</code>
/plugin/userhomepage/lang/en/
H A Duserhomepage_public.default6 * You shouldn't create any other page in that namespace ''//@TARGETPUBLICNS@//''
/plugin/minimap/
H A Dsyntax.php331 function getNamespaceChildren($namespace, $sort = 'natural', $listdirs = false) argument
336 $ns = ':' . cleanID($namespace);
/plugin/bookcreator/action/
H A Dhandleselection.php69 $namespace = $INPUT->post->str('ns');
71 $response = $this->searchPages($namespace, $recursive);
170 throw new Exception('no access to namespace: ' . $this->getConf('save_namespace'));
208 throw new Exception('no access to namespace: ' . $this->getConf('save_namespace'));
288 * Returns an array of pages in the given namespace.
290 * @param string $ns The namespace to search in
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md61 * Using an empty string for a namespace prefix now has the same effect as
105 * #40: An element with an empty namespace (xmlns="") is not allowed to have a
154 * #26: Renamed the `Sabre\XML` namespace to `Sabre\Xml`. Due to composer magic
155 and the fact that PHP namespace are case-insensitive, this should not affect
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md67 * Using an empty string for a namespace prefix now has the same effect as
111 * #40: An element with an empty namespace (xmlns="") is not allowed to have a
160 * #26: Renamed the `Sabre\XML` namespace to `Sabre\Xml`. Due to composer magic
161 and the fact that PHP namespace are case-insensitive, this should not affect
/plugin/combo/ComboStrap/
H A DSite.php13 namespace ComboStrap;
273 * @param string|null $namespace - the plugin name
277 public static function setConf($key, $value, ?string $namespace = PluginUtility::PLUGIN_BASE_NAME) argument
280 if ($namespace !== null) {
281 $conf['plugin'][$namespace][$key] = $value;
/plugin/move/lang/lv/
H A Dmove.txt6 * You must have edit permission for the current page/all pages in the current namespace.

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