Home
last modified time | relevance | path

Searched refs:result (Results 476 – 500 of 1997) sorted by relevance

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

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DCardTest.php37 $result = $this->card->get();
38 $this->assertEquals('card', $result);
55 $result = $this->card->get();
56 $this->assertEquals("BEGIN:VCARD\nVERSION:3.0\nUID:12345\nEND:VCARD", $result);
70 $result = $this->card->get();
71 $this->assertEquals('newdata', $result);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php139 * @param FutureArrayInterface $result Response of a request (promise)
144 public function resultOrFuture(FutureArrayInterface $result, array $options = []) argument
150 $result = $result->wait();
151 } while ($result instanceof FutureArrayInterface);
153 return $result;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAsyncReadStream.php156 $result = $buffer->write($string);
158 return $result;
187 $result = $this->stream->read($length);
196 $resultLen = strlen($result);
202 $result .= $pumpFn($length - $resultLen);
205 return $result;
/plugin/statistics/
H A Dhelper.php103 $result = mysqli_query($link, $sql_string);
104 if($result === false) {
113 if($result !== true) {
114 for($i = 0; $i < mysqli_num_rows($result); $i++) {
115 $temparray = mysqli_fetch_assoc($result);
118 mysqli_free_result($result);
/plugin/gtime/gtlib/util/
H A DGTBaseX.php167 $result = "";
179 $result .= $separator;
192 $result .= $this->chars[($buff >> ($size - $this->bits)) & $mask];
203 $result .= $separator;
206 $result .= $this->pad;
210 return $result;
229 $result = array();
257 $result[$i] = (($buff >> ($size - 8)) & 0xff);
265 return $result;
/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php79 $result = null;
102 $result = new static(
114 return $result;
192 $result = false;
199 $result = true;
204 return $result;
214 $result = false;
222 $result = true;
227 return $result;
/plugin/singlesearchresult/
H A Daction.php26 $result = $event->result;
29 if(count($result) == 1) {
30 $pageid = key($result);
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DTableRowRenderer.php32 $result = $DWRenderer->renderNodes($node->children());
33 $result = preg_replace('/\n/', "", $result); # row on one line
34 return $result . '|';
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMercurialProcessor.php66 $result = explode(' ', trim(`hg id -nb`));
68 if (count($result) >= 3) {
70 'branch' => $result[1],
71 'revision' => $result[2],
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php30 $result = $vcal->serialize();
61 $this->assertEquals($output, str_replace("\r", "", $result));
84 $result = $vcal->serialize();
115 $this->assertEquals($output, str_replace("\r", "", $result));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php120 $result = $this->stream;
125 return $result;
182 $result = ftell($this->stream);
184 if ($result === false) {
188 return $result;
247 $result = fwrite($this->stream, $string);
249 if ($result === false) {
253 return $result;
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarTest.php60 $result = $this->calendar->propPatch($propPatch);
61 $result = $propPatch->commit();
63 $this->assertEquals(true, $result);
79 $result = $this->calendar->getProperties($question);
81 foreach($question as $q) $this->assertArrayHasKey($q,$result);
83 …$this->assertEquals(array('VEVENT','VTODO'), $result['{urn:ietf:params:xml:ns:caldav}supported-cal…
242 $result = $this->calendar->getSupportedPrivilegeSet();
246 $result['aggregates'][0]['aggregates'][2]['privilege']
H A DCalendarHomeNotificationsTest.php39 $result = $calendarHome->getChildren();
40 $this->assertEquals('notifications', $result[0]->getName());
48 $result = $calendarHome->getChild('notifications');
49 $this->assertEquals('notifications', $result->getName());
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dmapping.fp.js324 result = {};
328 if (hasOwnProperty.call(result, value)) {
329 result[value].push(key);
331 result[value] = [key];
334 return result;
/plugin/blogtng/action/
H A Dpagedata.php39 $data = $event->result; //newly rendered data is here.
86 $event->result['current']['subject'] = [];
87 unset($event->result['persistent']['subject']);
93 …$event->result['current']['subject'] = array_unique(array_merge((array)$data['current']['subject']…
95 $event->result['current']['subject'] = $taghelper->getTags();
/plugin/letsencrypt/
H A DLescript.php125 $result = $this->signedRequest(
137 if (empty($result['status']) || $result['status'] == "invalid") {
138 … throw new \RuntimeException("Verification ended with error: " . json_encode($result));
140 $ended = !($result['status'] === "pending");
147 $result = $this->client->get($location);
151 $this->log("Verification ended with status: ${result['status']}");
174 $result = $this->signedRequest(
188 $result = $this->client->get($location);
198 $certificates[] = $this->parsePemFromBody($result);
203 $result = $this->client->get($link);
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php178 $result = [];
180 $result = array_merge($result, $childGroup);
183 return $result;
194 $result = [];
199 $result[] = $child;
204 return $result;
236 return $result;
241 $result,
251 $result = [];
255 $result[] = $child;
[all …]
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php187 $result = array();
190 $result[] = JsHttpRequest::php2js($v);
192 return '[ ' . join(', ', $result) . ' ]';
195 $result[] = JsHttpRequest::php2js($k) . ': ' . JsHttpRequest::php2js($v);
197 return '{ ' . join(', ', $result) . ' }';
259 $result = array(
268 … array_walk_recursive($result, array(&$this, '_toUtf8_callback'), $this->SCRIPT_ENCODING);
271 $text = json_encode($result);
273 $text = $this->php2js($result);
276 $text = $this->php2js($result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientTest.php129 $result = $client->propfind('foo', ['{DAV:}displayname', '{urn:zim}gir']);
131 $this->assertEquals(['{DAV:}displayname' => 'bar'], $result);
179 $result = $client->propfind('foo', ['{DAV:}displayname', '{urn:zim}gir'], 1);
185 ], $result);
219 … $result = $client->propPatch('foo', ['{DAV:}displayname' => 'hi', '{urn:zim}gir' => null], 1);
238 $result = $client->options();
242 $result
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js255 if (result == null)
261 return result;
673 var result = {};
760 return result;
835 var result = {};
864 return result;
874 var result = {};
897 return result;
942 result.vertex = 1;
947 result.edge = 1;
[all …]
/plugin/tablecalc/
H A Dscript.js142 var result="";
144 result="new Array(";
147 result+=',';
149 result+="'"+members[k]+"'";
151 result+=")"
155 return eval(result);
375 var result="";
382 result=members[0]*1;
385 result="new Array(";
388 result+=',';
[all …]
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php76 $result = $db->store_result ();
77 if ($result instanceof mysqli_result) {
79 $rows = $this->mysql_fetch_all ( $result );
89 $result->free ();
91 } else if (is_bool ( $result )) {
95 var_dump ( $result );
134 $result = pg_query ( $db, $query );
135 if ($result) {
139 $rows = pg_fetch_all ( $result );
169 private function mysql_fetch_all($result) { argument
[all …]
/plugin/odt/helper/
H A Dconfig.php28 $result = array();
29 $result[] = array(
34 $result[] = array(
40 $result[] = array(
46 $result[] = array(
52 $result[] = array(
58 $result[] = array(
64 $result[] = array(
70 $result[] = array(
76 $result[] = array(
[all …]
/plugin/tagfilter/
H A Dstyle.css427 .select2-results ul.select2-result-sub {
432 .select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
433 .select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
434 .select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result
[all...]

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