Home
last modified time | relevance | path

Searched refs:path (Results 1 – 25 of 934) sorted by relevance

12345678910>>...38

/template/twigstarter/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php86 foreach ($paths as $path) {
104 $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path;
125 $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path;
130 $path = rtrim($path, '/\\');
141 if (null === ($path = $this->findTemplate($name)) || false === $path) {
145 return new Source(file_get_contents($path), $name, $path);
150 if (null === ($path = $this->findTemplate($name)) || false === $path) {
158 return $path;
169 return null !== ($path = $this->findTemplate($name, false)) && false !== $path;
175 if (null === ($path = $this->findTemplate($name)) || false === $path) {
[all …]
/template/parallax/lib/js/
H A Dretina-1.1.0.js64 function RetinaImagePath(path, at_2x_path) { argument
65 this.path = path;
70 this.at_2x_path = path.replace(/\.\w+$/, function(match) { return "@2x" + match; });
78 return !!(this.path.match(/^https?\:/i) && !this.path.match('//' + document.domain) )
119 this.path = new RetinaImagePath(this.el.getAttribute('src'), this.el.getAttribute('data-at2x'));
121 this.path.check_2x_variant(function(hasVariant) {
128 RetinaImage.prototype.swap = function(path) { argument
129 if (typeof path == 'undefined') path = this.path.at_2x_path;
138 that.el.setAttribute('src', path);
H A Dretina-1.1.0.min.js10path=g;if(typeof f!=="undefined"&&f!==null){this.at_2x_path=f;this.perform_check=false}else{this.a…
/template/mmclean/
H A Dtpl_functions.php79 $path = "";
85 $path = substr($ID, 0, strpos($ID, ":"));
89 $path = $ID;
91 $path .= ":";
97 print p_wiki_xhtml($path."menu2", '', false);
101 …print '<ul><li><a href="?id='.$path.'menu2&amp;do=edit" class="wikilink1" title="Edit"><b>Edit</b>…
126 $path = substr($ID, 0, strpos($ID, ":"));
130 $path = $ID;
132 $path .= ":";
134 if ( file_exists(wikiFN($path."menu2")) )
/template/dokukitv2/
H A Dtpl_functions.php53 $path = '';
57 $pathpre = $path;
58 $path .= ($lvl>0) ? ':' . $ns : $ns;
59 $title = p_get_first_heading($path);
61 if($lvl == 0 && !array_key_exists($path, $menu['level1'])) $menu['level1'][$path] = $title;
64 $menu['level'.($lvl+1)][$pathpre][$path] = $title;
137 $path = '';
139 $path .= ($n>0) ? ':' . $ns : $ns;
140 $title = p_get_first_heading($path);
148 if(array_key_exists($path, $menu['level'.($n+2)])){
[all …]
/template/myown/
H A Dtpl_functions.php107 $path = "";
113 $path = substr($ID, 0, strpos($ID, $namespacechar));
117 $path = $ID;
124 print $path;
126 print p_wiki_xhtml($path.$namespacechar."menu2", '', false);
131 …print '<ul><li><a href="?id='.$path.$namespacechar.'menu2&amp;do=edit" class="wikilink1" title="Ed…
156 $path = substr($ID, 0, strpos($ID, ":"));
160 $path = $ID;
162 $path .= ":";
164 if ( file_exists(wikiFN($path."menu2")) )
/template/simpleclean/
H A Dtpl_functions.php107 $path = "";
113 $path = substr($ID, 0, strpos($ID, $namespacechar));
117 $path = $ID;
124 print $path;
126 print p_wiki_xhtml($path.$namespacechar."menu2", '', false);
131 …print '<ul><li><a href="?id='.$path.$namespacechar.'menu2&amp;do=edit" class="wikilink1" title="Ed…
156 $path = substr($ID, 0, strpos($ID, ":"));
160 $path = $ID;
162 $path .= ":";
164 if ( file_exists(wikiFN($path."menu2")) )
/template/darkclean/
H A Dtpl_functions.php107 $path = "";
113 $path = substr($ID, 0, strpos($ID, $namespacechar));
117 $path = $ID;
124 print $path;
126 print p_wiki_xhtml($path.$namespacechar."menu2", '', false);
131 …print '<ul><li><a href="?id='.$path.$namespacechar.'menu2&amp;do=edit" class="wikilink1" title="Ed…
156 $path = substr($ID, 0, strpos($ID, ":"));
160 $path = $ID;
162 $path .= ":";
164 if ( file_exists(wikiFN($path."menu2")) )
/template/twigstarter/vendor/twig/twig/src/
H A DSource.php23 private $path; variable in Twig\\Source
28 * @param string $path The filesystem path of the template if any
30 public function __construct(string $code, string $name, string $path = '') argument
34 $this->path = $path;
49 return $this->path;
/template/mmkanso/
H A Dtpl_functions.php82 $path = "";
88 $path = substr($ID, 0, strpos($ID, ":"));
92 $path = $ID;
94 $path .= ":";
97 print p_wiki_xhtml($path."menu2", '', false);
109 …print '<ul><li><a href="?id='.$path.'menu2&amp;do=edit" class="wikilink1" title="Edit Menu"><b>Edi…
/template/dokubook/
H A Dtpl_functions.php88 $path = explode(':',$svID);
104 while(!$found && count($path) > 0) {
105 $sb = implode(':', $path) . ':' . $navpn;
107 array_pop($path);
152 $path = explode(':',$svID);
156 while(!$found && count($path) > 0) {
157 $ft = implode(':', $path) . ':' . $ftpn;
159 array_pop($path);
/template/mikio/icons/bootstrap-icons/svg/
H A Dtable.svg2 …<path fill-rule="evenodd" d="M14 1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2a1 1 0 0 0-1…
3 <path fill-rule="evenodd" d="M15 4H1V3h14v1z"/>
4 <path fill-rule="evenodd" d="M5 15.5v-14h1v14H5zm5 0v-14h1v14h-1z"/>
5 <path fill-rule="evenodd" d="M15 8H1V7h14v1zm0 4H1v-1h14v1z"/>
6 <path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v2H0V2z"/>
H A Dalarm.svg2 …<path fill-rule="evenodd" d="M8 15A6 6 0 1 0 8 3a6 6 0 0 0 0 12zm0 1A7 7 0 1 0 8 2a7 7 0 0 0 0 14z…
3 …<path fill-rule="evenodd" d="M8 4.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.053.224l-1.5 3a.5.5 0 1 1-.894-.…
4 …<path d="M.86 5.387A2.5 2.5 0 1 1 4.387 1.86 8.035 8.035 0 0 0 .86 5.387zM11.613 1.86a2.5 2.5 0 1 …
5 …<path fill-rule="evenodd" d="M11.646 14.146a.5.5 0 0 1 .708 0l1 1a.5.5 0 0 1-.708.708l-1-1a.5.5 0 …
6 <path d="M7 1h2v2H7V1z"/>
H A Dchat-square-quote.svg2 …<path fill-rule="evenodd" d="M14 1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2.5a2 2 0 0 1 1.6.8L8 14.333 9.…
3 …<path d="M7.468 5.667c0 .92-.776 1.666-1.734 1.666S4 6.587 4 5.667C4 4.747 4.776 4 5.734 4s1.734.7…
4 …<path fill-rule="evenodd" d="M6.157 4.936a.438.438 0 0 1-.56.293.413.413 0 0 1-.274-.527c.08-.23.2…
5 …<path d="M11.803 5.667c0 .92-.776 1.666-1.734 1.666-.957 0-1.734-.746-1.734-1.666 0-.92.777-1.667 …
6 …<path fill-rule="evenodd" d="M10.492 4.936a.438.438 0 0 1-.56.293.413.413 0 0 1-.274-.527c.08-.23.…
H A Dchat-quote.svg2 …<path fill-rule="evenodd" d="M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 …
3 …<path d="M7.468 7.667c0 .92-.776 1.666-1.734 1.666S4 8.587 4 7.667C4 6.747 4.776 6 5.734 6s1.734.7…
4 …<path fill-rule="evenodd" d="M6.157 6.936a.438.438 0 0 1-.56.293.413.413 0 0 1-.274-.527c.08-.23.2…
5 …<path d="M11.803 7.667c0 .92-.776 1.666-1.734 1.666-.957 0-1.734-.746-1.734-1.666 0-.92.777-1.667 …
6 …<path fill-rule="evenodd" d="M10.492 6.936a.438.438 0 0 1-.56.293.413.413 0 0 1-.274-.527c.08-.23.…
H A Darrows-fullscreen.svg2 …<path fill-rule="evenodd" d="M1.464 10.536a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3.5a.5.5 0 0 1-.5-.…
3 …<path fill-rule="evenodd" d="M5.964 10a.5.5 0 0 1 0 .707l-4.146 4.147a.5.5 0 0 1-.707-.708L5.257 1…
4 …<path fill-rule="evenodd" d="M10.5 1.5A.5.5 0 0 1 11 1h3.5a.5.5 0 0 1 .5.5V5a.5.5 0 0 1-1 0V2h-3a.…
5 …<path fill-rule="evenodd" d="M10 9.964a.5.5 0 0 0 0 .708l4.146 4.146a.5.5 0 0 0 .708-.707l-4.147-4…
6 …<path fill-rule="evenodd" d="M5.5 1.5A.5.5 0 0 0 5 1H1.5a.5.5 0 0 0-.5.5V5a.5.5 0 0 0 1 0V2h3a.5.5…
H A Darrows-move.svg2 <path fill-rule="evenodd" d="M6.5 8a.5.5 0 0 0-.5-.5H1.5a.5.5 0 0 0 0 1H6a.5.5 0 0 0 .5-.5z"/>
3 …<path fill-rule="evenodd" d="M3.854 5.646a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 …
4 …<path fill-rule="evenodd" d="M12.146 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1…
5 …<path fill-rule="evenodd" d="M5.646 12.146a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-…
6 …<path fill-rule="evenodd" d="M5.646 3.854a.5.5 0 0 1 0-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.…
H A Dfile-earmark-ruled.svg2 <path fill-rule="evenodd" d="M13 9H3V8h10v1zm0 3H3v-1h10v1z"/>
3 <path fill-rule="evenodd" d="M5 14V9h1v5H5z"/>
4 …<path d="M4 1h5v1H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6h1v7a2 2 0 0 1-2 2H4a2 2 0 0 1…
5 <path d="M9 4.5V1l5 5h-3.5A1.5 1.5 0 0 1 9 4.5z"/>
H A Dfile-earmark-spreadsheet.svg2 <path fill-rule="evenodd" d="M13 9H3V8h10v1zm0 3H3v-1h10v1z"/>
3 <path fill-rule="evenodd" d="M5 14V9h1v5H5zm4 0V9h1v5H9z"/>
4 …<path d="M4 1h5v1H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6h1v7a2 2 0 0 1-2 2H4a2 2 0 0 1…
5 <path d="M9 4.5V1l5 5h-3.5A1.5 1.5 0 0 1 9 4.5z"/>
/template/comicslate/images/
H A Dgoogleapp.svg1path d="M5234.4 1604h-5033C90.4 1604 0 1513.6 0 1403.5v-1203C0 90 90.4 0 201.4 0h5033c110.9 0 201.…
/template/lilas/
H A Dsidebar.php58 $path = wl($dataList[$i]["id"].":".$conf['start'], "do=admin&amp;page=acl");
60 $path = wl($dataList[$i]["id"].":".$conf['start']);
62 tpl_link($path,$linkName);
71 $path = wl($dataList[$i]["id"], "do=admin&amp;page=acl");
73 $path = wl($dataList[$i]["id"]);
75 tpl_link($path,$linkName);
/template/simple/
H A Dtpl_functions.php19 $path = explode(':', $ID);
21 while(!$found && count($path) >= 0) {
22 $tbar = implode(':', $path) . ':' . 'topbar';
24 array_pop($path);
/template/ameoto/
H A Dtpl_functions.php19 $path = explode(':', $ID);
21 while(!$found && count($path) >= 0) {
22 $tbar = implode(':', $path) . ':' . 'topbar';
24 array_pop($path);
/template/sandy/
H A Dtpl_functions.php19 $path = explode(':', $ID);
21 while(!$found && count($path) >= 0) {
22 $tbar = implode(':', $path) . ':' . 'topbar';
24 array_pop($path);
/template/starterbootstrap/
H A Dsidebar.php55 $path = wl($fileToLinkID, "do=admin&amp;page=acl");
57 $path = wl($fileToLinkID);
60 tpl_link($path,$linkName);
122 … $path = wl($dataList[$i]["id"].":".$conf['start'], "do=admin&amp;page=acl");
124 $path = wl($dataList[$i]["id"].":".$conf['start']);
127 … tpl_link($path, '<i class="icon-folder-' . $folder_status . '"></i>' . $linkName);

12345678910>>...38