Home
last modified time | relevance | path

Searched refs:snooze_time (Results 1 – 11 of 11) sorted by relevance

/dports/devel/libical/libical-3.0.8/src/libicalvcal/
H A Dvcaltmp.h76 char *snooze_time,
81 char *snooze_time,
86 char *snooze_time,
91 char *snooze_time,
H A Dvcaltmp.c153 char *snooze_time, in vcsAddAAlarm() argument
161 Z(VCSnoozeTimeProp,snooze_time); in vcsAddAAlarm()
172 char *snooze_time, in vcsAddMAlarm() argument
181 Z(VCSnoozeTimeProp,snooze_time); in vcsAddMAlarm()
193 char *snooze_time, in vcsAddDAlarm() argument
201 Z(VCSnoozeTimeProp,snooze_time); in vcsAddDAlarm()
212 char *snooze_time, in vcsAddPAlarm() argument
220 Z(VCSnoozeTimeProp,snooze_time); in vcsAddPAlarm()
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/scripts/
H A Dwakeup.lua69 snooze_time = session:getVariable("snooze_time");
84 …d_api +"..snooze_time.." wakeup-call-"..wakeup_destination.." originate {hangup_after_bridge=false…
104 snooze_time = session:getVariable("snooze_time");
118 if (not snooze_time) then snooze_time = '600'; end
267 … originate {hangup_after_bridge=false,"..auto_answer..",snooze_time="..snooze_time..",origination_…
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/user_education/
H A Dfeature_promo_snooze_interactive_uitest.cc207 base::Time snooze_time = base::Time::Now() - snooze_duration; in IN_PROC_BROWSER_TEST_F() local
209 1, snooze_time, snooze_duration); in IN_PROC_BROWSER_TEST_F()
236 base::Time snooze_time = base::Time::Now(); in IN_PROC_BROWSER_TEST_F() local
238 1, snooze_time, snooze_duration); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/user_education/
H A Dfeature_promo_snooze_service.cc153 base::Optional<base::Time> snooze_time = util::ValueToTime( in ReadSnoozeData() local
165 if (!snooze_time || !snooze_count || !snooze_duration) { in ReadSnoozeData()
173 snooze_data->last_snooze_time = *snooze_time; in ReadSnoozeData()
/dports/net/py-tweepy/tweepy-3.10.0/tweepy/
H A Dstreaming.py240 self.snooze_time = self.snooze_time_step
287 self.snooze_time = self.snooze_time_step
302 sleep(self.snooze_time)
303 self.snooze_time = min(self.snooze_time + self.snooze_time_step,
/dports/deskutils/gnome-clocks/gnome-clocks-40.0/src/
H A Dalarm-item.vala70 return Utils.WallClock.get_default ().format_time (snooze_time);
102 private GLib.DateTime snooze_time;
156 snooze_time = start_time.add_minutes (snooze_minutes);
215 if (state == State.SNOOZING && now.compare (snooze_time) > 0) {
/dports/graphics/xmountains/xmountains-2.10/
H A Dglobal.h10 extern int snooze_time;
H A Dglobal.c10 int snooze_time = 10; variable
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/model/
H A DReminder.php24 * @property int $snooze_time
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/install/
H A Dinstall.sql375 `snooze_time` int(11) NOT NULL,