- Sort Score
- Result 10 results
- Languages All
Results 311 - 320 of 343 for guide (0.02 sec)
-
CHANGELOG/CHANGELOG-1.8.md
## External Dependencies Continuous integration builds use Docker versions 1.11.2, 1.12.6, 1.13.1, and 17.03.2. These versions were validated on Kubernetes 1.8. However, consult an appropriate installation or upgrade guide before deciding what versions of Docker to use. - Docker 1.13.1 and 17.03.2 - Shared PID namespace, live-restore, and overlay2 were validated. - **Known issues**
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
## Major themes Kubernetes is developed by community members whose work is organized into [Special Interest Groups](https://github.com/kubernetes/community/blob/master/sig-list.md), which provide the themes that guide their work. For the 1.9 release, these themes included: ### API Machinery Extensibility. SIG API Machinery added a new class of admission control webhooks (mutating), and brought the admission control webhooks to beta.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
apache-maven/pom.xml
<dependency> <groupId>org.eclipse.sisu</groupId> <artifactId>org.eclipse.sisu.inject</artifactId> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <classifier>classes</classifier> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> </dependency> </dependencies>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Sep 06 21:30:13 UTC 2025 - 12.7K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/lsarpcIntegrationTest.java
assertEquals(dnsDomainInfo.dns_domain.length, decodedInfo.dns_domain.length); assertEquals(dnsDomainInfo.dns_forest.length, decodedInfo.dns_forest.length); // Verify GUID assertEquals(dnsDomainInfo.domain_guid.time_low, decodedInfo.domain_guid.time_low); assertEquals(dnsDomainInfo.domain_guid.time_mid, decodedInfo.domain_guid.time_mid);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'online.help.installation'. <br> * The value is, e.g. https://fess.codelibs.org/{lang}/{version}/install/install.html <br> * comment: Installation guide link for online help. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getOnlineHelpInstallation(); /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
docs/it/docs/index.md
Per un esempio più completo che mostra più funzionalità del framework, consulta <a href="https://fastapi.tiangolo.com/tutorial/">Tutorial - Guida Utente</a>. **Spoiler alert**: il tutorial - Guida Utente include: * Dichiarazione di **parameters** da altri posti diversi come: **headers**, **cookies**, **form fields** e **files**.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 19.5K bytes - Viewed (0) -
dbflute_fess/dfprop/basicInfoMap.dfprop
# /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o targetContainer: (Required) # The target DI container. # Your possible choices are: # # spring, guice, seasar, cdi, lasta_di # ; targetContainer = spring # - - - - - - - - - -/ # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # o packageBase: (Required)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 9.2K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.facsimileTelephoneNumber=Numero di fax labels.user_postOfficeBox=Casella postale labels.postOfficeBox=Casella postale labels.user_initials=Iniziali labels.initials=Iniziali labels.user_carLicense=Patente di guida labels.carLicense=Patente di guida labels.user_mobile=Cellulare labels.mobile=Cellulare labels.user_postalAddress=Indirizzo postale labels.postalAddress=Indirizzo postale labels.user_city=Città labels.city=Città
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/nego/Smb2NegotiateResponseInputValidationTest.java
// Dialect revision (SMB 3.0.2) SMBUtil.writeInt2(0x0302, buffer, 4); // Negotiate context count (0 for non-3.1.1) SMBUtil.writeInt2(0, buffer, 6); // Server GUID (16 bytes of zeros) // Already initialized to zeros // Capabilities SMBUtil.writeInt4(Smb2Constants.SMB2_GLOBAL_CAP_DFS, buffer, 24); // Max sizes (reasonable values)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateRequest.java
* * @return the dialects */ public int[] getDialects() { return this.dialects; } /** * Gets the client GUID used for identification. * * @return the clientGuid */ public byte[] getClientGuid() { return this.clientGuid; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 9.3K bytes - Viewed (0)