Home
last modified time | relevance | path

Searched refs:chunk (Results 26 – 50 of 127) sorted by last modified time

123456

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1374 foreach ($chunks as $chunk) {
1377 $temp = new BigInteger(Strings::shift($chunk, 8), 256);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md683 * Bug fix: ChunkedIterator can now properly chunk a \Traversable as well as an \Iterator.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php402 $chunk = $this->fwrite($data);
404 $chunk = $this->fwrite(substr($data, $sent));
406 if ($chunk === false) {
409 $sent += $chunk;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/
H A DUdpSocket.php60 protected function send(string $chunk): void argument
65 socket_sendto($this->socket, $chunk, strlen($chunk), $flags = 0, $this->ip, $this->port);
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php186 foreach ($chunks as $chunk) {
188 $chunk_parts = explode(self::CLOSE_SYNTAX, $chunk, 2);
/plugin/passpolicy/
H A Dwords.txt663 chunk
H A Dhelper.php207 $chunk = utf8_substr($pass, $i, $this->usernamecheck + 1);
208 if ($chunk == utf8_stripspecials($chunk, '', '\._\-:\*')) {
209 $chunks[] = $chunk; // only word chars are checked
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6chunk:r,encoding:a,isBuf:n,callback:o,next:null},l?l.next=t.lastBufferedRequest:t.bufferedRequest=…
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js3709 var chunk = fread(f,4);
3711 if (chunk == 'IDAT')
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar mo…
H A D12.12.js.map1 … 'chunk',\n 'chunk-append',\n 'chunk-buffer',\n 'chunk-cons',\n 'ch…
H A D3.3.js.map1 …default unlimited) - maximum number of line breaks to be preserved in one chunk\n indent_handle…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …`, `_.reject`, and `_.some`.\n *\n * The guarded methods are:\n * `ary`, `chunk`, `curry`, `curryR…
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js483 (function(root,factory){if(typeof exports==="object"){root.sf2=exports;factory(exports)}else if(typeof define==="function"&&define.amd){define(["exports"],function(exports){root.sf2=exports;return(root.sf2,factory(exports))})}else{root.sf2={};factory(root.sf2)}}(this,function(exports){"use strict";var sf2=exports;sf2.Parser=function(input,options){options=options||{};this.input=input;this.parserOptions=options.parserOptions};sf2.Parser.prototype.parse=function(){var parser=new sf2.Riff.Parser(this.input,this.parserOptions),chunk;parser.parse();if(parser.chunkList.length!==1)
484 throw new Error('wrong chunk length');chunk=parser.getChunk(0);if(chunk===null)
485 throw new Error('chunk not found');this.parseRiffChunk(chunk);this.input=null};sf2.Parser.prototype.parseRiffChunk=function(chunk){var parser,data=this.input,ip=chunk.offset,signature;if(chunk.type!=='RIFF') argument
486 throw new Error('invalid chunk typ
488 AnonymousFunction5ff9e8c80a00(chunk) global() argument
490 AnonymousFunction5ff9e8c80b00(chunk) global() argument
493 AnonymousFunction5ff9e8c80c00(chunk) global() argument
496 AnonymousFunction5ff9e8c80d00(chunk) global() argument
497 AnonymousFunction5ff9e8c80e00(chunk) global() argument
498 AnonymousFunction5ff9e8c80f00(chunk) global() argument
499 AnonymousFunction5ff9e8c81000(chunk) global() argument
500 AnonymousFunction5ff9e8c81100(chunk) global() argument
501 AnonymousFunction5ff9e8c81200(chunk) global() argument
502 AnonymousFunction5ff9e8c81300(chunk) global() argument
503 AnonymousFunction5ff9e8c81400(chunk) global() argument
504 AnonymousFunction5ff9e8c81500(chunk) global() argument
508 AnonymousFunction5ff9e8c81700(chunk) global() argument
510 AnonymousFunction5ff9e8c81800(chunk) global() argument
[all...]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php515 foreach (array_chunk($uris, 900) as $chunk) {
518 $query .= implode(',', array_fill(0, count($chunk), '?'));
522 $stmt->execute(array_merge([$calendarId], $chunk));
/plugin/loglog/helper/
H A Dlogging.php87 $chunk = '';
103 $chunk = $tmp . $chunk;
106 $cparts = explode("\n", $chunk);
109 if ($pos) $chunk = array_shift($cparts);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DInlineLoader.php115 foreach (preg_split("/^@@(?= [\w\d\.]+$)/m", $data, -1) as $chunk) {
116 if (trim($chunk)) {
117 list($name, $content) = explode("\n", $chunk, 2);
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as110 /* Revisit this chunk - not needed at the moment as NC is handed off and this
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt116 * add support for QuickTime 'loci' chunk
250 chunk not parsed correctly
287 * Bugfix: (#1343) ID3v2 inside WAV "id3 " chunk not handled
354 * Bugfix: AVI zero-size JUNK chunk would give warning
465 * Bugfix: [riff] prevent errors when RIFF.WAVE.BEXT chunk
636 because "strh" chunk was not being read in
705 ¤ RIFF: Zero sized chunk invokes warning instead of error.
1136 chunk
1741 RIFF-WAV data with a chunk name of 'RMP3' instead of the
1744 for RIFF-WAV files with an INFO.ISFT chunk
[all …]
H A Dstructure.txt2064 …['m_bFactExists']=>integer() // indicates if 'fact' chunk exists in the original fi…
2065 ['m_dwRiffChunkSize']=>integer() // riff chunk size in the original file
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.png.php77 $chunk['type_raw'] = getid3_lib::BigEndian2Int($chunk['type_text']);
79 $offset += $chunk['data_length'];
83 $chunk['flags']['ancilliary'] = (bool) ($chunk['type_raw'] & 0x20000000);
84 $chunk['flags']['private'] = (bool) ($chunk['type_raw'] & 0x00200000);
85 $chunk['flags']['reserved'] = (bool) ($chunk['type_raw'] & 0x00002000);
86 $chunk['flags']['safe_to_copy'] = (bool) ($chunk['type_raw'] & 0x00000020);
92 switch ($chunk['type_text']) {
446 unset($chunk['data']);
459 unset($chunk['data']);
480 unset($chunk['data']);
[all …]
H A Dwrite.real.php172 foreach ($chunks as $key => $chunk) {
173 $chunkNameKeys[$chunk['name']] = $key;
174 if ($chunk['name'] == 'CONT') {
199 foreach ($chunks as $key => $chunk) {
200 $chunkNameKeys[$chunk['name']] = $key;
201 if ($chunk['name'] == 'CONT') {
202 $old_CONT_length = $chunk['length'];
203 } elseif ($chunk['name'] == 'DATA') {
205 $old_DATA_offset = $chunk['offset'];
207 } elseif ($chunk['name'] == 'INDX') {
[all …]

123456