Home
last modified time | relevance | path

Searched refs:result (Results 276 – 300 of 1997) sorted by relevance

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DMontgomery.php82 $result = $part1->multiply($mod2);
83 $result = $result->multiply($y1);
88 $result = $result->add($temp);
89 list(, $result) = $result->divide($n);
91 return $result;
/plugin/xcom/scripts/
H A Dtest.php6 $result = json_decode($rem->pageVersions("events:event_handlers")); variable
8 for($i=0; $i<count($result);$i++) {;
9 $result[$i]->modified = date("r",$result[$i]->modified);
12 echo print_r($result,1) ."\n";
/plugin/translation2/
H A Daction.php102 $result = ' <div id="langswitcher" class="no">';
103 $result .= '<ul style="list-style: none; display: inline;">';
116 …$result .= '<li style="display: inline; padding: 2px;"' . ((!empty($class))?' class="'.trim($class…
118 $result .= '<a href="' . wl($newID) . '">' . $img . '</a>';
120 $result .= $img;
122 $result .= '</li>';
124 $result .= '</ul>';
125 $result .= '</div>';
126 return $result;
/plugin/gtime/gtlib/tsp/
H A DGTDataHash.php145 $result = hash_update($this->hashContext, GTUtil::fromByteArray($bytes));
147 if (!$result) {
181 $result = hash_update_file($this->hashContext, $file);
183 if (!$result) {
210 $result = hash_update_stream($this->hashContext, $handle);
212 if (!$result) {
288 $result = array($this->hashAlgorithm->getGtid());
291 array_push($result, $byte);
294 return $result;
/plugin/oauthazure/
H A Daction.php39 $result = (array)$decodedObj;
40 if (!$result) throw new OAuthException('Failed to parse data from userinfo from JWT');
43 $data['user'] = $result['preferred_username'];
44 $data['name'] = $result['name'];
45 $data['mail'] = $result['email'];
46 $data['grps'] = array_merge($result['groups'] ?? [], $result['roles'] ?? []);
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js122 return result;
320 return result;
345 return result;
409 if (_.has(result, key)) result[key].push(value); else result[key] = [value];
422 if (_.has(result, key)) result[key]++; else result[key] = 1;
546 return result;
568 return result;
595 return result;
610 return result;
704 if (_.isObject(result)) return result;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php209 $result->stopOnError(true);
325 $result->addListener(
335 $result->addListener(
345 $result->addListener(
478 $result->addListener(
484 $result->addListener(
490 $result->addListener(
496 $result->addListener(
517 $suite->run($result);
520 $result->flushListeners();
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DCounter.php56 ->when($result = iterator_to_array($iterator))
58 ->array($result)
66 ->when($result = iterator_to_array($iterator))
68 ->array($result)
85 ->when($result = iterator_to_array($iterator))
87 ->array($result)
H A DAppend.php62 ->when($result = iterator_to_array($append, false))
64 ->array($result)
86 ->when($result = iterator_to_array($append))
88 ->array($result)
101 ->when($result = iterator_to_array($append))
103 ->array($result)
/plugin/oauthkeycloak/
H A Daction.php39 $result = json_decode($raw, true);
40 if (!$result) throw new OAuthException('Failed to parse data from userinfo endpoint');
43 $data['user'] = $result['preferred_username'];
44 $data['name'] = $result['name'];
45 $data['mail'] = $result['email'];
46 $data['grps'] = $result['groups'];
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLastModifiedTest.php16 $result = $this->write($val);
22 $this->assertXmlStringEqualsXmlString($expected, $result);
32 $result = $this->write($val);
38 $this->assertXmlStringEqualsXmlString($expected, $result);
50 $result = $this->parse($input, $elementMap);
54 $result['value']->getTime()
/plugin/combo/ComboStrap/Web/
H A DSanitizer.php20 $result = preg_match_all("/$pattern/im", $content, $matches);
21 if ($result) {
30 $result = preg_match_all("/$pattern/im", $content, $matches);
31 if ($result) {
36 $result = preg_match_all("/$pattern/im", $content, $matches);
37 if ($result) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTreeTest.php67 $result = $tree->getMultipleNodes(['hi/sub', 'hi/file']);
68 $this->assertArrayHasKey('hi/sub', $result);
69 $this->assertArrayHasKey('hi/file', $result);
71 $this->assertEquals('sub', $result['hi/sub']->getName());
72 $this->assertEquals('file', $result['hi/file']->getName());
78 $result = $tree->getMultipleNodes(['multi/1', 'multi/2']);
79 $this->assertArrayHasKey('multi/1', $result);
80 $this->assertArrayHasKey('multi/2', $result);
227 $result = [];
231 $result[] = $child;
[all …]
/plugin/odt/helper/
H A Dstylefactory.php32 $result = array();
33 $result[] = array(
42 $result[] = array(
51 $result[] = array(
60 $result[] = array(
68 $result[] = array(
76 $result[] = array(
84 return $result;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestImplementorTest.php15 $result = new PHPUnit_Framework_TestResult;
18 $test->run($result);
20 $this->assertCount(count($test), $result);
21 $this->assertEquals(0, $result->errorCount());
22 $this->assertEquals(0, $result->failureCount());
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.utils.inc.php99 $result = "";
111 $result .= $matches[1];
177 return $result;
209 $result = "";
222 return $result.$html;
314 $result = "";
321 return $result.$html;
458 $result = "";
467 return $result.$html;
471 $result = "";
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php138 if ($result) {
139 $this->root->add($result);
173 if ($result) {
492 $result = '';
498 $result .='\\';
502 $result .="\n";
505 $result .=';';
508 $result .=',';
512 $result = '';
515 $result .= $match;
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php138 if ($result) {
139 $this->root->add($result);
173 if ($result) {
492 $result = '';
498 $result .='\\';
502 $result .="\n";
505 $result .=';';
508 $result .=',';
512 $result = '';
515 $result .= $match;
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php138 if ($result) {
139 $this->root->add($result);
173 if ($result) {
492 $result = '';
498 $result .='\\';
502 $result .="\n";
505 $result .=';';
508 $result .=',';
512 $result = '';
515 $result .= $match;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BinaryAuthorization/
H A DValidateAttestationOccurrenceResponse.php29 public $result; variable in Google\\Service\\BinaryAuthorization\\ValidateAttestationOccurrenceResponse
48 public function setResult($result) argument
50 $this->result = $result;
57 return $this->result;
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/
H A DGamma.php60 ->when($result = iterator_to_array($iterator))
62 ->array($result)
74 ->when($result = iterator_to_array($iterator))
76 ->array($result)
93 ->when($result = iterator_to_array($iterator))
95 ->array($result)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DRepeatedTestTest.php28 $result = $test->run();
29 $this->assertCount(2, $result);
37 $result = $test->run();
38 $this->assertCount(6, $result);
46 $result = $test->run();
47 $this->assertCount(0, $result);
/plugin/whoisonline/
H A Dsyntax.php77 $result = "";
79 $result .= "<div class='WIO_onlineWidget'>";
80 $result .= "<div class='WIO_count'>".$onlinecount."</div>";
81 $result .= "<div class='WIO_label'>online</div>";
83 $result .= "<div class='WIO_panel' style='display:none;'>Loading</div>";
85 $result .= "</div>";
87 return $result;
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php38 $result = $this->auth->init();
58 $result = $this->auth->validate($secretKey);
60 $this->assertFalse($result);
81 $result = $this->auth->validate($secretKey);
83 $this->assertFalse($result);
109 $result = $this->auth->validate($secretKey);
111 $this->assertFalse($result);
137 $result = $this->auth->validate($secretKey);
139 $this->assertFalse($result);
168 $result = $this->auth->validate($secretKey);
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerProcessMessageTest.php30 $result = $this->process($itip, null, $expected);
65 $result = $this->process($itip, $old, $expected);
101 $result = $this->process($itip, $old, $expected);
121 $result = $this->process($itip, $old, $expected);
140 $result = $this->process($itip, $old, $expected);
160 $result = $this->process($itip, $old, $expected);

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