Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 676 for Folder (0.55 sec)

  1. src/main/resources/fess_label_en.properties

    labels.storage_last_modified=Last Modified
    labels.storage_upload_file=Upload File
    labels.storage_button_upload=Upload
    labels.storage_bucket_name=Bucket Name
    labels.storage_file=File
    labels.storage_folder_name=Folder Name
    labels.storage_button_download=Download
    labels.storage_button_tags=Tags
    labels.storage_title_tag=Tag:
    labels.storage_tag_key=Tag Key
    labels.storage_tag_value=Tag Value
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  2. .cm/plugins/filters/byCodeowner/ignore/index.js

                ? '(?:\\/[^\\/]+)*'
    
                // case: /**
                // > A trailing `"/**"` matches everything inside.
    
                // #21: everything inside but it should not include the current folder
                : '\\/.+'
        ],
    
        // normal intermediate wildcards
        [
            // Never replace escaped '*'
            // ignore rule '\*' will match the path '*'
    
            // 'abc.*/' -> go
    JavaScript
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Apr 12 13:42:16 GMT 2024
    - 17.5K bytes
    - Viewed (0)
  3. src/main/java/jcifs/SmbResource.java

         * share. There are actually two different ACLs for shares - the ACL on
         * the share and the ACL on the folder being shared.
         * Go to <i>Computer Management</i>
         * &gt; <i>System Tools</i> &gt; <i>Shared Folders</i> &gt; <i>Shares</i> and
         * look at the <i>Properties</i> for a share. You will see two tabs - one
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Dec 20 14:09:34 GMT 2020
    - 26K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_ru.properties

    labels.storage_last_modified=Last Modified
    labels.storage_upload_file=Upload File
    labels.storage_button_upload=Upload
    labels.storage_bucket_name=Bucket Name
    labels.storage_file=File
    labels.storage_folder_name=Folder Name
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ko.properties

    labels.storage_last_modified=Last Modified
    labels.storage_upload_file=Upload File
    labels.storage_button_upload=Upload
    labels.storage_bucket_name=Bucket Name
    labels.storage_file=File
    labels.storage_folder_name=Folder Name
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  6. src/main/webapp/css/font-awesome.min.css

    content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}....
    CSS
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 55.8K bytes
    - Viewed (4)
  7. src/main/webapp/css/admin/font-awesome.min.css

    content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}....
    CSS
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 55.8K bytes
    - Viewed (5)
  8. tensorflow/c/experimental/filesystem/plugins/gcs/gcs_filesystem.cc

              absl::StrCat("The specified bucket gs://", bucket, " was not found.")
                  .c_str());
        return result;
      }
    
      bool is_folder = FolderExists(gcs_file, path, status);
      if (TF_GetCode(status) != TF_OK) return false;
      if (is_folder) return true;
    
      bool is_object = ObjectExists(gcs_file, path, bucket, object, status);
      if (TF_GetCode(status) != TF_OK) return false;
      if (is_object) {
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Aug 23 06:55:53 GMT 2023
    - 46.9K bytes
    - Viewed (0)
  9. cmd/xl-storage.go

    	} else {
    		err = Rename(filePath, targetPath)
    	}
    
    	var targetPath2 string
    	if immediatePurge && HasSuffix(filePath, SlashSeparator) {
    		// With immediate purge also attempt deleting for `__XL_DIR__` folder/directory objects.
    		targetPath2 = pathutil.Join(s.drivePath, minioMetaTmpDeletedBucket, mustGetUUID())
    		renameAll(encodeDirObject(filePath), targetPath2, pathutil.Join(s.drivePath, minioMetaBucket))
    	}
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 84.7K bytes
    - Viewed (0)
  10. cmd/endpoint.go

    			return ep, fmt.Errorf("empty or root path is not supported in URL endpoint")
    		}
    
    		// On windows having a preceding SlashSeparator will cause problems, if the
    		// command line already has C:/<export-folder/ in it. Final resulting
    		// path on windows might become C:/C:/ this will cause problems
    		// of starting minio server properly in distributed mode on windows.
    		// As a special case make sure to trim the separator.
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 21 11:43:18 GMT 2024
    - 34.1K bytes
    - Viewed (0)
Back to top