- Sort Score
- Num 10 results
- Language All
Results 2271 - 2280 of 2,522 for name5 (0.02 seconds)
-
src/main/java/jcifs/internal/smb1/com/SmbComOpenAndX.java
// flags is NOT the same as flags member /** * Constructs an Open AndX request. * * @param config the configuration * @param fileName the name of the file to open * @param access the desired access mode * @param shareAccess the share access mode * @param flags the open flags * @param fileAttributes the file attributesCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 7.3K bytes - Click Count (0) -
src/test/java/jcifs/pac/kerberos/KerberosEncDataTest.java
vector.add(new DERTaggedObject(2, new DERGeneralString("TEST.REALM"))); ASN1EncodableVector principalVector = new ASN1EncodableVector(); principalVector.add(new DERTaggedObject(0, new ASN1Integer(1))); // name-type ASN1EncodableVector nameVector = new ASN1EncodableVector(); nameVector.add(new DERGeneralString("testuser")); principalVector.add(new DERTaggedObject(1, new DERSequence(nameVector)));
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 7.7K bytes - Click Count (0) -
docs/fr/docs/how-to/separate-openapi-schemas.md
### Modèle de sortie dans les documents { #model-for-output-in-docs } Vous pouvez également vérifier le modèle de sortie dans les documents, **à la fois** `name` et `description` sont marqués comme **requis** avec un **astérisque rouge** : <div class="screenshot"> <img src="/img/tutorial/separate-openapi-schemas/image03.png"> </div>Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 5.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/concurrent/Deferred.java
try { final boolean isTimeout = !latch.await(time, unit); if (isTimeout) { throw new SuggesterException("Request timeout. time:" + time + " unit:" + unit.name()); } if (error != null) { throw new SuggesterException("An error occurred during the deferred computation.", error); } return response;Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Fri Jul 04 14:00:23 GMT 2025 - 7.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/request/suggest/SuggestQueryBuilder.java
} catch (final IOException e) { throw new SuggesterException("Failed to create queryString.", e); } } /** * Builds a filter query. * @param fieldName The field name. * @param words The words to filter by. * @return The QueryBuilder instance. */ public QueryBuilder buildFilterQuery(final String fieldName, final List<String> words) {
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sat Mar 14 02:35:38 GMT 2026 - 8.1K bytes - Click Count (0) -
guava/src/com/google/common/base/Optional.java
* expression {@code o -> Optional.toJavaUtil(o)} instead. * * @since 21.0 (but only since 33.4.0 in the Android flavor) */ @SuppressWarnings({ "AmbiguousMethodReference", // We chose the name despite knowing this risk. "NullableOptional", // Null passthrough is reasonable for type conversions }) public static <T> java.util.@Nullable Optional<T> toJavaUtil( @Nullable Optional<T> googleOptional) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jun 04 13:03:16 GMT 2025 - 15.1K bytes - Click Count (0) -
src/cmd/asm/internal/asm/parse.go
} } // qualifySymbol returns name as a package-qualified symbol name. If // name starts with a period, qualifySymbol prepends the package // prefix. Otherwise it returns name unchanged. func (p *Parser) qualifySymbol(name string) string { if strings.HasPrefix(name, ".") { name = p.pkgPrefix + name } return name }
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Feb 17 19:57:47 GMT 2026 - 37.3K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/HashBiMapTest.java
@AndroidIncompatible // test-suite builders public static Test suite() { TestSuite suite = new TestSuite(); suite.addTest( BiMapTestSuiteBuilder.using(new HashBiMapGenerator()) .named("HashBiMap") .withFeatures( CollectionSize.ANY, CollectionFeature.SERIALIZABLE, CollectionFeature.SUPPORTS_ITERATOR_REMOVE,
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 8.4K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/mips.s
// // LRETRN comma // asm doesn't support the trailing comma. // { // outcode(int($1), &nullgen, 0, &nullgen); // } SYSCALL BEQ R1, 2(PC) RET // More JMP/JAL cases, and canonical names JMP, CALL. JAL foo(SB) // CALL foo(SB) BEQ R1, 2(PC) JMP foo(SB) CALL foo(SB) RET foo(SB) // unary operation NEGW R1, R2 // 00011023 CLZ R1, R2 // 70221020 CLO R1, R2 // 70221021
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Aug 08 12:17:12 GMT 2023 - 6.7K bytes - Click Count (0) -
BUILDING.md
Therefore we register test cluster by using the following syntax: def someClusterProvider = testClusters.register('someCluster') { ... } This registers a potential testCluster named `somecluster` and provides a provider instance, but doesn't create it yet nor configures it. This makes the gradle configuration phase more efficient by doing less.Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 23 07:45:59 GMT 2021 - 6.7K bytes - Click Count (0)