Home
last modified time | relevance | path

Searched refs:tracks (Results 1 – 25 of 42) sorted by relevance

12

/plugin/s5reloaded/ui/effects_support/
H A Dsound.js11 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 Deffects.js1022 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 DProductVisibility.php34 public $tracks; variable in Google\\Service\\AndroidEnterprise\\ProductVisibility
67 public function setTracks($tracks) argument
69 $this->tracks = $tracks;
76 return $this->tracks;
H A DProductPolicy.php44 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 DGoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation.php33 public function setTracks($tracks) argument
35 $this->tracks = $tracks;
42 return $this->tracks;
H A DGoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation.php33 public function setTracks($tracks) argument
35 $this->tracks = $tracks;
42 return $this->tracks;
H A DGoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation.php33 public function setTracks($tracks) argument
35 $this->tracks = $tracks;
42 return $this->tracks;
H A DGoogleCloudVideointelligenceV1PersonDetectionAnnotation.php33 public function setTracks($tracks) argument
35 $this->tracks = $tracks;
42 return $this->tracks;
H A DGoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation.php33 public function setTracks($tracks) argument
35 $this->tracks = $tracks;
42 return $this->tracks;
H A DGoogleCloudVideointelligenceV1p1beta1FaceDetectionAnnotation.php51 public function setTracks($tracks) argument
53 $this->tracks = $tracks;
60 return $this->tracks;
H A DGoogleCloudVideointelligenceV1FaceDetectionAnnotation.php51 public function setTracks($tracks) argument
53 $this->tracks = $tracks;
60 return $this->tracks;
H A DGoogleCloudVideointelligenceV1beta2FaceDetectionAnnotation.php51 public function setTracks($tracks) argument
53 $this->tracks = $tracks;
60 return $this->tracks;
H A DGoogleCloudVideointelligenceV1p3beta1FaceDetectionAnnotation.php51 public function setTracks($tracks) argument
53 $this->tracks = $tracks;
60 return $this->tracks;
H A DGoogleCloudVideointelligenceV1p2beta1FaceDetectionAnnotation.php51 public function setTracks($tracks) argument
53 $this->tracks = $tracks;
60 return $this->tracks;
H A DGoogleCloudVideointelligenceV1p1beta1LogoRecognitionAnnotation.php61 public function setTracks($tracks) argument
63 $this->tracks = $tracks;
70 return $this->tracks;
H A DGoogleCloudVideointelligenceV1p2beta1LogoRecognitionAnnotation.php61 public function setTracks($tracks) argument
63 $this->tracks = $tracks;
70 return $this->tracks;
H A DGoogleCloudVideointelligenceV1p3beta1LogoRecognitionAnnotation.php61 public function setTracks($tracks) argument
63 $this->tracks = $tracks;
70 return $this->tracks;
H A DGoogleCloudVideointelligenceV1LogoRecognitionAnnotation.php61 public function setTracks($tracks) argument
63 $this->tracks = $tracks;
70 return $this->tracks;
H A DGoogleCloudVideointelligenceV1beta2LogoRecognitionAnnotation.php61 public function setTracks($tracks) argument
63 $this->tracks = $tracks;
70 return $this->tracks;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DTracksListResponse.php47 public function setTracks($tracks) argument
49 $this->tracks = $tracks;
56 return $this->tracks;
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js1559 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 DGPX.php204 $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 DAndroidPublisher.php860 '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 Dprint.css39 /* Individual tracks */
/plugin/tline/
H A DCHANGES.txt52 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.

12