Home
last modified time | relevance | path

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

123456

/template/twigstarter/vendor/twig/twig/src/Loader/
DFilesystemLoader.php57 public function getPaths(string $namespace = self::MAIN_NAMESPACE): array argument
59 return $this->paths[$namespace] ?? [];
77 public function setPaths($paths, string $namespace = self::MAIN_NAMESPACE): void argument
83 $this->paths[$namespace] = [];
85 $this->addPath($path, $namespace);
92 public function addPath(string $path, string $namespace = self::MAIN_NAMESPACE): void argument
102 $this->paths[$namespace][] = rtrim($path, '/\\');
108 public function prependPath(string $path, string $namespace = self::MAIN_NAMESPACE): void argument
120 if (!isset($this->paths[$namespace])) {
121 $this->paths[$namespace][] = $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/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/
H A Dtpl_functions.php32 $namespace = "";
35 $namespace .= "$ns:";
36 $namespaces[] = $namespace;
38 foreach(array_reverse($namespaces) as $namespace){
39 $logoImages[] = ":".trim($namespace,":").":logo.png";
/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…
/template/cleanresurrected/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…
/template/notepad/lang/en/
Dstyle.txt1 …or the root namespace and it will automatically be used. If you use a closed wiki it is recommende…

123456