- Sort Score
- Num 10 results
- Language All
Results 131 - 140 of 704 for names1 (0.04 seconds)
-
docs/en/docs/tutorial/body-multiple-params.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Sep 20 12:58:04 GMT 2025 - 4.9K bytes - Click Count (0) -
src/main/java/jcifs/smb/SIDCacheImpl.java
* return names for SIDs corresponding to local accounts for which the domain controller is not an * authority. * @param tc * The context that should be used to communicate with the named server. * @param sids * The SIDs that should be resolved. After this function is called, the names associated with the SIDsCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Mon Aug 25 14:34:10 GMT 2025 - 13.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/base/login/EntraIdCredential.java
/** * Sets the user's group memberships. * @param groups Array of group names. */ public synchronized void setGroups(final String[] groups) { this.groups = groups; } /** * Sets the user's role assignments. * @param roles Array of role names. */ public synchronized void setRoles(final String[] roles) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 7.8K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/CrawlerClientCreator.java
* This class handles the registration and loading of crawler client factories and their associated clients. * <p> * The class maintains a mapping between regular expressions and component names, and manages a list * of crawler client factories with a configurable maximum size. * </p> * */ public class CrawlerClientCreator { /** * Constructs a new CrawlerClientCreator. */Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 4.5K bytes - Click Count (0) -
dbflute_fess/dfprop/additionalForeignKeyMap.dfprop
# you can set virtual foreign key with fixedCondition and fixedSuffix. # And you can use it to view objects too. # # If local column name is same as foreign column name, # you can omit the setting of localColumnName and foreignColumnName. # The names are treated as case insensitive. # # Example: # map:{ # ; FK_MEMBER_MEMBER_STATUS_CODE = map:{Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Jul 04 22:46:31 GMT 2015 - 1.7K bytes - Click Count (0) -
AUTHORS
# This is the official list of TensorFlow authors for copyright purposes. # This file is distinct from the CONTRIBUTORS files. # See the latter for an explanation. # Names should be added to this file as: # Name or Organization <email address> # The email address is not required for organizations. Google Inc. Yuan Tang <******@****.***>
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Mar 03 15:11:48 GMT 2022 - 357 bytes - Click Count (0) -
android/guava-tests/test/com/google/common/net/HttpHeadersTest.java
* * @author Kurt Alfred Kluever */ @NullUnmarked public class HttpHeadersTest extends TestCase { public void testConstantNameMatchesString() throws Exception { // Special case some of the weird HTTP Header names... ImmutableBiMap<String, String> specialCases = ImmutableBiMap.<String, String>builder() .put("CDN_LOOP", "CDN-Loop") .put("ETAG", "ETag") .put("SOURCE_MAP", "SourceMap")Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 3.9K bytes - Click Count (0) -
dbflute_fess/dfprop/sequenceMap.dfprop
# sequenceMap: (NotRequired - Default map:{}) # # The relation mappings between sequence and table. # If you don't specify the mappings, you cannot insert a record of the table by sequence. # The table names are treated as case insensitive. # # Example: # map:{ # ; PURCHASE = SEQ_PURCHASE # ; MEMBER = SEQ_MEMBER # ; MEMBER_LOGIN = SEQ_MEMBER_LOGIN # ; PRODUCT = SEQ_PRODUCT # } #Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Oct 31 23:35:14 GMT 2015 - 717 bytes - Click Count (0) -
src/archive/zip/reader_test.go
<-done } } func equalTimeAndZone(t1, t2 time.Time) bool { name1, offset1 := t1.Zone() name2, offset2 := t2.Zone() return t1.Equal(t2) && name1 == name2 && offset1 == offset2 } func readTestFile(t *testing.T, zt ZipTest, ft ZipTestFile, f *File, raw []byte) { if f.Name != ft.Name { t.Errorf("name=%q, want %q", f.Name, ft.Name) } if !ft.Modified.IsZero() && !equalTimeAndZone(f.Modified, ft.Modified) {
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 17 20:10:27 GMT 2025 - 56.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java
protected final String contentsReadingAnalyzer; /** * Constructor. * @param readingAnalyzer Reading analyzer name * @param readingTermAnalyzer Reading term analyzer name * @param normalizeAnalyzer Normalize analyzer name * @param contentsAnalyzer Contents analyzer name * @param contentsReadingAnalyzer Contents reading analyzer name */Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Thu Aug 07 02:41:28 GMT 2025 - 26.5K bytes - Click Count (0)