Home
last modified time | relevance | path

Searched refs:offset (Results 251 – 275 of 852) sorted by relevance

1...<<11121314151617181920>>...35

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php427 * @param int $offset
453 if ($this->fseek($offset) != 0) {
566 $nextframetestoffset = $offset + 1;
609 $previousbyteoffset = $offset;
969 $framebytelength = $this->FreeFormatFrameLength($offset, true);
1122 * @param int $offset
1131 $this->decodeMPEGaudioHeader($offset, $firstframetestarray, false);
1175 * @param int $offset
1180 public function FreeFormatFrameLength($offset, $deepscan=false) { argument
1183 $this->fseek($offset);
[all …]
/plugin/move/action/
H A Drename.php54 $offset = count($event->data['items']) - 1;
56 array_slice($event->data['items'], 0, $offset, true) +
58 array_slice($event->data['items'], $offset, null, true);
/plugin/advrack/
H A Djquery.qtip.js755 offset = $(document.body).offset();
761 top: event.pageY - position.top + (offset && offset.top || 0)
825 offset = pluginCalculations.offset;
2047 this.offset = options.offset;
2507 if(offset.right !== undefined) { offset.left = -offset.right; }
2508 if(offset.bottom !== undefined) { offset.top = -offset.bottom; }
2509 offset.user = this.offset;
2525 pos.left -= offset.left.charAt ? offset.user :
2527 pos.top -= offset.top.charAt ? offset.user :
2594 offset: 0
[all …]
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dinput_output_filter.svg1offset="0" stop-color="#0576fd"/><stop offset="1" stop-color="#93ccfe"/></linearGradient><linearGr…
H A Dwindows_domain.svg1 …243" y2="96.305" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffc426"/><stop offse…
H A Dsub_site.svg1offset="0" stop-color="#2c6dc9"/><stop offset="1" stop-color="#94cdfe"/></linearGradient><linearGr…
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DStream.php169 * @param int $offset The stream offset to seek to.
179 public function stream_seek($offset, $whence = SEEK_SET); argument
/plugin/diagramsnet/lib/images/
H A Dtrello-logo.svg1 …x2="50%" y2="100%" id="a"><stop stop-color="#0091E6" offset="0%"/><stop stop-color="#0079BF" offse…
/plugin/dokugitviewer/
H A Dsyntax.php11 function find_end($string, $offset = 0) argument
13 if($offset >= strlen($string))
15 for($i = $offset; $i < strlen($string); $i++)
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php328 * @param int $offset Offset (negative value should be supported).
333 public function seek($offset, $whence = Stream\IStream\Pointable::SEEK_SET) argument
335 return fseek($this->getStream(), $offset, $whence);
/plugin/magnifier/
H A Dscript.js28 event.offsetX = (event.pageX - $(event.target).offset().left);
29 event.offsetY = (event.pageY - $(event.target).offset().top);
84 var rootOffset = $$.rootNode.offset();
144 magnifierRoot.offset({ left:x - 18, top: y - magnifierRoot.height() + 20 });
/plugin/navbox/
H A Dsyntax.php148 $offset = 0;
150 $offset = 4;
157 $namespace = substr($line, 8 + $offset, -2);
164 $title = substr($line, 6 + $offset);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFunctionScore.php119 * @param string|null $offset If defined, this function will only be computed for documents with a distance from the origin greater than this value
132 ?string $offset = null, argument
144 if (null !== $offset) {
145 $functionParams[$field]['offset'] = $offset;
/plugin/mediasyntax/
H A Dhelper.php541 $offset = false;
550 $offset = $i;
552 } elseif ($offset && $lvl && ($ins[$i][1][1] <= $lvl)) {
553 $end = $i - $offset;
558 $offset = $offset ? $offset : 0;
561 $ins = array_slice($ins, $offset, $end);
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php420 if ($offset >= $ThisFileInfo['avdataend']) {
424 fseek($fd, $offset, SEEK_SET);
462 $ThisFileInfo['error'][] = 'Invalid MPEG audio header at offset '.$offset;
539 $nextframetestoffset = $offset + 1;
545 $nextframetestoffset = $offset + $thisfile_mpeg_audio['framelength'];
547 $ThisFileInfo['error'][] = 'Frame at offset('.$offset.') is has an invalid frame length.';
582 $previousbyteoffset = $offset;
918 $framebytelength = getid3_mp3::FreeFormatFrameLength($fd, $offset, $ThisFileInfo, true);
1108 function FreeFormatFrameLength($fd, $offset, &$ThisFileInfo, $deepscan=false) { argument
1109 fseek($fd, $offset, SEEK_SET);
[all …]
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.diff.css13 .syntax-theme-base .syntax .offset {
15 .syntax-theme-base .syntax .offset-line {
/plugin/diagramsnet/lib/img/lib/atlassian/
H A DJira_Core_Logo.svg1 …adientUnits="userSpaceOnUse" y2="46.24" id="A"><stop offset=".17" stop-color="#0052cc"/><stop offs…
H A DStatuspage_Logo.svg1 …radientUnits="userSpaceOnUse" y2="21.72" id="A"><stop offset="0" stop-color="#2684ff"/><stop offse…
H A DHipchat_Logo.svg1 …adientUnits="userSpaceOnUse" y2="26.58" id="A"><stop offset=".18" stop-color="#0052cc"/><stop offs…
H A DJira_Service_Desk_Logo.svg1 …adientUnits="userSpaceOnUse" y2="59.156" id="A"><stop offset="0" stop-color="#0052cc"/><stop offse…
/plugin/sketchcanvas/script/
H A DSketchCanvas.js250 ret.minx += offset.x;
251 ret.maxx += offset.x;
252 ret.miny += offset.y;
253 ret.maxy += offset.y;
258 // Expand given rectangle by an offset
259 function expandRect(r, offset){ argument
260 return {minx: r.minx - offset, miny : r.miny - offset,
261 maxx: r.maxx + offset, maxy: r.maxy + offset};
854 offset = {x:0, y:0}; global() class in SketchCanvas.resizeCanvas
861 offset = {x:x1, y:y1}; global() class in SketchCanvas.resizeCanvas
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.page.php44 $this->offset(0, $driver->offset);
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Dswitch_cumulus_linux.svg1 …5.77" y2="-8.26" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00ad69"/><stop offse…
H A Dswitch_out_of_band.svg1 …5.77" y2="-8.26" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#78cdd1"/><stop offse…

1...<<11121314151617181920>>...35