Home
last modified time | relevance | path

Searched refs:result (Results 426 – 450 of 1997) sorted by relevance

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

/plugin/pwaoffline/node_modules/idb-keyval/dist/
H A Didb-keyval-iife.min.js1result)),o.onupgradeneeded=(()=>{o.result.createObjectStore(t)})})}_withIDBStore(e,t){return this.…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php164 $result = $vobj->serialize();
191 $this->assertEquals($expected, str_replace("\r", "", $result));
313 $result = $vobj->serialize();
348 $this->assertEquals($expected, str_replace("\r", "", $result));
372 $result = VObject\Reader::readJson($stream,0);
373 $this->assertEquals('foo', $result->FN->getValue());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php164 $result = $vobj->serialize();
191 $this->assertEquals($expected, str_replace("\r", "", $result));
313 $result = $vobj->serialize();
348 $this->assertEquals($expected, str_replace("\r", "", $result));
372 $result = VObject\Reader::readJson($stream,0);
373 $this->assertEquals('foo', $result->FN->getValue());
/plugin/struct/meta/
H A DAggregationValue.php22 // limit to first result
38 // Check that we actually got a result
41 // only one result
39 protected $result; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationValue
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php239 foreach ($result as $child) {
391 $result = $this->server->getProperties(
446 $result = $home->getCalendarObjectByUID($uid);
447 if ($result) {
449 $objectPath = $homePath . '/' . $result;
708 foreach ($results as $result) {
722 if (isset($result['calendar-data'])) {
763 $result = $aclPlugin->principalSearch(
771 if (!count($result)) {
850 $result = $generator->getResult();
[all …]
/plugin/bookcreator/syntax/
H A Dbookmanager.php167 $result = $this->getlist($order, $num);
168 if(sizeof($result) > 0) {
176 $form->addHTML($this->showlist($result, $bookmanager));
370 $result = array();
378 search($result, $conf['datadir'], 'search_allpages', $opts, $tt);
380 if(sizeof($result) > 0) {
383 usort($result, array($this, '_datesort'));
385 usort($result, array($this, '_titlesort'));
388 if($limit != 0) $result = array_slice($result,
470 showlist($result, $isbookmanager = false) global() argument
[all...]
/plugin/oauthdoorkeeper/
H A Daction.php28 $result = json_decode($raw, true);
30 $data['user'] = 'doorkeeper-' . $result['id'];
31 $data['name'] = 'doorkeeper-' . $result['id'];
32 $data['mail'] = $result['email'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DExecution.php43 public $result; variable in Google\\Service\\WorkflowExecutions\\Execution
130 public function setResult($result) argument
132 $this->result = $result;
139 return $this->result;
/plugin/elasticsearch/vendor/react/promise/src/
H A DRejectedPromise.php42 $result = $onRejected($this->reason);
44 if ($result instanceof self) {
45 throw UnhandledRejectionException::resolve($result->reason);
48 if ($result instanceof ExtendedPromiseInterface) {
49 $result->done();
H A DPromise.php8 private $result; variable in React\\Promise\\Promise
30 if (null !== $this->result) {
31 return $this->result->then($onFulfilled, $onRejected, $onProgress);
60 if (null !== $this->result) {
61 return $this->result->done($onFulfilled, $onRejected, $onProgress);
105 if (null === $this->canceller || null !== $this->result) {
144 if (null !== $this->result) {
164 $this->result = $promise;
176 while ($promise instanceof self && null !== $promise->result) {
177 $promise = $this->extract($promise->result);
[all...]
/plugin/zip/pear/File/Archive/Predicate/
H A DMIME.php63 $result = MIME_Type::wildcardMatch($mime, $sourceMIME);
65 $result = ($mime == $sourceMIME);
67 if ($result !== false) {
68 return $result;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DShareTest.php31 $result = $this->parse($xml);
48 $result['value']
66 $result = $this->parse($xml);
81 $result['value']
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropFindTest.php19 $result = $this->parse($xml, ['{DAV:}root' => 'Sabre\\DAV\\Xml\\Request\PropFind']);
24 $this->assertEquals($propFind, $result['value']);
37 $result = $this->parse($xml, ['{DAV:}root' => 'Sabre\\DAV\\Xml\\Request\PropFind']);
42 $this->assertEquals($propFind, $result['value']);
/plugin/htmlokay/
H A Dhelper.php24 $result = array();
25 $result[] = array(
30 $result[] = array(
36 $result[] = array(
42 $result[] = array(
47 $result[] = array(
53 $result[] = array(
59 $result[] = array(
65 $result[] = array(
71 return $result;
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php241 $result = 1;
244 $result = $this->mod($this->mul($result, $square), $modulus);
249 return $result;
345 $result = array();
348 $result[] =
354 $result[] = array('modules' => array('bcmath', 'php_bcmath'),
358 return $result;
428 $result = null;
429 return $result;
/plugin/refnotes/syntax/
H A Dreferences.php115 $result = refnotes_parser_core::getInstance()->canHandle($state);
117 if ($result) {
120 $result = $this->handleEnter($match);
124 $result = $this->handleExit();
129 if ($result === false) {
133 return $result;
140 $result = false;
146 $result = $this->renderReferences($mode, $renderer, $data);
150 $result = $this->renderMetadata($renderer, $data);
158 return $result;
[all...]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php550 $result = $vcal->getBaseComponent();
551 $this->assertEquals('test', $result->SUMMARY->getValue());
579 $result = $vcal->getBaseComponent();
580 $this->assertNull($result);
607 $result = $vcal->getBaseComponent('VEVENT');
608 $this->assertEquals('test', $result->SUMMARY->getValue());
628 $result = $vcal->getBaseComponent('VEVENT');
629 $this->assertNull($result);
757 $result = $vcal->validate($options);
759 $this->assertValidateResult($result, $expectedLevel, $expectedMessage);
/plugin/newpagetemplate/
H A Dhelper.php199 $result = $this->writePage($pages[$i], $res);
206 if($result) {
207 echo "\n<tr><td>$result</td></tr>\n";
215 if($result) {
216 echo "$result\n";
232 $result = $this->writePage($pages[$i], $res);
239 if($result) {
240 echo "\n<tr><td>$result</td></tr>\n";
248 if($result) {
249 echo "$result\
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php170 $result = '';
178 ) . $result;
180 $result = ltrim($result, '0');
186 $result = '-' . $result;
189 return $result;
209 $result = implode('', array_map('chr', $result));
218 $result;
696 $result = [];
778 return $result;
800 return (count($x_value) > count($y_value)) ? $result : -$result;
[all …]
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DEnumTest.php22 $result = $service->parse($xml);
30 $this->assertEquals($expected, $result);
50 $result = $service->parse($xml);
58 $this->assertEquals($expected, $result);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DRunAggregationQueryResponse.php50 public function setResult(AggregationResult $result) argument
52 $this->result = $result;
59 return $this->result;
/plugin/asciimath/
H A Dasciimathml148r.js496 return [node,result[1]];
539 return [AMcreateMmlNode(symbol.tag,result[0]),result[1]];
547 if (result[0].childNodes[i].nodeName=="mi" || result[0].nodeName=="mi") {
548 st = (result[0].nodeName=="mi"?result[0].firstChild.nodeValue:
627 result = AMparseSexpr(str);
628 node = result[0];
629 str = result[1];
638 str = result[1];
670 node = result[0];
671 str = result[1];
[all …]
/plugin/editor/
H A Dhelper.php13 $result = array();
14 $result[] = array(
23 return $result;
62 $result = array();
68 $result[] = $rec;
78 return $result;
/plugin/sqljson/
H A Dsyntax.php97 $result = mysqli_query($link, $querystring);
98 if ( $result )
101 $fieldcount = mysqli_num_fields($result);
103 $rowcount = mysqli_num_rows($result);
121 while ($fieldinfo = mysqli_fetch_field($result))
128 while ($row = mysqli_fetch_row($result))
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DSapiTest.php105 $result = ob_get_clean();
116 $this->assertEquals('foo', $result);
135 $result = ob_get_clean();
138 $this->assertEquals('Send this sentence.', $result);
160 $result = ob_get_clean();
163 $this->assertEquals('Send this sentence.', $result);

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