Home
last modified time | relevance | path

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

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A 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…
H A 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…
H A 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/
H A Dsound.js24 track: 'global', url: url, replace: false
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,
H A Dslider.js17 initialize: function(handle, track, options) { argument
26 this.track = $(track);
84 this.track.observe("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) {
212 var offsets = this.track.cumulativeOffset();
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js1150 track: track
1178 track: track
1241 if ( track && track._id ) {
1422 track = new TrackEvent( track );
1426 if ( track && track._natives && track._natives.type &&
1441 track._id = track.id || track._id || Popcorn.guid( track._natives.type );
1446 track._natives._setup.call( obj, track );
1451 track: track
1469 track: track
1475 obj.data.trackRefs[ track._id ] = track;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DTextInput.php29 public $track; variable in Google\\Service\\Transcoder\\TextInput
48 public function setTrack($track) argument
50 $this->track = $track;
57 return $this->track;
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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
H A Dslick.less34 .slick-slider .slick-track,
43 .slick-track {
/plugin/likeit/script/
H A 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/
H A 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/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js2103 this.track = null;
2189 this.track = {};
2336 this.track.stts = [];
2350 this.track.stsc = [];
2397 …if (!((this.track.chunkOffsets != null) && (this.track.stsc != null) && (this.track.sampleSize != …
2418 size = this.track.sampleSize || this.track.sampleSizes[sampleIndex++];
2443 track = _ref[_i];
2447 this.track = track;
2451 this.track = null;
2455 this.emit('duration', this.track.duration / this.track.timeScale * 1000 | 0);
[all …]
/plugin/calc/
H A Dsyntax.php114 $track=ini_get('track_errors');
125 ini_set('track_error', $track);
/plugin/refnotes/
H A Dscript.js98 track(event) { method in plugin_refnotes.tooltip
112 jQuery(document).mousemove(plugin_refnotes.tooltip.track);
/plugin/pot/
H A Dhelper.php182 $track = ini_get('track_errors');
195 ini_set('track_error', $track);
/plugin/zul/syntax/
H A Dzirkelundlineal.php166 $track = $data['track'];
255 if ($track != '') {
256 $txt .= '<param name="track" value="'.$track.'"/>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAndroidPublisher.php342 'track' => [
794 … 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}',
807 'track' => [
827 'track' => [
847 'track' => [
864 … 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}',
877 'track' => [
899 … 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}',
912 'track' => [
919 … 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}',
[all …]
/plugin/timetrack/
H A DREADME.md2 track time user and project based
/plugin/html5video2/
H A Dstyle.css1340 .vjs-text-track-display {
1353 .video-js .vjs-text-track {
1640 .vjs-text-track-settings .vjs-track-settings-colors,
1641 .vjs-text-track-settings .vjs-track-settings-font,
1642 .vjs-text-track-settings .vjs-track-settings-controls {
1646 .vjs-text-track-settings .vjs-track-settings-controls {
1663 .vjs-text-track-settings .vjs-track-settings-controls {
1673 .vjs-track-setting > select {
1678 .vjs-text-track-settings fieldset {
1692 .vjs-text-track-settings legend {
[all …]
/plugin/mp3play/
H A Dcolors.conf12 track = ffffff

1234567