Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 47 of 47 for some_path (0.19 sec)

  1. pkg/volume/util/subpath/subpath_linux.go

    		notMount = true
    	}
    	if !notMount {
    		// It's already mounted, so check if it's bind-mounted to the same path
    		samePath, err := checkSubPathFileEqual(subpath, bindPathTarget)
    		if err != nil {
    			return false, "", fmt.Errorf("error checking subpath mount info for %s: %s", bindPathTarget, err)
    		}
    		if !samePath {
    			// It's already mounted but not what we want, unmount it
    			if err = mounter.Unmount(bindPathTarget); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 12 14:09:11 UTC 2022
    - 21.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    index.field.thumbnail=thumbnail
    index.field.virtual_host=virtual_host
    response.field.content_title=content_title
    response.field.content_description=content_description
    response.field.url_link=url_link
    response.field.site_path=site_path
    response.max.title.length=50
    response.max.site.path.length=100
    response.highlight.content_title.enabled=true
    response.inline.mimetypes=application/pdf,text/plain
    
    # document index
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_dependencies.adoc

    To add support for type-safe project accessors, add this to your `settings.gradle(.kts)` file:
    
    ```
    enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
    ```
    --
    
    One issue with the `project(":some:path")` notation is that you have to remember the path to every project you want to depend on.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 30.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go

    			StabilityLevel: compbasemetrics.ALPHA,
    		},
    		// Path the code takes to reach a conclusion:
    		// i.e. unequalObjectsFast, unequalObjectsSlow, equalObjectsSlow
    		[]string{"code_path"},
    	)
    
    	watchListLatencies = compbasemetrics.NewHistogramVec(
    		&compbasemetrics.HistogramOpts{
    			Subsystem:      APIServerComponent,
    			Name:           "watch_list_duration_seconds",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 07:29:19 UTC 2023
    - 35K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. url_link */
        String RESPONSE_FIELD_url_link = "response.field.url_link";
    
        /** The key of the configuration. e.g. site_path */
        String RESPONSE_FIELD_site_path = "response.field.site_path";
    
        /** The key of the configuration. e.g. 50 */
        String RESPONSE_MAX_TITLE_LENGTH = "response.max.title.length";
    
        /** The key of the configuration. e.g. 100 */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.16.md

    ### Windows
    
    - On Windows systems, `%USERPROFILE%` is now preferred over `%HOMEDRIVE%\%HOMEPATH%` as the home folder if `%HOMEDRIVE%\%HOMEPATH%` does not contain a `.kube\config` file, and `%USERPROFILE%` exists and is writable. ([#73923](https://github.com/kubernetes/kubernetes/pull/73923), [@liggitt](https://github.com/liggitt))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  7. RELEASE.md

            and `model.load_weights`. The checkpoint is also compatible with the
            checkpoint saved in the `variables/` folder in the SavedModel.
        *   When restoring, `save_path` can be a path to a SavedModel. The function
            will automatically find the checkpoint in the SavedModel.
    
    ### `tf.data`:
    
    *   Adds new `tf.data.experimental.service.register_dataset` and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top