Searched refs:arg (Results 1 – 9 of 9) sorted by relevance
/template/bootstrap3/css/ |
H A D | replacements.less | 17 .text(@arg) when (iscolor(@arg)) { 18 color: @arg !important; 20 .background(@arg) when (iscolor(@arg)) {} 23 .textAlt(@arg) when (iscolor(@arg)) { 24 color: @arg !important; 26 .backgroundAlt(@arg) when (iscolor(@arg)) {} [all...] |
/template/taratasy/ |
H A D | tpl_functions.local.php | 42 foreach ($args as $arg) { 43 list ($ns, $site_width, $sidebar_width) = explode(' ', $arg);
|
/template/twigstarter/vendor/twig/twig/src/Extension/ |
H A D | EscaperExtension.php | 418 foreach ($filterArgs as $arg) { 419 if ($arg instanceof ConstantExpression) { 420 return [$arg->getAttribute('value')];
|
/template/twigstarter/vendor/twig/twig/src/ |
H A D | ExpressionParser.php | 482 $arg = new ConstantExpression($token->getValue(), $lineno); 495 if (!$arg instanceof ConstantExpression) { 499 $name = $arg->getAttribute('value'); 513 $arg = new ConstantExpression(0, $token->getLine()); 515 $arg = $this->parseExpression(); 530 $arguments = new Node([$arg, $length]); 541 return new GetAttrExpression($node, $arg, $arguments, $type, $lineno);
|
/template/breeze/bower_components/gumby/sass/ |
H A D | _base.scss | 40 // set arg to false for permanent .fixed elements
|
/template/mikio/assets/ |
H A D | mikio-typeahead.js | 677 var arg = arguments; 689 if (arg.length > 1) { 690 data[option].apply(data, Array.prototype.slice.call(arg, 1));
|
/template/ospyramid/js/libs/ |
H A D | jquery-1.6.1.js | 739 map: function( elems, callback, arg ) { argument 749 value = callback( elems[ i ], i, arg ); 759 value = callback( elems[ key ], key, arg );
|
/template/breeze/bower_components/gumby/js/libs/ |
H A D | jquery-2.0.2.min.map | 1 …ke","arr","results","Object","inArray","second","l","grep","inv","retVal","arg","guid","proxy","ac…
|
H A D | jquery-1.10.1.min.map | 1 …rr","results","Object","inArray","max","second","l","grep","inv","retVal","arg","guid","proxy","ac…
|