- Sort Score
- Result 10 results
- Languages All
Results 1061 - 1070 of 1,090 for safe (0.04 sec)
-
configure.py
var_default: default value string. Returns: string value for var_name """ var = environ_cp.get(var_name) # an intentionally empty value in the # environment is not the same as no value if var is None: var = get_input(ask_for_var) print('\n') if not var: var = var_default return var def prompt_loop_or_load_from_env(environ_cp,Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Apr 30 15:18:54 UTC 2025 - 48.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
- The feature gate was mentioned as `csiMigrationRBD` where it should have been `CSIMigrationRBD` to be in parity with other migration plugins. This release correct the same and keep it as `CSIMigrationRBD`. users who have configured this feature gate as `csiMigrationRBD` has to reconfigure the same to `CSIMigrationRBD` from this release. ([#107554](https://github.com/kubernetes/kubernetes/pull/107554), [@humblec](https://github.com/humblec)) [SIG Storage]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java
waitUntilClosed(closingFuture); assertStillOpen(closeable1); assertClosed(closeable2, closeable3); } // We don't need to test the happy case for SuccessfulCombiner.call(Async) because it's the same // as Combiner. public void testWhenAllSucceed_call_failedInput() throws Exception { assertFinallyFailsWithException( ClosingFuture.whenAllSucceed( ImmutableList.of(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 11 18:52:30 UTC 2025 - 75.4K bytes - Viewed (0) -
docs/pt/docs/deployment/docker.md
Usando contêineres Linux você tem diversas vantagens incluindo **segurança**, **replicabilidade**, **simplicidade**, entre outras. /// tip | Dica Está com pressa e já sabe dessas coisas? Pode ir direto para [`Dockerfile` abaixo 👇](#construindo-uma-imagem-docker-para-fastapi). /// <details> <summary>Visualização do Dockerfile 👀</summary> ```Dockerfile FROM python:3.9
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 37.4K bytes - Viewed (0) -
docs/debugging/xl-meta/main.go
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 40.3K bytes - Viewed (0) -
cmd/storage-rest-server.go
if err != nil { return } buf, _ := resp.MarshalMsg(nil) w.Write(buf) } func checkDiskFatalErrs(errs []error) error { // This returns a common error if all errors are // same errors, then there is no point starting // the server. if countErrs(errs, errUnsupportedDisk) == len(errs) { return errUnsupportedDisk } if countErrs(errs, errDiskAccessDenied) == len(errs) {Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue May 27 15:19:03 UTC 2025 - 45.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
response = trans.send(request, null, EnumSet.of(RequestParam.RETAIN_PAYLOAD)); sessId = response.getSessionId(); } catch (SmbAuthException sae) { throw sae; } catch (SmbException e) { Smb2SessionSetupResponse sessResponse = request.getResponse(); if (e.getNtStatus() == NtStatus.NT_STATUS_INVALID_PARAMETER) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/parse.go
func (p *Parser) line(scratch [][]lex.Token) (word, cond string, operands [][]lex.Token, ok bool) { next: // Skip newlines. var tok lex.ScanToken for { tok = p.nextToken() // We save the line number here so error messages from this instruction // are labeled with this line. Otherwise we complain after we've absorbed // the terminating newline and the line numbers are off by one in errors.
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 14 15:13:11 UTC 2025 - 37.3K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt
* .build(); * ``` * * ## Customize Your Client With newBuilder() * * You can customize a shared OkHttpClient instance with [newBuilder]. This builds a client that * shares the same connection pool, thread pools, and configuration. Use the builder methods to * add configuration to the derived client for a specific purpose. * * This example shows the single instance with default configurations. *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 51.7K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
AA,eAAA,UAAA,euDeE,YAAA,YACA,WAAA,YAGF,+BACE,YAAA,YrBtBJ,SqB2BI,OAAA,EACA,OAAA,EACA,QAAA,EACA,MAAA,KAGF,aACE,MAAA,KACA,MAAA,Y/H8HJ,kB+HzHI,SAAA,K9Io/4CF,+B8Ir/4CA,+BAKI,YAAA,kBC3CN,W/Iii5CA,oBACA,oB+I9h5CI,YAAA,IAIJ,SACE,UAAA,iBAGF,SACE,UAAA,kBAGF,SACE,UAAA,eAGF,SACE,UAAA,kBAGF,SACE,UAAA,eAKA,gBACE,MAAA,kBADF,WACE,MAAA,kBADF,YACE,MAAA,kBADF,WACE,MAAA,kBADF,cACE,MAAA,kBADF,aACE,MAAA,kBADF,WACE,MAAA,kBADF,aACE,MAAA,kBADF,aACE,MAAA,kBADF,WACE,MAAA,kBADF,UACE,MAAA,kBADF,aACE,MAAA,kBADF,aACE,MAAA,kBA...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (3)