Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 508 for uploader (0.19 sec)

  1. src/main/resources/fess_message_ru.properties

    success.upload_elevate_word=Uploaded Additional Word file.
    success.upload_bad_word=Uploaded Bad Word file.
    success.upload_mapping_file=Uploaded Mapping file.
    success.send_testmail=Sent the test mail.
    success.job_log_delete_all=Deleted job logs.
    success.changed_password=Changed your password.
    success.bulk_process_started=Bulk process is started.
    
    success.crud_create_crud_table=Created data.
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri May 20 12:12:28 GMT 2022
    - 10.2K bytes
    - Viewed (0)
  2. cmd/object-multipart-handlers.go

    	}
    
    	if s3Error := checkRequestAuthType(ctx, r, policy.GetObjectAction, srcBucket, srcObject); s3Error != ErrNone {
    		writeErrorResponse(ctx, w, errorCodes.ToAPIErr(s3Error), r.URL)
    		return
    	}
    
    	uploadID := r.Form.Get(xhttp.UploadID)
    	partIDString := r.Form.Get(xhttp.PartNumber)
    
    	partID, err := strconv.Atoi(partIDString)
    	if err != nil || partID <= 0 {
    		writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrInvalidPart), r.URL)
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Mar 28 17:44:56 GMT 2024
    - 39K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_en.properties

    success.upload_stopwords_file=Uploaded Stopwords file.
    success.upload_stemmeroverride_file=Uploaded Stemmer Override file.
    success.upload_kuromoji_file=Uploaded Kuromoji file.
    success.upload_elevate_word=Uploaded Additional Word file.
    success.upload_bad_word=Uploaded Bad Word file.
    success.upload_mapping_file=Uploaded Mapping file.
    success.send_testmail=Sent the test mail.
    success.job_log_delete_all=Deleted job logs.
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Uploaded Stemmer Override file. */
        public static final String SUCCESS_upload_stemmeroverride_file = "{success.upload_stemmeroverride_file}";
    
        /** The key of the message: Uploaded Kuromoji file. */
        public static final String SUCCESS_upload_kuromoji_file = "{success.upload_kuromoji_file}";
    
        /** The key of the message: Uploaded Additional Word file. */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_upload.jsp

                                <button type="submit" class="btn btn-success" name="upload"
                                        value="<la:message key="labels.elevate_word_button_upload" />">
                                    <em class="fa fa-upload">
                                    <la:message
                                            key="labels.elevate_word_button_upload"/>
                                </button>
                            </div>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 5.5K bytes
    - Viewed (0)
  6. docs/hotfixes.md

    ```
    λ REPO="registry.min.dev/<customer>" CRED_DIR=/media/builder/minio make docker-hotfix-push
    ```
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Wed Feb 14 21:36:02 GMT 2024
    - 5K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_upload.jsp

                                            value="<la:message key="labels.dict_protwords_button_upload" />">
                                        <em class="fa fa-upload">
                                        <la:message key="labels.dict_protwords_button_upload"/>
                                    </button>
                                </div>
                            </div>
                        </div>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.2K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_upload.jsp

                                            value="<la:message key="labels.dict_stemmeroverride_button_upload" />">
                                        <em class="fa fa-upload">
                                        <la:message key="labels.dict_stemmeroverride_button_upload"/>
                                    </button>
                                </div>
                            </div>
                        </div>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.3K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_upload.jsp

                                            value="<la:message key="labels.dict_synonym_button_upload" />">
                                        <em class="fa fa-upload">
                                        <la:message key="labels.dict_synonym_button_upload"/>
                                    </button>
                                </div>
                            </div>
                        </div>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.2K bytes
    - Viewed (0)
  10. docs/bigdata/README.md

    fs.s3a.fast.upload.active.blocks=2048 # Number of parallel uploads
    fs.s3a.fast.upload.buffer=disk # Use disk as the buffer for uploads
    fs.s3a.fast.upload=true # Turn on fast upload mode
    fs.s3a.max.total.tasks=2048 # Maximum number of parallel tasks
    fs.s3a.multipart.size=512M # Size of each multipart chunk
    fs.s3a.multipart.threshold=512M # Size before using multipart uploads
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 14.7K bytes
    - Viewed (0)
Back to top