Home
last modified time | relevance | path

Searched refs:chunks (Results 51 – 75 of 76) sorted by path

1234

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dopus.js2chunks=[]}LazyUint8Array.prototype.get=function LazyUint8Array_get(idx){if(idx>this.length-1||idx<…
H A Dvorbis.js2chunks=[]}LazyUint8Array.prototype.get=function LazyUint8Array_get(idx){if(idx>this.length-1||idx<…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md313 * Support for RIFF-INFO chunks
425 able to parse all chunks)
H A Dchangelog.txt317 ¤ (#1256) ID3 tags in AIFF 'ID3 ' chunks now parsed
341 * Bugfix: (#1203) parse RIFF JUNK chunks for version strings
424 * Bugfix: RIFF-AVI "JUNK" chunks are now parsed properly,
584 * faster Matroska scanning by stopping at cluster chunks once
585 needed header chunks are found (much faster for large files)
704 chunks <> 16 bytes.
1604 bitrate_mutual_exclusion_object chunks of ASF files
1655 » Added support for the BWF (Broadcast Wave File) RIFF chunks
2229 » PNG now fully parsed, including all information chunks
2479 chunks parsed.
[all …]
H A Dreadme.txt320 * Support for RIFF-INFO chunks
432 able to parse all chunks)
H A Dstructure.txt1532 ['chunks']=>array() { //
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.real.php165 * @param array $chunks
169 public function GenerateRMFchunk(&$chunks) { argument
172 foreach ($chunks as $key => $chunk) {
178 $newHeadersCount = $chunks[$chunkNameKeys['.RMF']]['headers_count'] + ($oldCONTexists ? 0 : 1);
181 $RMFchunk .= getid3_lib::BigEndian2String($chunks[$chunkNameKeys['.RMF']]['file_version'], 4);
189 * @param array $chunks
194 public function GeneratePROPchunk(&$chunks, &$new_CONT_tag_data) { argument
199 foreach ($chunks as $key => $chunk) {
216 $PROPchunk .= getid3_lib::BigEndian2String($chunks[$chunkNameKeys['PROP']]['max_bit_rate'], 4);
217 $PROPchunk .= getid3_lib::BigEndian2String($chunks[$chunkNameKeys['PROP']]['avg_bit_rate'], 4);
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DContext.php129 $chunks = explode('.', $id);
130 $first = array_shift($chunks);
133 foreach ($chunks as $chunk) {
161 $chunks = explode('.', $id);
162 $first = array_shift($chunks);
169 foreach ($chunks as $chunk) {
H A DEngine.php626 $chunks = array(
637 $key = json_encode($chunks);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Source/
H A DFilesystemSource.php47 $chunks = array(
61 $chunks[$prop] = $this->stat[$prop];
65 return json_encode($chunks);
/plugin/openid/Auth/
H A DOpenID.php187 $chunks = explode("&", $str);
190 foreach ($chunks as $chunk) {
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A Dhelper.php205 $chunks = array();
209 $chunks[] = $chunk; // only word chars are checked
214 $chunks = array_map('preg_quote_cb', $chunks);
215 $re = join('|', $chunks);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1chunks from this and write them to dest\n // - Backpressure must be enforced\n // - …
H A Dpdf.worker.js11676 var chunks = [];
11680 chunks.push(chunk);
11684 return chunks;
11987 var chunks = [],
12008 chunks = null;
12133 var chunks = [];
12136 chunks.push(chunk);
19194 var chunks = [];
19201 chunks.push({
19209 chunks.push({
[all …]
H A Dpdf.worker.js.map1chunks","onReceiveData","begin","beginChunk","endChunk","curChunk","onReceiveProgressiveData","pos…
/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js1500 var chunks = fen.split(' ');
1508 var pieces = chunks[0];
1557 g_toMove = chunks[1].charAt(0) == 'w' ? colorWhite : 0;
1561 if (chunks[2].indexOf('K') != -1) {
1568 if (chunks[2].indexOf('Q') != -1) {
1575 if (chunks[2].indexOf('k') != -1) {
1582 if (chunks[2].indexOf('q') != -1) {
1591 if (chunks[3].indexOf('-') == -1) {
1592 var col = chunks[3].charAt(0).charCodeAt() - 'a'.charCodeAt();
1593 var row = 8 - (chunks[3].charAt(1).charCodeAt() - '0'.charCodeAt());
/plugin/qrcode2/
H A Dphpqrcode.php1565 $chunks = (int)($payload / 10);
1566 $remain = $payload - $chunks * 10;
1567 $size = $chunks * 3;
1575 $chunks = (int)($payload / 11);
1576 $remain = $payload - $chunks * 11;
1577 $size = $chunks * 2;
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md432 *(Array)*: Returns the new array of chunks.
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-doc.js46 let chunks = _.chunk(funcNames.slice().sort(), 5);
47 let lastChunk = _.last(chunks);
50 chunks = _.reject(chunks, _.isEmpty);
51 lastChunk = _.last(chunks);
53 let result = '`' + _.map(chunks, chunk => chunk.join('`, `') + '`').join(',\n`');
57 if (_.size(chunks) > 1 || _.size(lastChunk) > 1) {
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php180 $chunks = explode(self::OPEN_SYNTAX, $template);
183 $interpolated = $chunks[0];
184 $chunks = array_slice($chunks, 1);
186 foreach ($chunks as $chunk) {
/plugin/twitter/
H A Dsyntax.php99 $chunks = [
141 for ($i = 0, $j = count($chunks); $i < $j; $i ++) {
142 $seconds = $chunks [$i] [0];
143 $name = $chunks [$i] [1];
144 $names = $chunks [$i] [2];
153 $seconds2 = $chunks [$i + 1] [0];
154 $name2 = $chunks [$i + 1] [1];
155 $name2s = $chunks [$i + 1] [2];
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js24402 chunks = [];
24427 chunks.push(chunk);
62054 this.chunks.push(chunk);
62072 this.result = this.chunks.join('');
62078 this.chunks = [];
62482 this.chunks.push(chunk);
62502 this.result = this.chunks.join('');
62508 this.chunks = [];
62663 len += chunks[i].length;
62671 chunk = chunks[i];
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4890 this.chunks.push(chunk);
4908 this.result = this.chunks.join('');
4913 this.chunks = [];
5308 this.chunks.push(chunk);
5328 this.result = this.chunks.join('');
5333 this.chunks = [];
5471 flattenChunks: function (chunks) { argument
5477 len += chunks[i].length;
5484 chunk = chunks[i];
5500 flattenChunks: function (chunks) { argument
[all …]

1234