Home
last modified time | relevance | path

Searched refs:age (Results 1 – 25 of 77) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DHttpCacheControlResponseHeader.php25 public $age; variable in Google\\Service\\Container\\HttpCacheControlResponseHeader
38 public function setAge($age) argument
40 $this->age = $age;
47 return $this->age;
/plugin/src/
H A Daction.php82 $age = 0;
95 $age = max($age,$mtime);
98 return $age ? time()-$age : null;
/plugin/source/
H A Daction.php80 $age = 0;
93 $age = max($age,$mtime);
96 return $age ? time()-$age : null;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DBucketLifecycleRuleCondition.php26 public $age; variable in Google\\Service\\Storage\\BucketLifecycleRuleCondition
67 public function setAge($age) argument
69 $this->age = $age;
76 return $this->age;
/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php153 $age = max(0, time() - $parsedDate);
155 $age = max($age, strtotime($responseHeaders['age']));
158 return $freshnessLifetime <= $age;
/plugin/twitter/
H A Daction.php67 $age = 0;
74 return $age ? time() - $age : null;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/accessor_inferred/
H A DPerson.yml2 custom_accessor_order: ["age", "name"]
5 age: ~
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DPersonSecret.yml8 age:
10 expose_if: "show_data('age')"
H A DPerson.yml9 age:
/plugin/preregister/
H A Dadmin.php89 $age = $current_time - $entry['savetime'];
90 if($age >= $delete_time) {
92 $hours = round(($age/3600),2);
/plugin/preregister/lang/fr/
H A Dinfo.txt3 …''. La colonne ''age'' représente la durée pendant laquelle la donnée s'est trouvée dans le fichie…
/plugin/preregister/lang/ja/
H A Dinfo.txt3age 列」はデータファイルへの入力されてからの時間の長さです。
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DPersonSecret.php30 public $age; variable in JMS\\Serializer\\Tests\\Fixtures\\PersonSecret
H A DPersonSecretVirtual.php29 public $age; variable in JMS\\Serializer\\Tests\\Fixtures\\PersonSecretVirtual
H A DPerson.php27 public $age; variable in JMS\\Serializer\\Tests\\Fixtures\\Person
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Da116949e446f34dc25ae57d4b703d0c1.asciidoc9 'age' => [
H A D47bb632c6091ad0cd94bc660bdd309a5.asciidoc13 'age' => '40',
H A Dd8b2a88b5eca99d3691ad3cd40266736.asciidoc10 'age' => [
H A D06afce2955f9094d96d27067ebca32e8.asciidoc21 'age' => [
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php99 $person->age = 28;
111 $person->age = 28;
249 $personA->age = 11;
253 $personB->age = 22;
/plugin/preregister/lang/nl/
H A Dinfo.txt2 Weet u zeker dat u wilt verwijderen? Klik dan op "Bevestig verwijderen". De "age column" is het ti…
/plugin/preregister/lang/en/
H A Dinfo.txt2 …o delete the listed items from the data file, click on the ''Confirm deletions'' button. The ''age
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml193 age: 38
200 'age' => 38
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js166 var people = [{name: 'moe', age: 30}, {name: 'curly', age: 50}];
499 var people = [{name: 'moe', age: 30}, {name: 'curly', age: 50}];
636 var people = [{name: 'curly', age: 50}, {name: 'moe', age: 30}];
637 people = _.sortBy(people, function(person){ return person.age; });
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc49 'age' => [
213 'age' => [

1234