Home
last modified time | relevance | path

Searched refs:result (Results 51 – 75 of 1869) sorted by relevance

12345678910>>...75

/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php17 $result = [];
20 $result[] = $this->proceessResult($this->options[$this->pickOne()]);
23 return $result;
49 $result = [];
52 while (count($result) < $times) {
56 $result[] = $this->proceessResult($this->options[$pick]);
61 return $result;
64 private function proceessResult(string $result) { argument
66 if (false !== strpos($result, '[')) {
67 $result
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DGuessContentTypeTest.php30 $result = $this->server->getPropertiesForPath('/somefile.jpg',$properties);
31 $this->assertArrayHasKey(0,$result);
32 $this->assertArrayHasKey(404,$result[0]);
33 $this->assertArrayHasKey('{DAV:}getcontenttype',$result[0][404]);
47 $this->assertArrayHasKey(0,$result);
48 $this->assertArrayHasKey(200,$result[0], 'We received: ' . print_r($result,true));
49 $this->assertArrayHasKey('{DAV:}getcontenttype',$result[0][200]);
50 $this->assertEquals('image/jpeg',$result[0][200]['{DAV:}getcontenttype']);
64 $this->assertArrayHasKey(0,$result);
65 $this->assertArrayHasKey(200,$result[0]);
[all …]
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php158 $result = array();
163 return $result;
210 return $result;
228 $result = array();
263 return $result;
305 return $result;
363 $result = preg_replace($pattern, $groups, $result, 1);
367 return $result;
413 $result = preg_replace($pattern, $entries, $result, 1);
417 return $result;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php309 $result = [];
338 $result[] = [
345 return $result;
355 $result = [];
410 $result[$type] = $target;
413 return $result;
423 $result = [
448 $result['ini'][$name] = $value;
467 return $result;
538 $result = [];
[all …]
H A DGlobalState.php55 $result = '';
74 $result = 'require_once \'' . $file . "';\n" . $result;
78 return $result;
86 $result = '';
90 $result .= sprintf(
97 return $result;
106 $result = '';
119 return $result;
161 return $result;
198 $result = true;
[all …]
/plugin/strata/syntax/
H A Dselect.php68 $result = array();
72 $match = $this->preprocess($match, $state, $pos, $handler, $result, $typemap);
80 $header = $this->handleHeader($header, $result, $typemap);
84 $result['fields'] = $this->helper->parseFieldsShort($header, $typemap);
86 $result['fields'] = [];
95 if(count($result['fields']) && count($longFields)) {
100 if(count($result['fields']) == 0) {
101 $result['fields'] = $longFields;
105 if(count($result['fields']) == 0) {
111 foreach($result['field
152 handleUI(& $tree, & $result, & $typemap) global() argument
212 preprocess($match, $state, $pos, & $handler, & $result, & $typemap) global() argument
226 handleHeader($header, & $result, & $typemap) global() argument
238 handleBody(& $tree, & $result, & $typemap) global() argument
252 handleFooter($footer, & $result, & $typemap, & $variables) global() argument
[all...]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/Llk/
H A DDocumentation.php71 ->boolean($result)
76 ->boolean($result)
81 ->boolean($result)
86 ->boolean($result)
108 ->boolean($result)
113 ->boolean($result)
142 ->when($result = $compiler->parse('aa', null, false))
144 ->boolean($result)
149 ->boolean($result)
154 ->boolean($result)
[all …]
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php158 ->string($result)
168 ->variable($result)
235 ->boolean($result)
250 ->boolean($result)
260 ->boolean($result)
270 ->array($result)
280 ->object($result)
303 ->array($result)
315 ->boolean($result)
330 ->boolean($result)
[all …]
H A DConsistency.php62 ->boolean($result)
91 ->boolean($result)
100 ->string($result)
109 ->string($result)
118 ->string($result)
257 ->boolean($result)
267 ->string($result)
280 ->string($result)
296 ->string($result)
304 ->when($result = SUT::uuid())
[all …]
/plugin/authphpbb3/
H A Dauth.php149 if (is_array($result) && array_key_exists('url', $result)) {
285 $result = null;
416 $result = null;
461 $result = null;
670 if (is_array($result) && array_key_exists('cookie_name', $result)) {
696 $result = null;
736 $result = null;
780 $result = null;
786 $result = null;
801 $result = null;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php182 $this->printErrors($result);
183 $this->printWarnings($result);
184 $this->printFailures($result);
187 $this->printRisky($result);
189 $this->printSkipped($result);
192 $this->printFooter($result);
330 if (count($result) === 0) {
339 if ($result->wasSuccessful() &&
340 $result->allHarmless() &&
342 $result->noneSkipped()) {
[all …]
/plugin/ipban/ip-lib/src/Address/
H A DAssignedRange.php86 $result = null;
90 if ($result !== null) {
94 if ($result === null) {
95 $result = $this->type;
99 return $result;
114 $result = null;
119 $result = null;
121 $result = false;
123 $result = null;
130 if ($result === null) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php59 ->boolean($result)
69 ->boolean($result)
82 ->variable($result)
100 ->boolean($result)
113 ->boolean($result)
126 ->boolean($result)
149 ->boolean($result)
193 ->boolean($result)
234 ->boolean($result)
420 ->string($result)
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropFind.php65 $this->result[$propertyName] = [404, null];
68 $this->itemsLeft = count($this->result);
96 …if ($this->itemsLeft && isset($this->result[$propertyName]) && $this->result[$propertyName][0] ===…
128 if (!isset($this->result[$propertyName])) {
139 $this->result[$propertyName] = [$status, $value];
151 return isset($this->result[$propertyName]) ? $this->result[$propertyName][1] : null;
166 return isset($this->result[$propertyName]) ? $this->result[$propertyName][0] : null;
227 $result = [];
230 $result[] = $propertyName;
233 return $result;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php65 $this->result[$propertyName] = [404, null];
68 $this->itemsLeft = count($this->result);
96 …if ($this->itemsLeft && isset($this->result[$propertyName]) && $this->result[$propertyName][0] ===…
128 if (!isset($this->result[$propertyName])) {
139 $this->result[$propertyName] = [$status, $value];
151 return isset($this->result[$propertyName]) ? $this->result[$propertyName][1] : null;
166 return isset($this->result[$propertyName]) ? $this->result[$propertyName][0] : null;
227 $result = [];
230 $result[] = $propertyName;
233 return $result;
[all …]
/plugin/diagramsnet/
H A Daction.php39 $result = new StdClass;
79 $result->message = 'success';
85 echo json_encode($result);
88 $result->message = 'Permission denied!';
90 echo json_encode($result);
96 $result->message = 'success';
103 $result->message = 'success';
104 $result->content = "data:image/png;base64,";
109 echo json_encode($result);
111 $result->message = 'Permission denied!';
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRepetition.php58 ->object($result)
74 ->string($result->getName())
76 ->integer($result->getMin())
78 ->integer($result->getMax())
80 ->array($result->getChildren())
82 ->string($result->getNodeId())
84 ->boolean($result->isInfinite())
100 ->integer($result->getMin())
102 ->integer($result->getMax())
137 ->integer($result->getMin())
[all …]
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php177 $result = array();
182 return $result;
229 return $result;
247 $result = array();
282 return $result;
324 return $result;
382 $result = preg_replace($pattern, $groups, $result, 1);
386 return $result;
432 $result = preg_replace($pattern, $entries, $result, 1);
436 return $result;
[all …]
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php173 $result = array();
178 return $result;
225 return $result;
243 $result = array();
278 return $result;
320 return $result;
378 $result = preg_replace($pattern, $groups, $result, 1);
382 return $result;
428 $result = preg_replace($pattern, $entries, $result, 1);
432 return $result;
[all …]
/plugin/structautolink/_test/
H A DRendererTest.php26 $result = $R->findMatchingTokens($text);
43 $result
47 … $this->assertEquals($result[0]['term'], substr($text, $result[0]['pos'], $result[0]['len']));
48 … $this->assertEquals($result[1]['term'], substr($text, $result[1]['pos'], $result[1]['len']));
64 $result = $R->doc;
66 $this->assertStringStartsWith('Was wir über <a href', $result);
67 $this->assertStringEndsWith('dl ist egal.', $result);
70 $pq = (new \DOMWrap\Document())->html($result);
73 $pq = \phpQuery::newDocumentHTML($result);
/plugin/refnotes/
H A Drendering.php168 $result = false;
172 $result = true;
177 return $result;
189 $result = '';
193 $result = $this->data[$key];
198 return $result;
209 $result = '';
213 if (array_key_exists($key, $this->data) && (strlen($result) < strlen($this->data[$key]))) {
214 $result = $this->data[$key];
220 if (strlen($result) < strle
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php258 * @param string $result
280 $' . $result . '[$j] = $upper;
290 $' . $result . '[$i] = 0;
292 ++$' . $result . '[$i];
306 * @param string $result
313 $' . $result . ' = $' . $known . ';
328 $code .= '$' . $result . '[$i] = ';
337 $' . $result . '[$j] = $subtemp;
350 --$' . $result . '[$i];
365 * @param string $result
[all …]
/plugin/gtime/gtlib/http/
H A DGTHttpClient.php155 $result = new GTVerificationResultHttp();
167 $result->updateStatus(GTVerificationResultHttp::EXTENSION_ATTEMPTED);
199 return $result;
205 $result->updateStatus(GTVerificationResultHttp::TIMESTAMP_GRANTED);
214 $result->updateStatus(GTVerificationResultHttp::TIMESTAMP_WAITING);
236 $result->setGtResult($gtResult);
238 return $result;
243 $result->setGtResult($gtResult);
285 return $result;
293 $result->setGtResult($gtResult);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCoroutine.php60 private $result; variable in GuzzleHttp\\Promise\\Coroutine
73 $this->result->reject($exception);
75 $this->result->reject($throwable);
103 return $this->result->wait($unwrap);
108 return $this->result->getState();
113 $this->result->resolve($value);
118 $this->result->reject($reason);
124 $this->result->cancel();
147 $this->result->reject($exception);
149 $this->result->reject($throwable);
[all …]
/plugin/data-au/_test/
H A Ddb.test.php48 $result = $renderer->doc;
50 $actual_value = substr($result,strpos($result,'<td class="align test1">')+24);
55 $actual_link = substr($result,strpos($result,'<td class="align pageid">')+25);
77 $result = $renderer->doc;
79 $actual_value = substr($result,strpos($result,'<td class="align test1">')+24);
84 $actual_link = substr($result,strpos($result,'<td class="align pageid">')+25);
105 $result = $renderer->doc;
107 $actual_value = substr($result,strpos($result,'<td class="align test1">')+24);
112 $actual_link = substr($result,strpos($result,'<td class="align pageid">')+25);
137 $actual_value = substr($result,strpos($result,'<td class="align test1">')+24);
[all …]

12345678910>>...75