Home
last modified time | relevance | path

Searched refs:out (Results 101 – 125 of 898) sorted by relevance

12345678910>>...36

/plugin/textmodule/
H A Daction.php69 $out = '<div>';
70 $out .= $this->_format_modules();
71 $out .= '</div>';
73 $event->data->insertElement( $pos++, $out );
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DProtocol.php185 $out = $this->_resolve($path, $handle);
189 return $out;
212 $out = [];
216 $out[] = $solution;
220 return $out;
H A DWrapper.php189 $out = touch($path);
191 $out = touch($path, $values[0]);
193 $out = touch($path, $values[0], $values[1]);
200 $out = chown($path, $values);
206 $out = chgrp($path, $values);
211 $out = chmod($path, $values);
216 $out = false;
219 return $out;
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php87 $out = parent::raise($previous);
90 return $out;
93 $out .= "\n\n" . 'Contains the following exceptions:';
96 $out .=
105 return $out;
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.css63 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
75 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
/plugin/latexcaption/syntax/
H A Dcaption.php311 $out = '\caption{';
313 $out = '}';
315 $out .= "\n" . "\label{$label}";
318 $renderer->doc .= $out;
360 $out = '<text:p text:style-name="'.$style_name.'">';
361 $out .= $this->getLang($type.$langset);
362 $out .= '<text:sequence text:ref-name="'.$labelname.'"';
363 … $out .= 'text:name="'.$style_name.'" text:formula="ooow:'.$style_name.'+1" style:num-format="1">';
364 $out .= ' ' . $count . '</text:sequence>: ';
366 $renderer->doc .= $out;
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jar ... java.io.IOException java.io.OutputStream out int mode public void writeTo (java.io. ...
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jar ... java.io.IOException java.io.OutputStream out int mode public void writeTo (java.io. ...
/plugin/log404/
H A Dadmin.php47 $out = $title.'<ol>';
61 $out .= "<li>$line</li>";
64 $out .= '</ol>';
65 return "<li>$out</li>";
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php207 if (false === $out = @fopen($streamName, $this->getMode(), true)) {
215 return $out;
218 $out = @fopen(
225 if (false === $out) {
233 return $out;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso66 local('out' = '
74 local('out' = '
80 return(@#out);
102 local('out' = '<input type="hidden" id="' + self->instancename + '___Config" value="');
104 loop_count > 1 ? #out += '&amp;';
105 #out += encode_html(#this->first) + '=' + encode_html(#this->second);
107 #out += '" style="display:none" />\n';
108 return(@#out);
/plugin/spellcheck/
H A Daspell.php165 function runAspell($text,&$out,&$err,$specials=null){ argument
186 $rc = $this->execPipe($command,$stdin,$out,$err);
197 preg_match('/^\@.*Aspell (\d+)\.(\d+).(\d+)/',$out,$tmp);
208 $out = preg_replace('/\n\? [^\n\&\*]*([\n]?)/',$r, $out);
290 if($this->runAspell("^$word",$out,$err)){
292 $lines = split("\n",$out);
/plugin/autotweet/
H A DOAuth.php402 $out = $this->get_normalized_http_url();
404 $out .= '?'.$post_data;
406 return $out;
425 $out = 'Authorization: OAuth';
433 $out .= ($first) ? ' ' : ',';
440 return $out;
776 $out = array();
783 $out[$key] = $value;
788 $out = array();
804 $out[$key] = $value;
[all …]
/plugin/avatar/
H A Dmonsterid.php58 $out = @imagecreatetruecolor($size,$size)
60 imagecopyresampled($out,$monster,0,0,0,0,$size,$size,120,120);
62 imagepng($out);
63 imagedestroy($out);
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php298 … $out = $this->getMethod() . ' ' . $this->getUrl() . ' HTTP/' . $this->getHTTPVersion() . "\r\n";
306 $out .= $key . ": " . $v . "\r\n";
309 $out .= "\r\n";
310 $out .= $this->getBodyAsString();
312 return $out;
/plugin/docsearch/
H A Dcron.php76 $out = $output . $abstract . '.txt';
78 io_mkdir_p(dirname($out));
85 $cmd = str_replace('%out%', escapeshellarg($out), $cmd);
93 $text = file_get_contents($out);
96 file_put_contents($out, $text);
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php298 … $out = $this->getMethod() . ' ' . $this->getUrl() . ' HTTP/' . $this->getHTTPVersion() . "\r\n";
306 $out .= $key . ": " . $v . "\r\n";
309 $out .= "\r\n";
310 $out .= $this->getBodyAsString();
312 return $out;
/plugin/odt/ODT/
H A DODTUtility.php875 for ($out = 0 ; $out < count($parsed) ; $out++) {
876 if (isset($checked [$out])) {
879 $found = &$parsed [$out];
882 $checked [$out] = $params->document->replaceXMLEntities($found ['content']);
884 $checked [$out] = $found ['content'];
889 for ($in = $out+1 ; $in < count($parsed) ; $in++) {
976 $checked [$out] = '<text:list-item';
978 $checked [$out] .= ' text:start-value="'.$olStartValue.'"';
986 $checked [$out] = $elements [$found ['tag-open']]['open'];
1000 $checked [$out] = $found ['tag-orig'];
[all …]
/plugin/purplenumbers/
H A Drenderer.php214 $out = $prefix.$nodeID.$itemNo;
217 $out = $prefix.$this->PNitemCount;
222 // sectionID() will strip out ':' and '.'
223 $out = str_replace(array(':','.'), array('-','_'), $out);
224 $out = cleanID($out);
227 if ($wrap) return ' id="'.$out.'"';
228 return $out;
/plugin/qc/action/
H A Dajax.php50 $out = new Output($id);
52 echo $out->short();
54 echo $out->long();
/plugin/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php10 function testParse($in, $out) { argument
13 $out,
22 function testParseFallback($in, $out) { argument
36 $out,
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js2out={D:date,T:time,u:86400*(v-date)-time,y:0,m:0,d:0,H:0,M:0,S:0,q:0};if(Math.abs(out.u)<1e-6)out.… class
3out="",i=0,c=0,d=0,e=0,f=0,w=0;while(i<orig.length){c=orig.charCodeAt(i++);if(c<128){out+=String.f… class in parse_FontFlags
4 … cElements=blob.read_shift(4);var out=[];for(var i=0;i!=cElements/2;++i)out.push(parse_VtHeadingPa…
8out={};if(!opts.bookSheets&&!opts.bookProps)out.Sheets=sheets;out.SheetNames=sheetnames;out.SSF=SS… variable
9out={};if(opts.bookSheets||opts.bookProps){if(props.Worksheets&&props.SheetNames.length>0)sheets=p… class in parse_zip
/plugin/structprogress/types/
H A DProgress.php110 $out = number_format(abs(floatval($tmp[0])), 0, $dec_point, $thousands_sep);
112 $out .= $dec_point . $tmp[1];
116 $out = "-$out";
119 return $out;
/plugin/pot/
H A Dhelper.php22 preg_match($pattern, $c, $out);
24 return $out[0];
213 $out = $n;
214 $result = preg_replace("/ /", "&nbsp;", $out);
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DLateComputed.php68 * @param resource $out A resource pointing to a second bucket
81 public function filter($in, $out, &$consumed, $closing) argument
103 $oBucket = new Stream\Bucket($out);

12345678910>>...36