Home
last modified time | relevance | path

Searched refs:join (Results 1 – 25 of 138) sorted by relevance

123456

/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
D_sort-list.scss17 @return join($A, $B);
20 @return join($B, $A);
33 $Return: join($Return, nth($A, $A-counter));
39 $Return: join($Return, nth($B, $B-counter));
48 $Return: join($Return, $Current);
55 $Return: join($Return, $Current);
85 $New-list: join($New-list, $Item);
D_function-list.scss22 $Trim-list: join($Trim-list, nth($Positive-return, $i));
28 $Trim-list: join($Trim-list, nth($Positive-return, $i));
45 $MS-new-return: join($i, $MS-new-return);
53 $Trim-list: join(nth($Negitive-return, $i), $Trim-list);
58 $Trim-list: join(nth($Negitive-return, $i), $Trim-list);
65 $Return: join($Negitive-return, $Positive-return);
D_generate-list.scss6 $MS-reversed-list: join($Value, $MS-reversed-list);
39 $MS-base-list: join($MS-base-list, ms-calc($Base-counter, $Base, $Ratio));
49 $MS-base-list: join($MS-base-list, ms-calc($Base-counter, $Base, $Ratio));
60 $MS-base-list: join($MS-base-list, ms-calc($Base-counter, $Base, $Ratio));
73 $MS-base-list: join($MS-base-list, $MS-calc);
84 $MS-new-list: join($MS-new-list, nth($MS-base-list, $i));
D_function.scss18 $Unitless-Bases: join($Unitless-Bases, $Base);
35 $MS-new-return: join($i, $MS-new-return);
/template/dokukit/
Dscript.js10 path2 = paths.slice(0,2).join('/');
11 path3 = paths.slice(0,3).join('/');
12 path4 = paths.slice(0,4).join('/');
/template/ospyramid/js/libs/
Dmodernizr-1.7.min.js2join(c+" ")+c).split(" ");return!!E(d,b)}function E(a,b){for(var d in a)if(k[a[d]]!==c&&(!b||b(a[d…
/template/bootstrap3/
Dscript.js39 return jQuery(['#screen__mode .visible-', media, '-block'].join('')).is(':visible');
414 …unction () { return ['https://twitter.com/intent/tweet?text=', title, '&url=', url].join(''); })(),
415 …urn ['https://www.linkedin.com/shareArticle?mini=true&url=', url, '&title=', title].join(''); })(),
416 …on () { return ['https://www.facebook.com/sharer/sharer.php?u=', url, '&t=', title].join(''); })(),
417 …turn ['https://pinterest.com/pin/create/button/?url=', url, '&description=', title].join(''); })(),
418 … 'telegram': (function () { return ['https://telegram.me/share/url?url=', url].join(''); })(),
419 … 'whatsapp': (function () { return ['https://wa.me/?text=', title, ': ', url].join(''); })(),
420 …ages/new?login=true&trk_event=yammer_share&status=', url, '#/Messages/bookmarklet'].join(''); })(),
421 … (function () { return ['mailto:?subject=', document.title, '&body=', document.URL].join(''); })(),
422 …(function () { return ['https://www.reddit.com/submit?url=', url, '&title=', title].join(''); })(),
[all …]
/template/strap/action/
Dmetacsp.php63 "content" => join(", ", $directives)
68 "content" => join(",", $directives)
/template/kiwiki/classes/
Dkiwiki_functions.php91 print join(', ',$list);
104 print join(', ',$list);
/template/flat/assets/js/
Dhtml5shiv.js94 elements = elements.join(' ');
97 newElements = newElements.join(' ');
208 getElements().join().replace(/[\w\-:]+/g, function(nodeName) {
Dhtml5shiv.min.js4join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]]…
/template/chippedsnow/
Dless-1.1.3.min.js28join("\n"),f=document.createElement("div"),g,h;f.id=c,f.className="less-error-message",h="<h3>"+(a…
29 …value)&&a.value.length>1?"["+a.value.map(function(a){return a.toCSS(!1)}).join(", ")+"]":a.toCSS(!…
/template/notos/
DCustomController.php111 $parent = join(':', $parentNS);
112 $page = join(':', $pageParts);
/template/kiwiki/partial/
Dcontent.php48 echo join(', ',$INFO['userinfo']['grps']);
/template/breeze/bower_components/gumby/sass/functions/
D_forms.scss15 $sizes: join($sizes, unquote(".#{$item} "), comma);
/template/breeze/bower_components/gumby/js/libs/
Dmodernizr-2.6.2.min.js4join(a+";")+(b||""))}function y(a,b){return typeof a===b}function z(a,b){return!!~(""+a).indexOf(b…
/template/strap/ComboStrap/
DSqliteRequest.php234 return 'REPLACE INTO "' . $table . '" (' . join(',', $columns) . ') VALUES (' . join(',',
/template/strap/resources/snippet/js/
Dpage-explorer-tree.js16 let processedId = processedIdArray.join(":")
Dcache.js84 dependencies = dependency.join(", ");
/template/templar/js/
Dbootstrap-carousel.js133 $next.removeClass([type, direction].join(' ')).addClass('active')
134 $active.removeClass(['active', direction].join(' '))
/template/benjamin/
Dtpl_functions.php118 return join(' ', $classes);
/template/cowboy/
Dtpl_functions.php118 return join(' ', $classes);
/template/m1/
Dtpl_functions.php118 return join(' ', $classes);
/template/plaintext/
Dtpl_functions.php118 return join(' ', $classes);
/template/pinboard/
Dtpl_functions.php140 return join(' ', $classes);

123456