Home
last modified time | relevance | path

Searched refs:out (Results 151 – 175 of 898) sorted by relevance

12345678910>>...36

/plugin/docsearch/lang/ru/
H A Dconfmanager_description.txt10 Это реализуется использованием меток %in% для файла- источника и %out% для файла-получателя.
14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/icalevents/vendor/sabre/uri/tests/
H A DNormalizeTest.php10 function testNormalize($in, $out) { argument
13 $out,
/plugin/davcal/vendor/sabre/uri/tests/
H A DNormalizeTest.php10 function testNormalize($in, $out) { argument
13 $out,
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DEWKT.php25 $wkt .= $geometry->out('wkt');
28 return $geometry->out('wkt');
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php82 $out = array();
84 $out[] = $key . '=' . (is_array($value)?implode(',', $value):$value);
86 return strtoupper(implode(';',$out));
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php82 $out = array();
84 $out[] = $key . '=' . (is_array($value)?implode(',', $value):$value);
86 return strtoupper(implode(';',$out));
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php82 $out = array();
84 $out[] = $key . '=' . (is_array($value)?implode(',', $value):$value);
86 return strtoupper(implode(';',$out));
/plugin/booking/
H A Daction.php131 $out = fopen('php://output', 'w');
132 fputcsv($out, ['start', 'end', 'user']);
135 $out,
143 fclose($out);
/plugin/gemini/
H A Dcli.php290 $out = [
311 openssl_x509_export($cert, $out['public']);
312 openssl_pkey_export($privkey, $out['private']);
315 return $out['public'] . $out['private'];
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php88 * Tries to figure out the width of the terminal
206 $out = '';
218 $out .= $chunk;
222 $out .= $this->border;
225 $out .= "\n";
227 return $out;
/plugin/dw2pdf/
H A Drenderer.php214 $out = '';
216 $out .= '<div align="center" style="text-align: center">';
219 $out .= parent::_media($src, $title, $align, $width, $height, $cache, $render);
222 $out .= '</div>';
225 return $out;
/plugin/inlinejs/syntax/
H A Dpreloader.php223 $out = '<'.$entry['_tag'].($attr ? ' '.$attr : '');
225 $out.= '>'.$entry['_data'].'</'.$entry['_tag'].'>';
227 $out.= '>';
229 $html.= '<li style="white-space:pre;">'.hsc($out).'</li>';
/plugin/editonlink/
H A Dstyle.css28 -webkit-transition: all 0.3s ease-out 0.2s;
29 -moz-transition: all 0.3s ease-out 0.2s;
30 -o-transition: all 0.3s ease-out 0.2s;
31 transition: all 0.3s ease-out 0.2s;
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php926 $out =
936 $out .=
945 $out .=
950 $out .= ' node[shape=circle];' . "\n";
977 $out .=
996 $out .=
1004 $out .=
1010 $out .= "\n" . '}' . "\n";
1012 return $out;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php319 $out=@file($ALLOWED_MIMES,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
324 $out = array_merge($out,$out_local);
328 $out = array_merge($out,$out_local);
332 foreach($out as $line) {
/plugin/codeprettify/code-prettify/src/
H A Drun_prettify.js626 var out = ['['];
627 if (inverse) { out.push('^'); }
632 out.push(p);
674 out.push(encodeEscape(range[0]));
676 if (range[1] + 1 > range[0]) { out.push('-'); }
677 out.push(encodeEscape(range[1]));
680 out.push(']');
681 return out.join('');
896 sourceNode, basePos, sourceCode, langHandler, out) { argument
910 out.push.apply(out, job.decorations);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php575 $out = 0;
589 $output[$out++] = $input[$j];
596 for ($in = $b; $in < $inputLength; ++$out) {
638 $outPlusOne = $out + 1;
664 $out = 0;
675 ++$out;
679 $h = $out;
680 $b = $out;
684 ++$out;
727 ++$out;
[all …]
/plugin/shorturl/
H A Dhelper.php97 $out = '';
101 $out .= $base32[$val];
105 $output[] = $out;
/plugin/likeit/script/
H A Djquery.hoverIntent.js45 cfg = $.extend(cfg, { over: handlerIn, out: handlerOut, selector: selector } );
47 cfg = $.extend(cfg, { over: handlerIn, out: handlerIn, selector: handlerOut } );
82 return cfg.out.apply(ob,[ev]);
/plugin/discussion/
H A Dconvert.php106 $out = ':</sub>';
109 $out = ': //';
111 list($meta, $raw) = explode($out, $comment, 2);
/plugin/tagentry/
H A Daction.php74 $out = '<div id="plugin__tagentry_wrapper">';
75 $out .= $this->_format_tags( $alltags, $options );
76 $out .= '</div>';
77 $event->data->insertElement( $pos++, $out );
/plugin/farm/
H A Dsoapconfig.class.php72 $out = array();
76 if($appname != $this->manager->opt['app']) $out[] = $p;
79 fwrite($fp, $out);
144 $out = array();
149 $out[] = $p;
150 }else $out[] = $block;
153 fwrite($fp, implode("\n\n", $out));
/plugin/codehighlight/
H A Daction.php120 $out = '
135 echo $out;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DSampler.php223 $out = $this->_tokenSampler->visit($token->getAST());
226 $out .= $this->_tokenSampler->visit($this->getSkipTokenAST());
229 return $out;
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php233 $out = null;
249 $out .= $lastLine."=\r\n ";
254 $out .= $lastLine."\r\n";
257 return $out;

12345678910>>...36