| /plugin/virtualkeyboard/vk/layouts/ |
| D | Korean.js | 155 function KoreanCharProcessor(chr, buf, CVC, rukbd){ argument 157 if(!CVC) CVC=parseHangul(buf) 172 else if(Korean.CC2C[buf])return [Korean.CC2C[buf],1] 179 return [buf+chr,0] 184 else return [buf+chr, 1] // CVC, [C] 186 if(rukbd && CVC[2]==21) return [buf+String.fromCharCode(50500+jamo[1]),1] 191 return [buf+chr, 0] 212 return [buf+String.fromCharCode(50500+jamo[1]),1] 214 else return [buf+chr, 0] 217 else return [buf+chr, 1] //CV [C] [all …]
|
| /plugin/asciidocjs/node_modules/pug-code-gen/ |
| D | index.js | 112 this.buf = []; property 113 if (this.pp) this.buf.push("var pug_indent = [];"); 124 this.buf[y] = ''; 130 var js = this.buf.join('\n'); 187 if (this.lastBufferedIdx == this.buf.length && this.bufferedConcatenationCount < 100) { 194 …this.buf[this.lastBufferedIdx - 1] = 'pug_html = pug_html + ' + this.bufferStartChar + this.lastBu… 197 this.buf.push('pug_html = pug_html + "' + str + '";'); 201 this.lastBufferedIdx = this.buf.length; 216 if (this.lastBufferedIdx == this.buf.length && this.bufferedConcatenationCount < 100) { 221 …this.buf[this.lastBufferedIdx - 1] = 'pug_html = pug_html + (' + this.bufferStartChar + this.lastB… [all …]
|
| /plugin/asciidocjs/node_modules/pug-attrs/ |
| D | index.js | 42 var buf = []; 46 function addAttribute(key, val, mustEscape, buf) { argument 50 var last = buf[buf.length - 1]; 52 buf[buf.length - 1] = last.substr(0, last.length - 1) + str.substr(1); 54 buf.push(str); 61 buf.push(stringify(key) + ': ' + stringify(val)); 65 …buf.push(options.runtime('attr') + '("' + key + '", ' + val + ', ' + stringify(mustEscape) + ', ' … 70 buf.push(stringify(key) + ': ' + val); 91 addAttribute(key, val, mustEscape, buf); 119 buf = classesBuf.concat(buf); [all …]
|
| /plugin/qstat/ |
| D | syntax.php | 180 $buf = '<div class="qstat">'; 182 $buf .= "<h3>".$this->_colorize($data['sv_hostname'], 'server')."</h3>"; 189 $buf .= '<h4><span class="alignleft">'. 194 $buf .= '<div class="information'; 196 $buf .= ' defrag" '; 198 $buf .= ' ctf" '; 202 $buf .= ' tdm" '; 206 $buf .= ' ffa" '; 210 $buf .= '"'; 212 $buf .= ">"; [all …]
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/ |
| D | Utils.php | 62 $buf = $stream->read(1048576); 63 if ($buf === false) { 66 $buffer .= $buf; 73 $buf = $stream->read($maxLen - $len); 74 if ($buf === false) { 77 $buffer .= $buf; 109 $buf = $source->read($maxLen - $bytes); 110 if (!($len = strlen($buf))) { 114 $dest->write($buf);
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | IntervalSet.php | 390 $buf = ''; 393 $buf .= '{'; 406 $buf .= '<EOF>'; 408 $buf .= '\'' . StringUtils::char($start) . '\''; 410 $buf .= $start; 414 $buf .= \sprintf( 420 $buf .= \sprintf('%s..%s', $start, $stop); 425 $buf .= ', '; 430 $buf .= '}'; 433 return $buf; [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | aac.js | 1006 this.buf = new Float32Array(2 * this.length); 1063 buf = this.buf, 1069 mdctLong.process(input, 0, buf, 0); 1073 output[i] = overlap[i] + (buf[i] * longWindowsPrev[i]); 1078 overlap[i] = buf[length + i] * longWindows[length - 1 - i]; 1084 mdctLong.process(input, 0, buf, 0); 1088 output[i] = overlap[i] + (buf[i] * longWindowsPrev[i]); 1093 overlap[i] = buf[length + i]; 1097 overlap[mid + i] = buf[length + mid + i] * shortWindows[shortLen - i - 1]; 1108 mdctShort.process(input, i * shortLen, buf, 2 * i * shortLen); [all …]
|
| D | flac.js | 153 buf = is32 ? new Int32Array(output) : new Int16Array(output), 162 buf[j++] = decoded[i][k]; 172 buf[j++] = left; 173 buf[j++] = (left - right); 182 buf[j++] = (left + right); 183 buf[j++] = right; 193 buf[j++] = (left + right); 194 buf[j++] = left; 199 return buf; 473 buf = data.peek(32 - offset) << offset, [all …]
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATNConfig.php | 159 $buf = '(' . $this->state; 162 $buf .= ',' . $this->alt; 166 $buf .= ',[' . $this->context . ']'; 170 $buf .= ',' . $this->semanticContext; 174 $buf .= ',up=' . $this->getOuterContextDepth(); 177 $buf .= ')'; 179 return $buf;
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | Utils.php | 60 $buf = $source->read(min($bufferSize, $remaining)); 61 $len = strlen($buf); 66 $dest->write($buf); 89 $buf = $stream->read(1048576); 91 if ($buf == null) { 94 $buffer .= $buf; 101 $buf = $stream->read($maxLen - $len); 103 if ($buf == null) { 106 $buffer .= $buf;
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | Utils.php | 60 $buf = $source->read(min($bufferSize, $remaining)); 61 $len = strlen($buf); 66 $dest->write($buf); 87 $buf = $stream->read(1048576); 88 if ($buf === '') { 91 $buffer .= $buf; 99 $buf = $stream->read($maxLen - $len); 100 if ($buf === '') { 103 $buffer .= $buf;
|
| /plugin/fckg/fckeditor/editor/plugins/range/ |
| D | fckplugin.js | 15 var buf=[]; 24 buf[buf.length]=nodes[ii].nodeName+"<"+text+">"; 28 return buf.join(", "); 85 var buf=[]; 94 buf[buf.length]=nodes[ii].nodeName+"<"+text+">"; 98 return buf.join(", "); 164 var buf=[]; 169 buf[buf.length]=kids[ii].nodeName+"<"+ data +">"; 171 return (buf.join(", ")); 184 var buf=[];
|
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/Request/ |
| H A D | CurlRequest.php | 75 $buf = curl_exec($ch); 76 if ( $buf === false ) { 83 $this->storeResponseBody($buf); 84 phpCAS::trace("Response Body: \n".$buf."\n");
|
| H A D | CurlMultiRequest.php | 139 $buf = curl_multi_getcontent($handles[$i]); 140 $request->_storeResponseBody($buf);
|
| /plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
| D | AsyncReadStreamTest.php | 150 $buf = new BufferStream(); 151 list($buffer, $async) = AsyncReadStream::create(['buffer' => $buf]); 152 $this->assertSame($buf, $buffer); 178 'write' => function (BufferStream $buf, $data) use (&$c, $b) { 179 $this->assertSame($buf, $b);
|
| /plugin/webdav/core/ |
| D | Utils.php | 28 while (($buf = fread($stream, 8192)) != '') { 29 $data .= $buf; 58 while (($buf = fread($stream, 8192)) != '') { 59 fwrite($fh, $buf);
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/ |
| D | jszip.js | 1739 var buf, c, c2, m_pos, i, str_len = str.length, buf_len = 0; 1756 buf = new Uint8Array(buf_len); property 1758 buf = new Array(buf_len); property 1773 buf[i++] = c; field 1776 buf[i++] = 0xC0 | (c >>> 6); field 1777 buf[i++] = 0x80 | (c & 0x3f); 1780 buf[i++] = 0xE0 | (c >>> 12); field 1781 buf[i++] = 0x80 | (c >>> 6 & 0x3f); 1782 buf[i++] = 0x80 | (c & 0x3f); 1785 buf[i++] = 0xf0 | (c >>> 18); field [all …]
|
| /plugin/asciidocjs/node_modules/void-elements/ |
| D | pre-publish.js | 7 res.on('data', function (buf) { argument 8 str += buf;
|
| /plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
| D | CurlFactory.php | 278 $buf = ''; 279 $options[CURLOPT_READFUNCTION] = function ($ch, $fd, $length) use ($body, &$buf) { 281 $buf .= $body->current(); 284 $result = (string) substr($buf, 0, $length); 285 $buf = substr($buf, $length);
|
| /plugin/jcapture/src/com/hammurapi/jcapture/ |
| D | MovieEditorDialog.java | 543 double[][] buf = new double[numChannels][frameEntries[i].audioSamplesInFrame]; in buildUI() 544 int read = currentWav.readFrames(buf, frameEntries[i].audioSamplesInFrame); in buildUI() 547 for (double[] ch: buf) { in buildUI() 552 newWavFile.writeFrames(buf, read); in buildUI() 555 long[][] buf = new long[numChannels][frameEntries[i].audioSamplesInFrame]; in buildUI() 556 int read = currentWav.readFrames(buf, frameEntries[i].audioSamplesInFrame); in buildUI() 558 newWavFile.writeFrames(buf, read); in buildUI() 1057 double[][] buf = new double[numChannels][frameEntries[i].audioSamplesInFrame]; in SoundPlayer() local 1058 int read = currentWav.readFrames(buf, frameEntries[i].audioSamplesInFrame); in SoundPlayer() 1061 for (double[] ch: buf) { in SoundPlayer() [all …]
|
| /plugin/xlsx2dw/packages/jszip/ |
| D | jszip.js | 242 function crc32(crc, buf, len, pos) { 248 crc = (crc >>> 8) ^ t[(crc ^ buf[i]) & 0xFF]; 1316 var buf = new Buffer(size); 1317 buf.fill(0); 1318 return buf; 2785 var buf, c, c2, m_pos, i, str_len = str.length, buf_len = 0; 2802 buf = new Uint8Array(buf_len); property 2804 buf = new Array(buf_len); property 2819 buf[i++] = c; field 2822 buf[i++] = 0xC0 | (c >>> 6); field [all …]
|
| /plugin/datatables/assets/jszip/ |
| D | jszip.js | 242 function crc32(crc, buf, len, pos) { 248 crc = (crc >>> 8) ^ t[(crc ^ buf[i]) & 0xFF]; 1316 var buf = new Buffer(size); 1317 buf.fill(0); 1318 return buf; 2785 var buf, c, c2, m_pos, i, str_len = str.length, buf_len = 0; 2802 buf = new Uint8Array(buf_len); property 2804 buf = new Array(buf_len); property 2819 buf[i++] = c; field 2822 buf[i++] = 0xC0 | (c >>> 6); field [all …]
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | module.archive.gzip.php | 67 $buf = "\x1F\x8B\x08".$arr_members[$i]; 69 $attr = unpack($unpack_header, substr($buf, 0, $start_length)); 72 $arr_members[($i - 1)] .= $buf;
|
| /plugin/prettytables/ |
| D | script.js | 19 for( var i = 0, buf = ""; i < num; i++ ){ 20 buf += text; 22 return buf;
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/ |
| D | blob.js | 125 , buf = new Uint8Array(data) 127 , buf_len = buf.length 130 str += String.fromCharCode(buf[i]);
|