Home
last modified time | relevance | path

Searched refs:result (Results 1301 – 1325 of 1997) sorted by relevance

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

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js13017 return result ? result.value : "";
13788 return handler ? handler(result) : result;
13792 result.control = result.node;
14818 result = (result == "true") || (result == "false" ? false : result);
20005 result.targetParent = result.targetId;
20213 var result;
20269 var result;
28339 result = this.$gantt.date[unit + '_start'](result);
28350 result = this._getClosestWorkTimePast(result, unit);
28403 result = this.$gantt.date[unit + '_start'](result);
[all …]
/plugin/tagsections/action/
H A Deditbutton.php50 …$event->result .= '<div class="sectiontag secedit editbutton_'.$event->data['secid'].'">' . $form-…
/plugin/disableactionsbygroup/
H A Daction.php29 if(!$event->result)
/plugin/authdomainlimitation/action/
H A Dsignup.php51 $event->result = false;
/plugin/notification/action/
H A Dmigration.php36 $event->result = call_user_func([$this, "migration$to"], $event->data);
/plugin/projects/lib/
H A Dproject_file.php165 $result = pclose($f);
166 if ($result === 0)
170 return $result;
/plugin/solr/
H A Daction.php106 $result = $helper->solr_query('update', 'commit=true', 'POST', $writer->outputMemory());
107 $xml = simplexml_load_string($result);
110 print "solr_indexer: Unexpected response:\n$result\n";
/plugin/struct/types/
H A DLookup.php127 $result = $search->getRows();
130 $len = count($result);
135 $options[$val] = $result[$i][0]->getDisplayValue();
/plugin/davcard/action/
H A Dcache.php47 $event->result = false;
/plugin/randomtables/
H A Dscript.js50 // update the result
51 targetDiv.append('<div>' + prefix + response.result + '<button class="delete">del</button></div>');
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php309 $result[] = trim($l2);
312 return $result;
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php218 … $result = openssl_x509_checkpurpose($this->cert, $purpose, $cainfo, $untrustedFile) === true;
222 return $result;
/plugin/yql/
H A Dsyntax.php141 $result = $client->sendRequest($yql_query_url);
143 if ($result === false) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php111 …$result = $this->aggregateScripts($package, $scripts, $name.DIRECTORY_SEPARATOR.$name.'-built.js');
112 if ($result) {
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php309 $result[] = trim($l2);
312 return $result;
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php113 $result = mkdir($dirPath->toAbsolutePath()->toAbsoluteId(), $mode = 0770, $recursive = true);
114 if ($result === false) {
/plugin/odtsupport/
H A Dplugin.info.txt6 …odt plugin. For example, the plugin can pipe wiki page metadata into a field within the ODT result.
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js328 assert.equal(model.changed.result, void 0);
331 model.set({result: void 0}, {silent: true});
332 model.set({result: null}, {silent: true});
333 model.set({result: false}, {silent: true});
334 model.set({result: void 0});
789 var result = model.set({a: 100});
790 assert.equal(result, model);
793 result = model.set({admin: true});
797 assert.equal(result, false);
835 assert.equal(result, model);
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js362 result.push([alias, fp[alias] === fp[realName]]);
390 ? typeof result == 'function'
391 : typeof result != 'function'
395 console.log(methodName, result);
419 ? typeof result == 'function'
420 : typeof result != 'function'
424 console.log(methodName, result);
445 if (typeof result != 'function') {
448 console.log(methodName, result);
1771 var result = fp.random(min)(max);
[all …]
/plugin/abc2/
H A Dsyntax.php349 if (preg_match("/^\s?".$field."\s?:(.*?)$/m", $src, $result)) {
350 return $result[0];
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysqli.php218 list($result) = $this->cursor->fetch_array();
219 return unserialize(base64_decode($result));
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php201 $result = \stream_socket_enable_crypto($this->socket, $encrypt, $this->options['ssl_crypto_type']);
204 if ((bool) $result == false) {
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DUtilsTest.php32 $result = Utils::copyToString($s1);
33 $this->assertEquals('', $result);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php553 $result = $this->server->xml->expect(
560 $lockInfo->owner = $result->owner;
562 $lockInfo->scope = $result->scope;
/plugin/mytemplate/
H A Daction.php162 $event->result = $data;
214 $result = eval("return $formula;");
215 return $result;

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