- Sort Score
- Result 10 results
- Languages All
Results 821 - 830 of 862 for resource2 (0.08 sec)
-
Makefile.core.mk
# show makefile variables. Usage: make show.<variable-name> show.%: ; $(info $* $(H) $($*)) $(Q) true #----------------------------------------------------------------------------- # Target: custom resource definitions #----------------------------------------------------------------------------- update-crds: bin/update_crds.sh #-----------------------------------------------------------------------------
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 03 23:53:59 UTC 2024 - 18.4K bytes - Viewed (0) -
docs/LICENSE
which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon May 10 16:50:06 UTC 2021 - 18.2K bytes - Viewed (0) -
docs/em/docs/index.md
**🚘 🚨**: 🔰 - 👩💻 🦮 🔌: * 📄 **🔢** ⚪️➡️ 🎏 🎏 🥉: **🎚**, **🍪**, **📨 🏑** & **📁**. * ❔ ⚒ **🔬 ⚛** `maximum_length` ⚖️ `regex`. * 📶 🏋️ & ⏩ ⚙️ **<abbr title="also known as components, resources, providers, services, injectables">🔗 💉</abbr>** ⚙️. * 💂♂ & 🤝, ✅ 🐕🦺 **Oauth2️⃣** ⏮️ **🥙 🤝** & **🇺🇸🔍 🔰** 🔐. * 🌅 🏧 (✋️ 😨 ⏩) ⚒ 📣 **🙇 🐦 🎻 🏷** (👏 Pydantic).
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 17.1K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultWagonManager.java
throw new TransferFailedException("Authorization failed: " + e.getMessage(), e); } catch (ResourceDoesNotExistException e) { throw new TransferFailedException("Resource to deploy not found: " + e.getMessage(), e); } catch (IOException e) { throw new TransferFailedException("Error creating temporary file for deployment: " + e.getMessage(), e); } finally {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 29.9K bytes - Viewed (0) -
docs/it/docs/index.md
* Come stabilire **vincoli di validazione** come `maximum_length` o `regex`. * Un sistema di **<abbr title="detto anche components, resources, providers, services, injectables">Dependency Injection</abbr>** facile da usare e molto potente. e potente. * Sicurezza e autenticazione, incluso il supporto per **OAuth2** con **token JWT** e autenticazione **HTTP Basic**.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 19.2K bytes - Viewed (0) -
istioctl/pkg/multicluster/remote_secret.go
default: return nil, nil, fmt.Errorf("unsupported type: %v", opt.Type) } tokenSecret, err := getServiceAccountSecret(client, opt) if err != nil { return nil, nil, fmt.Errorf("could not get access token to read resources from local kube-apiserver: %v", err) } var server string var warn Warning if opt.ServerOverride != "" { server = opt.ServerOverride } else { server, warn, err = getServerFromKubeconfig(client)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 15 16:31:46 UTC 2024 - 23.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
} /** * * @param tf * context to use * @return a session for the context */ @Override @SuppressWarnings ( "resource" ) public synchronized SmbSessionImpl getSmbSession ( CIFSContext tf, String targetHost, String targetDomain ) { long now; if ( log.isTraceEnabled() ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0) -
docs/en/docs/python-types.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 26 11:47:53 UTC 2024 - 16.7K bytes - Viewed (0) -
tensorflow/c/c_api.cc
"https://github.com/tensorflow/tensorflow/issues if this feature is " "important to you"); #else // If it appears the caller created or modified `params`, don't free resources if (!ValidateConstWhileParams(*params, status)) return; TF_FinishWhileHelper(params, status, outputs); FreeWhileResources(params); #endif // defined(IS_MOBILE_PLATFORM) || defined(IS_SLIM_BUILD) }
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java
+ URLEncoder.encode(getReplyUrl(request), Constants.UTF_8_CHARSET) + "&client_id=" + getClientId() + "&resource=https%3a%2f%2fgraph.microsoft.com" + "&state=" + state + "&nonce=" + nonce; if (logger.isDebugEnabled()) { logger.debug("redirect to: {}", authUrl); } return authUrl; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 28.2K bytes - Viewed (0)