Home
last modified time | relevance | path

Searched refs:eventName (Results 1 – 11 of 11) sorted by relevance

/template/strap/ComboStrap/
H A DEvent.php156 $eventName = $row[self::EVENT_NAME_ATTRIBUTE];
163 … LogUtility::msg("The stored data for the event $eventName was not in the json format");
167 \dokuwiki\Extension\Event::createAndTrigger($eventName, $eventData);
247 public static function getQueue(string $eventName = null): array argument
262 if (empty($eventName)) {
265 …est->setQueryParametrized($select . " where " . self::EVENT_NAME_ATTRIBUTE . " = ?", [$eventName]);
309 public static function getEvents(string $eventName): array argument
311 return Event::getQueue($eventName);
/template/templar/js/
Dbootstrap-typeahead.js190 , eventSupported: function(eventName) { argument
191 var isSupported = eventName in this.$element
193 this.$element.setAttribute(eventName, 'return;')
194 isSupported = typeof this.$element[eventName] === 'function'
/template/battlehorse/js/
Ddragdrop.js205 notify: function(eventName, draggable, event) { // 'onStart', 'onEnd', 'onDrag' argument
206 if(this[eventName+'Count'] > 0)
208 if(o[eventName]) o[eventName](eventName, draggable, event);
210 if(draggable.options[eventName]) draggable.options[eventName](draggable, event);
214 ['onStart','onEnd','onDrag'].each( function(eventName) { argument
215 Draggables[eventName+'Count'] = Draggables.observers.select(
216 function(o) { return o[eventName]; }
Deffects.js312 event: function(eventName) { argument
313 if(this.options[eventName + 'Internal']) this.options[eventName + 'Internal'](this);
314 if(this.options[eventName]) this.options[eventName](this);
/template/a_new_day/js/
Ddragdrop.js205 notify: function(eventName, draggable, event) { // 'onStart', 'onEnd', 'onDrag' argument
206 if(this[eventName+'Count'] > 0)
208 if(o[eventName]) o[eventName](eventName, draggable, event);
210 if(draggable.options[eventName]) draggable.options[eventName](draggable, event);
214 ['onStart','onEnd','onDrag'].each( function(eventName) { argument
215 Draggables[eventName+'Count'] = Draggables.observers.select(
216 function(o) { return o[eventName]; }
Deffects.js312 event: function(eventName) { argument
313 if(this.options[eventName + 'Internal']) this.options[eventName + 'Internal'](this);
314 if(this.options[eventName]) this.options[eventName](this);
/template/mikio/assets/
H A Dmikio-typeahead.js478 eventSupported: function (eventName) { argument
479 var isSupported = eventName in this.$element;
481 this.$element.setAttribute(eventName, 'return;');
482 isSupported = typeof this.$element[eventName] === 'function';
/template/parallax/lib/bootstrap/js/
Dbootstrap.js1797 }, eventSupported: function (eventName) { argument
1798 var isSupported = eventName in this.$element
1800 this.$element.setAttribute(eventName, 'return;')
1801 isSupported = typeof this.$element[eventName] === 'function'
/template/ospyramid/js/libs/
Djquery-1.6.1.js1153 eventName,
1362 eventName = "on" + i;
1363 isSupported = ( eventName in div );
1365 div.setAttribute( eventName, "return;" );
1366 isSupported = ( typeof div[ eventName ] === "function" );
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js3757 if(name.indexOf("on")==0){var eventName=name.substr(2);
3759 }this.listeners.push(eventName,val)
/template/breeze/bower_components/gumby/js/libs/
Djquery-1.10.1.min.map1 …es","notifyWith","progressContexts","resolveContexts","fragment","opt","eventName","isSupported","…