Home
last modified time | relevance | path

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

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderLineItem.php291 public function setReturns($returns) argument
293 $this->returns = $returns;
300 return $this->returns;
/plugin/searchstats/
H A Dhelper.php27 'desc' => 'returns search word array',
34 'desc' => 'returns folder where data is saved',
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dmax.rst7 ``max`` returns the biggest value of a sequence or a set of values:
19 {# returns "e" #}
H A Dmin.rst7 ``min`` returns the lowest value of a sequence or a set of values:
19 {# returns "a" #}
/plugin/aclauditor/
H A 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/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djoin.rst7 The ``join`` filter returns a string which is the concatenation of the items
13 {# returns 123 #}
H A Dabs.rst4 The ``abs`` filter returns the absolute value.
H A Dkeys.rst4 The ``keys`` filter returns the keys of an array. It is useful when you want to
H A Dtitle.rst4 The ``title`` filter returns a titlecased version of the value. Words will
H A Dfirst.rst7 The ``first`` filter returns the first "element" of a sequence, a mapping, or
H A Dlast.rst7 The ``last`` filter returns the last "element" of a sequence, a mapping, or
/plugin/rater/
H A 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/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A D_self.test2 _self returns the template name
/plugin/apidoc/
H A 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/doc/tests/
H A Dodd.rst4 ``odd`` returns ``true`` if the given number is odd:
H A Deven.rst4 ``even`` returns ``true`` if the given number is even:
H A Dnull.rst4 ``null`` returns ``true`` if the variable is ``null``:
/plugin/api/
H A 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/
H A 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/autolink3/
H A 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/quickstats/GEOIP/vendor/geoip2/geoip2/
H A 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/webdav/vendor/sabre/event/
H A DCHANGELOG.md52 * Changed: EventEmitter::listeners now returns just the callbacks for an event,
53 and no longer returns the list by reference. The list is now automatically
/plugin/fedauth/
H A Dhelper.php53 'desc' => 'returns the authorization provider collection',
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md25 * #56: `getBodyAsString` now returns at most as many bytes as the contents of
67 * #43: `getCredentials` returns null if incomplete. (@Hywan)
117 * `getHeaders()` now returns header values as an array, just like psr/http.
194 * Changed: Added Response::getStatusText(). This method returns the
196 Response::getStatus(), which now always returns just the status code as an

1234567