Home
last modified time | relevance | path

Searched refs:result (Results 376 – 400 of 1997) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2InspectContentResponse.php28 public function setResult(GooglePrivacyDlpV2InspectResult $result) argument
30 $this->result = $result;
37 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DReviewsReplyResponse.php28 public function setResult(ReviewReplyResult $result) argument
30 $this->result = $result;
37 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DVpnGatewaysGetStatusResponse.php28 public function setResult(VpnGatewayStatus $result) argument
30 $this->result = $result;
37 return $this->result;
H A DUrlMapsValidateResponse.php28 public function setResult(UrlMapValidationResult $result) argument
30 $this->result = $result;
37 return $this->result;
H A DInterconnectsGetDiagnosticsResponse.php28 public function setResult(InterconnectDiagnostics $result) argument
30 $this->result = $result;
37 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1RunTestCaseResponse.php28 public function setResult(GoogleCloudDialogflowCxV3beta1TestCaseResult $result) argument
30 $this->result = $result;
37 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DExecuteStreamResponse.php28 public function setResult(ScriptExecutionResult $result) argument
30 $this->result = $result;
37 return $this->result;
/plugin/webdavclient/
H A Dadmin.php19 protected $result = null; variable in admin_plugin_webdavclient
124 $this->result['connid'] = $param;
140 $this->result = $this->hlp->queryServer($uri, $username, $password);
141 $this->result['username'] = $username;
142 $this->result['password'] = $password;
143 $this->result['uri'] = $uri;
178 … if(count($this->result['calendars']) == 0 && count($this->result['addressbooks']) == 0)
188 foreach($this->result['calendars'] as $href => $dn)
202 foreach($this->result['addressbooks'] as $href => $dn)
211 … ptln('<input type="hidden" name="addusername" value="'.$this->result['username'].'">');
[all …]
/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php208 $result = GTUtil::readLong($this->content, $this->publicationBlockBegin);
209 $result = $result->getValue();
211 return $result;
223 $result = $result->getValue();
225 return $result;
291 $result = array();
295 array_push($result, $this->getEncodedPublication($offset));
299 return $result;
519 $result = GTUtil::readLong($bytes, 0);
520 $result = $result->getValue();
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DBaseTestListenerTest.php16 private $result; variable in Framework_BaseTestListenerTest
20 $this->result = new PHPUnit_Framework_TestResult;
22 $this->result->addListener($listener);
24 $test->run($this->result);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php24 * The default implementation initializes the aggregate result to
27 * if the result is `false` no more children are visited and the current
28 * aggregate result is returned. After visiting a child, the aggregate
29 * result is updated by calling {@see AbstractParseTreeVisitor::aggregateResult()}
30 * with the previous aggregate result and the result of visiting the child.
40 $result = $this->defaultResult();
45 if (!$this->shouldVisitNextChild($node, $result)) {
54 $result = $this->aggregateResult($result,
[all...]
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListens.php60 ->when($result = $listenable->_setListener($listener))
62 ->variable($result)
74 ->when($result = $listenable->_getListener())
76 ->object($result)
93 ->when($result = $listenable->on('foo', $callable))
95 ->object($result)
/plugin/combo/ComboStrap/
H A DHttp.php26 $result = self::getHeadersForName($name, $headers);
28 if (count($result) == 0) {
32 return $result[0];
86 $result = array();
96 $result[] = $header;
99 return $result;
/plugin/zip/pear/File/Archive/Reader/
H A DConcat.php110 $result = '';
111 while ($length == -1 || strlen($result)<$length) {
113 $length==-1 ? -1 : $length - strlen($result)
129 $result .= $sourceData;
132 $this->filePos += strlen($result);
133 return $result == '' ? null : $result;
/plugin/recommend/
H A Dscript.js86 .fail(function (result) { argument
87 if (result.responseJSON) {
88 if (result.responseJSON.stacktrace) {
89 … console.error(result.responseJSON.error + "\n" + result.responseJSON.stacktrace);
91 alert(result.responseJSON.error);
94 alert(jQuery(result.responseText).text());
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php71 $result = $this->parseCurrentElement();
84 return $result;
107 $result = $this->parseInnerTree($elementMap);
108 if (!is_array($result)) {
111 return $result;
213 $result = '';
218 $result .= $this->value;
221 return $result;
/plugin/maintenance/
H A Dadmin.php94 $result = $this->helper->script_start($script);
95 switch ($result) {
112 $result = $this->helper->script_stop();
113 switch ($result) {
136 $result = $this->helper->manual_lock();
137 switch ($result) {
154 $result = $this->helper->manual_unlock();
155 switch ($result) {
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php71 $result = $this->parseCurrentElement();
84 return $result;
107 $result = $this->parseInnerTree($elementMap);
108 if (!is_array($result)) {
111 return $result;
213 $result = '';
218 $result .= $this->value;
221 return $result;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DSerializationContextFactoryTest.php58 $result = $serializer->serialize(['value' => null], 'json');
60 self::assertEquals('{"value":null}', $result);
77 $result = $serializer->deserialize('{"value":null}', 'array', 'json');
79 self::assertEquals(['value' => null], $result);
97 $result = $serializer->toArray(['value' => null]);
99 self::assertEquals(['value' => null], $result);
116 $result = $serializer->fromArray(['value' => null], 'array');
118 self::assertEquals(['value' => null], $result);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php162 $result = $this->visit($navigator, $visitor, $context, $data, $format, $type);
163 return $visitor->getResult($result);
178 $result = $this->visit($navigator, $visitor, $context, $data, $format, $type);
180 return $visitor->getResult($result);
196 $result = $this->visit($navigator, $visitor, $context, $data, 'json', $type);
197 $result = $this->convertArrayObjects($result);
199 if (!\is_array($result)) {
203 \is_object($result) ? \get_class($result) : \gettype($result)
207 return $result;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalPropertySearchTest.php169 $result = $xml->xpath($xpath);
174 …->assertEquals($count,count($result), 'we expected ' . $count . ' appearances of ' . $xpath . ' . …
242 $result = $xml->xpath($xpath);
247 …->assertEquals($count,count($result), 'we expected ' . $count . ' appearances of ' . $xpath . ' . …
314 $result = $xml->xpath($xpath);
319 …->assertEquals($count,count($result), 'we expected ' . $count . ' appearances of ' . $xpath . ' . …
373 $result = $xml->xpath($xpath);
378 …->assertEquals($count,count($result), 'we expected ' . $count . ' appearances of ' . $xpath . ' . …
/plugin/discussion/
H A Dadmin.php100 $result = array();
109 $result[] = array(
117 usort($result, array('admin_plugin_discussion', '_threadCmp'));
119 return $result;
198 $result = array();
200 $this->_addComment($cid, $data, $result);
203 if (empty($result)) {
206 return $result;
215 * @param array $result
227 $result[] = $comment;
[all …]
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php565 $result = PHPUnit::run($this->suite);
573 $this->_updateProgress($result->runCount(),
574 $result->errorCount(),
575 $result->failureCount()
579 $this->_showFailures($result->errors(), $this->dumpArea);
584 $this->_showAll($result, $this->reportArea);
587 $this->_showFailures($result->failures(), $this->reportArea);
695 function _showAll(&$result) argument
699 $this->reportArea->insert_text($result->toString(), 0);
712 foreach (array_reverse($results, true) as $result) {
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfArray.php33 $result = [];
41 $result[] = $value;
45 $v->value = $result;
74 $result = PdfType::ensureType(self::class, $array, 'Array value expected.');
83 return $result;
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DAvailable.php87 $result = parent::validate($options);
90 $result[] = array(
98 $result[] = array(
105 return $result;

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