- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for target_name (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/metrics-v2.go
Name: "target_total_events", Help: "Total number of events sent (or) queued to the target", Type: counterMetric, }, VariableLabels: map[string]string{"target_id": id.ID, "target_name": id.Name}, Value: float64(st.TotalEvents), }) metrics = append(metrics, MetricV2{ Description: MetricDescription{ Namespace: minioNamespace,
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 133.6K bytes - Click Count (0) -
src/main/java/jcifs/smb1/ntlmssp/Type2Message.java
try { final String targetName = getTarget(); final byte[] challenge = getChallenge(); byte[] context = getContext(); final byte[] targetInformation = getTargetInformation(); int flags = getFlags(); byte[] target = {}; if ((flags & NTLMSSP_REQUEST_TARGET) != 0) { if (targetName != null && targetName.length() != 0) {Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 13K bytes - Click Count (0) -
src/main/java/jcifs/ntlmssp/av/AvTargetName.java
super(AvPair.MsvAvTargetName, raw); } /** * Constructs an AvTargetName with the specified target name * * @param targetName the target name string to encode */ public AvTargetName(final String targetName) { this(encode(targetName)); } /** * Gets the target name from this AV pair * * @return the target name */
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2K bytes - Click Count (0) -
src/test/java/jcifs/ntlmssp/av/AvTargetNameTest.java
AvTargetName avTargetName = new AvTargetName(targetName); // Verify that getTargetName returns the original string assertEquals(targetName, avTargetName.getTargetName(), "Retrieved target name should match the original string"); } /** * Test getTargetName() method with raw bytes input. * Verifies that the correct string is reconstructed from raw UTF-16LE bytes.
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 4.1K bytes - Click Count (0) -
src/main/java/jcifs/smb/NtlmContext.java
return this.netbiosName; } /** * Sets the target server's Service Principal Name (SPN). * @param targetName * the target's SPN */ public void setTargetName(final String targetName) { this.targetName = targetName; } @Override public byte[] initSecContext(final byte[] token, final int offset, final int len) throws SmbException {Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 17.3K bytes - Click Count (1) -
src/main/java/jcifs/ntlmssp/Type3Message.java
*/ public Type3Message(final CIFSContext tc, final Type2Message type2, final String targetName, final String password, final String domain, final String user, final String workstation, final int flags) throws GeneralSecurityException, CIFSException { // keep old behavior of anonymous auth when no password is provided this(tc, type2, targetName, password, domain, user, workstation, flags, false); } /**Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 32.7K bytes - Click Count (0) -
tensorflow/c/c_api.cc
} // Convert from TF_Operation* to string names. std::vector<string> target_names(ntargets); for (int i = 0; i < ntargets; ++i) { target_names[i] = target_opers[i]->node.name(); } // Actually run. TF_Run_Helper(session->session, nullptr, run_options, input_pairs, output_names, output_values, target_names, run_metadata, status); }
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 102.4K bytes - Click Count (0) -
okhttp/build.gradle.kts
configure<AnimalSnifferExtension> { annotation = "okhttp3.internal.SuppressSignatureCheck" defaultTargets("jvmMain", "debug") } project.tasks.withType<AnimalSniffer> { if (targetName == "animalsnifferJvmMain") { animalsnifferSignatures = jvmSignature } else { animalsnifferSignatures = androidSignature } } configure<CheckstyleExtension> {
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sat Nov 01 12:18:11 GMT 2025 - 12.3K bytes - Click Count (0)