Home
last modified time | relevance | path

Searched refs:time_to_live (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/uudutil/
H A Dproject_storage.cpp134 unsigned int time_to_live, in SaveProject() argument
160 if (time_to_live > 0) in SaveProject()
173 unsigned int time_to_live, in SaveObject() argument
188 if (time_to_live > 0) in SaveObject()
199 unsigned int time_to_live, in SaveString() argument
213 if (time_to_live > 0) in SaveString()
223 unsigned int time_to_live, in SaveStream() argument
238 if (time_to_live > 0) in SaveStream()
294 if (time_to_live > 0) in SaveRawData()
317 if (time_to_live > 0) in SaveRawData()
[all …]
/dports/devel/py-pyfcm/pyfcm-1.5.1/pyfcm/
H A Dfcm.py15 time_to_live=None, argument
98 time_to_live=time_to_live,
123 time_to_live=None, argument
181 time_to_live=time_to_live,
205 time_to_live=None, argument
294 time_to_live=time_to_live,
319 time_to_live=None, argument
375 time_to_live=time_to_live,
397 time_to_live=None, argument
478 time_to_live=time_to_live,
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/uudutil/
H A Dproject_storage.hpp137 unsigned int time_to_live = 0,
151 unsigned int time_to_live = 0,
163 unsigned int time_to_live = 0,
175 unsigned int time_to_live = 0,
190 unsigned int time_to_live = 0,
199 unsigned int time_to_live = 0,
205 unsigned int time_to_live = 0,
211 unsigned int time_to_live = 0,
273 unsigned int time_to_live,
290 unsigned int time_to_live = 0,
/dports/games/stuntrally/stuntrally-2.6.1/data/particles/
H A Dcar.particle19 time_to_live 0.6
65 time_to_live 0.2
109 time_to_live 0.3
157 time_to_live 0.2
201 time_to_live 0.2
242 time_to_live 0.2
282 time_to_live 0.2
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/particle/
H A DExamples.particle19 time_to_live 1
60 time_to_live 3
102 time_to_live 5
133 time_to_live 1
162 time_to_live 1
196 time_to_live 5
266 time_to_live 20
361 time_to_live 20
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/particle/
H A DExamples.particle18 time_to_live 1
60 time_to_live 3
102 time_to_live 5
133 time_to_live 1
162 time_to_live 1
196 time_to_live 5
266 time_to_live 20
361 time_to_live 20
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/items/
H A Dcoin_gold_bouncy.cfg3 on_create: "[add_particles('particles'), set(vars.time_to_live, level.cycle + vars.time_to_live)]",
11 vars: {time_to_live: 500},
17 on_timer: "if(level.cycle > vars.time_to_live, die())",
38 time_to_live: 18,
H A Dcoin_silver_bouncy.cfg3 on_create: "[add_particles('particles'), set(vars.time_to_live, level.cycle + vars.time_to_live)]",
11 vars: {time_to_live: 500},
17 on_timer: "if(level.cycle > vars.time_to_live, die())",
38 time_to_live: 18,
H A Dpoints_cube.cfg5 time_to_live: 500,
9 on_create: "[set(vars.time_to_live, level.cycle + vars.time_to_live),add_particles('particles')]",
17 on_timer: "[if(level.cycle > vars.time_to_live, [set(level.player.vars.ac_points_cube, 0), die()])]…
82 time_to_live: 20,
H A Dheart_object.cfg5 time_to_live: 5000,
8 on_create: "set(vars.time_to_live, level.cycle + vars.time_to_live)",
18 on_timer: "[spawn('heart_sparkle',mid_x,mid_y,0),if(level.cycle > vars.time_to_live, remove_object(…
/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dclient-tags.c323 const time_t time_to_live) in create_client_specific_tag() argument
329 tag->end_of_life = time_to_live ? (time(NULL) + time_to_live) : 0; in create_client_specific_tag()
351 const char *tag, const time_t time_to_live) in add_tag_for_client() argument
363 requested_tags->tags = create_client_specific_tag(tag, time_to_live); in add_tag_for_client()
386 clients_with_tags->tags = create_client_specific_tag(tag, time_to_live); in add_tag_for_client()
399 enabled_tags->next = create_client_specific_tag(tag, time_to_live); in add_tag_for_client()
552 const char *tag_name, const time_t time_to_live) in enable_client_specific_tag() argument
573 add_tag_for_client(csp->client_address, tag_name, time_to_live); in enable_client_specific_tag()
576 tag->name, csp->client_address, time_to_live); in enable_client_specific_tag()
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/object_prototypes/
H A Dpowerup.cfg4 time_to_live: 250,
13 on_create: "[set(vars.time_to_live, level.cycle + vars.time_to_live),add_particles('particles')]",
28 on_timer: "[if(level.cycle > vars.time_to_live, die())]",
51 time_to_live: 20,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sharing/
H A Dsharing_fcm_sender.cc42 base::TimeDelta time_to_live, in DoSendMessageToDevice() argument
62 SendMessageToFcmTarget(*fcm_configuration, time_to_live, std::move(message), in DoSendMessageToDevice()
68 base::TimeDelta time_to_live, in SendMessageToFcmTarget() argument
92 fcm_configuration.sender_id_fcm_token(), time_to_live, in SendMessageToFcmTarget()
114 fcm_configuration.vapid_fcm_token(), time_to_live)); in SendMessageToFcmTarget()
179 base::TimeDelta time_to_live, in DoSendMessageToVapidTarget() argument
194 web_push_message.time_to_live = time_to_live.InSeconds(); in DoSendMessageToVapidTarget()
240 base::TimeDelta time_to_live, in DoSendMessageToSenderIdTarget() argument
258 fcm_configuration->set_ttl(time_to_live.InSeconds()); in DoSendMessageToSenderIdTarget()
H A Dsharing_fcm_sender.h64 base::TimeDelta time_to_live,
87 base::TimeDelta time_to_live,
110 base::TimeDelta time_to_live,
119 base::TimeDelta time_to_live,
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/synapse/operations/
H A Dintegrationruntime.py13 core_count=8, time_to_live=0, no_wait=False): argument
24 …rty_files['typeProperties']['computeProperties']['dataFlowProperties']['timeToLive'] = time_to_live
32 core_count=8, time_to_live=0, no_wait=False): argument
42 …rty_files['typeProperties']['computeProperties']['dataFlowProperties']['timeToLive'] = time_to_live
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/
H A Dcache_async.cpp57 unsigned time_to_live; member
108 auto writer = cache->GetWriteStream(m.key, m.version, m.subkey, m.time_to_live, m.owner); in Execute()
222 …on, const string& subkey, const void* data, size_t size, unsigned int time_to_live, const string& … in Store() argument
224 unique_ptr<IWriter> writer(GetWriteStream(key, version, subkey, time_to_live, owner)); in Store()
278 …string& key, TBlobVersion version, const string& subkey, unsigned int time_to_live, const string& … in GetWriteStream() argument
282 SMeta meta{key, version, subkey, time_to_live, owner, ctx}; in GetWriteStream()
286 return m_Writer->GetWriteStream(key, version, subkey, time_to_live, owner); in GetWriteStream()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/
H A Dcache_async.cpp57 unsigned time_to_live; member
108 auto writer = cache->GetWriteStream(m.key, m.version, m.subkey, m.time_to_live, m.owner); in Execute()
222 …on, const string& subkey, const void* data, size_t size, unsigned int time_to_live, const string& … in Store() argument
224 unique_ptr<IWriter> writer(GetWriteStream(key, version, subkey, time_to_live, owner)); in Store()
278 …string& key, TBlobVersion version, const string& subkey, unsigned int time_to_live, const string& … in GetWriteStream() argument
282 SMeta meta{key, version, subkey, time_to_live, owner, ctx}; in GetWriteStream()
286 return m_Writer->GetWriteStream(key, version, subkey, time_to_live, owner); in GetWriteStream()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Configuration/
H A DMsmqBindingElementBase.cs72 static ConfigurationProperty time_to_live; field in System.ServiceModel.Configuration.MsmqBindingElementBase
115 time_to_live = new ConfigurationProperty ("timeToLive", in MsmqBindingElementBase()
136 properties.Add (time_to_live); in MsmqBindingElementBase()
239 get { return (TimeSpan) base [time_to_live]; }
240 set { base [time_to_live] = value; }
/dports/x11-toolkits/plib/plib-1.8.5/src/ssgAux/
H A DssgaParticleSystem.cxx115 if ( particle[i].time_to_live <= 0.0f ) in draw_geometry()
154 if ( particle [ i ] . time_to_live >= 0.0 ) in ~ssgaParticleSystem()
174 if ( particle [ i ] . time_to_live > 0.0f ) in update()
182 if ( particle [ i ] . time_to_live > 0.0f ) in update()
188 if ( particle [ i ] . time_to_live <= 0.0 ) in update()
H A DssgaParticleSystem.h34 float time_to_live ; variable
41 time_to_live -= dt ; in update()
50 time_to_live = 0 ; in ssgaParticle()
/dports/www/phpmyfaq/phpmyfaq/src/libs/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchResponseIterator.php81 * @param string $time_to_live
84 public function setScrollTimeout(string $time_to_live): SearchResponseIterator argument
86 $this->scroll_ttl = $time_to_live;
/dports/games/torcs/torcs-1.3.7/src/windows/include/plib/
H A DssgaParticleSystem.h34 float time_to_live ; variable
41 time_to_live -= dt ; in update()
50 time_to_live = 0 ; in ssgaParticle()
/dports/games/frogatto/frogatto-1.3.1/modules/cube_trains/data/objects/
H A Dct-train-death-effect.cfg32 time_to_live: 100,
59 time_to_live: 100,
86 time_to_live: 100,
H A Dct-train-home-effect.cfg32 time_to_live: 100,
59 time_to_live: 100,
86 time_to_live: 100,
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/effects/control/
H A Dfire_generator.cfg35 time_to_live: 12,
67 time_to_live: 96,
97 time_to_live: 64,

12345678910>>...15