Home
last modified time | relevance | path

Searched refs:out (Results 501 – 525 of 898) sorted by last modified time

1...<<21222324252627282930>>...36

/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php112 $out = parent::_open($streamName, $context);
114 return $out;
H A DRead.php105 $out = parent::_open($streamName, $context);
107 return $out;
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DDirectory.php109 $out = parent::current();
112 $out instanceof \SplFileInfo) {
113 $out->setInfoClass($this->_splFileInfoClass);
114 $out = $out->getFileInfo();
116 if ($out instanceof \Hoa\Iterator\SplFileInfo) {
117 $out->setRelativePath($this->getRelativePath());
121 return $out;
133 $out = parent::getChildren();
135 if ($out instanceof \RecursiveDirectoryIterator) {
136 $out->setSplFileInfoClass($this->_splFileInfoClass);
[all …]
/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/twig/twig/doc/
H A Dtemplates.rst284 To comment-out part of a line in a template, use the comment syntax ``{# ...
752 {# find out if a variable is odd #}
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php119 * @param mixed $out
128 …public function __construct($out = null, $verbose = false, $colors = self::COLOR_DEFAULT, $debug =… argument
130 parent::__construct($out);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php35 * @param mixed $out
39 public function __construct($out = null) argument
41 parent::__construct($out);
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md3 Diff implementation for PHP, factored out of PHPUnit into a stand-alone component.
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php498 $out = 0 === stream_set_write_buffer($this->getStream(), $buffer);
500 if (true === $out) {
504 return $out;
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php774 $out = fopen($streamName, 'rb');
776 $out = fopen($streamName, 'rb', false, $context->getContext());
779 return $out;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php202 $out = $this->boundedExhaustive($rule, $next);
204 if (true !== $out && true !== $this->backtrack()) {
H A DSampler.php223 $out = $this->_tokenSampler->visit($token->getAST());
226 $out .= $this->_tokenSampler->visit($this->getSkipTokenAST());
229 return $out;
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php106 $out = parent::_open($streamName, $context);
108 return $out;
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php108 $out = parent::_open($streamName, $context);
110 return $out;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dif.rst58 Sold-out!
H A Dembed.rst110 go out of sync by careless modifications etc.
152 out the HTML markup for the boxes.
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md8 enough to be used inside any testing framework out there with minimal effort.
378 The last bit of awesomeness in Prophecy is out-of-the-box spies support. As I said in the previous
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js4out:_r,"in-out":wr,"out-in":function(n){return wr(_r(n))}});ao.ease=function(n){var t=n.indexOf("-… function
H A Dnv.d3.min.js8 ….stack().order(o).offset(n).values(function(a){return a.values}).x(k).y(l).out(function(a,b,c){a.d…
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php106 $out = null;
229 $out .=
249 return $out;
H A DLexer.php201 $out = $this->matchLexeme($lexeme, $regex, $offset);
203 if (null !== $out) {
204 $out['namespace'] = $this->_lexerState;
205 $out['keep'] = 'skip' !== $lexeme;
257 return $out;
H A DParser.php181 $out = $this->unfold();
183 if (null !== $out &&
269 $out = $this->_parse($zeRule, $next);
271 if (false === $out && false === $this->backtrack()) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/
H A DREADME.md3 Snapshotting of global state, factored out of PHPUnit into a stand-alone component.
/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;

1...<<21222324252627282930>>...36