Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 5 of 5) sorted by relevance

/template/breeze/bower_components/gumby/js/libs/
H A Dgumby.js209 Gumby.prototype.addInitalisation = function(ref, code) { argument
210 this.inits[ref] = code;
214 Gumby.prototype.initialize = function(ref, all) { argument
215 if(typeof ref === 'object') {
217 for(i; i < ref.length; i++) {
218 if(!this.inits[ref[i]] || typeof this.inits[ref[i]] !== 'function') {
219 this.error('Error initializing module: '+ref[i]);
223 this.inits[ref[i]](all);
225 } else if(this.inits[ref] && typeof this.inits[ref] === 'function') {
226 this.inits[ref](all);
[all …]
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DApplyTokenParser.php34 $ref = new TempNameExpression($name, $lineno);
35 $ref->setAttribute('always_defined', true);
37 … $filter = $this->parser->getExpressionParser()->parseFilterExpressionRaw($ref, $this->getTag());
44 new SetNode(true, $ref, $body, $lineno, $this->getTag()),
H A DFilterTokenParser.php39 …$ref = new BlockReferenceExpression(new ConstantExpression($name, $lineno), null, $lineno, $this->…
41 … $filter = $this->parser->getExpressionParser()->parseFilterExpressionRaw($ref, $this->getTag());
/template/twigstarter/vendor/twig/twig/src/
H A DExpressionParser.php261 $ref = new \ReflectionClass($class);
262 …if (!(\in_array($ref->getName(), [NegUnary::class, PosUnary::class, 'Twig_Node_Expression_Unary_Ne…
263 … || $ref->isSubclassOf(NegUnary::class) || $ref->isSubclassOf(PosUnary::class)
264 …|| $ref->isSubclassOf('Twig_Node_Expression_Unary_Neg') || $ref->isSubclassOf('Twig_Node_Expressio…
/template/codowik/js/
H A Dlayout.js1833 …sC.ref = (o.name ? o.name +' layout / ' : '') + tag + (id ? "#"+id : cls ? '.['+cls+']' : ''); //…
1978 _log( o.errors.noContainerHeight.replace(/CONTAINER/, sC.ref) );
6031 , ref = (dir == 'up' || dir == 'down') ? 'top' : 'left'
6039 animation[ref] = (show ? (pos ? '+=' : '-=') : (pos ? '-=' : '+=')) + dist;
6047 $el.css(ref, isNaN(dist) ? "-" + dist : -dist); // Shift outside the left/top edge
6056 if (ref === 'top')