Home
last modified time | relevance | path

Searched refs:out (Results 126 – 150 of 898) sorted by relevance

12345678910>>...36

/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php201 $out = $this->matchLexeme($lexeme, $regex, $offset);
203 if (null !== $out) {
204 $out['namespace'] = $this->_lexerState;
205 $out['keep'] = 'skip' !== $lexeme;
257 return $out;
/plugin/struct/types/
H A DDecimal.php134 $out = number_format(abs((float) $tmp[0]), 0, $dec_point, $thousands_sep);
135 if (isset($tmp[1])) $out .= $dec_point . $tmp[1];
137 if ($was_neg) $out = "-$out";
139 return $out;
H A DDate.php28 $out = date_format($date, $this->config['format']);
30 $out = '';
33 $R->cdata($out);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md81 - [Symfony](http://symfony.com) comes out of the box with Monolog.
82 - [Laravel](http://laravel.com/) comes out of the box with Monolog.
83 - [Lumen](http://lumen.laravel.com/) comes out of the box with Monolog.
84 - [PPI](https://github.com/ppi/framework) comes out of the box with Monolog.
87 - [XOOPS 2.6](http://xoops.org/) comes out of the box with Monolog.
88 - [Aura.Web_Project](https://github.com/auraphp/Aura.Web_Project) comes out of the box with Monolog.
90 - [Proton Micro Framework](https://github.com/alexbilbie/Proton) comes out of the box with Monolog.
91 - [FuelPHP](http://fuelphp.com/) comes out of the box with Monolog.
92 - [Equip Framework](https://github.com/equip/framework) comes out of the box with Monolog.
95 - [SilverStripe 4](https://www.silverstripe.org/) comes out of the box with Monolog.
[all …]
/plugin/swiftmail/Swift/Plugin/
H A DBandwidthMonitor.php32 protected $out = 0; variable in Swift_Plugin_BandwidthMonitor
87 return $this->out;
105 $this->out = abs((int)$num);
/plugin/upgrade/HTTP/
H A DHTTPClient.php614 * response times out or ends prematurely.
849 $out = '';
851 $out .= $boundary.HTTP_NL;
853 $out .= 'Content-Disposition: form-data; name="'.urlencode($key).'"'.HTTP_NL;
854 $out .= HTTP_NL; // end of headers
855 $out .= $val;
856 $out .= HTTP_NL;
858 $out .= 'Content-Disposition: form-data; name="'.urlencode($key).'"';
859 if($val['filename']) $out .= '; filename="'.urlencode($val['filename']).'"';
860 $out
[all...]
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js349 var out = ['['];
350 if (inverse) { out.push('^'); }
355 out.push(p);
397 out.push(encodeEscape(range[0]));
399 if (range[1] + 1 > range[0]) { out.push('-'); }
400 out.push(encodeEscape(range[1]));
403 out.push(']');
404 return out.join('');
619 sourceNode, basePos, sourceCode, langHandler, out) { argument
633 out.push.apply(out, job.decorations);
H A Dprettify.js397 var out = ['['];
398 if (inverse) { out.push('^'); }
403 out.push(p);
445 out.push(encodeEscape(range[0]));
447 if (range[1] + 1 > range[0]) { out.push('-'); }
448 out.push(encodeEscape(range[1]));
451 out.push(']');
452 return out.join('');
667 sourceNode, basePos, sourceCode, langHandler, out) { argument
681 out.push.apply(out, job.decorations);
/plugin/farmer/3rdparty/
H A DRingIcon.php73 $out = $this->createTransparentImage($this->size, $this->size);
74 imagecopyresampled($out, $image, 0, 0, 0, 0, $this->size, $this->size, $this->fullsize, $this->fullsize);
76 imagepng($out, $file);
79 imagepng($out);
81 imagedestroy($out);
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js238 if(Math.abs(out.u) < 1e-6) out.u = 0;
257 out.y = dout[0]; out.m = dout[1]; out.d = dout[2];
601 out[out.length] = fmt.substr(j,i-j);
604 out[out.length] = fmt.substr(j);
721 out[i].v = write_date(out[i].t.charCodeAt(0), out[i].v, dt, ss0);
729 …c === 't' && (out[jj].v === '/' || '$€'.indexOf(out[jj].v) > -1 || out[jj].v === ' ' && out[jj+1] …
731 out[i].v += out[jj].v;
750 …if(jj>=out[i].v.length-1) { jj -= out[i].v.length; out[i].v = ostr.substr(jj+1, out[i].v.length); }
786 for(i=0; i<out.length; ++i) if(out[i] != null && 'n(?'.indexOf(out[i].t)>-1) {
788 out[i].v = write_num(out[i].t, out[i].v, myv);
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DBasic.php106 * @param resource $out A resource pointing to a second bucket
119 public function filter($in, $out, &$consumed, $closing) argument
122 $oBucket = new Stream\Bucket($out);
/plugin/docsearch/conf/
H A Dconverter.php.dist12 # You can use %in% and %out% for the input and output file.
16 #pdf /usr/bin/pdftotext %in% %out%
17 #doc /usr/bin/antiword %in% > %out%
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php73 $out = "POST $path HTTP/1.0\r\n";
84 $out .= $header.$post;
86 $out = "GET $path HTTP/1.0\r\n";
93 $out .= $header;
116 @fwrite($fp, $out);
/plugin/metaeditor/
H A Daction.php168 $out = array();
186 $out[] = $a;
188 return $out;
195 $out = $this->parseMetaTree($meta);
196 return $out;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java170 FileOutputStream out = new FileOutputStream(preferencesFile); in storeConfig() local
171 properties.store(out, "Config"); in storeConfig()
172 out.close(); in storeConfig()
223 System.out.println("jCapture applet, build @@@time@@@"); in post()
229 …OutputStream out = new FileOutputStream(new File(getParameter(OUTPUT_DIR_PARAMETER)+File.separator… in post() local
233 out.write(buf, 0, l); in post()
235 out.close(); in post()
/plugin/findologicxmlexport/vendor/hoa/event/
H A DListener.php176 $out = [];
179 $out[] = $callable($data);
182 return $out;
/plugin/requiz/
H A Daction.php107 $out = $helper->getHTML();
111 echo $out;
114 $event->data->insertElement($pos++,$out);
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php238 $out =
243 $out =
250 $out .=
258 return $out;
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Ddel.md1 this is ~~striked out~~ after
3 ~~striked out~~
/plugin/blogtng/helper/
H A Dentry.php341 $out = '<div class="blogtng_pagination">';
348 $out .= '<span class="blogtng_pages">';
364 $out .= '</span>';
371 $out .= '</div>';
373 return $out;
713 return $out;
714 } else if ($out !== false) {
715 echo $out;
734 return $out;
735 } else if ($out !== false) {
[all …]
/plugin/dokubookmark/
H A Dhelper.php239 $out = $lang['licenseok'];
240 $out .= ' <a href="'.$license[$conf['license']]['url'].'" rel="license" class="urlextern"';
241 if(isset($conf['target']['extern'])) $out .= ' target="'.$conf['target']['extern'].'"';
242 $out .= '>'.$license[$conf['license']]['name'].'</a>';
243 $form->addElement($out);
/plugin/elwikiupgrade/
H A DHTTPClient.php839 $out = '';
841 $out .= $boundary.HTTP_NL;
844 $out .= HTTP_NL; // end of headers
845 $out .= $val;
846 $out .= HTTP_NL;
850 $out .= HTTP_NL;
852 $out .= HTTP_NL; // end of headers
853 $out .= $val['body'];
854 $out .= HTTP_NL;
857 $out .= "$boundary--".HTTP_NL;
[all …]
/plugin/bibtex/OSBib/
H A DUTF8.php58 $out = "";
66 if ($ii < 128) $out .= $ch;
81 $out .= $ent;
102 $out .= $ent;
128 $out .= $ent;
132 return $out;
/plugin/docsearch/lang/ja/
H A Dconfmanager_description.txt10 プレースホルダを使用します。%in% が元ファイル、%out% が対象ファイルです。
14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/ko/
H A Dconfmanager_description.txt10 이것은 플레이스홀더를 통해 이루어집니다. %in%은 소스 파일이고 %out%은 대상 파일입니다.
14 /usr/bin/pdftotext -enc UTF-8 %in% %out%

12345678910>>...36