Home
last modified time | relevance | path

Searched refs:out (Results 76 – 100 of 898) sorted by relevance

12345678910>>...36

/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php237 $out = $this->getVariable($children[0]->getValueValue());
239 $acc = function () use ($out, $acc) {
240 return $acc($out);
247 $out = null;
251 $out = constant($value);
253 $out = $this->getConstant($value);
258 $out = (float) $value;
261 $acc = function () use ($out, $acc) {
262 return $acc($out);
/plugin/rssticker/
H A DlastRSS.php111 preg_match($pattern, $subject, $out);
114 if(isset($out[1])) {
117 $out[1] = strtr($out[1], array('<![CDATA['=>'', ']]>'=>''));
119 $out[1] = strtr($out[1], array('<![CDATA['=>'', ']]>'=>''));
125 $out[1] = iconv($this->rsscp, $this->cp.'//TRANSLIT', $out[1]);
127 return trim($out[1]);
/plugin/fckg/fckeditor/
H A Dextensions.php12 $out=@file($mimes,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); variable
17 $out = array_merge($out,$out_local); variable
20 foreach($out as $line) {
/plugin/snmplive/
H A Dscript.js29 var out = document.getElementById(snmpId);
31 out.style.visibility = 'hidden';
32 out.innerHTML = data;
33 out.style.visibility = 'visible';
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php247 $out = null;
263 $out.=$lastLine. "=\r\n ";
268 if (!is_null($lastLine)) $out.= $lastLine . "\r\n";
269 return $out;
273 $out = '';
276 $out.= mb_strcut($str,0,75,'utf-8') . "\r\n";
279 $out.=$str . "\r\n";
285 return $out;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php247 $out = null;
263 $out.=$lastLine. "=\r\n ";
268 if (!is_null($lastLine)) $out.= $lastLine . "\r\n";
269 return $out;
273 $out = '';
276 $out.= mb_strcut($str,0,75,'utf-8') . "\r\n";
279 $out.=$str . "\r\n";
285 return $out;
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php247 $out = null;
263 $out.=$lastLine. "=\r\n ";
268 if (!is_null($lastLine)) $out.= $lastLine . "\r\n";
269 return $out;
273 $out = '';
276 $out.= mb_strcut($str,0,75,'utf-8') . "\r\n";
279 $out.=$str . "\r\n";
285 return $out;
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DCombination.php69 $out = [];
77 $out[] = $o;
92 $out[] = $o;
95 return $out;
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php872 $out = '';
938 $out .= 'BM';
959 $out .= $rgbq;
963 $out .= $bmp;
965 return $out;
972 $out = '';
1033 $out .= $tmp;
1041 $out .= $tmp;
1052 $out .= $tmp;
1060 $out .= $tmp;
[all …]
/plugin/barcode/api/
H A Dbarcode.inc30 $out = '<img src="' . $url . '" alt="barcode"';
32 $out .= ' id="' . $id . '"';
35 $out .= ' class="' . $class . '"';
37 $out .= ' />';
38 return $out;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php285 function ($out, $item) {
286 if (!is_null($out)) {
287 $out .= ',';
307 return $out.$item;
311 $out .= '"'.strtr(
320 return $out;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php300 function($out, $item) {
302 if (!is_null($out)) $out .= ',';
321 return $out . $item;
325 $out .= '"' . strtr(
333 return $out;
/plugin/schulzevote/
H A Dhelper.php116 $out = array();
120 $out[$i][$j] = $in[$i][$j];
122 $out[$i][$j] = 0;
133 $out[$j][$k] = max($out[$j][$k], min($out[$j][$i], $out[$i][$k]));
140 return $out;
/plugin/combo/ComboStrap/
H A DHttp.php124 $out = "GET " . $parts['path'] . "?" . $parts['query'] . " HTTP/1.1\r\n";
125 $out .= "Host: " . $parts['host'] . "\r\n";
126 $out .= "Content-Length: 0" . "\r\n";
127 $out .= "Connection: Close\r\n\r\n";
129 fwrite($fp, $out);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php195 $out = '';
203 $padCnt = $lineWidth - strlen($out) % $lineWidth;
205 $out .= str_repeat(chr(0), $padCnt);# pad line
209 $padCnt = $lineWidth - strlen($out) % $lineWidth;
211 $out .= str_repeat(chr(0), $padCnt);# pad line
220 $out .= $str[++$i];
227 $out .= str_repeat($str[++$i], $o);
230 return $out;
287 $out = '';
293 $out
[all...]
/plugin/toolbox/
H A DToolboxCounter.js87 var out = '';
89 if (!chars) return out;
91 out += '<dt>' + head + '</dt>';
92 out += '<dd>' + toolbox_lang.chars.replace('%d', chars) + '</dd>';
93 out += '<dd>' + toolbox_lang.words.replace('%d', words) + '</dd>';
94 return out;
/plugin/indexmenu/
H A Dadmin.php
/plugin/textile2/
H A DclassTextile.php495 $out[] = $line;
535 $out[count($out)-1] .= $c1;
568 $out[count($out)-1] .= "\n".$line;
579 if ($ext) $out[count($out)-1] .= $c1;
709 return $out;
825 $out = array(
913 $out = preg_replace("/\n{3,}/", "\n\n", $out);
914 $out = preg_replace("/\n *\n/", "\n\n", $out);
915 $out = preg_replace('/"$/', "\" ", $out);
916 return $out;
[all …]
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js77 out = [],
80 out.firstDefined = firstDefined;
81 out.lastDefined = lastDefined;
93 out.push(l.apply(scope, args));
96 return out;
103 out.push(l.apply(scope, args));
119 out.push(l.apply(scope, args));
127 return out;
155 out = [];
166 out = out.concat(item.f || []);
[all …]
/plugin/translate/
H A Dmake_langnames_file.php7 $out = dirname(__FILE__)."/langnames.php"; variable
11 if (file_exists($out)) {
12 die("File already exists: $out\n");
55 $ok = file_put_contents($out, $php);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php249 $out = null;
265 $out .= $lastLine . "=\r\n ";
270 if (!is_null($lastLine)) $out .= $lastLine . "\r\n";
271 return $out;
275 $out = '';
278 $out .= mb_strcut($str, 0, 75, 'utf-8') . "\r\n";
281 $out .= $str . "\r\n";
287 return $out;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryWriter.php101 $out = '';
104 $out .= $this->writeUInt8(($value & 0x7F) | 0x80);
113 $out .= $this->writeUInt8($value & 0x7F);
115 return $out;
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php104 $out = null;
107 $out .= $child->accept($this, $handle, $eldnah);
110 return $out;
113 $out = null;
160 $out .= $element->getChild(0)->accept(
167 return $out;
186 $out = null;
/plugin/siteexport/
H A Dcron.php97 $out = $this->cronHeading();
98 $out .= $this->recurseSettingsToOut($this->configuration);
99 $out .= $this->cronFooter();
102 @fwrite($fh, $out);
174 $out = '';
179 $out .= $this->recurseSettingsToOut($value, $levelPrefix . '["' . trim($name) . '"]');
181 return $out;
/plugin/loadskin/
H A Dhelper.php89 $out = '<div class="plugin_loadskin">';
90 $out .= $form->getForm();
91 $out .= '</div>';
93 return $out;

12345678910>>...36