Home
last modified time | relevance | path

Searched refs:hours (Results 26 – 50 of 249) sorted by last modified time

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DTimeOfDay.php25 public $hours; variable in Google\\Service\\AuthorizedBuyersMarketplace\\TimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DTimeOfDay.php25 public $hours; variable in Google\\Service\\Sheets\\TimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DTimeOfDay.php25 public $hours; variable in Google\\Service\\Classroom\\TimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleTypeDateTime.php29 public $hours; variable in Google\\Service\\Document\\GoogleTypeDateTime
74 public function setHours($hours) argument
76 $this->hours = $hours;
83 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DTimeOfDay.php25 public $hours; variable in Google\\Service\\CloudRedis\\TimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGoogleTypeTimeOfDay.php25 public $hours; variable in Google\\Service\\DLP\\GoogleTypeTimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playdeveloperreporting/
H A DGoogleTypeDateTime.php29 public $hours; variable in Google\\Service\\Playdeveloperreporting\\GoogleTypeDateTime
74 public function setHours($hours) argument
76 $this->hours = $hours;
83 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DTimeOfDay.php25 public $hours; variable in Google\\Service\\CloudMemorystoreforMemcached\\TimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DTimeOfDay.php25 public $hours; variable in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\TimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DTimeOfDay.php25 public $hours; variable in Google\\Service\\MyBusinessBusinessInformation\\TimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DTimeOfDay.php25 public $hours; variable in Google\\Service\\MyBusinessLodging\\TimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DTimeOfDay.php25 public $hours; variable in Google\\Service\\Storagetransfer\\TimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DTimeOfDay.php25 public $hours; variable in Google\\Service\\AdExchangeBuyerII\\TimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DTimeOfDay.php25 public $hours; variable in Google\\Service\\CloudTalentSolution\\TimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DTimeInput.php25 public $hours; variable in Google\\Service\\HangoutsChat\\TimeInput
34 public function setHours($hours) argument
36 $this->hours = $hours;
43 return $this->hours;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DTimeOfDay.php25 public $hours; variable in Google\\Service\\CloudFilestore\\TimeOfDay
42 public function setHours($hours) argument
44 $this->hours = $hours;
51 return $this->hours;
/plugin/preregister/
H A Dadmin.php92 $hours = round(($age/3600),2);
93 if($hours >= 24) {
94 $hours = round($hours/24,2);
95 $hours .= ' day(s)';
97 else $hours .= ' hours';
99 …/td><td>' . strftime($conf['dformat'],$entry['savetime']) . '</td><td>' . $hours . "</td></tr>\n";
/plugin/diagramsnet/lib/resources/
H A Ddia_eu.txt445 hours=ordu
H A Ddia_fa.txt445 hours=‫ساعت‬
H A Ddia_ja.txt445 hours=時間
H A Ddia_kn.txt445 hours=hours
H A Ddia_ru.txt445 hours=часов
H A Ddia_si.txt445 hours=hours
H A Ddia_sl.txt445 hours=hours
H A Ddia_ta.txt445 hours=hours

12345678910