Home
last modified time | relevance | path

Searched refs:result (Results 1151 – 1175 of 1997) sorted by relevance

1...<<41424344454647484950>>...80

/plugin/twofactoraltemail/
H A Daction.php99 $result = $mail->send();
100 if (!$result) throw new \Exception($this->getLang('codesentfail'));
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfString.php47 $result = \substr($buffer, $startPos, $openBrackets + $pos - $startPos - 1);
51 $v->value = $result;
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js1720 var result = '';
1820 return result;
1879 result = result || graph.getSelectionCells();
1922 return result;
1941 return result;
4221 result = result + dx - this.footerHeight;
4224 return result;
4463 var result = null;
4485 return result;
4774 result = data;
[all …]
H A DFormat.js188 return result;
216 result.table = result.table || graph.isTable(cell);
217 result.cell = result.cell || graph.isTableCell(cell);
218 result.row = result.row || graph.isTableRow(cell);
294 result.glass = result.glass && this.isGlassState(state);
297 result.image = result.image && this.isImageState(state);
298 result.shadow = result.shadow && this.isShadowState(state);
299 result.fill = result.fill && this.isFillState(state);
300 result.stroke = result.stroke && this.isStrokeState(state);
6219 result = this.postProcessCellStyle(result);
[all …]
/plugin/glossary/
H A Dglossary.class.php125 $result = $this->oddEven [$even];
127 return $result;
230 $result = array ();
236 $result[$regs[1]] = $this->readGlossary ($regs[1], $status, LOCK_SH);
238 uasort ($result, "cmpGlossary");
239 return $result;
258 $result = array ();
261 return $result;
289 $result = 0;
295 $result++;
[all …]
H A Dscript.js111 var result = new Array ();
115 result.push (this);
117 return result;
/plugin/pot/
H A DREADME.md53 ### format the result
55 Additional parameters can be used to adjust the displayed result:
73 …r this pot, see below: shortcut | necessary if you want to use this pot-result within an other po…
77 | width | | (0) length of the result field in the format: 10px | if you need all numbers nicely…
106 …ues can be retrieved and included in the formulas. To retrieve exactly one result write "{@potid}".
108 <pot> {@example} + 1 </pot> to fetch exactly one other pot result
116 The calculation might be done with the result of former pots and not with the formulas ( have a loo…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js377 var result;
380 return result;
696 var result;
703 return result;
873 var result;
877 return result;
1193 return result;
1206 return result;
1210 var result;
1217 var result;
[all …]
/plugin/bureaucracy-au/_test/
H A Dfield_file.test.php19 $result = pq($pqSelector, $doc);
20 $this->assertEquals(1, $result->length, "selector: \"$pqSelector\" not found in\n$xhtml\n");
/plugin/bureaucracyau/_test/
H A Dfield_file.test.php19 $result = pq($pqSelector, $doc);
20 $this->assertEquals(1, $result->length, "selector: \"$pqSelector\" not found in\n$xhtml\n");
/plugin/webdav/_test/
H A Dwebdav.test.php84 $result = $xml->xpath($path);
85 $this->assertCount(1, $result, "XPath query $path");
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_with_method_with_variadic_arguments.phpt51 $result = $this->__phpunit_getInvocationMocker()->invoke(
57 return $result;
H A Dinterface.phpt49 $result = $this->__phpunit_getInvocationMocker()->invoke(
55 return $result;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php43 $result = $this->schedule($message);
59 $this->assertEquals($expected, $result);
/plugin/aichat/Storage/
H A DSQLiteStorage.php120 $result = $this->db->queryAll(
125 foreach ($result as $record) {
147 $result = $this->db->queryAll(
158 foreach ($result as $record) {
234 $result = $this->db->queryAll('SELECT DISTINCT lang FROM embeddings');
235 $langs = array_column($result, 'lang');
269 $result = $this->db->queryAll($query, [self::SAMPLE_SIZE]);
270 if (!$result) return; // no data to cluster
271 $dimensions = count(json_decode((string) $result[0]['embedding'], true, 512, JSON_THROW_ON_ERROR));
274 if (count($result) < sel
[all...]
/plugin/fedauth/Auth/OpenID/
H A DTrustRoot.php355 $result = array();
359 $result[] = $endpoint;
363 return $result;
/plugin/creole/helper/
H A Deventhandler.php129 $result = array();
130 $result[] = array(
136 return $result;
/plugin/structnotification/action/
H A Dnotification.php109 $result = $search->execute();
113 for ($i=0; $i<count($result); $i++) {
114 $values = $result[$i];
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php251 $result = [];
257 $result[] = $content->getUnfilteredStream();
260 return \implode("\n", $result);
/plugin/aichat/
H A DEmbeddings.php244 * Returns only chunks the current user is allowed to read, may return an empty result.
273 $result = [];
282 $result[] = $chunk;
285 return $result;
353 // add current chunk to result
/plugin/openid/Auth/OpenID/
H A DTrustRoot.php355 $result = [];
359 $result[] = $endpoint;
363 return $result;
H A DAssociation.php470 $result = [];
478 $result[] = $pair;
480 $result[] = $pair;
485 return $result;
/plugin/nstoc/
H A Dsyntax.php266 $hits = $result = array();
272 $result[] = array(
281 return (0 < count($result))
282 ? $result
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php310 $result = $options + $defaults;
313 foreach ($result as $k => $v) {
315 unset($result[$k]);
319 return $result;
/plugin/structodt/
H A Dhelper.php240 $result = $search->execute();
241 return $result;
263 $result = $search->execute();
264 return $result[0];

1...<<41424344454647484950>>...80