Home
last modified time | relevance | path

Searched defs:source (Results 1 – 19 of 19) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php80 public function checkMethodAllowed($obj, $method, int $lineno = -1, Source $source = null)
94 public function checkPropertyAllowed($obj, $property, int $lineno = -1, Source $source = null)
108 public function ensureToStringAllowed($obj, int $lineno = -1, Source $source = null)
H A DCoreExtension.php1156 …macro(Template $template, string $method, array $args, int $lineno, array $context, Source $source)
1400 function twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = []…
/template/twigstarter/vendor/composer/
H A Dinstalled.json7 "source": { object
70 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0" string
92 "source": { object
156 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" string
178 "source": { object
235 "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0" string
257 "source": { object
322 "source": "https://github.com/twigphp/Twig/tree/v2.14.12" string
/template/twigstarter/vendor/twig/twig/src/Test/
H A DNodeTestCase.php27 public function testCompile($node, $source, $environment = null, $isPattern = false)
32 …public function assertNodeCompilation($source, Node $node, Environment $environment = null, $isPat…
/template/twigstarter/vendor/twig/twig/src/Error/
H A DError.php58 …public function __construct(string $message, int $lineno = -1, $source = null, \Exception $previou…
124 public function setSourceContext(Source $source = null)
/template/twigstarter/vendor/twig/twig/src/
H A DTokenStream.php26 private $source; variable in Twig\\TokenStream
28 public function __construct(array $tokens, Source $source = null)
H A DLexer.php33 private $source; variable in Twig\\Lexer
156 public function tokenize(Source $source)
H A DCompiler.php25 private $source; variable in Twig\\Compiler
H A DEnvironment.php535 public function tokenize(Source $source)
591 public function compileSource(Source $source)
/template/breeze/bower_components/gumby/
H A Dcomposer.json16 "source": "https://github.com/GumbyFramework/Gumby", string
/template/mikio/assets/
H A Dmikio-typeahead.js151 setSource(source) global() argument
720 source: [], global() property in Typeahead.defaults
[all...]
/template/templar/js/
H A Dbootstrap-typeahead.js307 source: [] property in $.fn.typeahead.defaults
/template/twigstarter/vendor/twig/twig/src/Node/
H A DModuleNode.php33 …ctExpression $parent, Node $blocks, Node $macros, Node $traits, $embeddedTemplates, Source $source)
H A DNode.php200 public function setSourceContext(Source $source)
/template/bootstrap3/assets/typeahead/
H A Dbootstrap3-typeahead.min.js1 (function(a,b){if(typeof module!=="undefined"&&module.exports){module.exports=b(require("jquery"))}else{if(typeof define==="function"&&define.amd){define(["jquery"],function(c){return b(c)})}else{b(a.jQuery)}}}(this,function(b){var c=function(e,d){this.$element=b(e);this.options=b.extend({},c.defaults,d);this.matcher=this.options.matcher||this.matcher;this.sorter=this.options.sorter||this.sorter;this.select=this.options.select||this.select;this.autoSelect=typeof this.options.autoSelect=="boolean"?this.options.autoSelect:true;this.highlighter=this.options.highlighter||this.highlighter;this.render=this.options.render||this.render;this.updater=this.options.updater||this.updater;this.displayText=this.options.displayText||this.displayText;this.itemLink=this.options.itemLink||this.itemLink;this.itemTitle=this.options.itemTitle||this.itemTitle;this.followLinkOnSelect=this.options.followLinkOnSelect||this.followLinkOnSelect;this.source=this.options.source;this.delay=this.options.delay;this.theme=this.options.theme&&this.options.themes&&this.options.themes[this.options.theme]||c.defaults.themes[c.defaults.theme];this.$menu=b(this.options.menu||this.theme.menu);this.$appendTo=this.options.appendTo?b(this.options.appendTo):null;this.fitToElement=typeof this.options.fitToElement=="boolean"?this.options.fitToElement:false;this.shown=false;this.listen();this.showHintOnFocus=typeof this.options.showHintOnFocus=="boolean"||this.options.showHintOnFocus==="all"?this.options.showHintOnFocus:false;this.afterSelect=this.options.afterSelect;this.afterEmptySelect=this.options.afterEmptySelect;this.addItem=false;this.value=this.$element.val()||this.$element.text();this.keyPressed=false;this.focused=this.$element.is(":focus");this.changeInputOnSelect=this.options.changeInputOnSelect||this.changeInputOnSelect;this.changeInputOnMove=this.options.changeInputOnMove||this.changeInputOnMove;this.openLinkInNewTab=this.options.openLinkInNewTab||this.openLinkInNewTab;this.selectOnBlur=this.options.selectOnBlur||this.selectOnBlur;this.showCategoryHeader=this.options.showCategoryHeader||this.showCategoryHeader};c.prototype={constructor:c,setDefault:function(e){this.$element.data("active",e);if(this.autoSelect||e){var d=this.updater(e);if(!d){d=""}this.$element.val(this.displayText(d)||d).text(this.displayText(d)||d).change();this.afterSelect(d)}return this.hide()},select:function(){var e=this.$menu.find(".active").data("value");this.$element.data("active",e);if(this.autoSelect||e){var d=this.updater(e);if(!d){d=""}if(this.changeInputOnSelect){this.$element.val(this.displayText(d)||d).text(this.displayText(d)||d).change()}if(this.followLinkOnSelect&&this.itemLink(e)){if(this.openLinkInNewTab){window.open(this.itemLink(e),"_blank")}else{document.location=this.itemLink(e)}this.afterSelect(d)}else{if(this.followLinkOnSelect&&!this.itemLink(e)){this.afterEmptySelect(d)}else{this.afterSelect(d)}}}else{this.afterEmptySelect()}return this.hide()},updater:function(d){return d},setSource:function(d){this.source=d},show:function(){var k=b.extend({},this.$element.position(),{height:this.$element[0].offsetHeight});var h=typeof this.options.scrollHeight=="function"?this.options.scrollHeight.call():this.options.scrollHeight;var g;if(this.shown){g=this.$menu}else{if(this.$appendTo){g=this.$menu.appendTo(this.$appendTo);this.hasSameParent=this.$appendTo.is(this.$element.parent())}else{g=this.$menu.insertAfter(this.$element);this.hasSameParent=true}}if(!this.hasSameParent){g.css("position","fixed");var j=this.$element.offset();k.top=j.top;k.left=j.left}var e=b(g).parent().hasClass("dropup");var d=e?"auto":(k.top+k.height+h);var f=b(g).hasClass("dropdown-menu-right");var i=f?"auto":k.left;g.css({top:d,left:i}).show();if(this.options.fitToElement===true){g.css("width",this.$element.outerWidth()+"px")}this.shown=true;return this},hide:function(){this.$menu.hide();this.shown=false;return this},lookup:function(d){if(typeof(d)!="undefined"&&d!==null){this.query=d}else{this.query=this.$element.val()}if(this.query.length<this.options.minLength&&!this.options.showHintOnFocus){return this.shown?this.hide():this}var e=b.proxy(function(){if(b.isFunction(this.source)&&this.source.length===3){this.source(this.query,b.proxy(this.process,this),b.proxy(this.process,this))}else{if(b.isFunction(this.source)){this.source(this.query,b.proxy(this.process,this))}else{if(this.source){this.process(this.source)}}}},thi property in c.defaults
[all...]
/template/parallax/lib/bootstrap/js/
H A Dbootstrap.min.js1068 …b.fn.typeahead.defaults = {source: [], items: 8, menu: '<ul class="typeahead dropdown-menu"></ul>'… property in b.fn.typeahead.defaults
H A Dbootstrap.js1891source: [], items: 8, menu: '<ul class="typeahead dropdown-menu"></ul>', item: '<li><a href="#"></… property in $.fn.typeahead.defaults
/template/a_new_day/js/
H A Dprototype.js30 Object.extend = function(destination, source) { argument
2419 clone: function(source, target) { argument
/template/battlehorse/js/
H A Dprototype.js30 Object.extend = function(destination, source) { argument
2419 clone: function(source, target) { argument