Home
last modified time | relevance | path

Searched refs:result (Results 1451 – 1475 of 1997) sorted by relevance

1...<<51525354555657585960>>...80

/plugin/snippets/
H A Daction.php166 $this->helper->insertSnippet($event->result, $page_id, $force_old);
178 if(! $event->result && $param['after']) return; //write fail
/plugin/actionrenderer/
H A Drenderer.php43 $event->result = call_user_func_array([$this, 'parent::' . $method], $arguments);
46 return $event->result;
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php575 * @return mixed The negation of the result of the given condition.
581 $result = call_user_func($condition->getApply(), $driver);
583 return !$result;
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt41 that we use text/html Content-type, because the result is loaded
66 do not need an explicit binding between a result data and a loader:
102 result is binded to which callback action (see above).
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php77 $result = array();
83 $result[] = $header;
87 return $result;
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js624 var result = sFile.match(/([\/\\])/);
625 if(result) {
626 var tmp = fname.split(result[1]);
/plugin/struct/meta/
H A DSearch.php16 * This separator will be used to concat multi values to flatten them in the result set
38 /** @var array the sorting of the result */
59 protected $result;
385 * If the search result object does not exist yet,
386 * the search is run and the result object returned
392 if (is_null($this->result)) {
395 return $this->result;
407 * Returns the PID associated with each result row
415 * Returns the rid associated with each result row
435 * Returns the actual result row
[all...]
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1491 result: null,
1532 doku_linkwiz.result = jQuery('#link__wiz_result')[0];
1593 * @param num int result div to return
1604 * @param num int result div to return
1608 return jQuery(doku_linkwiz.result).find('div').eq(num);
1612 * Select the given result
1641 jQuery(doku_linkwiz.result)[0].scrollTop += yDiff;
1648 * deselect a result if any is selected
1658 * Handle clicks in the result set an dispatch them to
1672 * Handles the "click" on a given result anchor
[all …]
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1539 result: null,
1580 doku_linkwiz.result = jQuery('#link__wiz_result')[0];
1641 * @param num int result div to return
1652 * @param num int result div to return
1656 return jQuery(doku_linkwiz.result).find('div').eq(num);
1660 * Select the given result
1689 jQuery(doku_linkwiz.result)[0].scrollTop += yDiff;
1696 * deselect a result if any is selected
1706 * Handle clicks in the result set an dispatch them to
1720 * Handles the "click" on a given result anchor
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1result = {\n startLine: startLine,\n endLine: endLine\n };\n i…
H A Djson.worker.js.map1result = [];\n let currentGroup = undefined;\n for (const element of mergeSort(data.slice(0)…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2107 if(result&&result[evalError]){var msg=result.name?(result.name+": "):"";
2108 msg+=result.message||result;
2180 }return{top:result[0],left:result[1],bottom:result[2],right:result[3]}
2195 }}return{top:result[0],left:result[1],bottom:result[2],right:result[3]}
2231 return returnFloat?result:Math.round(result)
3277 if(!inplace){result.push.apply(result,ret)
6081 var stack=result.stack||result.stacktrace||"";
6327 result=bi;
6329 }}}if(result){element.value=autoCompleteExpr+result
6791 }}}if(result.length){return result
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js822 this.getElementsByClass=function(node,className){var result=[];
825 child=child.nextSibling){if(this.hasClass(child,className)){result.push(child)
826 }}return result
1473 }}}var result=[];
1477 if(part&&typeof(part)=="object"){result.push(""+args.shift())
1478 }else{result.push(part)
1479 }}return result.join("")
1910 }if(FBL.domplate){var MenuPlate=domplate(Firebug.Rep,{tag:DIV({"class":"fbMenu fbShadow"},DIV({"class":"fbMenuContent fbShadowContent"},FOR("item","$object.items|memberIterator",TAG("$item.tag",{item:"$item"})))),itemTag:A(menuItemProps,"$item.label"),checkBoxTag:A(extend(menuItemProps,{checked:"$item.checked"}),"$item.label"),radioButtonTag:A(extend(menuItemProps,{selected:"$item.selected"}),"$item.label"),groupTag:A(extend(menuItemProps,{child:"$item.child"}),"$item.label"),shortcutTag:A(menuItemProps,"$item.label",SPAN({"class":"fbMenuShortcutKey"},"$item.key")),separatorTag:SPAN({"class":"fbMenuSeparator"}),memberIterator:function(items){var result=[];
1914 if(typeof item=="string"&&item.indexOf("-")==0){result.push({tag:this.separatorTag});
1936 result
2168 },getMeasurement:function(el,name){var result={value:0,unit:"px"}; global() class in AnonymousFunction4beb61234800
3266 AnonymousFunction4beb6123a000(match,curLoop,inplace,result,not,isXML) global() argument
3282 AnonymousFunction4beb6123a400(match,curLoop,inplace,result,not,isXML) global() argument
3286 AnonymousFunction4beb6123a500(match,curLoop,inplace,result,not) global() argument
6165 evaluated(result,context) global() argument
6168 evaluateError(result,context) global() argument
[all...]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js220 var last = result[result.length - 1];
225 result = require('fs').realpathSync(result);
229 result = require.resolve(result);
459 return 'default' in result ? result['default'] : result;
3607 return (result === value) || (result !== result && value !== value);
6111 return [result, result, result];
18503 return result >= min && result <= max;
18515 return result >= min && result <= max;
18593 return result >= 0 && result <= array[index] && (result % 1) == 0;
21384 return [result, 1 / result];
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerUpdateEventTest.php752 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerUpdateEventTest.php747 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
/plugin/searchtext/
H A DREADME3 Searches pages rendered as text instead of raw wiki. Displays search result snippets from text.
/plugin/swiftmail/
H A Daction.php135 $event->result = $ok;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerUpdateEventTest.php747 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
/plugin/newpagetemplate/
H A Daction.php166 $event->result=$tpl;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerUpdateEventTest.php716 $result = $this->parse($oldMessage, $newMessage, $expected, 'mailto:strunk@example.org');
/plugin/struct/action/
H A Dcache.php144 $event->result = false;
/plugin/issuelinks/helper/
H A Ddb.php193 $result = $db->res2arr($res);
195 return $result;
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js288 var result = null;
296 result = i;
303 return result;
331 var result = null;
339 result = this.getImageForPage(page, sourcePage, sourceGraph);
340 result.originalSrc = src;
344 if (result == null)
346 result = {originalSrc: src}; class in EditorUi.createImageForPageLink
349 return result;
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php702 $result = '';
705 $result = $baseURLPath;
710 $result .= $extractedInfo;
714 return $result;

1...<<51525354555657585960>>...80