| /template/breeze/bower_components/gumby/js/libs/ui/ |
| D | gumby.skiplink.js | 22 var scope = this; 29 Gumby.debug('Skip event triggered', scope.$el); 33 if(scope.update) { 34 scope.calculateTarget(scope.skipTo); 38 scope.skipTo(); 41 Gumby.debug('Re-initializing Skiplink', scope.$el); 42 scope.setup(); 59 var scope = this, 94 var scope = this; 101 Gumby.debug('Triggering onComplete event', scope.$el); [all …]
|
| D | gumby.checkbox.js | 15 var scope = this; 23 if(scope.$input.is('[disabled]')) { 28 if(scope.$el.hasClass('checked')) { 29 scope.update(false); 31 scope.update(true); 34 Gumby.debug('Check event triggered', scope.$el); 35 scope.update(true); 37 Gumby.debug('Uncheck event triggered', scope.$el); 38 scope.update(false); 43 scope.update(true);
|
| D | gumby.radiobtn.js | 15 var scope = this; 23 if (scope.$input.is('[disabled]')) { 28 scope.update(); 30 Gumby.debug('Check event triggered', scope.$el); 31 scope.update(); 36 scope.update(true);
|
| D | gumby.toggleswitch.js | 38 var scope = this; 46 scope.trigger(scope.triggered); 50 Gumby.debug('Trigger event triggered', scope.$el); 51 scope.trigger(scope.triggered); 54 Gumby.debug('Re-initializing '+scope.constructor, $el); 55 scope.setup();
|
| D | gumby.fixed.js | 32 var scope = this; 36 scope.monitorScroll(); 42 scope.setup(); 43 scope.monitorScroll(); 49 var scope = this; 90 if(scope.state) { 91 scope.measure(); 92 scope.constrain();
|
| D | gumby.tabs.js | 16 var scope = this; 21 scope.click($(this)); 26 Gumby.debug('Set event triggered', scope.$el); 27 scope.set(e, index);
|
| D | jquery.validation.js | 24 var scope = this; 30 scope.validate(); 37 scope.validate(); 45 scope.validate();
|
| D | gumby.retina.js | 17 var scope = this; 26 scope.retinaImageLoaded(); 28 Gumby.error('Couln\'t load retina image: '+scope.retinaSrc);
|
| D | gumby.navbar.js | 19 var scope = this; 24 scope.$el.find('ul').removeClass('active');
|
| /template/breeze/bower_components/gumby/js/libs/ |
| D | gumby.js | 78 var scope = this, 84 scope.debugMode = true; 87 scope.debug("Initializing Gumby"); 91 scope.initUIModules(mods); 93 if(scope.onReady) { 94 scope.onReady(); 98 if(scope.isOldie && scope.onOldie) { 99 scope.onOldie(); 103 if(Modernizr.touch && scope.onTouch) { 104 scope.onTouch();
|
| /template/breeze/bower_components/gumby-fittext/ |
| D | gumby.fittext.js | 24 var scope = this; 28 Gumby.debug('Re-initializing FitText', scope.$el); 29 scope.setup(); 30 scope.resize(); 35 scope.resize(); 52 scope = this; 59 Gumby.debug('Updated font size to '+size+'px', scope.$el);
|
| /template/a_new_day/js/ |
| D | builder.js | 115 dump: function(scope) { argument 116 if(typeof scope != 'object' && typeof scope != 'function') scope = window; //global scope 126 scope[tag] = function() { function
|
| D | prototype.js | 1824 findElements: function(scope) { 1829 if (!scope || Element.childOf(element, scope)) 1832 scope = (scope || document).getElementsByTagName(this.params.tagName || '*'); 1835 for (var i = 0, length = scope.length; i < length; i++) 1836 if (this.match(element = scope[i]))
|
| D | effects.js | 135 queue: { position:'end', scope:(element.id || 'global'), limit: 1 } property 269 'global' : this.options.queue.scope).add(this); 309 'global' : this.options.queue.scope).remove(this);
|
| D | dragdrop.js | 234 queue: {scope:'_draggable', position:'end'} property 240 queue: {scope:'_draggable', position:'end'}, property
|
| /template/battlehorse/js/ |
| D | builder.js | 115 dump: function(scope) { argument 116 if(typeof scope != 'object' && typeof scope != 'function') scope = window; //global scope 126 scope[tag] = function() { function
|
| D | prototype.js | 1824 findElements: function(scope) { 1829 if (!scope || Element.childOf(element, scope)) 1832 scope = (scope || document).getElementsByTagName(this.params.tagName || '*'); 1835 for (var i = 0, length = scope.length; i < length; i++) 1836 if (this.match(element = scope[i]))
|
| D | effects.js | 135 queue: { position:'end', scope:(element.id || 'global'), limit: 1 } property 269 'global' : this.options.queue.scope).add(this); 309 'global' : this.options.queue.scope).remove(this);
|
| D | dragdrop.js | 234 queue: {scope:'_draggable', position:'end'} property 240 queue: {scope:'_draggable', position:'end'}, property
|
| /template/strap/ComboStrap/ |
| H A D | IdManager.php | 75 private function generateAndGetNewSequenceValueForScope(string $scope) argument 78 $lastId = $this->lastIdByScope[$scope] ?? null; 84 $this->lastIdByScope[$scope] = $lastId;
|
| H A D | SnippetSystem.php | 392 function toHtml($scope): string argument 394 switch ($scope) { 404 if ($scope !== Snippet::ALL_SCOPE) { 405 … LogUtility::internalError("Scope ($scope) is unknown, we have defaulted to all");
|
| H A D | SiteConfig.php | 168 …public function getValue(string $key, ?string $default = null, ?string $scope = PluginUtility::PLU… argument 170 return self::getConfValue($key, $default, $scope);
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 77 protected $scope; variable in lessc 232 $this->scope->children[] = $out; 235 $block->scope = $env; // mixins carry scope with them! 241 $parentScope = $this->mediaParent($this->scope); 245 $this->scope = $this->makeOutputBlock($media->type, array($query)); 246 $parentScope->children[] = $this->scope; 248 $this->compileProps($media, $this->scope); 250 if (count($this->scope->lines) > 0) { 254 $orphan->lines = $this->scope->lines; 255 array_unshift($this->scope->children, $orphan); [all …]
|
| /template/mikio/ |
| H A D | .gitignore | 69 # Support for Project snippet scope
|
| /template/slaad/ |
| D | COPYING | 73 covered by this License; they are outside its scope. The act of 132 the scope of this License.
|