Home
last modified time | relevance | path

Searched refs:LifeTime (Results 126 – 150 of 245) sorted by relevance

12345678910

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/ca_ES/
H A Dproductbatch.lang34 LifeTime=Vida útil (en dies)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/fr_FR/
H A Dproductbatch.lang34 LifeTime=Durée de vie (en jours)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/vi_VN/
H A Dproductbatch.lang34 LifeTime=Life span (in days)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/src/
H A Dtls_socket.erl82 LifeTime = ssl_config:get_ticket_lifetime(),
87 session_tickets_tracker(LifeTime, TicketStoreSize, MaxEarlyDataSize, SslOpts),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/src/
H A Dtls_socket.erl81 LifeTime = get_ticket_lifetime(),
83 {ok, SessionHandler} = session_tickets_tracker(LifeTime, TicketStoreSize, SslOpts),
H A Dtls_handshake_1_3.erl283 ticket_lifetime = LifeTime,
291 {?NEW_SESSION_TICKET, <<?UINT32(LifeTime), ?UINT32(Age),
356 decode_handshake(?NEW_SESSION_TICKET, <<?UINT32(LifeTime), ?UINT32(Age),
361 #new_session_ticket{ticket_lifetime = LifeTime,
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/src/
H A Dtls_socket.erl82 LifeTime = ssl_config:get_ticket_lifetime(),
87 … session_tickets_tracker(ListenSocket, LifeTime, TicketStoreSize, MaxEarlyDataSize, SslOpts),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/src/
H A Dtls_socket.erl82 LifeTime = ssl_config:get_ticket_lifetime(),
87 … session_tickets_tracker(ListenSocket, LifeTime, TicketStoreSize, MaxEarlyDataSize, SslOpts),
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/src/
H A Dtls_socket.erl82 LifeTime = ssl_config:get_ticket_lifetime(),
87 … session_tickets_tracker(ListenSocket, LifeTime, TicketStoreSize, MaxEarlyDataSize, SslOpts),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/src/
H A Dtls_socket.erl82 LifeTime = ssl_config:get_ticket_lifetime(),
87 … session_tickets_tracker(ListenSocket, LifeTime, TicketStoreSize, MaxEarlyDataSize, SslOpts),
/dports/sysutils/istio/istio-1.6.7/security/pkg/stsservice/tokenmanager/google/mock/
H A Dmockserver.go63 LifeTime duration.Duration `json:"lifetime"` // nolint: structcheck, unused member
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/
H A DLibrary_chartcore.mk201 chart2/source/tools/LifeTime \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/
H A DLibrary_chartcore.mk200 chart2/source/tools/LifeTime \
/dports/net-mgmt/observium/observium/mibs/juniper/
H A DJNX-IPSEC-MONITOR-MIB367 "The negotiated LifeTime of the IPsec Phase-1 IKE Tunnel
883 "The negotiated LifeTime of the IPsec Phase-2 Tunnel in seconds. "
907 "The security association LifeTime refresh threshold in seconds. "
H A DJUNIPER-IPSEC-FLOW-MON-MIB557 "The negotiated LifeTime of the IPsec Phase-1 IKE Tunnel
1081 "The negotiated LifeTime of the IPsec Phase-2 Tunnel in seconds. "
1106 "The security association LifeTime refresh threshold in seconds. "
/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DShotManager.cxx237 LifeTime = info.lifetime; in Shot()
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DShotManager.cxx237 LifeTime = info.lifetime; in Shot()
/dports/games/openra/OpenRA-release-20200503/mods/ra/rules/
H A Dmisc.yaml337 LifeTime: 250
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/server/
H A Dsurface_interface.cpp182 if (lock->lifeTime() == LockedPointerInterface::LifeTime::OneShot) { in installPointerConstraint()
214 if (confinement->lifeTime() == ConfinedPointerInterface::LifeTime::OneShot) { in installPointerConstraint()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Dsurface_interface.cpp174 if (lock->lifeTime() == LockedPointerV1Interface::LifeTime::OneShot) { in installPointerConstraint()
202 if (confinement->lifeTime() == ConfinedPointerV1Interface::LifeTime::OneShot) { in installPointerConstraint()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/
H A Dmod.rs112 pub LifeTime: LIFE_TIME,
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dsurface.cpp284 if (lock->lifeTime() == LockedPointerV1::LifeTime::OneShot) { in installPointerConstraint()
318 if (confinement->lifeTime() == ConfinedPointerV1::LifeTime::OneShot) { in installPointerConstraint()
/dports/net-im/purple-hangouts/purple-hangouts-55b9f01/
H A Dhangout_media.proto33 optional LifeTime life_time = 11;
42 enum LifeTime { enum
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/test/
H A Dinet_crypto_dist.erl108 #key_pair{life_time = LifeTime, life_count = LifeCount} = KeyPair) ->
115 erlang:start_timer(LifeTime, self(), discard)
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/test/
H A Dinet_crypto_dist.erl108 #key_pair{life_time = LifeTime, life_count = LifeCount} = KeyPair) ->
115 erlang:start_timer(LifeTime, self(), discard)

12345678910