Home
last modified time | relevance | path

Searched refs:namespace (Results 126 – 150 of 684) sorted by relevance

12345678910>>...28

/plugin/tplinc/lang/en/
H A Dhelp.txt4 * For namespaces excluding subnamespaces use ''%%namespace:*%%''
5 * For namespaces including subnamespaces use ''%%namespace:**%%''
8 …y be given as relative IDs and will be resolved against the current page's namespace. When matching
/plugin/combo/resources/snippet/js/
H A Dlightbox.js48 let namespace = "-bs"
52 namespace = "";
61 let dataDismissAttribute = `data${namespace}-dismiss`;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php3 namespace geoPHP\Adapter;
32 private $namespace = false; variable in geoPHP\\Adapter\\GeoRSS
52 * @param boolean|string $namespace
55 public function write(Geometry $geometry, $namespace = false) argument
57 if ($namespace) {
58 $this->namespace = $namespace;
59 $this->nss = $namespace . ':';
66 // Change to lower-case, strip all CDATA, and de-namespace
/plugin/twistienav4bootstrap3/
H A Dscript.js44 do_search = function (caller, namespace) { argument
50 idx: encodeURI(namespace)
98 do_search = function (caller, namespace) { argument
104 idx: encodeURI(namespace)
/plugin/twistienav/
H A Dscript.js49 do_search = function (caller, namespace) { argument
55 idx: encodeURI(namespace)
110 do_search = function (caller, namespace) { argument
116 idx: encodeURI(namespace)
/plugin/backlinks2/_test/data/meta/
H A Dbacklinks_exclude_syntax.meta1namespace)";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4:{s:3:"hid";s:59:"backlinks…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DDisplayData.php53 public $namespace; variable in Google\\Service\\Dataflow\\DisplayData
172 public function setNamespace($namespace) argument
174 $this->namespace = $namespace;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DText.php178 $namespace = '\\' . $class['package']['namespace'] . '::';
180 $namespace = '@' . $class['package']['fullPackage'] . '::';
182 $namespace = '';
185 $classCoverage[$namespace . $className] = [
186 'namespace' => $namespace,
/plugin/dropfiles/src/
H A Dupload.js206 function handleDroppedFiles(files, namespace, elementOntoWhichItWasDropped) { argument
209 function(file) {file.namespace = namespace; return file;}
219 ns: namespace,
330 form.append('ns', file.namespace);
358 .trigger('namespaceFilesChanged', file.namespace);
398 …space') || $targetRow.data('childof') || $filelisting.data('namespace') || window.JSINFO.namespace;
400 return window.JSINFO.namespace;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php49 private static $namespace; variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\XML
349 * @param string $namespace
351 public static function setNamespace($namespace) argument
353 self::$namespace = $namespace;
388 if (empty(static::$namespace)) {
391 $pre = static::$namespace . ':';
392 $post = ':' . static::$namespace;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DManagedZoneServiceDirectoryConfig.php46 public function setNamespace(ManagedZoneServiceDirectoryConfigNamespace $namespace) argument
48 $this->namespace = $namespace;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DToken.php148 * @param string $namespace Namespace.
151 public function setNamespace($namespace) argument
154 $this->_namespace = $namespace;
/plugin/htmlokay/
H A Ddirectory_scan-3.php98 function get_access_file($access_dir, $namespace) argument
102 $file = $access_dir . '/' . $namespace;
108 $dirs = explode('#', $namespace);
119 return $access_dir . '/' . $namespace;
/plugin/userhomepage/
H A Dplugin.info.txt6 …c Automatically create user's private namespace and/or public page and redirects users to priv…
/plugin/siteexport/
H A DREADME.md25 DokuWiki namespace and file name that will be used to create temporary files.
46 The namespace/page you actually want to export. This will be predefined with the page you currently…
61 Exports everything below the defined namespace
63 …Exports everything below the defined namespace but only for the defined depth. The depth means how…
69 Will export linked pages outside or even deeper of the defined namespace as well.
148 * [[.:sub:index|Index of the sub namespace]]
149 * [[.:sub:sub:index|Index of the sub/sub namespace]]
150 * [[.:sub:page|Page in the sub namespace]]
152 * [[.:another-sub:index|Index of another sub namespace]]
165 pagebreak | inserts a pagebreak after each page defined by the namespace
[all …]
/plugin/supa/
H A Dscript.js14 namespace: "", property in supa_handler
211 html += " <input id='supa__ns' value='" + supa_handler.namespace + "'/>";
285 …init: function (sectok, preview_scaler, preview_width, preview_height, namespace, default_filename…
290 supa_handler.namespace = namespace;
/plugin/projects/action/
H A Dpage.php39 $namespace = $event->data[1];
40 $project = Project::project($namespace);
/plugin/geonav/server/
H A Dget_continent.php14 $namespace = $topic; variable
16 $wikiData = pullInWikiData($path, $namespace, $topic);
H A Dget_country.php16 $namespace = $topic; variable
18 $wikiData = pullInWikiData($path, $namespace, $topic);
/plugin/refnotes/
H A Dscope.php59 private $namespace; variable in refnotes_scope
69 public function __construct($namespace, $id, $start = -1, $end = -1000) { argument
70 $this->namespace = $namespace;
82 return $this->namespace->getName() . $this->id;
103 return $this->namespace->getRenderer();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DObjectMeta.php66 public $namespace; variable in Google\\Service\\CloudRun\\ObjectMeta
225 public function setNamespace($namespace) argument
227 $this->namespace = $namespace;
/plugin/publish/action/
H A Dapprove.php31 $namespace = $INPUT->str('namespace');
32 $pages = $this->helper->getPagesFromNamespace($namespace);
33 $pages = $this->helper->removeSubnamespacePages($pages, $namespace);
/plugin/autogallery/
H A Dplugin.info.txt6 desc Creates a namespace and a Gallery in it, images are stored in a sub-namespace, Needs Plugin …
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.css
/plugin/minimap/
H A Dplugin.info.txt6 desc Shows the children of a namespace (pages and sub-namespace) in a list format (with the help …

12345678910>>...28