- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 11 for PARAMETERS (0.08 sec)
-
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
return this; } /** * Add the created action message for the key 'success.update_crawler_params' with parameters. * <pre> * message: Updated parameters. * </pre> * @param property The property name for the message. (NotNull) * @return this. (NotNull) */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
* </td></tr> * * <tr><td > * <code>smb1://MYGROUP/?SERVER=192.168.10.15</code></td><td> * SMB URLs support some query string parameters. In this example * the <code>SERVER</code> parameter is used to override the * server name service lookup to contact the server 192.168.10.15 * (presumably known to be a master
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Process Type */ public static final String LABELS_PROCESS_TYPE = "{labels.processType}"; /** The key of the message: Parameters */ public static final String LABELS_PARAMETERS = "{labels.parameters}"; /** The key of the message: File to Upload */ public static final String LABELS_DESIGN_FILE = "{labels.designFile}"; /** The key of the message: Bulk File */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
cmd/server_test.go
partialObject, err := io.ReadAll(response.Body) c.Assert(err, nil) c.Assert(string(partialObject), "Wo") } // TestListObjectsHandler - Setting valid parameters to List Objects // and then asserting the response with the expected one. func (s *TestSuiteCommon) TestListObjectsHandler(c *check) { // generate a random bucket name. bucketName := getRandomBucketName()
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118.1K bytes - Viewed (0) -
cmd/object-handlers.go
// Handle encryption encMetadata := make(map[string]string) // Encryption parameters not applicable for this object. if _, ok := crypto.IsEncrypted(srcInfo.UserDefined); !ok && crypto.SSECopy.IsRequested(r.Header) { writeErrorResponse(ctx, w, toAPIError(ctx, errInvalidEncryptionParameters), r.URL) return } // Encryption parameters not present for this object.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 120.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
} return bulkRequestBuilder.execute().actionGet(ComponentUtil.getFessConfig().getIndexBulkTimeout()); } /** * Builder class for constructing search conditions and parameters. */ public static class SearchConditionBuilder { /** The search request builder being configured */ protected final SearchRequestBuilder searchRequestBuilder;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
else { return Smb2LeaseState.SMB2_LEASE_READ_HANDLE; } } /** * Determines if a failed SMB2 CREATE request should be retried with basic parameters * * @param e the exception that occurred * @return true if the request should be retried without advanced features */ private static boolean shouldRetryWithBasicRequest(final CIFSException e) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.4.md
* The pod annotation `security.alpha.kubernetes.io/sysctls` now allows customization of namespaced and well isolated kernel parameters (sysctls), starting with `kernel.shm_rmid_forced`, `net.ipv4.ip_local_port_range` and `net.ipv4.tcp_syncookies` for Kubernetes 1.4. ([#27180](https://github.com/kubernetes/kubernetes/pull/27180), [@sttts](https://github.com/sttts))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
cmd/bucket-replication.go
}) return } dsc, err := parseReplicateDecision(ctx, bucket, dobj.ReplicationState.ReplicateDecisionStr) if err != nil { replLogOnceIf(ctx, fmt.Errorf("unable to parse replication decision parameters for bucket: %s, err: %s, decision: %s", bucket, err, dobj.ReplicationState.ReplicateDecisionStr), dobj.ReplicationState.ReplicateDecisionStr) sendEvent(eventArgs{ BucketName: bucket, Object: ObjectInfo{
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<name>Profile</name> <superClass>ModelBase</superClass> <version>4.0.0+</version> <description>Modifications to the build process which is activated based on environmental parameters or command line arguments.</description> <fields> <field> <name>id</name> <required>true</required> <version>4.0.0+</version> <type>String</type>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0)