Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for minimo (0.15 sec)

  1. pom.xml

    					<groupId>com.sun.mail</groupId>
    					<artifactId>javax.mail</artifactId>
    				</exclusion>
    			</exclusions>
    		</dependency>
    		<dependency>
    			<groupId>io.minio</groupId>
    			<artifactId>minio</artifactId>
    			<version>${minio.version}</version>
    			<exclusions>
    				<exclusion>
    					<groupId>com.google.code.findbugs</groupId>
    					<artifactId>annotations</artifactId>
    				</exclusion>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Apr 22 12:06:58 GMT 2024
    - 48.7K bytes
    - Viewed (0)
  2. src/main/config/openapi/openapi-user.yaml

              schema:
                type: integer
                minimum: 0
                exclusiveMinimum: false
                default: 0
                example: 0
            - name: offset
              in: query
              description: Offset from a start position
              required: false
              schema:
                type: integer
                minimum: 0
                exclusiveMinimum: false
                default: 0
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Jun 19 13:30:00 GMT 2023
    - 21.6K bytes
    - Viewed (1)
  3. src/main/resources/fess_label_fr.properties

    labels.boostExpr	=	Amplifier l'expression
    labels.confirmPassword	=	Confirmer
    labels.crawler	=	Crawler
    labels.crudMode	=	mode
    labels.errorCountMax	=	Nombre maximal d'erreurs
    labels.errorCountMin	=	Nombre d'erreurs minimum
    labels.facet	=	Facette
    labels.geo	=	Géo
    labels.groups	=	Groupes
    labels.hash	=	Hacher
    labels.kuromojiFile	=	Fichier Kuromoji
    labels.maxSize	=	Taille max
    labels.order	=	Order
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java

    import io.minio.GetObjectArgs;
    import io.minio.GetObjectTagsArgs;
    import io.minio.ListObjectsArgs;
    import io.minio.MakeBucketArgs;
    import io.minio.MinioClient;
    import io.minio.PutObjectArgs;
    import io.minio.RemoveObjectArgs;
    import io.minio.Result;
    import io.minio.SetObjectTagsArgs;
    import io.minio.errors.ErrorResponseException;
    import io.minio.messages.Item;
    
    /**
     * @author shinsuke
     */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 19.9K bytes
    - Viewed (0)
  5. src/main/java/jcifs/Configuration.java

         * @return whether to convert NetBIOS names returned by DFS to FQDNs
         */
        boolean isDfsConvertToFQDN ();
    
    
        /**
         * Minimum protocol version
         * 
         * Property <tt>jcifs.smb.client.minVersion</tt> (string, default SMB1)
         * 
         * @see DialectVersion
         * @return minimum protocol version to use/allow
         * @since 2.1
         */
        DialectVersion getMinimumVersion ();
    
    
        /**
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 18K bytes
    - Viewed (0)
Back to top