Home
last modified time | relevance | path

Searched refs:returns (Results 1 – 25 of 233) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DOrderLineItem.php291 public function setReturns($returns) argument
293 $this->returns = $returns;
300 return $this->returns;
/plugin/searchstats/
Dhelper.php27 'desc' => 'returns search word array',
34 'desc' => 'returns folder where data is saved',
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
Dmin.rst7 ``min`` returns the lowest value of a sequence or a set of values:
19 {# returns "a" #}
Dmax.rst7 ``max`` returns the biggest value of a sequence or a set of values:
19 {# returns "e" #}
/plugin/aclauditor/
Dhelper.php29 'desc' => 'returns the list of ACLs that are applied on a resource (page/media)',
39 'desc' => 'returns the list of ACLs for a user/group',
49 …'desc' => 'returns the list of ACLs that are applied on a resource (page/media) for a user or a …
/plugin/improg/
Dsyntax.php88 $returns = array();
124 array_push($returns, $data);
129 usort($returns, "improgcmp");
139 foreach($returns as $findings) {
/plugin/rater/
Dsyntax.php433 $returns['ratings'] = array();
434 $returns['votings'] = array();
455 …if (count($links)>0) $returns = $this->rater_on_page($links, $listRatingFiles, $page_filepath, $re…
474 …if (count($links)>0) $returns = $this->rater_on_page($links, $listRatingFiles, $tmp['filepath'], $
477 $found_ratings = $returns['ratings'];
478 $found_votings = $returns['votings'];
895 function rater_on_page($links, $listRatingFiles, $page_filepath, $returns) { argument
936 …$returns['ratings'][] = array('id' => $rater_id, 'item' => $t1 , 'file' => basename($ratingFile), …
943 …$returns['votings'][] = array('id' => $rater_id, 'item' => $t1 , 'file' => basename($ratingFile), …
964 return $returns;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Djoin.rst7 The ``join`` filter returns a string which is the concatenation of the items
13 {# returns 123 #}
Dabs.rst4 The ``abs`` filter returns the absolute value.
Dkeys.rst4 The ``keys`` filter returns the keys of an array. It is useful when you want to
Dtitle.rst4 The ``title`` filter returns a titlecased version of the value. Words will
/plugin/asciidocjs/node_modules/promise/
DReadme.md119 This creates and returns a new promise. `resolver` must be a function. The `resolver` function is…
132 …then it returns a Promise for that value. If you pass it something that is close to a promise (su…
140 …. If it is called with a single argument that `Array.isArray` then this returns a promise for a c…
155 Takes a function which accepts a node style callback and returns a new function that returns a prom…
198returns a promise. If the handler that is called returns a promise, the promise returned by `.the…
214 If `callback` is `null` or `undefined` it just returns `this`. If `callback` is a function it is c…
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md25 * Changed: EventEmitter::listeners now returns just the callbacks for an event,
26 and no longer returns the list by reference. The list is now automatically
/plugin/asciidocjs/node_modules/concat-map/
DREADME.markdown41 When `fn(x, i)` returns an array, its result will be concatenated with the
42 result array. If `fn(x, i)` returns anything else, that value will be pushed
/plugin/asciidocjs/node_modules/character-parser/
DREADME.md79 It returns an object with the structure:
91 Parses the single character and returns the state. See `parse` for the structure of the returned s…
134 - `.current()` returns the innermost bracket (i.e. the last stack frame).
135 - `.isString()` returns `true` if the current location is inside a string.
136 - `.isComment()` returns `true` if the current location is inside a comment.
137 - `.isNesting([opts])` returns `true` if the current location is not at the top level, i.e. if the …
/plugin/apidoc/
Dsyntax.php47 public $name="", $definition="", $description="", $parameters=array(), $returns=""; variable in syntax_plugin_apidoc_data_method
54 $this->returns = $f[2];
195 …urns : </span><span class='apidoc_code'>" . $this->apidoc_highlight( $m->returns, true ) . "</span…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
D_self.test2 _self returns the template name
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
Deven.rst4 ``even`` returns ``true`` if the given number is even:
Dodd.rst4 ``odd`` returns ``true`` if the given number is odd:
Dnull.rst4 ``null`` returns ``true`` if the variable is ``null``:
/plugin/api/
DREADME.md16 `pages` returns a list of all pages
27 `page` returns much more information on a page than [pages](#pages)
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
DtableCell.js.unc23 // * @param {Function} setup Setup function which returns a value instead of setting it.
24 // * @returns {Function} A function to be used in dialog definition.
39 // when setup returns some value. Otherwise, a *default* value
55 // * @returns {String} A unit of width: 'px', '%' or undefined if none.
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
DCHANGELOG.md45 * `isset()` on `mostSpecificSubdivision` attribute now returns the
51 * `isset()` on `name` attribute now returns the correct value. Reported by
139 `GeoIP2\Database\Reader` class now has an `anonymousIp` method which returns
170 This returns a `MaxMind\Db\Reader\Metadata` class with information about the
247 * The REST API now returns a record with data about your account. There is
/plugin/autolink3/
Dsys.php59 * @return returns the result of the size comparison of two strings
71 * @return returns the result of the comparison of the two strings Alphabetically
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs17 * @returns {Function} the partially-applied function
92 * If the function passed to `asyncify` returns a Promise, that promises's
106 * @returns {AsyncFunction} An asynchronous wrapper of the `func`. To be
468 * @returns {Promise} a promise, if a callback is omitted
527 * @returns {Promise} a promise, if a callback is omitted
655 * @returns {Promise} a promise, if no callback is passed
666 * // asynchronous function that returns the file size in bytes
767 * @returns {AsyncFunction} - Returns a function that takes no args other than
804 * @returns {Promise} a promise, if a callback is omitted
828 * @returns {Promise} a promise, if no callback is passed
[all …]

12345678910