Home
last modified time | relevance | path

Searched refs:buf (Results 26 – 50 of 73) sorted by path

123

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1buf = list[i]\n if (!Buffer.isBuffer(buf)) {\n throw new TypeError('\"list\" argument must…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/dokucrypt/
H A Dscript.js1485 function transform(buf, offset) { argument
1495 x[i] = and(buf[i * 4 + offset], 0xFF);
1497 x[i] += shl(and(buf[i * 4 + j + offset] ,0xFF), j * 8);
/plugin/dokucrypt2/
H A Dscript.js1557 function transform(buf, offset) { argument
1567 x[i] = and(buf[i * 4 + offset], 0xFF);
1569 x[i] += shl(and(buf[i * 4 + j + offset] ,0xFF), j * 8);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php62 $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/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php150 $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/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php278 $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/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js15 var buf=[];
24 buf[buf.length]=nodes[ii].nodeName+"<"+text+"&gt";
28 return buf.join(", ");
85 var buf=[];
94 buf[buf.length]=nodes[ii].nodeName+"<"+text+"&gt";
98 return buf.join(", ");
164 var buf=[];
169 buf[buf.length]=kids[ii].nodeName+"<"+ data +"&gt";
171 return (buf.join(", "));
184 var buf=[];
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c503 smart_str *buf; in twig_add_array_key_to_string() local
507 buf = va_arg(args, smart_str*); in twig_add_array_key_to_string()
510 if (buf->len != 0) { in twig_add_array_key_to_string()
511 smart_str_appends(buf, joiner); in twig_add_array_key_to_string()
515 smart_str_append_long(buf, (long) hash_key->h); in twig_add_array_key_to_string()
522 smart_str_appendl(buf, tmp_str, tmp_len); in twig_add_array_key_to_string()
/plugin/indexmenu/
H A Dadmin.php
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jar ... charAt (int) int pos public byte[] buf () public int pos () public int limit ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djcapture.jar ... Exception java.io.OutputStream out byte[] buf int l org.apache.http.impl. ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java230 byte[] buf=new byte[4096]; in post()
232 while ((l=content.read(buf))!=-1) { in post()
233 out.write(buf, 0, l); in post()
H A DMovieEditorDialog.java547 for (double[] ch: buf) { in buildUI()
552 newWavFile.writeFrames(buf, read); in buildUI()
558 newWavFile.writeFrames(buf, read); in buildUI()
1058 int read = currentWav.readFrames(buf, frameEntries[i].audioSamplesInFrame); in SoundPlayer()
1061 for (double[] ch: buf) { in SoundPlayer()
1066 newWavFile.writeFrames(buf, read); in SoundPlayer()
1069 long[][] buf = new long[numChannels][frameEntries[i].audioSamplesInFrame]; in SoundPlayer() local
1072 newWavFile.writeFrames(buf, read); in SoundPlayer()
1104 byte[] buf = new byte[BUFFER_SIZE]; in run()
1106 while (playTimera[0]!=null && (l=audioStream.read(buf))!=-1) { in run()
[all …]
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jar ... charAt (int) int pos public byte[] buf () public int pos () public int limit ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...

123