Home
last modified time | relevance | path

Searched refs:out (Results 226 – 250 of 898) sorted by last modified time

12345678910>>...36

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md392 …ext data are now prefixed with extra_ and context_ to avoid clashes. Watch out if you have scripts…
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/authgooglesheets/
H A Dhelper.php260 $out = array();
265 $out[$user] = $info;
273 return $out;
/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/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md216 - Handling of encoding in `Uri::with(out)QueryValue` so one can pass the
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md457 The library strips out nulls from the objects sent to the Google APIs as it is the default value of…
H A DLICENSE159 result of this License or out of the use or inability to use the
/plugin/authgooglesheets/vendor/google/auth/
H A DLICENSE159 result of this License or out of the use or inability to use the
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md396 look out for is that request and response objects no longer implement fluent
1239 * Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implement…
1317 * Moving the parseQuery method out of Url and on to QueryString::fromString() as a static factory m…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php140 $out = hash_final($ctx, (bool) $rawOutput);
143 return $out;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1377 $out = '';
1460 $out .= strrev($v);
1462 return $out;
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE159 result of this License or out of the use or inability to use the
/plugin/a2s/
H A DASCIIToSVG.php1913 $out = '';
1923 $out .= ">\n";
1932 return $out;
2539 $out .= '" ';
2567 return $out;
2713 $out .= $out_p;
2736 return $out;
2792 $out .= ">";
2795 return $out;
2897 $out = <<<SVG
[all …]
/plugin/translate/
H A Dhelper.php252 $out .= '<ul>'.DOKU_LF;
254 $out .= '<li>'.DOKU_LF;
256 $out .= '</li>'.DOKU_LF;
258 $out .= '</ul>'.DOKU_LF;
259 $out .= '</div>'.DOKU_LF;
260 return $out;
285 $out .= '<ul>'.DOKU_LF;
298 $out .= '</li>'.DOKU_LF;
300 $out .= '</ul>'.DOKU_LF;
301 $out .= '</div>'.DOKU_LF;
[all …]
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/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/layeranimation/
H A Dplugin.info.txt8 desc Creates an animation out of layers
H A Dstyle.less199 transition: all 0.15s ease-in-out;
200 -moz-transition: all 0.15s ease-in-out; /* Firefox 4 */
201 -webkit-transition: all 0.15s ease-in-out; /* Safari and Chrome */
202 -o-transition: all 0.15s ease-in-out; /* Opera */
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js11127 function FormatingWriter(out, format) { argument
11132 out.write(str);
11139 out.write('\n');
11147 out.write(indent.join(' '));
25618 dragging.out(event);
27581 function out(event) { function
27648 eventBus.off('element.out', out);
27766 eventBus.on('element.out', out);
27785 this.out = out;
H A Dbpmn-modeler.production.min.js33out(e),o&&(a.hover({element:o,gfx:r}),e.hover=o,e.hoverGfx=r))}})),c&&n.on("contextPad.create",(fu…
/plugin/xcom/lang/en/
H A Dhowto.txt74 …r even user names). But as another security feature, you can move xcom.ini out of the web server's…
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md41 To decode an ASN.1 structure you can get an encoder and call decode then parse it out:
/plugin/commonmark/vendor/league/commonmark/src/Extension/InlinesOnly/
H A DChildRenderer.php28 $out = $childRenderer->renderNodes($node->children());
30 $out .= $childRenderer->getBlockSeparator();
33 return $out;
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md113 Check out the other cool things people are doing with `league/commonmark`: <https://packagist.org/packages/league/commonmark/dependents>
125 When a new **major** version is released (e.g. `1.6` -> `2.0`), the previous one (`1.6`) will receive critical bug fixes for *at least* 3 months and security updates for 6 months after that new release comes out.
H A DCHANGELOG-0.x.md

12345678910>>...36