- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 31 for erano (0.02 sec)
-
src/cmd/cgo/ast.go
} if context == ctxAssign2 { context = ctxExpr } if context == ctxEmbedType { error_(sel.Pos(), "cannot embed C type") } goname := sel.Sel.Name if goname == "errno" { error_(sel.Pos(), "cannot refer to errno directly; see documentation") return } if goname == "_CMalloc" { error_(sel.Pos(), "cannot refer to C._CMalloc; use C.malloc") return } if goname == "malloc" {
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Oct 14 15:47:06 UTC 2024 - 14.3K bytes - Viewed (0) -
docs/es/docs/deployment/https.md
* Nginx * HAProxy ## Let's Encrypt Antes de Let's Encrypt, estos **certificados HTTPS** eran vendidos por terceros. El proceso para adquirir uno de estos certificados solía ser complicado, requerir bastante papeleo y los certificados eran bastante costosos. Pero luego se creó **<a href="https://letsencrypt.org/" class="external-link" target="_blank">Let's Encrypt</a>**.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 13K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), const EPROGMISMATCH = 75 #53466 pkg syscall (freebsd-riscv64), const EPROGMISMATCH Errno #53466 pkg syscall (freebsd-riscv64), const EPROGUNAVAIL = 74 #53466 pkg syscall (freebsd-riscv64), const EPROGUNAVAIL Errno #53466 pkg syscall (freebsd-riscv64), const EPROTO = 92 #53466 pkg syscall (freebsd-riscv64), const EPROTO Errno #53466
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
configure.py
"""Force symlink, equivalent of 'ln -sf'. Args: target: items to link to. link_name: name of the link. """ try: os.symlink(target, link_name) except OSError as e: if e.errno == errno.EEXIST: os.remove(link_name) os.symlink(target, link_name) else: raise e def write_to_bazelrc(line): with open(_TF_BAZELRC, 'a') as f: f.write(line + '\n')
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Apr 30 15:18:54 UTC 2025 - 48.3K bytes - Viewed (0) -
src/cmd/cgo/doc.go
assignment context to retrieve both the return value (if any) and the C errno variable as an error (use _ to skip the result value if the function returns void). For example: n, err = C.sqrt(-1) _, err := C.voidFunc() var n, err = C.sqrt(1) Note that the C errno value may be non-zero, and thus the err result may be
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Dec 11 23:57:34 UTC 2024 - 44K bytes - Viewed (0) -
api/go1.4.txt
pkg syscall (windows-386), const ERROR_PRIVILEGE_NOT_HELD = 1314 pkg syscall (windows-386), const ERROR_PRIVILEGE_NOT_HELD Errno pkg syscall (windows-amd64), const ERROR_PRIVILEGE_NOT_HELD = 1314 pkg syscall (windows-amd64), const ERROR_PRIVILEGE_NOT_HELD Errno # CL 86160044 os: Implement symlink support for Windows, Michael Fraenkel <******@****.***>
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
docs/es/docs/tutorial/response-model.md
En el ejemplo anterior, debido a que las clases eran diferentes, tuvimos que usar el parámetro `response_model`. Pero eso también significa que no obtenemos el soporte del editor y las herramientas verificando el tipo de retorno de la función.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 17K bytes - Viewed (0) -
ci/official/containers/ml_build_arm64/builder.devtoolset/stringop_trunc.patch
int fd = __opensock (); if (fd < 0) return 0; - strncpy (ifr.ifr_name, ifname, sizeof (ifr.ifr_name)); if (__ioctl (fd, SIOCGIFINDEX, &ifr) < 0) { int saved_errno = errno; diff --git a/timezone/zic.c b/timezone/zic.c index a5202a1..772d081 100644 --- a/timezone/zic.c +++ b/timezone/zic.c @@ -1609,7 +1609,7 @@ writezone(const char *const name, const char *const string) }
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Nov 11 19:25:56 UTC 2024 - 42.9K bytes - Viewed (0) -
RELEASE.md
* NNAPI * Set default value for `StatefulNnApiDelegate::Options::max_number_delegated_partitions` to 3. * Add capability to disable `NNAPI` CPU and check `NNAPI` Errno. * Fix crashes when using `NNAPI` with target accelerator specified with model containing Conv2d or FullyConnected or LSTM nodes with quantized weights.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
js.org // KaasHosting : http://www.kaashosting.nl/ // Submitted by Wouter Bakker <******@****.***> kaas.gg khplay.nl // Kapsi : https://kapsi.fi // Submitted by Tomi Juntunen <erani@kapsi.fi> kapsi.fi // Katholieke Universiteit Leuven: https://www.kuleuven.be // Submitted by Abuse KU Leuven <******@****.***> ezproxy.kuleuven.be kuleuven.cloud
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 309.7K bytes - Viewed (1)