Home
last modified time | relevance | path

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

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ !
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/source/ !
Daction.php80 $age = 0;
93 $age = max($age,$mtime);
96 return $age ? time()-$age : null;
/plugin/src/ !
Daction.php82 $age = 0;
95 $age = max($age,$mtime);
98 return $age ? time()-$age : null;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/ !
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/ !
DGoogle_CacheParser.php153 $age = max(0, time() - $parsedDate);
155 $age = max($age, strtotime($responseHeaders['age']));
158 return $freshnessLifetime <= $age;
/plugin/twitter/ !
Daction.php67 $age = 0;
74 return $age ? time() - $age : null;
/plugin/traumacalc/ !
Dscript.js51 const age = parseInt(document.getElementById('traumacalc_age').value) || 0;
54 if (age < 0 || age > 120) {
60 const A = age > 54 ? 1 : 0;
/plugin/json/demo/ !
Djson_usage_demo.txt10 "age": 30,
23 "age": 30,
53 …older than 40: %$person.firstName(person.age>40)%. This person is younger than 40: %$person.firstN…
55 …older than 40: %$person.firstName(person.age>40)%. This person is younger than 40: %$person.firstN…
96 %$person{"First name":firstName, "Age":age, "Main car":cars.0.name, "Not existing":middleName}%
98 %$person{"First name":firstName, "Age":age, "Main car":cars.0.name, "Not existing":middleName}%
/plugin/preregister/ !
Dadmin.php89 $age = $current_time - $entry['savetime'];
90 if($age >= $delete_time) {
92 $hours = round(($age/3600),2);
/plugin/jsoneditor/demo/ !
Djsoneditor_demo.txt12 "age",
26 "age": {
119 "age": 25,
/plugin/json/demo/1000files/ !
Dfile1.txt9 "age": 29,
66 "age": 35,
123 "age": 31,
180 "age": 24,
237 "age": 33,
294 "age": 40,
351 "age": 40,
408 "age": 28,
465 "age": 40,
/plugin/preregister/lang/fr/ !
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/ !
Dinfo.txt3age 列」はデータファイルへの入力されてからの時間の長さです。
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ !
DPersonSecret.php30 public $age; variable in JMS\\Serializer\\Tests\\Fixtures\\PersonSecret
DPersonSecretVirtual.php29 public $age; variable in JMS\\Serializer\\Tests\\Fixtures\\PersonSecretVirtual
DPerson.php27 public $age; variable in JMS\\Serializer\\Tests\\Fixtures\\Person
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ !
Da116949e446f34dc25ae57d4b703d0c1.asciidoc9 'age' => [
D47bb632c6091ad0cd94bc660bdd309a5.asciidoc13 'age' => '40',
Dd8b2a88b5eca99d3691ad3cd40266736.asciidoc10 'age' => [
D06afce2955f9094d96d27067ebca32e8.asciidoc21 'age' => [
/plugin/smartcache/ !
Daction.php49 //$event->data[] = 'Cache-Control: public, max-age='.max($conf['cachetime'], 2000000);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ !
DXmlSerializationTest.php99 $person->age = 28;
111 $person->age = 28;
249 $personA->age = 11;
253 $personB->age = 22;
/plugin/preregister/lang/nl/ !
Dinfo.txt2 Weet u zeker dat u wilt verwijderen? Klik dan op "Bevestig verwijderen". De "age column" is het ti…
/plugin/preregister/lang/en/ !
Dinfo.txt2 …o delete the listed items from the data file, click on the ''Confirm deletions'' button. The ''age
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ !
Dcollections.js166 var people = [{name: 'moe', age: 30}, {name: 'curly', age: 50}]; property
499 var people = [{name: 'moe', age: 30}, {name: 'curly', age: 50}]; property
636 var people = [{name: 'curly', age: 50}, {name: 'moe', age: 30}]; property
637 people = _.sortBy(people, function(person){ return person.age; });

1234