Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1191 - 1200 of 1,509 for xpath (0.38 sec)

  1. src/packaging/rpm/init.d/fess

            JAVA="$JAVA_HOME/bin/java"
        else
            JAVA=`which java`
        fi
    
        if [ ! -x "$JAVA" ]; then
            echo "Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME"
            exit 1
        fi
    }
    
    start() {
        checkJava
        [ -x $exec ] || exit 5
    
        # Ensure that the PID_DIR exists (it is cleaned at OS startup time)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 15 06:32:15 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. cmd/routers.go

    func configureServerHandler(endpointServerPools EndpointServerPools) (http.Handler, error) {
    	// Initialize router. `SkipClean(true)` stops minio/mux from
    	// normalizing URL path minio/minio#3256
    	router := mux.NewRouter().SkipClean(true).UseEncodedPath()
    
    	// Initialize distributed NS lock.
    	if globalIsDistErasure {
    		registerDistErasureRouters(router, endpointServerPools)
    	}
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Mon Jul 29 18:10:04 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/metadata.md

    ๐Ÿ‘† ๐Ÿšซ โœ”๏ธ ๐Ÿšฎ ๐Ÿ—ƒ ๐ŸŒ ๐Ÿ”– ๐Ÿ‘ˆ ๐Ÿ‘† โš™๏ธ.
    
    ///
    
    ### โš™๏ธ ๐Ÿ‘† ๐Ÿ”–
    
    โš™๏ธ `tags` ๐Ÿ”ข โฎ๏ธ ๐Ÿ‘† *โžก ๐Ÿ› ๏ธ* (& `APIRouter`โ“‚) ๐Ÿ› ๏ธ ๐Ÿ‘ซ ๐ŸŽ ๐Ÿ”–:
    
    {* ../../docs_src/metadata/tutorial004.py hl[21,26] *}
    
    /// info
    
    โœ ๐ŸŒ… ๐Ÿ”ƒ ๐Ÿ”– [โžก ๐Ÿ› ๏ธ ๐Ÿ“ณ](path-operation-configuration.md#_3){.internal-link target=_blank}.
    
    ///
    
    ### โœ… ๐Ÿฉบ
    
    ๐Ÿ”œ, ๐Ÿšฅ ๐Ÿ‘† โœ… ๐Ÿฉบ, ๐Ÿ‘ซ ๐Ÿ”œ ๐ŸŽฆ ๐ŸŒ ๐ŸŒ– ๐Ÿ—ƒ:
    
    <img src="/img/tutorial/metadata/image02.png">
    
    ### โœ” ๐Ÿ”–
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/DebugResolutionListener.java

            // only show msg if a change is actually taking place
            if (!replacement.getScope().equals(artifact.getScope())) {
                String msg = indent + artifact + " (applying system path: " + replacement.getFile() + ")";
                logger.debug(msg);
            }
        }
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  5. docs/ja/docs/virtual-environments.md

    ใ“ใ‚Œใ‚‰ใฎ็’ฐๅขƒๅค‰ๆ•ฐใฎใฒใจใคใซใ€ `PATH` ๅค‰ๆ•ฐใŒใ‚ใ‚Šใพใ™ใ€‚
    
    /// tip | ่ฑ†็Ÿฅ่ญ˜
    
    `PATH` ๅค‰ๆ•ฐใซใคใ„ใฆใฎ่ฉณ็ดฐใฏ [็’ฐๅขƒๅค‰ๆ•ฐ](environment-variables.md#path็’ฐๅขƒๅค‰ๆ•ฐ){.internal-link target=_blank} ใ‚’ๅ‚็…งใ—ใฆใใ ใ•ใ„ใ€‚
    
    ///
    
    ไปฎๆƒณ็’ฐๅขƒใ‚’ๆœ‰ๅŠนใซใ™ใ‚‹ใจใ€ใใฎไปฎๆƒณ็’ฐๅขƒใฎใƒ‘ใ‚น `.venv/bin` ๏ผˆLinuxใจmacOS๏ผ‰ใ€ใ‚ใ‚‹ใ„ใฏ `.venv\Scripts` ๏ผˆWindows๏ผ‰ใŒ `PATH` ๅค‰ๆ•ฐใซ่ฟฝๅŠ ใ•ใ‚Œใพใ™ใ€‚
    
    ใใฎ็’ฐๅขƒใ‚’ๆœ‰ๅŠนใซใ™ใ‚‹ๅ‰ใฎ `PATH` ๅค‰ๆ•ฐใŒๆฌกใฎใ‚ˆใ†ใซใชใฃใฆใ„ใ‚‹ใจใ—ใพใ™ใ€‚
    
    //// tab | Linux, macOS
    
    ```plaintext
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Mar 19 12:22:33 UTC 2025
    - 27.8K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/io/FilesTest.java

      }
    
      /** Returns a root path for the file system. */
      private static File root() {
        return File.listRoots()[0];
      }
    
      /** Returns a {@code File} object for the given path parts. */
      private static File file(String first, String... more) {
        return file(new File(first), more);
      }
    
      /** Returns a {@code File} object for the given path parts. */
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Jul 14 14:44:08 UTC 2025
    - 22.1K bytes
    - Viewed (0)
  7. compat/maven-compat/src/main/java/org/apache/maven/project/interpolation/StringSearchModelInterpolator.java

    import java.util.List;
    import java.util.Map;
    import java.util.WeakHashMap;
    
    import org.apache.maven.model.Model;
    import org.apache.maven.project.ProjectBuilderConfiguration;
    import org.apache.maven.project.path.PathTranslator;
    import org.codehaus.plexus.interpolation.InterpolationPostProcessor;
    import org.codehaus.plexus.interpolation.Interpolator;
    import org.codehaus.plexus.interpolation.StringSearchInterpolator;
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 14K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/security/oauth2-jwt.md

    If the token is invalid, return an HTTP error right away.
    
    {* ../../docs_src/security/tutorial004_an_py310.py hl[90:107] *}
    
    ## Update the `/token` *path operation* { #update-the-token-path-operation }
    
    Create a `timedelta` with the expiration time of the token.
    
    Create a real JWT access token and return it.
    
    {* ../../docs_src/security/tutorial004_an_py310.py hl[118:133] *}
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  9. src/test/java/jcifs/netbios/LmhostsTest.java

    import static org.mockito.Mockito.when;
    
    import java.io.File;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.io.StringReader;
    import java.lang.reflect.Field;
    import java.nio.file.Path;
    import java.util.Map;
    
    import org.junit.jupiter.api.BeforeEach;
    import org.junit.jupiter.api.Test;
    import org.junit.jupiter.api.io.TempDir;
    import org.mockito.MockedConstruction;
    import org.mockito.Mockito;
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 18.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsThumbnailQueueCB.java

                doColumn("createdTime");
            }
    
            public void columnGenerator() {
                doColumn("generator");
            }
    
            public void columnPath() {
                doColumn("path");
            }
    
            public void columnTarget() {
                doColumn("target");
            }
    
            public void columnThumbnailId() {
                doColumn("thumbnail_id");
            }
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 7K bytes
    - Viewed (0)
Back to top