- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 322 for ipos (0.04 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.java
entity.setNewToken(form.token); entity.setNewSegmentation(form.segmentation); entity.setNewReading(form.reading); entity.setNewPos(form.pos); return entity; }); } // ===================================================================================
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 18.8K bytes - Viewed (0) -
cni/pkg/nodeagent/informers.go
// then we will just fail to add the pod to the mesh, and it will be retried later when cni plugin adds it. // We need a pod IP - if the pod was added via the CNI plugin, that plugin told us the IPs // for the pod. If this is a pod added via informer, the pod should have already gone thru // the CNI plugin chain, and have a PodIP. // // If PodIPs exists, it is preferred, otherwise fallback to PodIP. //
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 11.7K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/simple-oauth2.md
### Autenticação Clique no botão "Authorize". Use as credenciais: User: `johndoe` Password: `secret` <img src="/img/tutorial/security/image04.png"> Após autenticar no sistema, você verá assim: <img src="/img/tutorial/security/image05.png"> ### Obtenha seus próprios dados de usuário Agora use a operação `GET` com o caminho `/users/me`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Oct 31 12:17:45 UTC 2024 - 13.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
* You can now use `--ipvs-exclude-cidrs` to specify a list of CIDR's which the IPVS proxier should not touch when cleaning up IPVS rules. ([#62083](https://github.com/kubernetes/kubernetes/pull/62083), [@rramkumar1](https://github.com/rramkumar1))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
tensorflow/c/c_api.h
// Iterate through the operations of a graph. To use: // size_t pos = 0; // TF_Operation* oper; // while ((oper = TF_GraphNextOperation(graph, &pos)) != nullptr) { // DoSomethingWithOperation(oper); // } TF_CAPI_EXPORT extern TF_Operation* TF_GraphNextOperation(TF_Graph* graph, size_t* pos); // Write out a serialized representation of `graph` (as a GraphDef protocol
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
docs/pt/docs/async.md
Para um exemplo "mais real", imagine um banco. Até recentemente, a maioria dos bancos tinha muitos caixas e uma grande fila. Todos os caixas fazendo todo o trabalho, um cliente após o outro. E você tinha que esperar na fila por um longo tempo ou poderia perder a vez. Você provavelmente não gostaria de levar seu _crush_ :heart_eyes: com você para um rolezinho no banco.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 22.2K bytes - Viewed (0) -
docs/en/docs/advanced/behind-a-proxy.md
proxy["Proxy on http://0.0.0.0:9999/api/v1/app"] server["Server on http://127.0.0.1:8000/app"] browser --> proxy proxy --> server ``` /// tip The IP `0.0.0.0` is commonly used to mean that the program listens on all the IPs available in that machine/server. /// The docs UI would also need the OpenAPI schema to declare that this API `server` is located at `/api/v1` (behind the proxy). For example: ```JSON hl_lines="4-8" {
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 16:49:49 UTC 2024 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.hq = hq labels.inputs = Source labels.jobLogging = Journalisation labels.jobName = Nom labels.jobStatus = Statut labels.labelTypeIds = Étiquettes labels.lang = langue labels.outputs = Cible labels.pos = PDV labels.purgeJobLogDay = Purger le journal des tâches avant labels.purgeUserInfoDay = Purger l'utilisateur avant labels.reading = Lecture labels.roleTypeIds = ID de rôle labels.scriptData = Scénario
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 46.6K bytes - Viewed (0) -
cni/pkg/plugin/plugin_test.go
}, "prevResult": { "cniversion": "%s", "interfaces": [ { "name": "%s", "sandbox": "%s" } ], "ips": [ { "version": "4", "address": "10.0.0.2/24", "gateway": "10.0.0.1", "interface": 0 } ], "routes": []
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 17.3K bytes - Viewed (0) -
api/go1.12.txt
pkg expvar, method (*Map) Delete(string) pkg go/doc, const PreserveAST = 4 pkg go/doc, const PreserveAST Mode pkg go/importer, func ForCompiler(*token.FileSet, string, Lookup) types.Importer pkg go/token, method (*File) LineStart(int) Pos pkg io, type StringWriter interface { WriteString } pkg io, type StringWriter interface, WriteString(string) (int, error) pkg log, method (*Logger) Writer() io.Writer pkg math/bits, func Add(uint, uint, uint) (uint, uint)
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Jan 02 21:21:53 UTC 2019 - 13.5K bytes - Viewed (0)