Home
last modified time | relevance | path

Searched refs:out (Results 501 – 525 of 898) sorted by path

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

/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/findologicxmlexport/vendor/hoa/compiler/Llk/
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 DLlk.php106 $out = null;
229 $out .=
249 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/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php202 $out = $this->boundedExhaustive($rule, $next);
204 if (true !== $out && true !== $this->backtrack()) {
H A DCoverage.php243 $out = $this->coverage($this->_rules[$pop->getRule()]);
245 if (true !== $out && true !== $this->backtrack()) {
466 $out = [];
479 $out[] = $t;
486 return $out;
495 $out = [];
505 $out[] = $t;
512 return array_reverse($out);
H A DSampler.php223 $out = $this->_tokenSampler->visit($token->getAST());
226 $out .= $this->_tokenSampler->visit($this->getSkipTokenAST());
229 return $out;
H A DUniform.php134 $out = null;
142 return $out;
144 $out = null;
160 $out .= $this->uniform($child, $γ[$j]);
163 return $out;
196 $out += $this->count($this->_rules[$child], $n);
218 $out += $oout;
234 $out = 1;
256 $out += $ut;
260 $out = Math\Util::δ($n, 1);
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Visitor/
H A DDump.php75 $out = str_repeat('> ', self::$_i) . $element->getId();
78 $out .=
90 $out .= ' ' . $this->dumpData($data);
93 $out .= "\n";
96 $out .= $child->accept($this, $handle, $eldnah);
101 return $out;
112 $out = null;
119 $out .= '[' . $key . ' => ' . $this->dumpData($value) . ']';
122 return $out;
/plugin/findologicxmlexport/vendor/hoa/event/
H A DListener.php176 $out = [];
179 $out[] = $callable($data);
182 return $out;
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php87 $out = parent::raise($previous);
90 return $out;
93 $out .= "\n\n" . 'Contains the following exceptions:';
96 $out .=
105 return $out;
H A DIdle.php238 $out =
243 $out =
250 $out .=
258 return $out;
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php126 $out = null;
128 return $out;
H A DFile.php207 if (false === $out = @fopen($streamName, $this->getMode(), true)) {
215 return $out;
218 $out = @fopen(
225 if (false === $out) {
233 return $out;
H A DGeneric.php187 $out = 's';
189 $out = 'l';
191 $out = '-';
193 $out = 'b';
195 $out = 'd';
197 $out = 'c';
199 $out = 'p';
201 $out = 'u';
204 $out .=
221 return $out;
[all …]
H A DRead.php105 $out = parent::_open($streamName, $context);
107 return $out;
H A DReadWrite.php112 $out = parent::_open($streamName, $context);
114 return $out;
H A DWrite.php108 $out = parent::_open($streamName, $context);
110 return $out;
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php106 $out = parent::_open($streamName, $context);
108 return $out;
H A DReadWrite.php113 $out = parent::_open($streamName, $context);
115 return $out;
H A DWrite.php107 $out = parent::_open($streamName, $context);
109 return $out;
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php106 $out = parent::_open($streamName, $context);
108 return $out;
H A DReadWrite.php113 $out = parent::_open($streamName, $context);
115 return $out;
H A DTemporary.php98 if (false === $out = @tmpfile()) {
105 return $out;
H A DWrite.php108 $out = parent::_open($streamName, $context);
110 return $out;

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