Home
last modified time | relevance | path

Searched refs:result (Results 1476 – 1500 of 1997) sorted by relevance

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

/plugin/deeplautotranslate/
H A Daction.php141 $result = $this->delete_glossary($old_glossary_id);
142 if ($result) {
167 $result = $this->delete_glossary($old_glossary_id);
168 if ($result) {
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1result","filter","length","getSecondsInUnit","unit","forEach","workArray","slice","arrayMap","map"…
/plugin/openlayersmap/syntax/
H A Dolmap.php524 $result = $myMap->getMap(
569 $result = $imgUrl;
571 return $result;
/plugin/sqlraw/
H A Dsimple_html_dom.php688 $result = array();
709 $result[] = array($tag, $key, $val, $exp, $no_key);
711 $selectors[] = $result;
712 $result = array();
715 if (count($result)>0)
716 $selectors[] = $result;
936 $result = array('height' => $height,
938 return $result;
/plugin/jmol2/jmol/
H A DJmol.js1356 var result = "" + jmolGetPropertyAsJavaObject("evaluate", molecularMath, targetSuffix);
1357 var s = result.replace(/\-*\d+/,"")
1358 if (s == "" && !isNaN(parseInt(result)))return parseInt(result);
1359 var s = result.replace(/\-*\d*\.\d*/,"")
1360 if (s == "" && !isNaN(parseFloat(result)))return parseFloat(result);
1361 return result;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js17 var result = bound();
19 …assert.ok(result === 'name: curly' || result === 'name: ' + window.name, 'can bind without specify…
225 var result = throttledIncr();
227 assert.equal(result, 1, 'throttled functions return their value');
/plugin/diagramsnet/lib/
H A Delectron.js839 }).then( result =>
841 if (result.response === 0)
931 }).then(result =>
933 if (result.response === 0)
940 else if (result.response === 2)
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dhttpcore-4.4.9.jar ... volatile boolean completed private volatile boolean cancelled private volatile Object result private volatile Exception ex public void <init> ( ...
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2187 var result = [];
2195 return result;
6165 var result = [];
8779 result;
8815 if (result && result[evalError])
8817 var msg = result.name ? (result.name + ": ") : "";
8818 msg += result.message || result;
9025 return {top:result[0], left:result[1], bottom:result[2], right:result[3]};
9065 return {top:result[0], left:result[1], bottom:result[2], right:result[3]};
9157 return returnFloat ? result : Math.round(result);
[all …]
/plugin/ldapsearch/
H A Dsyntax.php151 $result = $date['result'];
/plugin/semanticdata/phpSesame/
H A DphpSesame.php118 throw new Exception ('Please supply a valid result format.');
/plugin/seqdia/
H A Dsyntax.php162 $result = $http->post('http://www.websequencediagrams.com/index.php',$pass);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php58 * Creates a response hash from a cURL result.
284 $result = (string) substr($buf, 0, $length);
286 return $result;
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php127 $result = $this->domElement->removeAttributeNode($attr);
128 if ($result === false) {
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php91 $result = array();
94 $result[] = $fileinfo;
97 return $result;
/plugin/mikioplugin/syntax/
H A Dcore.php760 $result = array();
764 $result[$key] = $value;
768 return $result;
/plugin/gcalendar/inc/
H A Dgcal_main.php147 $result = @copy(DOKU_GCAL."style.css",DOKU_GCAL."print.css");
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js43 result = null,
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js59 result = null,
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp29 ' Prevent the browser from caching the result.
/plugin/strata/
H A Daction.php80 $evt->result = array('current'=>&$renderer->meta,'persistent'=>&$renderer->persistent);
/plugin/advanced/lang/en/config/
H A Duserscript.txt10 [[doku>config:compress]] is enabled) and cache the result. It also instructs browsers to cache the …
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md106 // show the result!
163 // show the result!
212 // show the result!
254 // show the result!
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js712 result = true;
715 return result;
951 return result;
1336 var result = [];
1660 return result;
2808 return result;
4283 result = true;
4286 return result;
6817 return result;
11440 return result;
[all …]

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