Home
last modified time | relevance | path

Searched refs:chunk (Results 26 – 50 of 127) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php122 * @param string|bool $chunk Optional. The next set of bytes to send. If false will
125 public function nextChunk($chunk = false) argument
129 if (false == $chunk) {
130 $chunk = substr($this->data, $this->progress, $this->chunkSize);
133 $lastBytePos = $this->progress + strlen($chunk) - 1;
136 'content-length' => strlen($chunk),
144 Psr7\Utils::streamFor($chunk)
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm97 <cfset var chunk = lcase( Trim( BinaryFileRead( ARGUMENTS.filePath, 1024 ) ) )>
99 <cfif not Len(chunk)>
103 <cfif refind('<!doctype\W*x?html', chunk)>
108 <cfif find( tag, chunk )>
114 <cfif refind('type\s*=\s*[''"]?\s*(?:\w*/)?(?:ecma|java)', chunk)>
121 <cfif refind('(?:href|src|data)\s*=\s*[\''"]?\s*(?:ecma|java)script:', chunk)>
126 <cfif refind('url\s*\(\s*[\''"]?\s*(?:ecma|java)script:', chunk)>
H A Dcf_io.cfm218 var chunk = "";
235 chunk = toString( toBinary( toBase64( byteArray ) ) ) ;
253 chunk = chunk & chr(char) ;
259 <cfreturn chunk>
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php212 public function nextChunk(Google_HttpRequest $req, $chunk=false) { argument
217 if (false == $chunk) {
218 $chunk = substr($this->data, $this->progress, $this->chunkSize);
221 $lastBytePos = $this->progress + strlen($chunk) - 1;
229 $httpRequest = new Google_HttpRequest($this->resumeUri, 'PUT', $headers, $chunk);
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-doc.js46 let chunks = _.chunk(funcNames.slice().sort(), 5);
53 let result = '`' + _.map(chunks, chunk => chunk.join('`, `') + '`').join(',\n`');
/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/code3/src/
H A Dtz.js400 if (chunk.style == null) {
401 chunksOut.push(chunk);
405 var s = chunk.token;
508 new PR_Token(chunk.token.substring(posChunk, chunk.token.length),
514 chunk = chunks[ci++];
570 var chunk = chunks[ci];
572 k += chunk.token.length;
575 var s = chunk.token;
725 k += chunk.token.length;
749 var chunk = chunks[ci];
[all …]
/plugin/ebookexport/
H A Daction.php202 $chunk = ($size > HTTP_CHUNK_SIZE) ? HTTP_CHUNK_SIZE : $size;
203 while (!feof($fp) && $chunk > 0) {
205 print fread($fp, $chunk);
207 $size -= $chunk;
208 $chunk = ($size > HTTP_CHUNK_SIZE) ? HTTP_CHUNK_SIZE : $size;
/plugin/codify/
H A Dsyntax.php26 $chunk = preg_split("/\s+/", $attributes);
27 $match = $chunk[0];
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php214 $chunk = $this->pad($val, $width);
216 $chunk = $this->colors->wrap($chunk, $colors[$col]);
218 $out .= $chunk;
/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php129 function ($chunk) {
130 … return preg_match('/^[0-9A-Fa-f]{1,4}$/', $chunk) ? hexdec($chunk) : false;
291 function ($chunk) {
292 return hexdec($chunk);
H A DIPv4.php159 function ($chunk) {
160 return (int) $chunk;
/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/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py165 chunk = newFile.file.read(100000)
166 if not chunk: break
167 fout.write (chunk)
/plugin/swiftmail/Swift/
H A DFile.php157 while (false !== $chunk = $this->read(8192, false)) $ret .= $chunk;
/plugin/aichat/
H A Dhelper.php200 array_map(static fn(Chunk $chunk) => "\n```\n" . $chunk->getText() . "\n```\n", $similar)
H A Dcli.php177 * Check chunk availability for a given page
215 foreach ($chunks as $chunk) {
216 echo $chunk->getText();
/plugin/aichat/db/
H A Dupdate0001.sql6 chunk TEXT NOT NULL, field
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js549 assert.deepEqual(_.chunk([], 2), [], 'chunk for empty array returns an empty array');
551 … assert.deepEqual(_.chunk([1, 2, 3], 0), [], 'chunk into parts of 0 elements returns empty array');
552 …assert.deepEqual(_.chunk([1, 2, 3], -1), [], 'chunk into parts of negative amount of elements retu…
553 assert.deepEqual(_.chunk([1, 2, 3]), [], 'defaults to empty array (chunk size 0)');
555 …assert.deepEqual(_.chunk([1, 2, 3], 1), [[1], [2], [3]], 'chunk into parts of 1 elements returns o…
557 …assert.deepEqual(_.chunk([1, 2, 3], 3), [[1, 2, 3]], 'chunk into parts of current array length ele…
558 …assert.deepEqual(_.chunk([1, 2, 3], 5), [[1, 2, 3]], 'chunk into parts of more then current array …
560 …assert.deepEqual(_.chunk([10, 20, 30, 40, 50, 60, 70], 2), [[10, 20], [30, 40], [50, 60], [70]], '…
561 …assert.deepEqual(_.chunk([10, 20, 30, 40, 50, 60, 70], 3), [[10, 20, 30], [40, 50, 60], [70]], 'ch…
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php186 foreach ($chunks as $chunk) {
188 $chunk_parts = explode(self::CLOSE_SYNTAX, $chunk, 2);
/plugin/passpolicy/
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/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php270 foreach ($chunks as $chunk) {
274 $current = $this->findVariableInContext($current, $chunk, $strict);
/plugin/fedauth/Auth/
H A DOpenID.php186 foreach ($chunks as $chunk) {
187 $parts = explode("=", $chunk, 2);
/plugin/openid/Auth/
H A DOpenID.php190 foreach ($chunks as $chunk) {
191 $parts = explode("=", $chunk, 2);
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js360 this.meta = chunk.meta;
2060 meta : chunk.meta
2087 this.push(chunk);
2113 if(chunk) {
2450 this.push(chunk);
2672 fn.call(self, chunk.data, chunk.meta);
3000 meta : chunk.meta
3155 k += chunk;
3213 var chunk = 65536,
3227 chunk = Math.floor(chunk / 2);
[all …]

123456