Home
last modified time | relevance | path

Searched refs:return (Results 826 – 850 of 1083) sorted by relevance

1...<<31323334353637383940>>...44

/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/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/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js.map1return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__…
H A Ddhtmlxgantt_keyboard_navigation.js.map1return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__…
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DCustomCanvas.java.bak86 return new SwingCanvas(this);
/plugin/authowncloud/
H A Dauth.php131 $return = true;
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp52 return oOption ;
/plugin/combo/action/
H A Droutermessage.php61 return $returnValues;
103 return;
142 return;
149 return;
187 return;
199 return;
228 $return = true
309 * @return bool
314 return true;
316 return
[all...]
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md178 * Changed: Request::getPath does not return the query part of the url, so
206 * Changed: getBody() now uses a bitfield to specify what type to return.
/plugin/mantis/lib/
H A Dnusoap.php7361 $this->return = $return;
7366 if(is_array($return) && isset($return['faultcode'])){
7368 $this->setError($return['faultcode'].': '.$return['faultstring']);
7374 return $return;
7378 return $return;
7381 if(is_array($return)){
7384 if(sizeof($return) > 1){
7385 return $return;
7388 $return = array_shift($return);
7391 return $return;
[all …]
H A Dchangelog164 - soap_server: when requested WSDL is in a file, return to client using passthru (thanks Ingo Fisch…
202 - soap_server: name the return value element 'return' by default
230 - soap_server: add methodreturnisliteralxml property to allow service function to return XML as a s…
334 … method when WSDL is used (without WSDL, cannot distinguish whether NULL or void return is desired)
335 - soapclient: for document style, call should always return an array rooted at the response part (a…
492 - soap_server: don't print return value within debug string; returned objects would need __toString…
559 - wsdl: wrap return value if unwrapped value is supplied and WSDL specifies Microsoft-style wrapping
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md37 - `CallbackGenerator`s that fail to set a URL or return an expected value
198 - Added missing return type to `Environment::dispatch()` to fix deprecation warning (#778)
257 - The `getEnvironment()` method of `CommonMarkConverter` and `GithubFlavoredMarkdownConverter` will always return the concrete, configurable `Environment` for upgrading convenience
364 - **Changed the converter return type**
404 - **Added missing return types to virtually every class and interface method**
435 - Several methods which previously returned `$this` now return `void`
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php43 public function CoonsPatchMesh($x, $y, $w, $h, $patch_array = [], $x_min = 0, $x_max = 1, $y_min = 0, $y_max = 1, $colspace = 'RGB', $return = false) argument
140 if ($return) {
141 return $s; argument
155 public function Gradient($x, $y, $w, $h, $type, $stops = [], $colorspace = 'RGB', $coords = '', $extend = '', $return = false, $is_mask = false)
609 if ($return) {
610 return $s;
740 return $g;
883 return $g;
921 return $stop;
933 return
[all...]
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md127 return false === in_array($value, ['a', 'e', 'i', 'o', 'u']);
292 return $current[0] * $current[1];
427 return mt_rand($key, $key * 2);
/plugin/txt2tags/
H A DREADME.doku81 if(substr($ID,-4) != '.t2t') return true;
H A DREADME.t2t81 ``` if(substr($ID,-4) != '.t2t') return true;
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample02.asp55 return oOption ;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02_mx.cfm54 return oOption ;
/plugin/combo/ComboStrap/
H A DCallStack.php68 * the boundary, ie you can do a {@link \prev}` after that a {@link \next} return false
113 return;
126 return;
155 return;
159 return;
180 return self::createFromHandler($handler);
191 return new class {
196 return new CallStack($emptyHandler);
201 return CallStack::createEmpty()
209 * @return strin
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst135 return the escaping strategy to use -- the callback cannot be a function name
266 return as soon as the template is found. When rendering the ``index.html``
289 * @return string The template source code
300 * @return string The cache key
313 The ``isFresh()`` method must return ``true`` if the current cached template
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php271 return;
288 return;
520 $return = "";
524 $return .= $transformations;
653 $return .= sprintf('%.3F 0 0 %.3F %.3F %.3F cm ', $a * $this->kp, $d * $this->kp, $e * $this->kp, $f * $this->kp);
657 $return .= $transformations;
758 return '';
798 $return .= ' /TGS' . ($n) . ' gs ';
800 $return .= ' /Sh' . ($n) . ' sh ';
801 $return
[all...]
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md211 * Changed: Request::getPath does not return the query part of the url, so
239 * Changed: getBody() now uses a bitfield to specify what type to return.
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as119 return ++counter;
175 return negotiating;
/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`.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc55 $params['name'] = (list) A comma-separated list of alias names to return
114 $params['fields'] = (list) A comma-separated list of fields to return the fielddata size
174 $params['pri'] = (boolean) Set to true to return stats only for primary shards (Default = false)
483 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
484 $params['actions'] = (list) A comma-separated list of actions that should be returned. Leave empty to return all.

1...<<31323334353637383940>>...44