Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 25 of 26) sorted by relevance

12

/template/breeze/bower_components/gumby/sass/extensions/modular-scale/lib/
Dmodular-scale.rb104 sep = list.separator if list.is_a?(Sass::Script::List)
106 Sass::Script::List.new(list, sep)
109 sep = list.separator if list.is_a?(Sass::Script::List)
111 Sass::Script::List.new(list, sep)
115 sep = list.separator if list.is_a?(Sass::Script::List)
126 Sass::Script::List.new(list, sep)
/template/strap/ComboStrap/
H A DLocalPath.php79 private $sep = DIRECTORY_SEPARATOR; variable in ComboStrap\\LocalPath
86 …* @param string|null $sep - the directory separator - it permits to test linux path on windows, an…
88 public function __construct(string $path, string $sep = null) argument
103 if ($sep != null) {
104 $this->sep = $sep;
169 public static function createFromPathString(string $string, string $sep = null): LocalPath argument
171 return new LocalPath($string, $sep);
420 return $this->sep;
H A DMetadataFrontmatterStore.php482 $sep = "";
486 $sep = "\n";
494 $targetFrontMatterJsonString$sep$this->contentWithoutFrontMatter
H A DIconDownloader.php566 * @param string $sep
570 …private static function explodeInTwoPartsByLastPosition(string $iconName, string $sep = "-"): array argument
572 $index = strrpos($iconName, $sep);
H A DSite.php411 * @param string $sep - the separator - generally ("-") but not always
416 public static function getLocale(string $sep = "-"): string argument
425 $locale = strtolower($lang) . $sep . strtoupper($country);
H A DWikiPath.php1053 $sep = self::NAMESPACE_SEPARATOR_DOUBLE_POINT;
1054 $path = "$sep$path$sep";
/template/wallpaper/
Dtpl_functions.php295 $sep = '';
297 $sep = '/'.$nsarr[($j-1)];
299 $pn = implode('/',$ptarr).$sep.'_bg.jpg';
321 function _wp_tpl_youarehere($sep = ' » ') { argument
347 echo $sep;
356 echo $sep;
/template/drupal_garland_blue/
Dtpl_functions.php53 function tpl_youarehere2($sep=' » '){ argument
83 echo $sep;
96 echo $sep;
/template/neolaoresources3/
Dmain.php111 function custom_youarehere( $sep = '»' ) argument
144 echo $sep;
157 echo $sep;
/template/icke/
Dfunctions.php88 function icke_navi($link,$name='',$class='',$popup='',$active=false,$sep=false){ argument
92 if($sep) $liclass .= ' separator';
/template/congrid/
Dtpl_functions.php241 $sep = tpl_getConf('BreadcrumbsSep', NULL);
242 tpl_breadcrumbs($sep);
253 $sep = tpl_getConf('YouAreHereSep', NULL);
254 tpl_youarehere($sep);
/template/bootie/
Dtpl_template_NicoBoot.php16 * @param string $sep Separator between entries
19 function tpl_breadcrumbs_bootstrap($sep = '�') argument
/template/arctic-mbo/
Dtpl_functions.php397 function tpl_arctic_mbo_pagename($sep=' » '){ argument
423 echo $sep;
436 echo $sep;
/template/white-resume/
Dtpl_functions.php46 $crumbs_sep = ' <span class="bcsep">'.$sep.'</span> ';
/template/white/
Dtpl_functions.php46 $crumbs_sep = ' <span class="bcsep">'.$sep.'</span> ';
/template/mikio/
H A Dmikio.php1415 $sep = '•';
1419 $sep = $this->getConf('breadcrumbSepText');
1423 $sep = '<img src="' . $img . '">';
1448 $html .= '<li class="sep">' . $sep . '</li>';
1499 $sep = ' » ';
1503 $sep = $this->getConf('youarehereSepText');
1507 $sep = '<img src="' . $img . '">';
1537 $html .= '<li class="sep">' . $sep . '</li>';
1554 $html .= '<li class="sep">' . $sep . '</li>';
/template/graphy/css/
Dgraphy.css808 .category-sep {
848 .entry-meta-sep {
1650 .site-credit-sep {
/template/boozurk/css/
Dboozurk.css1306 background: url('images/bc-sep.png') no-repeat -590px 5px;
1328 .item-sep {
1331 .item-home + .item-sep {
/template/hexa/css/
Dhexa.css1676 .sep {
1680 .site-footer .sep {
1747 .search-results .page .sep:first-of-type {
/template/able/css/
Dable.css1308 .search-results .page .sep {
1454 .site-info .sep {
/template/arcade-basic/css/
Dable.css1308 .search-results .page .sep {
1454 .site-info .sep {
/template/fictive/css/
Dfictive.css1443 .sep {
1539 .search-results .page .sep:first-of-type {
/template/mikio/assets/
H A Dmikio.less480 // li.sep {
/template/flat/assets/css/
Dstyle.css233 .sep{margin:0
Dflat.min.css1 …ondensed";text-transform:uppercase;letter-spacing:1px}.hentry .entry-meta .sep{margin:0 10px}.hent…

12