Home
last modified time | relevance | path

Searched refs:out (Results 201 – 225 of 898) sorted by relevance

12345678910>>...36

/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs1047 out = out.slice(0,j);
1102 out[k++] = EE[j+1] || EE[j]; if(EE[j+1] > 0) out[k++] = EE[j];
1104 out = out.slice(0,k);
1118 out = out.slice(0,k);
1122 out[k++] = EE[j+1] || EE[j]; if(EE[j+1] > 0) out[k++] = EE[j];
1146 out[k++] = DD[j]; out[k++] = DD[j+1];
1152 out[k++] = DD[j]; out[k++] = DD[j+1];
1158 out[k++] = DD[j]; out[k++] = DD[j+1];
1363 if(c === "+") { out[j++] = 0x2b; out[j++] = 0x2d; continue; }
1376 out = out.slice(0,j);
[all …]
/plugin/do/
H A Dhelper.php496 … $out = '<div class="plugin__do_pagetasks" title="' . $title . '"><span class="' . $class . '">';
497 $out .= $count['undone'];
498 $out .= '</span></div>';
501 return $out;
503 echo $out;
/plugin/docsearch/lang/de/
H A Dconfmanager_description.txt5 … und Zieldatei mitteilen. Dazu sind die Platzhalter %in% (Quelldatei) und %out% (Zieldatei) mit an…
8 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js2658 out.shear /= out.scaley;
2666 out.rotate = 360 - out.rotate;
2672out.isSimple = !+out.shear.toFixed(9) && (out.scalex.toFixed(9) == out.scaley.toFixed(9) || !out.r…
2673out.isSuperSimple = !+out.shear.toFixed(9) && out.scalex.toFixed(9) == out.scaley.toFixed(9) && !o…
2674 out.noRotation = !+out.shear.toFixed(9) && !out.rotate;
3289 return out;
3315 return out;
3337 return out;
3375 return out;
3398 return out;
[all …]
/plugin/authyubikey/lib/
H A DYubico.php256 if(!preg_match("/" . $param . "=([0-9]+)/", $this->_response, $out)) {
259 $param_array[$param]=$out[1];
367 if (preg_match("/status=([a-zA-Z0-9_]+)/", $str, $out)) {
368 $status = $out[1];
/plugin/authopenldapkerberos/
H A Dauth.php161 $out = Array();
173 $out[$uid] = $users[$uid];
174 if(count($out) == $limit)
180 return $out;
/plugin/wrap/
H A Dhelper.php124 * build attributes (write out classes, width, lang and dir)
129 $out = '';
132 if($attr['class']) $out .= ' class="'.hsc($attr['class']).' '.$addClass.'"';
134 elseif($addClass) $out .= ' class="'.$addClass.'"';
135 if($attr['id']) $out .= ' id="'.hsc($attr['id']).'"';
139 $out .= ' style="width: '.hsc($attr['width']).';"';
142 $out .= ' style="width: '.hsc($attr['width']).'; max-width: 100%;"';
146 if($attr['dir']) $out .= ' lang="'.$attr['lang'].'" xml:lang="'.$attr['lang'].'" dir="'.$attr['dir'].'"';
149 return $out;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php34 * @param string|resource $out
36 public function __construct($out = null) argument
46 parent::__construct($out);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php40 $out = $vcal->serialize();
41 …N:VCALENDAR\r\nBEGIN:VEVENT\r\nX-PROP;X-PARAM=3:1234256\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n", $out);
/plugin/fedauth/
H A Dcommon.php63 $out = '<script type="text/javascript" charset="utf-8"><!--//--><![CDATA[//><!--' . "\n"
65 return $out;
/plugin/barcode/
H A Dsyntax.php71 $out .= $service->render($p);
72 return $out;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRecordingControlsFrame.java239 FileOutputStream out = new FileOutputStream(tmpFile); in uploadMovie()
240 …= captureFrame.getCaptureConfig().getEncoder().encode(captureFrame.getCaptureConfig(), movie, out); in uploadMovie()
244 out.close(); in uploadMovie()
255 System.out.println("Response status line: "+iResponse.getStatusLine()); in uploadMovie()
286 System.out.println("Evaluating: "+toEval); in uploadMovie()
H A DWavFile.java727 display(System.out); in display()
730 public void display(PrintStream out) { in display() argument
731 out.printf("File: %s\n", file); in display()
732 out.printf("Channels: %d, Frames: %d\n", numChannels, numFrames); in display()
733 out.printf("IO State: %s\n", ioState); in display()
734 out.printf("Sample Rate: %d, Block Align: %d\n", sampleRate, blockAlign); in display()
735 out.printf("Valid Bits: %d, Bytes per sample: %d\n", validBits, in display()
770 System.out.printf("%d %d\n", framesRead, framesWritten); in main()
/plugin/blextra/
H A Dhelper.php259 'return' => array('out' => 'mixed') //string or array
271 'return' => array('out' => 'mixed') //string or array
/plugin/database2/
H A Ddatabase2.php1356 $out = array();
1362 return $out;
2798 $out[] = $new;
2813 return $out;
2963 return $out;
3928 if ( $out['id'] )
4764 $out = array();
4777 return $out;
4800 $out = array();
4805 return $out;
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php244 $out = '';
247 $out.= mb_strcut($str,0,75,'utf-8') . "\r\n";
250 $out.=$str . "\r\n";
256 return $out;
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php244 $out = '';
247 $out.= mb_strcut($str,0,75,'utf-8') . "\r\n";
250 $out.=$str . "\r\n";
256 return $out;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php244 $out = '';
247 $out.= mb_strcut($str,0,75,'utf-8') . "\r\n";
250 $out.=$str . "\r\n";
256 return $out;
/plugin/callflow/
H A Draphael.js113 return out.length ? out : null;
141 out = [];
152 out = out.concat(item.f || []);
158 return out;
3013 out.shear /= out.scaley;
3021 out.rotate = 360 - out.rotate;
3027out.isSimple = !+out.shear.toFixed(9) && (out.scalex.toFixed(9) == out.scaley.toFixed(9) || !out.r…
3028out.isSuperSimple = !+out.shear.toFixed(9) && out.scalex.toFixed(9) == out.scaley.toFixed(9) && !o…
3029 out.noRotation = !+out.shear.toFixed(9) && !out.rotate;
6782 return ii - 1 ? out : out[names[0]];
[all …]
/plugin/advrack/
H A Draphael.js113 return out.length ? out : null;
141 out = [];
152 out = out.concat(item.f || []);
158 return out;
3013 out.shear /= out.scaley;
3021 out.rotate = 360 - out.rotate;
3027out.isSimple = !+out.shear.toFixed(9) && (out.scalex.toFixed(9) == out.scaley.toFixed(9) || !out.r…
3028out.isSuperSimple = !+out.shear.toFixed(9) && out.scalex.toFixed(9) == out.scaley.toFixed(9) && !o…
3029 out.noRotation = !+out.shear.toFixed(9) && !out.rotate;
6788 return ii - 1 ? out : out[names[0]];
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php106 $out = parent::_open($streamName, $context);
108 return $out;
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php105 $out = parent::_open($streamName, $context);
107 return $out;
/plugin/docsearch/lang/nl/
H A Dconfmanager_description.txt9 …eslagen. Dit wordt gedaan door plaatshouders. %in% is het bron bestand en %out% is het doelbestand.
13 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php106 $out = parent::_open($streamName, $context);
108 return $out;
/plugin/docsearch/lang/en/
H A Dconfmanager_description.txt10 This is done via placeholders. %in% is the source file and %out% is the target file.
14 /usr/bin/pdftotext -enc UTF-8 %in% %out%

12345678910>>...36