/plugin/s5reloaded/ui/effects_support/ |
H A D | sound.js | 11 tracks: {}, property in Sound 27 if(options.replace && this.tracks[options.track]) { 28 $R(0, this.tracks[options.track].id).each(function(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;
|
H A D | effects.js | 1022 initialize: function(tracks){ argument 1023 this.tracks = []; 1025 this.addTracks(tracks); 1027 addTracks: function(tracks){ argument 1028 tracks.each(function(track){ 1031 this.tracks.push($H({ 1041 this.tracks.map(function(track){
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/ |
H A D | ProductVisibility.php | 34 public $tracks; variable in Google\\Service\\AndroidEnterprise\\ProductVisibility 67 public function setTracks($tracks) argument 69 $this->tracks = $tracks; 76 return $this->tracks;
|
H A D | ProductPolicy.php | 44 public $tracks; variable in Google\\Service\\AndroidEnterprise\\ProductPolicy 133 public function setTracks($tracks) argument 135 $this->tracks = $tracks; 142 return $this->tracks;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/ |
H A D | GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation.php | 33 public function setTracks($tracks) argument 35 $this->tracks = $tracks; 42 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation.php | 33 public function setTracks($tracks) argument 35 $this->tracks = $tracks; 42 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation.php | 33 public function setTracks($tracks) argument 35 $this->tracks = $tracks; 42 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1PersonDetectionAnnotation.php | 33 public function setTracks($tracks) argument 35 $this->tracks = $tracks; 42 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation.php | 33 public function setTracks($tracks) argument 35 $this->tracks = $tracks; 42 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation.php | 51 public function setTracks($tracks) argument 53 $this->tracks = $tracks; 60 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1FaceDetectionAnnotation.php | 51 public function setTracks($tracks) argument 53 $this->tracks = $tracks; 60 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation.php | 51 public function setTracks($tracks) argument 53 $this->tracks = $tracks; 60 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation.php | 51 public function setTracks($tracks) argument 53 $this->tracks = $tracks; 60 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation.php | 51 public function setTracks($tracks) argument 53 $this->tracks = $tracks; 60 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation.php | 61 public function setTracks($tracks) argument 63 $this->tracks = $tracks; 70 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation.php | 61 public function setTracks($tracks) argument 63 $this->tracks = $tracks; 70 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation.php | 61 public function setTracks($tracks) argument 63 $this->tracks = $tracks; 70 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1LogoRecognitionAnnotation.php | 61 public function setTracks($tracks) argument 63 $this->tracks = $tracks; 70 return $this->tracks;
|
H A D | GoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation.php | 61 public function setTracks($tracks) argument 63 $this->tracks = $tracks; 70 return $this->tracks;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/ |
H A D | TracksListResponse.php | 47 public function setTracks($tracks) argument 49 $this->tracks = $tracks; 56 return $this->tracks;
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/ |
H A D | popcorn.js | 1559 end = tracks.endIndex, 1560 start = tracks.startIndex, 1572 while ( tracks.byEnd[ end ] && tracks.byEnd[ end ].end <= currentTime ) { 1574 byEnd = tracks.byEnd[ end ]; 1611 while ( tracks.byStart[ start ] && tracks.byStart[ start ].start <= currentTime ) { 1650 while ( tracks.byStart[ start ] && tracks.byStart[ start ].start > currentTime ) { 1688 while ( tracks.byEnd[ end ] && tracks.byEnd[ end ].end > currentTime ) { 1727 tracks.endIndex = end; 1728 tracks.startIndex = start; 1732 tracks.byStart.length < byStartLen && tracks.startIndex--; [all …]
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
H A D | GPX.php | 204 $tracks = []; 225 $tracks[] = $track; 227 return $tracks; 440 $wayPoints = $routes = $tracks = ""; 450 $tracks .= $this->geometryToGPX($component); 457 return $metadata . $wayPoints . $routes . $tracks;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | AndroidPublisher.php | 860 'tracks', 864 … 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}', 884 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks', 899 … 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}', 919 … 'path' => 'androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}',
|
/plugin/html5video2/ |
H A D | print.css | 39 /* Individual tracks */
|
/plugin/tline/ |
H A D | CHANGES.txt | 52 The event painters do not calculate the tracks of all the events when they are loaded, 53 the event tracks are only calculated when they are viewed or are about to be viewed.
|