- Sort Score
- Num 10 results
- Language All
Results 101 - 110 of 704 for names1 (0.04 seconds)
-
src/main/java/jcifs/SidResolver.java
* return names for SIDs corresponding to local accounts for which the domain controller is not an * authority. * @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: Sat Aug 16 01:32:48 GMT 2025 - 5.2K bytes - Click Count (0) -
src/test/java/jcifs/NetbiosNameTest.java
// When String name = mockNetbiosName.getName(); // Then assertNull(name); } @Test @DisplayName("Should handle empty name") void testEmptyName() { // Given when(mockNetbiosName.getName()).thenReturn(""); // When String name = mockNetbiosName.getName(); // ThenCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SuggestHelper.java
/** The set of field names for content. */ protected final Set<String> contentFieldNameSet = new HashSet<>(); /** The set of field names for tags. */ protected final Set<String> tagFieldNameSet = new HashSet<>(); /** The set of field names for roles. */ protected final Set<String> roleFieldNameSet = new HashSet<>(); /** The list of content field names. */Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 22.3K bytes - Click Count (0) -
api/maven-api-toolchain/src/main/mdo/toolchains.mdo
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun May 18 09:15:56 GMT 2025 - 9.5K bytes - Click Count (0) -
cmd/erasure-object_test.go
Versioned: true, }) if err != nil { t.Fatalf("Erasure Object upload failed: <ERROR> %s", err) } names[i] = ObjectToDelete{ ObjectV: ObjectV{ ObjectName: objInfo.Name, VersionID: objInfo.VersionID, }, } } names = append(names, ObjectToDelete{ ObjectV: ObjectV{ ObjectName: "dir/obj1", VersionID: mustGetUUID(), // add a non-existent UUID. }, })Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 38.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/constants/FieldNames.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.suggest.constants; /** * This class contains constants for field names used in the Fess Suggest system. * These constants represent various field names that are used throughout the application * to ensure consistency and avoid hardcoding strings. * * <ul> * <li>{@link #ID} - The unique identifier field.</li>
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Fri Jul 04 14:00:23 GMT 2025 - 4.7K bytes - Click Count (0) -
tensorflow/c/checkpoint_reader.h
// Attempts to look up the tensor named "name" and stores the found result in // "out_tensor". void GetTensor(const string& name, std::unique_ptr<tensorflow::Tensor>* out_tensor, TF_Status* out_status) const; private: // Uses "v2_reader_" to build "var name -> shape" and "var name -> data type" // maps; both owned by caller.
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Oct 12 08:49:52 GMT 2023 - 3.1K bytes - Click Count (0) -
tensorflow/c/c_api.h
// Set whether to uniquify imported operation names. If true, imported operation // names will be modified if their name already exists in the graph. If false, // conflicting names will be treated as an error. Note that this option has no // effect if a prefix is set, since the prefix will guarantee all names are // unique. Defaults to false.
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Oct 26 21:08:15 GMT 2023 - 82.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/taglib/FessFunctions.java
final Enumeration<String> names = request.getParameterNames(); while (names.hasMoreElements()) { final String name = names.nextElement(); if (name.startsWith(prefix)) { final String[] values = request.getParameterValues(name); if (values != null) {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 25.4K bytes - Click Count (1) -
src/main/java/jcifs/NetbiosAddress.java
* names by broadcasting a query, directing queries to a server such as * Samba or WINS. NetBIOS is currently the primary networking layer for * providing name service, datagram service, and session service to the * Microsoft Windows platform. A NetBIOS name can be 15 characters long * and hosts usually registers several names on the network. From a * Windows command prompt you can see
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 6.1K bytes - Click Count (0)