Home
last modified time | relevance | path

Searched refs:buffer (Results 51 – 75 of 302) sorted by path

12345678910>>...13

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php238 $buffer = $template->render($context);
241 return $buffer;
261 $buffer = $template->render($context);
264 return $buffer;
303 $buffer = '';
341 $buffer .= $tpl->render($context);
353 return $buffer;
396 $buffer = $template->render($context);
399 return $buffer;
422 $buffer
[all...]
H A DTemplate.php126 $buffer = '';
142 $buffer .= $this->section($context, $current);
149 $buffer .= $this->inverted($context, $current);
153 $buffer .= '';
157 $buffer .= $this->partial($context, $current);
161 $buffer .= $this->variables($context, $current, false);
164 $buffer .= $this->variables($context, $current, true);
167 $buffer .= $current[Tokenizer::VALUE];
183 return $buffer;
263 $buffer
[all...]
H A DTokenizer.php78 protected $buffer; variable in Handlebars\\Tokenizer
130 $this->buffer .= $character;
172 $newBuffer = explode(' ', trim($this->buffer), 2);
177 $this->buffer = $newBuffer[0];
181 self::NAME => trim($this->buffer),
194 $this->buffer = '';
212 $this->buffer .= $character;
234 $this->buffer = '';
243 * Flush the current buffer to a token.
249 if (!empty($this->buffer)) {
[all...]
/plugin/combo/
H A Dyarn.lock117 safer-buffer ">= 2.1.2 < 3.0.0"
207 "safer-buffer@>= 2.1.2 < 3.0.0":
209 resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md385 * Added: MimeDir parser can now continue parsing with the same stream buffer.
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md425 * Added: MimeDir parser can now continue parsing with the same stream buffer.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jar ... .BaseNCodec$Context) int result byte[] buffer byte b int i byte[] buffer byte[ ...
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jar ... .StringBuffer, java.lang.String) StringBuffer buffer String superToString public void appendToString (java.lang.
H A Dcommons-logging-1.2.jar ... void write (java.lang.StringBuffer) StringBuffer buffer protected boolean isLevelEnabled (int) int logLevel public final ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/
H A Delectron.js1172 const pdfFile = await PDFDocument.load(pdfFiles[i].buffer);
/plugin/diagramsnet/lib/js/
H A Dapp.min.js248 var mxLog={consoleName:"Console",TRACE:!1,DEBUG:!0,WARN:!0,buffer:"",init:function(){if(null==mxLog… property in mxLog
249 …ght="100%";mxLog.textarea.style.resize="none";mxLog.textarea.value=mxLog.buffer;mxLog.textarea.sty…
254 …y="visible"),mxLog.textarea.scrollTop=mxLog.textarea.scrollHeight):mxLog.buffer+=a},writeln:functi…
H A Dextensions.min.js1088 …function BmpDecoder(f,m){this.pos=0;this.buffer=f;this.is_with_alpha=!!m;if(66!=this.buffer[0]&&77…
1089 BmpDecoder.prototype.parseHeader=function(){var f=this.buffer;this.fileSize=f[this.pos+3]<<24|f[thi…
1091 …);for(var m=0;m<f;m++){var e=this.buffer[this.pos++],q=this.buffer[this.pos++],k=this.buffer[this.…
1093 …th/8),m=f%4,e=this.height-1;0<=e;e--){for(var q=0;q<f;q++)for(var k=this.buffer[this.pos++],d=e*th…
1094 …width/2),m=f%4,e=this.height-1;0<=e;e--){for(var q=0;q<f;q++){var k=this.buffer[this.pos++],d=e*th…
1095 …dth%4,m=this.height-1;0<=m;m--){for(var e=0;e<this.width;e++){var q=this.buffer[this.pos++],k=m*th…
1096 …height-1;0<=m;m--){for(var e=0;e<this.width;e++){var q=this.buffer[this.pos+1]<<8|this.buffer[this…
1097 …height-1;0<=m;m--){for(var e=0;e<this.width;e++){var q=this.buffer[this.pos+1]<<8|this.buffer[this…
1098 …;m--){for(var e=0;e<this.width;e++){var q=this.buffer[this.pos++],k=this.buffer[this.pos++],d=this…
1099 … m=0;m<this.width;m++){var e=this.buffer[this.pos++],q=this.buffer[this.pos++],k=this.buffer[this.…
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DmxFreehand.js29 var buffer = []; // Contains the last positions of the mouse cursor
302 buffer = [];
349 buffer.push(pt);
351 while (buffer.length > bufferSize)
353 buffer.shift();
360 var len = buffer.length;
372 pt = buffer[i];
400 for (var offset = 2; offset < buffer.length; offset += 2)
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js8 function BmpDecoder(buffer,is_with_alpha) { argument
10 this.buffer = buffer;
13 if (this.buffer[0] != 66 && this.buffer[1] != 77) throw new Error("Invalid BMP File");
20 var b = this.buffer;
57 var blue = this.buffer[this.pos++];
59 var red = this.buffer[this.pos++];
60 var quad = this.buffer[this.pos++];
95 var b = this.buffer[this.pos++];
153 var b = this.buffer[this.pos++];
185 var B = (this.buffer[this.pos+1] << 8) | this.buffer[this.pos];
[all …]
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9buffer=p.prototype.ca=p.prototype.agent=function(){return console.warn("This is not supported in b…

12345678910>>...13