/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | OrderLineItem.php | 291 public function setReturns($returns) argument 293 $this->returns = $returns; 300 return $this->returns;
|
/plugin/searchstats/ |
H A D | helper.php | 27 'desc' => 'returns search word array', 34 'desc' => 'returns folder where data is saved',
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
H A D | max.rst | 7 ``max`` returns the biggest value of a sequence or a set of values: 19 {# returns "e" #}
|
H A D | min.rst | 7 ``min`` returns the lowest value of a sequence or a set of values: 19 {# returns "a" #}
|
/plugin/aclauditor/ |
H A D | helper.php | 29 '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 D | join.rst | 7 The ``join`` filter returns a string which is the concatenation of the items 13 {# returns 123 #}
|
H A D | abs.rst | 4 The ``abs`` filter returns the absolute value.
|
H A D | keys.rst | 4 The ``keys`` filter returns the keys of an array. It is useful when you want to
|
H A D | title.rst | 4 The ``title`` filter returns a titlecased version of the value. Words will
|
H A D | first.rst | 7 The ``first`` filter returns the first "element" of a sequence, a mapping, or
|
H A D | last.rst | 7 The ``last`` filter returns the last "element" of a sequence, a mapping, or
|
/plugin/rater/ |
H A D | syntax.php | 433 $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 D | CHANGELOG.md | 25 * 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.test | 2 _self returns the template name
|
/plugin/apidoc/ |
H A D | syntax.php | 47 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 D | odd.rst | 4 ``odd`` returns ``true`` if the given number is odd:
|
H A D | even.rst | 4 ``even`` returns ``true`` if the given number is even:
|
H A D | null.rst | 4 ``null`` returns ``true`` if the variable is ``null``:
|
/plugin/api/ |
H A D | README.md | 16 `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 D | tableCell.js.unc | 23 // * @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 D | sys.php | 59 * @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 D | CHANGELOG.md | 45 * `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 D | CHANGELOG.md | 52 * 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 D | helper.php | 53 'desc' => 'returns the authorization provider collection',
|
/plugin/webdav/vendor/sabre/http/ |
H A D | CHANGELOG.md | 25 * #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
|