Home
last modified time | relevance | path

Searched refs:namespace (Results 1 – 25 of 141) sorted by relevance

123456

/template/twigstarter/vendor/twig/twig/src/Loader/
DFilesystemLoader.php52 * @param string $namespace A path namespace
56 public function getPaths($namespace = self::MAIN_NAMESPACE) argument
58 return isset($this->paths[$namespace]) ? $this->paths[$namespace] : [];
77 * @param string $namespace A path namespace
79 public function setPaths($paths, $namespace = self::MAIN_NAMESPACE) argument
85 $this->paths[$namespace] = [];
87 $this->addPath($path, $namespace);
95 * @param string $namespace A path namespace
99 public function addPath($path, $namespace = self::MAIN_NAMESPACE) argument
109 $this->paths[$namespace][] = rtrim($path, '/\\');
[all …]
/template/strap/resources/snippet/js/
H A Dtooltip.js2 let namespace = "-bs"
7 namespace = "";
9 jQuery(`[data${namespace}-toggle="tooltip"]`).tooltip();
13 namespace = "";
15 …document.querySelectorAll(`[data${namespace}-toggle="tooltip"]`).forEach(el => new bootstrap.Toolt…
H A Dlightbox.js48 let namespace = "-bs"
52 namespace = "";
61 let dataDismissAttribute = `data${namespace}-dismiss`;
/template/twigstarter/vendor/composer/
Dautoload_real.php38 foreach ($map as $namespace => $path) {
39 $loader->set($namespace, $path);
43 foreach ($map as $namespace => $path) {
44 $loader->setPsr4($namespace, $path);
/template/boozurk/tinynav/
Dtinynav.js19 namespace = 'tinynav',
20 namespace_i = namespace + i,
22 $select = $('<select/>').attr("id", namespace_i).addClass(namespace + ' ' + namespace_i);
71 .addClass(namespace + '_label ' + namespace_i + '_label')
/template/writr/
Dtpl_functions.php32 $namespace = "";
35 $namespace .= "$ns:";
36 $namespaces[] = $namespace;
38 foreach(array_reverse($namespaces) as $namespace){
39 $logoImages[] = ":".trim($namespace,":").":logo.png";
/template/wallpaper/
DREADME.md51 * create a submenu for pages in the root namespace: this option will put all pages in the top level…
52 * submenu entry for the root namespace: menu entry text for the top level namepsace (default: "Star…
72 If a linked page is a start page of a namespace it will be always be shown in the menu as if this p…
86namespace name)_bg.jpg`. Replace `(page name)` or `(namespace name)` by the page name or namespace
/template/sprintdoc/lang/nl/
H A Dstyle.txt1 … de "wiki" of root namespace en deze wordt automatisch gebruikt. Bij een gesloten Wiki wordt aanbe…
/template/dokubook2/
DVERSION5 Made a signficant change - now puts the discussion pages under /talk:<namespace> rather
6 than /<namespace>:discussion. If you used the old one, be sure to move over all your
/template/jessica/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/chippedsnow/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/graphy/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/klean/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/fictive/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/basical/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/typowiki/typowiki/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/newspaper/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/starter/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/boozurk/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/varicolored/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/bushwick/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/launch/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/tilus/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/nostalgia/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/able/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…

123456