Home
last modified time | relevance | path

Searched refs:seek (Results 151 – 175 of 180) sorted by path

12345678

/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css299 .jp-seek-bar {
H A Djplayer.pink.flag.min.css1 …r-bottom:1px solid #554560;width:100%;background-image:none;padding:0}.jp-seek-bar{background:url(…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js14 stream.seek(offset);
19 stream.seek(offset);
73 this.stream.seek(offset);
H A Daurora.js1441 this.bitstream.seek(offset);
1451 seekPoint = this.demuxer.seek(timestamp);
1452 this.stream.seek(seekPoint.offset);
1750 stream.seek(offset);
2000 this.stream.seek(offset);
2274 return this.stream.seek(offset);
2439 this.stream.seek(this.mdatOffset - 8);
2486 this.stream.seek(this.mdatOffset);
2494 this.stream.seek(offset);
2555 this.stream.seek(point.position);
[all …]
H A Dmp3.js66 this.prototype.seek = function(timestamp) {
149 stream.seek(off);
211 stream.seek(offset + 4 + 32);
556 stream.seek(ptr * 8);
567 stream.seek(stream.this_frame * 8);
645 stream.seek(start);
4992 peek.seek(stream.next_frame * 8);
6189 this.seek(byteOffset * 8);
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp3.as164 // Illegal seek time
H A DJplayerMp4.as109 play(myStatus.pausePosition); // Must pass time or the seek time is never set.
114 // Illegal seek time
159 …// "NetStream.Seek.Notify" event code is not very useful. It occurs after every seek(t) command is…
233 myStream.seek(0);
244 if(!isNaN(time)) { // Avoid using seek() when it is already correct.
245 myStream.seek(myStatus.pausePosition/1000); // Since time is in ms and seek() takes seconds
299 myStream.seek(0);
305 if(myStatus.metaDataReady) { // Otherwise seek(0) will stop the metadata loading.
306 myStream.seek(myStatus.pausePosition/1000);
384 …// This event occurs when jumping to the start of static files! ie., seek(0) will cause this event…
[all …]
H A DJplayerRtmp.as200 play(myStatus.pausePosition);// Must pass time or the seek time is never set.
209 // Illegal seek time
383 … play();// Not always sending pausePosition avoids the extra seek(0) for a normal play() command.
711 myStream.seek(0);
723 if(!isNaN(time)) { // Avoid using seek() when it is already correct.
725 myStream.seek(myStatus.pausePosition/1000); // Since time is in ms and seek() takes seconds
808 myStream.seek(0);
820 {// Otherwise seek(0) will stop the metadata loading.
822 myStream.seek(myStatus.pausePosition / 1000);
949 …// This event occurs when jumping to the start of static files! ie., seek(0) will cause this event…
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js3136 this.aurora.player.seek(time);
3151 this.aurora.player.seek(time * 1000);
3166 this.aurora.player.seek(percent * this.aurora.player.duration / 100); // Using seconds
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss233 .jp-seek-bar {
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
H A Djplayer.pink.flag.scss348 .jp-seek-bar {
/plugin/passpolicy/
H A Dwords.txt3122 seek
/plugin/sqlraw/
H A Dsimple_html_dom.php526 $n->seek($selectors[$c][$l], $ret, $lowercase);
553 protected function seek($selector, &$ret, $lowercase=false) function in simple_html_dom_node
/plugin/subjectindex/plugins/
H A Dbible_verses.txt13337 His own sons will seek the favor of lowly people,And his own hands will give back his valuable thin…
17366 a time to seek and a time to give up as lost; a time to keep and a time to throw away;
19649 "'And YOU will actually seek me and find [me], for YOU will search for me with all YOUR heart.
20603 There will come anguish, and they will certainly seek peace but there will be none.
22168 …they bear their guilt; and they will certainly seek my face. When they are in sore straits, they w…
22809 seek Jehovah, all YOU meek ones of the earth, who have practiced His own judicial decision. Seek ri…
25491 Nevertheless, seek continually his kingdom, and these things will be added to YOU.
25742 For the Son of man came to seek and to save what was lost."
25871 So he consented, and he began to seek a good opportunity to betray him to them without a crowd arou…
29149 They zealously seek YOU, not in a fine way, but they want to shut YOU off [from me], that YOU may z…
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …eadpipe recv rename ' +\n 'reset reverse rewinddir rindex rmdir scalar seek seekdir select semc…
/plugin/tuxquote/
H A Dquotes.txt600 It's often easier to obtain forgiveness than to seek permission.
1138 The guy mind doesn't believe in medical care. Guys will generally not seek medical treatment, for t…
2554 …of passive acceptance is a disastrous one in later life. It causes man to seek and to accept a lea…
3036 Men seek but one thing in life -- their pleasure. <BR> -- W. Somerset Maugham (1874 - 1965)
4182 Einstein, Newton and Pascal are playing hide and go seek. It's Einstein's turn to count so he cover…
/plugin/xfortune/
H A Dhelper.php107 $seek = ftell($fd);
110 if($seek == 0) {
138 } elseif($seek == $dim - 2) {
/plugin/zip/pear/File/Archive/
H A DReader.php408 * @param int $seek relative pos of the block
410 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php276 $seek = null;
280 $blocks[] = $seek; //Remove this file
286 if ($seek === null) {
287 $seek = $size;
292 $seek += $size;
295 $seek += $size;
299 if ($seek !== null) {
300 $seek += $size;
305 if ($seek === null) {
306 $seek = 0;
[all …]
H A DBzip2.php193 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
203 $expectedPos = $this->filePos + $seek;
H A DCache.php252 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
254 $writer = $this->source->makeWriterRemoveBlocks($blocks, $seek);
H A DConcat.php181 function makeWriter($fileModif = true, $seek = 0) argument
183 return $this->source->makeWriter($fileModif, $seek);
H A DDirectory.php182 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
191 $writer = $lastSource->makeWriterRemoveBlocks($blocks, $seek);
211 $writer = $this->source->makeAppendWriter($seek);
H A DFile.php269 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
279 $writer->openFileRemoveBlock($file, $pos + $seek, $blocks);
H A DGzip.php215 function makeWriterRemoveBlocks($blocks, $seek = 0) argument
225 $expectedPos = $this->filePos + $seek;

12345678