| /plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
| D | events.js | 3 QUnit.module('Backbone.Events'); 8 _.extend(obj, Backbone.Events); 19 QUnit.test('binding and triggering multiple events', function(assert) { 22 _.extend(obj, Backbone.Events); 42 _.extend(obj, Backbone.Events); 73 _.extend(obj, Backbone.Events); 103 _.extend(obj, Backbone.Events); 120 var a = _.extend({}, Backbone.Events); 121 var b = _.extend({}, Backbone.Events); 131 var a = _.extend({}, Backbone.Events); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/ |
| D | Events.php | 22 use Google\Service\Calendar\Events as EventsModel; 25 * The "events" collection of methods. 29 * $events = $calendarService->events; 32 class Events extends \Google\Service\Resource class 35 * Deletes an event. (events.delete) 58 * Returns an event. (events.get) 85 * event to a calendar. (events.import) 109 * Creates an event. (events.insert) 144 * Returns instances of the specified recurring event. (events.instances) 159 * @opt_param int maxResults Maximum number of events returned on one result [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/Resource/ |
| D | Events.php | 23 * The "events" collection of methods. 27 * $events = $gamesManagementService->events; 30 class Events extends \Google\Service\Resource class 35 * accounts for your application. (events.reset) 47 * Resets all player progress on all events for the currently authenticated 49 * your application. (events.resetAll) 60 * Resets all draft events for all players. This method is only available to 61 * user accounts for your developer console. (events.resetAllForAllPlayers) 73 * available to user accounts for your developer console. Only draft events can 74 * be reset. (events.resetForAllPlayers) [all …]
|
| /plugin/diagramsnet/lib/ |
| D | shortcuts.svg | 4 …events="all"/><rect x="7" y="457" width="340" height="30" fill="#ffffff" stroke="none" pointer-eve…
|
| /plugin/editsections2/ |
| D | script.js | 4 * Replaces section edit highlighting events 38 * Replaces mouseover events on section edit buttons 167 * Replaces mouseover events on section edit buttons 174 events, 197 // remove events and collect section info 199 events = sectionEditForms[i].events; 201 // remove all of the previously-set mouseover events from the button 202 if (events && events.mouseover) { 203 for (guid in events.mouseover) { 205 sectionEditForms[i], 'mouseover', events.mouseover[guid] [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/ |
| D | Events.php | 26 * The "events" collection of methods. 30 * $events = $gamesService->events; 33 class Events extends \Google\Service\Resource class 36 * Returns a list showing the current progress on events in this application for 37 * the currently authenticated user. (events.listByPlayer) 43 * @opt_param int maxResults The maximum number of events to return in the 44 * response, used for paging. For any response, the actual number of events to 57 * (events.listDefinitions) 76 * Records a batch of changes to the number of times events have occurred for 77 * the currently authenticated user of this application. (events.record) [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/Resource/ |
| D | ProjectsLocationsCatalogsEventStoresUserEvents.php | 67 * Bulk import of User events. Request processing might be synchronous. Events 69 * user events. Operation.response is of type ImportResponse. Note that it is 86 * Gets a list of user events within a time range, with potential filtering. The 87 * method does not list unjoined user events. Unjoined user event definition: 100 * restrictions over returned events. This is a sequence of terms, where each 101 * term applies some kind of a restriction to the returned user events. Use this 102 * expression to restrict results to a specific time range, or filter events by 110 * restrict results to events for which catalog items were not found in the 111 * catalog. The default behavior is to return only those events for which 133 * Deletes permanently all user events specified by the filter provided. [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/ |
| D | popcorn.ie8.js | 4 var events = {}; 15 if ( !events[ eventName ] ) { 16 events[ eventName ] = { variable 17 events: [], property 23 if ( events[ eventName ].active ) { 24 events[ eventName ].queue.push( callBack ); 26 events[ eventName ].events.push( callBack ); 35 listeners = events[ eventName ]; 46 for ( i = listeners.events.length - 1; i >= 0; i-- ) { 47 if ( callBack === listeners.events[ i ] ) { [all …]
|
| D | popcorn.player.js | 33 // List of events 40 events = {}, 192 if ( !events[ evtName ] ) { 194 events[ evtName ] = []; 197 events[ evtName ].push( fn ); 205 listeners = events[ evtName ]; 213 for ( i = events[ evtName ].length - 1; i >= 0; i-- ) { 236 eventInterface = Popcorn.events.getInterface( eventName ); 245 if ( events[ eventName ] ) { 247 for ( var i = events[ eventName ].length - 1; i >= 0; i-- ) { [all …]
|
| D | popcorn.js | 39 events: { property 202 events: {}, property 230 // this has the potential to call track events more than once, when they should not 262 // Remove old padding events 266 // Remove any internal tracking of events that have end times greater than duration 267 // otherwise their end events will never be hit. 274 // Remove any internal tracking of events that have end times greater than duration 275 // otherwise their end events will never be hit. 557 var events = instance.data.events, 561 // Iterate through all events and remove them [all …]
|
| /plugin/webdavclient/vendor/sabre/vobject/bin/ |
| D | generateicalendardata.php | 12 Currently it just generates events in a single calendar. 16 {$cmd} [events] 24 $events = 100; variable 26 if (isset($argv[1])) $events = (int)$argv[1]; variable 30 fwrite(STDERR, "Generating " . $events . " events\n"); 32 $currentDate = new DateTime('-' . round($events/2) . ' days'); 40 while($ii < $events) {
|
| /plugin/icalevents/vendor/sabre/vobject/bin/ |
| D | generateicalendardata.php | 12 Currently it just generates events in a single calendar. 16 {$cmd} [events] 24 $events = 100; variable 26 if (isset($argv[1])) $events = (int)$argv[1]; variable 30 fwrite(STDERR, "Generating " . $events . " events\n"); 32 $currentDate = new DateTime('-' . round($events / 2) . ' days'); 38 while ($ii < $events) {
|
| /plugin/davcard/vendor/sabre/vobject/bin/ |
| D | generateicalendardata.php | 12 Currently it just generates events in a single calendar. 16 {$cmd} [events] 24 $events = 100; variable 26 if (isset($argv[1])) $events = (int)$argv[1]; variable 30 fwrite(STDERR, "Generating " . $events . " events\n"); 32 $currentDate = new DateTime('-' . round($events/2) . ' days'); 40 while($ii < $events) {
|
| /plugin/davcal/vendor/sabre/vobject/bin/ |
| H A D | generateicalendardata.php | 12 Currently it just generates events in a single calendar. 16 {$cmd} [events] 24 $events = 100; variable 26 if (isset($argv[1])) $events = (int)$argv[1]; variable 30 fwrite(STDERR, "Generating " . $events . " events\n"); 32 $currentDate = new DateTime('-' . round($events/2) . ' days'); 40 while($ii < $events) {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/Resource/ |
| D | ProjectsLocationsCatalogsUserEvents.php | 65 * Bulk import of User events. Request processing might be synchronous. Events 67 * user events. Operation.response is of type ImportResponse. Note that it is 84 * Deletes permanently all user events specified by the filter provided. 85 * Depending on the number of events specified by the filter, this operation 90 * the events are created. The format is 103 * Starts a user event rejoin operation with latest product catalog. Events will 105 * the catalog at the time the user event is ingested, and these events are 106 * stored as unjoined events with a limited usage on training and serving. This 107 * method can be used to start a join operation on specified events with latest 108 * version of product catalog. It can also be used to correct events joined with
|
| /plugin/sequencediagram/bower_components/lodash/vendor/backbone/ |
| D | backbone.js | 119 // Backbone.Events 128 // _.extend(object, Backbone.Events); 132 var Events = Backbone.Events = {}; 138 // space-separated events `"change blur", callback` and jQuery-style event 140 var eventsApi = function(iteratee, events, name, callback, opts) { argument 146 events = eventsApi(iteratee, events, names[i], name[names[i]], opts); 151 events = iteratee(events, names[i], callback, opts); 154 // Finally, standard events. 155 events = iteratee(events, name, callback, opts); 157 return events; [all …]
|
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/ |
| D | TestHelper.php | 9 "events" => [ 20 "events" => [ 33 "events" => [ 47 "events" => [ 78 "events" => [ 90 "events" => [ 114 "events" => [ 143 'events' => [
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/ |
| D | SuspiciousActivity.php | 22 protected $collection_key = 'events'; 47 public function setEvents($events) argument 49 $this->events = $events; 56 return $this->events;
|
| D | DeviceCompromised.php | 22 protected $collection_key = 'events'; 47 public function setEvents($events) argument 49 $this->events = $events; 56 return $this->events;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/Resource/ |
| D | ProjectsEvents.php | 25 * The "events" collection of methods. 29 * $events = $clouderrorreportingService->events; 35 * Lists the specified events. (events.listProjectsEvents) 44 * @opt_param string groupId Required. The group for which events shall be 75 * e}/events:report?key=123ABC456` **Note:** [Error Reporting] 80 * reporting/docs/regionalization). (events.report)
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/ |
| H A D | WebDriverTouchScreen.php | 21 * Double tap on the touch screen using finger motion events. 38 * Flick on the touch screen using finger motion events. Use this flick 48 * Flick on the touch screen using finger motion events. 65 * Long press on the touch screen using finger motion events. 82 * Scroll on the touch screen using finger based motion events. Use this 92 * Scroll on the touch screen using finger based motion events. Use this
|
| /plugin/dev/www/ |
| D | script.js | 58 // add auto-completion for events 60 const events = document.createElement('input'); 61 events.type = 'text'; 62 events.name = `options[${id}]`; 63 events.placeholder = 'EVENTS_TO_HANDLE, ...'; 64 li.append(events); 65 new Awesomplete(events, {
|
| /plugin/html2pdf/html2pdf/html2ps/help/ |
| D | api_events.html | 3 <title>Events</title> 31 <h1>Events</h1> 36 HTML2PS events. Pipeline object will fire events at predefined moments while rendering PDF file; yo… 51 <p>Following events are available:</p> 116 A nice sample of events usage was contributed by <b>marco_snake</b> on tufat html2ps/pdf community … 117 events are used to display specific HTML code only on pages with predefined numbers. 118 PHP and HTML code is available in <tt>samples/API/events/1</tt> directory in the distribution packa…
|
| /plugin/dirtylittlehelper/script/ |
| D | jquery-ui-touch-punch.js | 33 // Ignore multi-touch events 67 * Handle the jQuery UI widget's touchstart events 96 * Handle the jQuery UI widget's touchmove events 114 * Handle the jQuery UI widget's touchend events 142 * A duck punch of the $.ui.mouse _mouseInit method to support touch events. 144 * translate touch events to mouse events and pass them to the widget's
|
| /plugin/overlay/script/ |
| D | jquery-ui-touch-punch.js | 33 // Ignore multi-touch events 67 * Handle the jQuery UI widget's touchstart events 96 * Handle the jQuery UI widget's touchmove events 114 * Handle the jQuery UI widget's touchend events 142 * A duck punch of the $.ui.mouse _mouseInit method to support touch events. 144 * translate touch events to mouse events and pass them to the widget's
|