Home
last modified time | relevance | path

Searched refs:result (Results 326 – 350 of 1997) sorted by relevance

1...<<11121314151617181920>>...80

/plugin/oauthgithub/
H A Daction.php18 $result = json_decode($oauth->request('user'), true);
19 $data['user'] = $result['login'];
20 $data['name'] = $result['name'];
23 $result = json_decode($oauth->request('user/emails'), true);
24 foreach ($result as $row) {
/plugin/davcal/
H A DcalendarBackendDokuwiki.php242 $result = array();
245 $result[] = array(
255 dbglog($result);
256 return $result;
315 $result = array();
331 dbglog($result);
332 return $result;
468 dbglog($result);
469 return $result;
565 dbglog($result);
[all …]
/plugin/structcombolookup/types/
H A DNarrowingLookup.php51 foreach ($results as $result) {
52 $options[$result[0]->getRawValue()] = $result[0]->getDisplayValue();
67 $result = $search->execute();
68 if (!isset($result[0])) return '';
69 return $result[0][0]->getRawValue();
95 $result = $search->execute();
97 $len = count($result);
102 … $options[$pids[$i]] = array($result[$i][0]->getDisplayValue(), $result[$i][1]->getRawValue());
/plugin/farmsync/meta/
H A DTemplateUpdates.php10 $result = new UpdateResults($template, $target);
17 $result->setMergeResult('new file');
18 $this->results[$target]['passed'][] = $result;
23 $result->setMergeResult('unchanged');
24 $this->results[$target]['passed'][] = $result;
29 $result->setMergeResult('file overwritten');
30 $this->results[$target]['passed'][] = $result;
33 $result = new TemplateConflict($template, $target);
34 $result->setMergeResult('merged with conflicts');
35 $this->results[$target]['failed'][] = $result;
/plugin/openid/Auth/OpenID/
H A DSQLStore.php385 if ($this->isError($result)) {
388 return $result;
402 if ($this->isError($result)) {
405 return $result;
495 if ($this->isError($result)) {
525 $result = "";
531 $result .= "\\\\000";
536 return $result;
549 $result = "";
569 $result .= $char;
[all …]
/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php309 $white = $this->helper->getBackColor($result);
318 $this->image = $result;
337 $black = $this->helper->getFontColor($result);
338 $white = $this->helper->getBackColor($result);
344 $this->image = $result;
379 $this->image = $result;
414 $this->image = $result;
440 imagesetthickness($result, 1);
443 $this->image = $result;
474 imagesetthickness($result, 1);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1ContinuousTestResult.php30 public $result; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1ContinuousTestResult
57 public function setResult($result) argument
59 $this->result = $result;
66 return $this->result;
H A DGoogleCloudDialogflowCxV3ContinuousTestResult.php30 public $result; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ContinuousTestResult
57 public function setResult($result) argument
59 $this->result = $result;
66 return $this->result;
/plugin/usecounter/
H A Dhelper.php27 $result = [];
28 $result[] = [
35 $result[] = [
43 $result[] = [
47 return $result;
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DMultiple.php65 ->when($result = iterator_to_array($multiple, false))
67 ->array($result)
88 ->when($result = iterator_to_array($multiple, false))
90 ->array($result)
105 ->when($result = iterator_to_array($multiple))
107 ->array($result)
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_mapping.js268 result = {};
272 if (hasOwnProperty.call(result, value)) {
273 result[value].push(key);
275 result[value] = [key];
278 return result;
/plugin/labeled/
H A Dhelper.php43 $result = '';
44 $result .= '<div class="plugin_labeled"><ul>';
63 $result .= sprintf('<a href="%s" title="%s">', $link, $title);
65 …$result .= hsc((isset($this->lang_translation[$label])) ? $this->lang_translation[$label] : $labe…
67 if ($edit) $result .= '</a>';
68 $result .= '</li>';
71 $result .= '</ul></div>';
72 return $result;
182 $result = array();
184 $result[] = $label['label'];
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DParamFilter.php48 $result = [
55 $result['name'] = $att['name'];
64 $result['is-not-defined'] = true;
67 $result['text-match'] = [
78 return $result;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DParamFilter.php48 $result = [
55 $result['name'] = $att['name'];
64 $result['is-not-defined'] = true;
67 $result['text-match'] = [
78 return $result;
/plugin/combo/ComboStrap/
H A DCacheResult.php13 * A class to tracks the cache result of each rendering by slot
21 private $result; variable in ComboStrap\\CacheResult
59 return $this->result;
62 public function setResult($result): CacheResult argument
64 $this->result = $result;
/plugin/translation3/
H A Daction.php84 foreach($event->result as $r => $t){
92 $event->result = array();
95 $event->result[$l[0]] = $l[1];
103 foreach($event->result as $r){
111 $event->result = array();
113 $event->result = array_merge($event->result,$r);
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlElement.php
/plugin/diagramsnet/
H A Dscript.js29 function(result) argument
31 if(result.message == 'success') {
32 …entWindow.postMessage(JSON.stringify({action: 'load', autosave: 1, xmlpng: result.content}), '*');
35 alert('An error occured while opening the file.\nError message: ' + result.message);
61 function(result) argument
65 if (result.message == 'success') {
77 …e file to the Wiki. You can export and save the file locally.\n Error message: " + result.message);
/plugin/eventum/
H A Dclass.Eventum_RPC.php123 $result = $this->client->send($msg);
125 if ($result === 0) {
128 if (is_object($result) && $result->faultCode()) {
129 throw new Eventum_RPC_Exception($result->faultString());
132 $value = XML_RPC_decode($result->value());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DBindResponse.php43 * @param LdapResult $result
46 public function __construct(LdapResult $result, ?string $saslCreds = null)
49 parent::__construct($result->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
40 __construct(LdapResult $result, string $saslCreds = null) global() argument
/plugin/maintenance/
H A Dhelper.php57 exec($cmd, $output, $result);
58 if ($result != 0) return 0;
74 $result = $this->script_updatelock($lockfile);
75 if ($result != 1) return 2;
78 exec($cmd, $output, $result);
79 if ($result != 0) return 2;
81 exec($cmd, $output, $result);
82 if ($result != 0) return 0;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DReachabilityDetails.php28 public $result; variable in Google\\Service\\NetworkManagement\\ReachabilityDetails
53 public function setResult($result) argument
55 $this->result = $result;
62 return $this->result;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/
H A DJsonErrorException.php36 private $result; variable in Elasticsearch\\Common\\Exceptions\\Serializer\\JsonErrorException
52 9 => 'Decoding of value would result in invalid PHP property name', //JSON_ERROR_INVALID_PROPERTY_NAME
56 public function __construct($code, $input, $result, $previous = null) argument
64 $this->result = $result;
80 return $this->result;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dremove.js15 var result = args[0],
16 delimiter = result.charAt(0),
17 lastIndex = result.lastIndexOf(delimiter);
19 return RegExp(result.slice(1, lastIndex), result.slice(lastIndex + 1));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DHandleRDateExpandTest.php42 $result = iterator_to_array($vcal->VEVENT);
44 $this->assertEquals(5, count($result));
55 $result = array_map(function($ev) {return $ev->DTSTART->getDateTime();}, $result);
56 $this->assertEquals($expected, $result);

1...<<11121314151617181920>>...80