Home
last modified time | relevance | path

Searched refs:result (Results 1501 – 1525 of 1997) sorted by relevance

1...<<61626364656667686970>>...80

/plugin/pdfjs/pdfjs/build/
H A Dpdf.js2353 var result;
2434 ~arrayIndexOf(result, key) || result.push(key);
2438 return result;
3228 if (unhandled && result.e) throw result.v;
3399 if (result.e) reject(result.v);
3411 if (result.e) reject(result.v);
3463 if (result === BREAK || result === RETURN) return result;
3466 if (result === BREAK || result === RETURN) return result;
4865 return result;
12396 return result.done ? result.value : iter.next();
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php904 $result = array();
976 $result[] = $m;
979 $selectors[] = $result;
980 $result = array();
984 if (count($result) > 0) {
985 $selectors[] = $result;
1217 $result = array(
1222 return $result;
/plugin/mcitem/
H A DREADME.md28 …ormat 'modname':'itemname', for example, 'minecraft:redstone' which will result in a link to your …
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dtext.rst40 This would result in::
/plugin/xlsx2dw/
H A DREADME.md37 5. The result is shown in the screenshot below.
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php267 …$result = $visitor->$functionToCall($data, [], $this->getMockBuilder(SerializationContext::class)-…
271 self::assertInternalType($primitiveType, $result);
/plugin/statistics/inc/
H A DStatisticsLogger.class.php246 $result = $this->hlp->runSQL($sql);
247 if($result[0]['ip']) return;
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php57 const RESULT_TYPE = "result";
126 * Only result or inject mode, we don't display the code
173 $result = preg_match('/' . 'console\.' . '/is', $codeContent);
174 if ($result) {
/plugin/openid/
H A Daction.php216 $result = $this->register_openid_association($user, $openid);
217 if ($result) {
/plugin/mytemplate/
H A DREADME23 - "var" is optional. If set, the result of this replacement will be stored in a variable by that
33 makes sense if you want to calculate an intermediate result to be used later.
50 evaluated, the other also doesn't get its result assigned to a variable.
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php1010 $result = array();
1024 $result[$smiley_file][] = htmlspecialchars(addslashes($str));
1027 $this->smileys =& $result;
/plugin/mellelexport/
H A Drenderer.php35 $result = $colorMap[$a[1]];
37 $result = 1;
40 return 'marker=\''.$result.'\'';
/plugin/const/
H A Dclass.evalmath.php555 $result = EvalMath_Functions::$function_name( ...array_reverse( $args ) );
556 if ( false === $result ) {
559 $stack->push( $result );
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js661 var result = [];
671 result.push(model.isVisible(layer));
681 return (allVisible) ? null : result;
1047 var result = false;
1114 result = true;
1117 return result;
2100 var result = [];
2104 result.push(divs[i]);
2107 return result;
H A DNotionClient.js471 var result = {message: mxResources.get('unknownError')}; class in NotionClient.parseRequestText
475 result = JSON.parse(req.getText());
482 return result;
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md82 the result of that computation. Thus, each deferred has a promise that acts as
83 a placeholder for its actual result.
157 is making progress toward its result.
171 Neither its state nor its result (or error) can be modified.
187 or rejection value. Returns a new promise for the transformed result.
193 the result as the first argument.
342 of the promise that they are not longer interested in the result of an
603 computeAwesomeResultAsynchronously(function ($error, $result) use ($deferred) {
607 $deferred->resolve($result);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js.map1result = [];\n let currentGroup = undefined;\n for (const element of mergeSort(data.slice(0)…
H A D2.2.js.map1result = {\n startLine: startLine,\n endLine: endLine\n };\n i…
/plugin/farmsync/
H A Dstyle.less75 div.result {
/plugin/captcha/
H A Daction.php142 $event->result = false; // login fail
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php77 $result = array();
80 $result[] = $fileinfo;
83 return $result;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php81 $result = $propPatch->commit();
84 $this->assertTrue($result);
/plugin/issuetracker/
H A Dtablekit.js496 var result = b;
499 result = b * 1024;
502 result = b * 1024 * 1024;
505 result = b * 1024 * 1024 * 1024;
508 result = b * 1024 * 1024 * 1024 * 1024;
511 return result;
/plugin/selfmeasurement/
H A Ddescription.txt34 …rt contains all the blood pressure values, all the averages and the main result. It is sent as a t…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc18 result using

1...<<61626364656667686970>>...80