Searched refs:join (Results 1 – 25 of 138) sorted by relevance
123456
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/ |
D | _sort-list.scss | 17 @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.scss | 22 $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.scss | 6 $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.scss | 18 $Unitless-Bases: join($Unitless-Bases, $Base); 35 $MS-new-return: join($i, $MS-new-return);
|
/template/dokukit/ |
D | script.js | 10 path2 = paths.slice(0,2).join('/'); 11 path3 = paths.slice(0,3).join('/'); 12 path4 = paths.slice(0,4).join('/');
|
/template/ospyramid/js/libs/ |
D | modernizr-1.7.min.js | 2 …join(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/ |
D | script.js | 39 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/ |
D | metacsp.php | 63 "content" => join(", ", $directives) 68 "content" => join(",", $directives)
|
/template/kiwiki/classes/ |
D | kiwiki_functions.php | 91 print join(', ',$list); 104 print join(', ',$list);
|
/template/flat/assets/js/ |
D | html5shiv.js | 94 elements = elements.join(' '); 97 newElements = newElements.join(' '); 208 getElements().join().replace(/[\w\-:]+/g, function(nodeName) {
|
D | html5shiv.min.js | 4 …join(" ")),"string"!=typeof a&&(a=a.join(" ")),t.elements=c+" "+a,j(b)}function f(a){var b=s[a[q]]…
|
/template/chippedsnow/ |
D | less-1.1.3.min.js | 28 …join("\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/ |
D | CustomController.php | 111 $parent = join(':', $parentNS); 112 $page = join(':', $pageParts);
|
/template/kiwiki/partial/ |
D | content.php | 48 echo join(', ',$INFO['userinfo']['grps']);
|
/template/breeze/bower_components/gumby/sass/functions/ |
D | _forms.scss | 15 $sizes: join($sizes, unquote(".#{$item} "), comma);
|
/template/breeze/bower_components/gumby/js/libs/ |
D | modernizr-2.6.2.min.js | 4 …join(a+";")+(b||""))}function y(a,b){return typeof a===b}function z(a,b){return!!~(""+a).indexOf(b…
|
/template/strap/ComboStrap/ |
D | SqliteRequest.php | 234 return 'REPLACE INTO "' . $table . '" (' . join(',', $columns) . ') VALUES (' . join(',',
|
/template/strap/resources/snippet/js/ |
D | page-explorer-tree.js | 16 let processedId = processedIdArray.join(":")
|
D | cache.js | 84 dependencies = dependency.join(", ");
|
/template/templar/js/ |
D | bootstrap-carousel.js | 133 $next.removeClass([type, direction].join(' ')).addClass('active') 134 $active.removeClass(['active', direction].join(' '))
|
/template/benjamin/ |
D | tpl_functions.php | 118 return join(' ', $classes);
|
/template/cowboy/ |
D | tpl_functions.php | 118 return join(' ', $classes);
|
/template/m1/ |
D | tpl_functions.php | 118 return join(' ', $classes);
|
/template/plaintext/ |
D | tpl_functions.php | 118 return join(' ', $classes);
|
/template/pinboard/ |
D | tpl_functions.php | 140 return join(' ', $classes);
|
123456