Home
last modified time | relevance | path

Searched refs:track (Results 1 – 25 of 209) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
DEditsTesters.php38 * @param string $track The track to read from.
42 public function get($packageName, $editId, $track, $optParams = []) argument
44 $params = ['packageName' => $packageName, 'editId' => $editId, 'track' => $track];
54 * @param string $track The track to update.
59 public function patch($packageName, $editId, $track, Testers $postBody, $optParams = []) argument
61 …$params = ['packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $p…
71 * @param string $track The track to update.
76 public function update($packageName, $editId, $track, Testers $postBody, $optParams = []) argument
78 …$params = ['packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $p…
DEditsTracks.php38 * @param string $track Identifier of the track.
42 public function get($packageName, $editId, $track, $optParams = []) argument
44 $params = ['packageName' => $packageName, 'editId' => $editId, 'track' => $track];
67 * @param string $track Identifier of the track.
72 public function patch($packageName, $editId, $track, Track $postBody, $optParams = []) argument
74 …$params = ['packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $p…
83 * @param string $track Identifier of the track.
88 public function update($packageName, $editId, $track, Track $postBody, $optParams = []) argument
90 …$params = ['packageName' => $packageName, 'editId' => $editId, 'track' => $track, 'postBody' => $p…
DEditsCountryavailability.php37 * @param string $track The track to read from.
41 public function get($packageName, $editId, $track, $optParams = []) argument
43 $params = ['packageName' => $packageName, 'editId' => $editId, 'track' => $track];
/plugin/s5reloaded/ui/effects_support/
Dsound.js24 track: 'global', url: url, replace: false property
27 if(options.replace && this.tracks[options.track]) {
28 $R(0, this.tracks[options.track].id).each(function(id){
29 var sound = $('sound_'+options.track+'_'+id);
33 this.tracks[options.track] = null;
36 if(!this.tracks[options.track])
37 this.tracks[options.track] = { id: 0 };
39 this.tracks[options.track].id++;
41 options.id = this.tracks[options.track].id;
44 id: 'sound_'+options.track+'_'+options.id,
Dslider.js17 initialize: function(handle, track, options) { argument
26 this.track = $(track);
84 this.track.observe("mousedown", this.eventMouseDown);
92 Event.stopObserving(this.track, "mousedown", this.eventMouseDown);
171 (this.track.offsetHeight != 0 ? this.track.offsetHeight :
172 this.track.style.height.replace(/px$/,"")) - this.alignY :
173 (this.track.offsetWidth != 0 ? this.track.offsetWidth :
174 this.track.style.width.replace(/px$/,"")) - this.alignX);
210 var track = handle;
211 if (track==this.track) {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.js548 track: event property
803 track: trackEvent property
1129 function TrackEvent( track ) { argument
1130 Abstract.put.call( this, track );
1134 TrackEvent.start = function( instance, track ) { argument
1136 if ( track.end > instance.media.currentTime &&
1137 track.start <= instance.media.currentTime && !track._running ) {
1139 track._running = true;
1140 instance.data.running[ track._natives.type ].push( track );
1142 if ( !instance.data.disabled[ track._natives.type ] ) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
DTextInput.php29 public $track; variable in Google\\Service\\Transcoder\\TextInput
48 public function setTrack($track) argument
50 $this->track = $track;
57 return $this->track;
DAudioChannelInput.php34 public $track; variable in Google\\Service\\Transcoder\\AudioChannelInput
75 public function setTrack($track) argument
77 $this->track = $track;
84 return $this->track;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
DTrack.php28 public $track; variable in Google\\Service\\AndroidPublisher\\Track
47 public function setTrack($track) argument
49 $this->track = $track;
56 return $this->track;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
DAppVersion.php30 public $track; variable in Google\\Service\\AndroidEnterprise\\AppVersion
61 public function setTrack($track) argument
63 $this->track = $track;
70 return $this->track;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dmodule.tag.id3v1.php392 * @param int|string $track
396 …public static function GenerateID3v1Tag($title, $artist, $album, $year, $genreid, $comment, $track argument
402 if (!empty($track) && ($track > 0) && ($track <= 255)) {
405 if (gettype($track) == 'string') {
406 $track = (int) $track;
408 $ID3v1Tag .= chr($track);
/plugin/jukebox/id3/
Dmodule.tag.id3v1.php321 function GenerateID3v1Tag($title, $artist, $album, $year, $genreid, $comment, $track='') { argument
327 if (!empty($track) && ($track > 0) && ($track <= 255)) {
330 if (gettype($track) == 'string') {
331 $track = (int) $track;
333 $ID3v1Tag .= chr($track);
/plugin/imagecarousel/vendor/slick/
Dslick.css43 .slick-slider .slick-track,
53 .slick-track
61 .slick-track:before,
62 .slick-track:after
68 .slick-track:after
72 .slick-loading .slick-track
Dslick.less34 .slick-slider .slick-track,
43 .slick-track {
/plugin/likeit/script/
Djquery.hoverIntent.js56 var track = function(ev) { function
66 $(ob).off("mousemove.hoverIntent",track);
99 $(ob).on("mousemove.hoverIntent",track);
106 $(ob).off("mousemove.hoverIntent",track);
/plugin/gpsies/
Dsyntax.php65 $data['track'] = $track;
101 $trackMapURL = 'http://gpsies.com/map.do?fileId=' . $data['track'];
103 $trackAltitudeImgURL = 'http://gpsies.de/charts/' . $data['track'] . '_map.png';
/plugin/asciidocjs/node_modules/clean-css/lib/writer/
Dsimple.js10 track(serializeContext, value);
16 track(serializeContext, serializeContext.format.breakWith);
21 function track(serializeContext, value) { function
Dsource-maps.js19 track(serializeContext, value, mappings);
25 track(serializeContext, serializeContext.format.breakWith, false);
30 function track(serializeContext, value, mappings) { function
/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Dinput-source-map-tracker.js10 track: track.bind(null, maps)
54 function track(maps, source, data) { function
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js2103 this.track = null;
2189 this.track = {};
2190 return this.tracks.push(this.track);
2196 this.track.id = this.stream.readUInt32();
2203 this.track.type = this.stream.readString(4);
2211 this.track.timeScale = this.stream.readUInt32();
2212 this.track.duration = this.stream.readUInt32();
2229 if (this.track.type !== 'soun') {
2236 format = this.track.format = {};
2267 return this.track.cookie = this.stream.readBuffer(this.len - 4);
[all …]
/plugin/calc/
Dsyntax.php114 $track=ini_get('track_errors');
125 ini_set('track_error', $track);
/plugin/refnotes/
Dscript.js98 track(event) { method
112 jQuery(document).mousemove(plugin_refnotes.tooltip.track);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DAndroidPublisher.php329 …th' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/countryAvailability/{track}',
342 'track' => [
794 … 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}',
807 'track' => [
814 … 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}',
827 'track' => [
834 … 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}',
847 'track' => [
864 … 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}',
877 'track' => [
[all …]
/plugin/pot/
Dhelper.php182 $track = ini_get('track_errors');
195 ini_set('track_error', $track);
/plugin/zul/syntax/
Dzirkelundlineal.php166 $track = $data['track'];
255 if ($track != '') {
256 $txt .= '<param name="track" value="'.$track.'"/>';

123456789