Home
last modified time | relevance | path

Searched refs:return (Results 126 – 150 of 1083) sorted by last modified time

12345678910>>...44

/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php321 $client->on('curlExec', function(&$return) {
326 $client->on('curlStuff', function(&$return) {
328 $return = [
437 $return = null;
438 $this->emit('curlStuff', [&$return]);
441 if (is_null($return)) {
444 return $return;
459 $return = null;
460 $this->emit('curlExec', [&$return]);
463 if (is_null($return)) {
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php39 $return = "";
41 $return .= $object->serialize();
78 $return = "";
80 $return .= $object->serialize();
125 $return = "";
139 $return .= $object->serialize();
165 $return = "";
167 $return .= $object->serialize();
259 $return = "";
276 $return .= $object->serialize();
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php102 $return = array();
111 $return[] = array(
117 $return[] = array(
125 return $return;
/plugin/davcal/vendor/sabre/http/
H A DREADME.md351 * @return void
366 * @return void
381 * @return void
400 * @return void
450 * @return void
468 * @return void
505 * @return void
535 * @return void
545 * @return void
556 * @return void
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php42 $return = [];
48 $return[] = $principal;
52 return $return;
/plugin/text/
H A Drenderer.php471 $height=NULL, $cache=NULL, $linking=NULL, $return=false) { argument
476 $height=NULL, $cache=NULL, $linking=NULL, $return=false) { argument
/plugin/indexmenu/
H A Dadmin.php
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example63 * @return {*} ...
68 return false;
/plugin/indexmenu/syntax/
H A Dindexmenu.php27 return 'substition';
35 return 'block';
43 return 138;
63 * @return array Return an array with all data you want to use in render
301 return [
349 * @return bool has $optionName?
361 return !in_array($inverseName, $opts);
363 return in_array($name, $opts);
374 * @return string|array
380 return
[all...]
/plugin/actionrenderer/
H A Drenderer.php417 …ull, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = false) argument
423 …ull, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = false) argument
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md133 // Notice that we have to return a request object
134 return $request->withHeader('X-Foo', 'Bar');
333 return a request, but rather creates a request, sends the request, and returns
809 * All response header helper functions return a string rather than mixing Header objects and string…
927 return $client;
953 return $client;
H A D.php_cs23 return $config;
H A DCHANGELOG.md399 * Removed the fluent interfaces (i.e., `return $this`) from requests,
660 * Command objects can now return the validation errors encountered by the command
825 * All response header helper functions return a string rather than mixing Header objects and string…
1059 * Magic methods return the result of a command
1082 * Magic methods on a Guzzle\Service\Client now return the command un-executed.
1113 * Bug: Fixed cases where CURLM_CALL_MULTI_PERFORM return codes were causing curl transactions to fa…
1147 * Stream and EntityBody objects will now return the file position to the previous position after a …
1199 * Batch divisors can now return iterators or arrays
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md109 …ds log/debug/info/notice/warning/error/critical/alert/emergency now have explicit void return types
141 …* Added scalar type hints and return hints in all the places it was possible. Switched strict_type…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md187 - `(new Uri())->withScheme('http')` will return `'http://localhost'`
243 streams, which can sometimes return fewer bytes than requested with `fread`.
H A DREADME.md221 this value and return fewer or more bytes than requested. Any extra data
223 the read() function of the PumpStream. The provided callable MUST return
264 return $result;
329 Will return `null` if the response is not printable.
410 This function can use the return value of `parse()` to build a query
501 number of suggested bytes to read. The callable can return any number of
502 bytes, but MUST return `false` when there is no more data to return. The
647 …as the default port of the current scheme. `Psr\Http\Message\UriInterface::getPort` may return null
H A D.php_cs.dist56 return $config;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md196 calls return unexpected 401 or 403 errors.
447 Some services return XML or similar by default, rather than JSON, which is what the library support…
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php187 $return = array();
192 $return[$key] = $this->nullPlaceholderCheck($a_value);
195 return $return;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md82 return "Hello, " . $value;
99 promise. The return value of a promise is what's forwarded to the next
114 return $nextPromise;
171 return new RejectedPromise($reason);
180 does not return a rejected promise, downstream `$onFulfilled` callbacks are
189 return "It's ok";
213 // Calling wait will return the value of the promise.
229 function. It will simply return the previously resolved value.
254 promise into the current state of execution (i.e., return the value of the
403 return $reactPromise;
[all …]
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md21 - Updated all `@return self` annotation references in interfaces to use
22 `@return static`, which more closelly follows the semantics of the
24 - Updated the `MessageInterface::getHeaders()` return annotation to use the
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md211 The return value of `JWT::decode` is the generic PHP object `stdClass`. If you'd like to handle wit…
215 // return type is stdClass
228 - Add parameter typing and return types where possible
/plugin/popupviewer/syntax/
H A Dviewer.php161 $return = '<area href="'.$id.'" ' . trim($more) . '';
162 $return .= ' title="'.$name.'" alt="'.$name.'"';
163 … $return .= ' shape="'.$isImageMap['shape'].'" coords="'.$isImageMap['coords'].'" />' . $script;
165 return $return;
/plugin/xcom/lang/en/
H A Dhowto.txt47 …a from the remote to the local wiki. There are several query types which return lists of pages and…
54 … a namespace in the ''ID'' field and return all the pages in that namespace. **''wiki.getAllPages…
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md24 * Updated PHPDocs for return types / exceptions / etc (@HenkPoley)
30 * Server request handlers can now return their own RootDSE if they choose to.
50 * Calling the LdapClient "read()" method with no arguments will now return the RootDSE by default.
51 * Fix an OpenLDAP specific bug in the paging helper class. OpenLDAP does not return a control when aborting paging.
61 * Add a read convenience method to the LdapClient to return a single LDAP entry.

12345678910>>...44