- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 109 for placeholder2 (0.06 sec)
-
src/main/java/jcifs/internal/smb2/multichannel/ChannelManager.java
private long getSessionId() { // This would need to get the actual session ID from the SMB session return 0; // Placeholder } private byte[] getSessionKey() { // This would need to get the actual session key from the SMB session return new byte[16]; // Placeholder }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 20K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/form/FormScheme.java
* obtaining a token and logging in using the provided credentials. * * <p>This class supports both GET and POST methods for token and login * requests. It also allows for the replacement of placeholders in URLs and * parameters with actual credentials. * * <p>Usage example: * <pre> * {@code * Map<String, String> params = new HashMap<>(); * params.put("token_url", "http://example.com/token");
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 14.3K bytes - Viewed (1) -
.github/ISSUE_TEMPLATE/feature_addition_request.yaml
in flux. This can make the feature you're suggesting much clearer to us. - type: textarea attributes: label: (Optional) What would the method signatures for your feature look like? placeholder: | e.g., public static <E> ImmutableList<E> of(); public static <E> ImmutableList<E> of(E element); public static <E> ImmutableList<E> of(E e1, E e2); ... render: java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Nov 17 18:47:47 UTC 2023 - 5.8K bytes - Viewed (0) -
src/main/java/jcifs/util/SecureKeyManager.java
checkNotClosed(); // Simple KDF implementation (should be replaced with proper KDF like HKDF) // This is a placeholder - real implementation should use proper KDF byte[] derived = new byte[length]; // Combine inputs byte[] labelBytes = label.getBytes(java.nio.charset.StandardCharsets.UTF_8);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 21.5K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/ServiceManager.java
if (copy.isEmpty()) { // Having no services causes the manager to behave strangely. Notably, listeners are never // fired. To avoid this we substitute a placeholder service. logger .get() .log( Level.WARNING, "ServiceManager configured with no services. Is your application configured" + " properly?",
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 33.2K bytes - Viewed (1) -
tensorflow/c/c_api.cc
} void TF_SetAttrPlaceholder(TF_OperationDescription* desc, const char* attr_name, const char* placeholder) { tensorflow::AttrValue attr_value; attr_value.set_placeholder(placeholder); desc->node_builder.Attr(attr_name, attr_value); } void TF_SetAttrFuncName(TF_OperationDescription* desc, const char* attr_name,
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue May 13 06:30:43 UTC 2025 - 102.3K bytes - Viewed (0) -
src/main/webapp/css/bootstrap.min.css
-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:l...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 12 06:14:02 UTC 2025 - 227.5K bytes - Viewed (0) -
tensorflow/c/c_api_experimental_test.cc
TF_NewGraph(), TF_DeleteGraph); std::unique_ptr<TF_Status, decltype(&TF_DeleteStatus)> s(TF_NewStatus(), TF_DeleteStatus); TF_Operation* feed = Placeholder(func_graph.get(), s.get()); TF_Operation* neg = Neg(feed, func_graph.get(), s.get()); TF_Output inputs[] = {{feed, 0}}; TF_Output outputs[] = {{neg, 0}};
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue Jan 17 22:27:52 UTC 2023 - 13.1K bytes - Viewed (0) -
tensorflow/c/c_api.h
// operations in `fn_body` will become part of the function // except operations referenced in `inputs`. These operations // must have a single output (these operations are typically // placeholders created for the sole purpose of representing // an input. We can relax this constraint if there are // compelling use cases). // - If an array is given (`num_opers` >= 0), all operations
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
tensorflow/BUILD
--input $(location :tensorflow_def_file) \\ --output $@ """, "//conditions:default": "touch $@", # Just a placeholder for Unix platforms }), tools = ["@local_config_def_file_filter//:def_file_filter"], visibility = ["//visibility:public"], )
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0)