Home
last modified time | relevance | path

Searched refs:result (Results 1551 – 1575 of 1997) sorted by relevance

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

/plugin/codemirror/dist/modes/
H A Dd.min.js.map1result","tokenize","tokenString","test","eatWhile","eat","tokenNestedComment","tokenComment","skip…
H A Decl.min.js.map1result","tokenize","tokenString","test","eatWhile","eat","tokenComment","cur","current","toLowerCa…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js1285 var result = node;
1295 result = new gantt.$keyboardNavigation.TaskCell(node.taskId, index);
1299 return result;
1554 var result = gantt.moveTask(this.taskId, -1, prevId);
1555 if(result !== false)
1565 …var result = gantt.moveTask(this.taskId, gantt.getTaskIndex(parent) + 1, gantt.getParent(parent));
1566 if(result !== false)
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1result=[],mDelta=dtheta/segments,mT=8/3*Math.sin(mDelta/4)*Math.sin(mDelta/4)/Math.sin(mDelta/2),t… variable
2result,uaT=(b2.x-b1.x)*(a1.y-b1.y)-(b2.y-b1.y)*(a1.x-b1.x),ubT=(a2.x-a1.x)*(a1.y-b1.y)-(a2.y-a1.y)… variable
9result=[],coords=[],currentPath,parsed,re=/([-+]?((\d+\.\d+)|((\d+)|(\.\d+)))(?:e[-+]?\d+)?)/gi,ma…
H A Dfabric.js940 return result;
1118 var result = [ variable
1129 return result;
1211 return result;
1321 return result;
1374 return result;
4264 var result,
4287 return result;
4312 return result;
4336 return result;
[all …]
/plugin/pubmed2020/site/
H A Ddescription.txt36 ======Examples (code followed by a screenshot of the result)======
/plugin/pubmed2020/tests/
H A DPM15924077.ris16 …roblems which concern the elderly population. Cognitive impairment, as a result of Alzheimer's dis…
/plugin/approve/action/
H A Dmigration.php31 $event->result = call_user_func([$this, "migration$to"], $event->data['adapter']);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php200 $result = $this->unfold();
202 if (true !== $result) {
/plugin/quickstats/lang/en/
H A Dquery.txt27 Queries will result in tables with the following columns for each of the months you select from the…
56 …eriod has been exceeded, but the processing has actually stopped and the result will eventually di…
/plugin/combo/ComboStrap/
H A DColorRgb.php499 $result = preg_match("/[0-9a-f]{3,8}/i", $digits);
500 if ($result !== 1) {
H A DPluginUtility.php211 $result = preg_match_all('/' . $attributePattern . '/i', $string, $matches);
212 if ($result != 0) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1result = (pathPrefix ? stripTrailingSlash(pathPrefix) + '/' : '') + paths[label];\n if (/…
/plugin/subjectindex/plugins/
H A DEntryVerse.php76 $result = '';
81 $result = $this->verses[$this->book_index[$book][$chapter] + $verse];
83 return $result;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1187 …$result = openssl_encrypt($plaintext, $this->cipher_name_openssl, $this->key, OPENSSL_RAW_DATA | O…
1189 $this->encryptIV = substr($result, -$this->block_size);
1191 return $result;
2254 $result = $this->cipher_name_openssl &&
2256 if (!$result) {
2277 $result = $this->cipher_name_mcrypt &&
2281 return $result;
/plugin/strata/
H A Dmanual.txt126 **Grouping**: By adding a ''group'' block zero or more variables can be grouped. This means that all results that have the same value for the grouped variable will be merged, and the ungrouped variables will contain multiple values. You can name one variable per line. If the ''group'' is empty //all// results will be merged into a single result.
241 You can use types to make sure the data is interpreted in the correct way, and to create a better looking result.
336 The query result blocks are: [[#sorting|sort]], [[#grouping|group]], [[#variable projection|fields]] and [[#Considering Fields|consider]].
358 Grouping allows you to collapse multiple results into a single result. All results that have the same value for all variables mentioned in the group block will be merged into a single result. Any variable in the merged result that is not mentioned in the group block will contain multiple values.
395 All variables mentioned will be considered to be relevant, even if they are not displayed. Since the queries use so called 'set semantics', results that are equivalent will be reduced to a single result. This can be prevented by declaring additional variables to be considered; results are only equivalent if all displayed and all considered fields are equal.
565 By default, strata does not disable caching. This can result in pages with queries not updating after you edit data somewhere else.
/plugin/imagecarousel/vendor/slick/
H A DCONTRIBUTING.markdown32 … numbers of slides, slidesToShow & slidesToScroll. Failure to do so will result in your pull reque…
/plugin/textinsert/
H A Dsyntax.php169 $result = array_merge($r,$a);
/plugin/authorstats/
H A Daction.php146 $event->result = false;
/plugin/ireadit/action/
H A Dmigration.php42 $event->result = call_user_func([$this, "migration$to"], $event->data);
/plugin/twofactor/action/
H A Dprofile.php73 $event->result = false;
/plugin/blogtng/helper/
H A Dcomments.php57 $result = $this->sqlitehelper->getDB()->res2arr($resid);
59 return new Comment($result[0]);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js4898 return result;
4913 return result;
7829 return result;
7864 return result;
9669 return result;
10320 result = result == null ? value : result + value;
10324 return result;
11239 return result;
11255 return result;
11506 return result;
[all …]
/plugin/autlogin/
H A Dadmin.php1390 $result = count($usersgroups);
1391 if($result > 0)
1433 $result = count($usersgroups);
1434 if($result > 0)
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jar ... .apache.commons.fileupload.disk.DiskFileItem result org.apache.commons.io.FileCleaningTracker tracker ...

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