Search Options

Results per page
Sort
Preferred Languages
Advance

Results 261 - 270 of 548 for COMMAND (1.34 sec)

  1. apache-maven/src/assembly/maven/bin/mvnsh.cmd

    @REM -----------------------------------------------------------------------------
    
    @REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
    @echo off
    @REM set title of command window
    title %0
    @REM enable echoing by setting MAVEN_BATCH_ECHO to 'on'
    @if "%MAVEN_BATCH_ECHO%"=="on" echo %MAVEN_BATCH_ECHO%
    
    @setlocal
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Tue Dec 17 09:50:45 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. ci/official/bisect.sh

    #
    #   export TFCI=...
    #   export TF_BISECT_SCRIPT=ci/official/any.sh
    #   export TF_BISECT_GOOD=a_good_commit_sha
    #   export TF_BISECT_BAD=a_failing_commit_sha
    #   export TF_ANY_TARGETS="quoted list of targets, like on the command line"
    #   export TF_ANY_MODE=test
    set -exo pipefail
    cd "$(dirname "$0")/../../"  # tensorflow/
    export TFCI="$(echo $TFCI | sed 's/,nightly_upload/,public_cache,disk_cache/')"
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Jan 09 18:37:25 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  3. src/main/java/jcifs/internal/smb1/com/SmbComTreeConnectAndX.java

    import jcifs.internal.smb1.ServerMessageBlock;
    import jcifs.internal.util.SMBUtil;
    import jcifs.smb.NtlmPasswordAuthenticator;
    import jcifs.util.Hexdump;
    
    /**
     * SMB1 Tree Connect AndX request message.
     *
     * This command is used to connect to a shared resource
     * on the server, such as a file share or printer.
     */
    public class SmbComTreeConnectAndX extends AndXServerMessageBlock {
    
        private final boolean disconnectTid = false;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  4. src/main/java/jcifs/internal/smb1/com/SmbComSetInformationResponse.java

     */
    
    package jcifs.internal.smb1.com;
    
    import jcifs.Configuration;
    import jcifs.internal.smb1.ServerMessageBlock;
    
    /**
     * Response for SMB1 COM_SET_INFORMATION command.
     *
     * This response indicates the success or failure of setting file
     * attributes and last write time.
     *
     * @author mbechler
     */
    public class SmbComSetInformationResponse extends ServerMessageBlock {
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/FessBoot.java

        /**
         * Main method to start the Fess application.
         * Sets up system properties, configures Tomcat, and starts the server.
         *
         * @param args command line arguments (not used)
         */
        public static void main(final String[] args) {
            // update java.io.tmpdir
            final String tempPath = System.getProperty(FESS_TEMP_PATH);
            if (tempPath != null) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 11.3K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/util/concurrent/SequentialExecutorTest.java

      private static class FakeExecutor implements Executor {
        final Queue<Runnable> tasks = new ArrayDeque<>();
    
        @Override
        public void execute(Runnable command) {
          tasks.add(command);
        }
    
        boolean hasNext() {
          return !tasks.isEmpty();
        }
    
        void runNext() {
          assertTrue("expected at least one task to run", hasNext());
          tasks.remove().run();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 11 18:52:30 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  7. .teamcity/mvnw

          echo "Downloading from: $jarUrl"
        fi
        wrapperJarPath="$BASE_DIR/.mvn/wrapper/maven-wrapper.jar"
        if $cygwin; then
          wrapperJarPath=`cygpath --path --windows "$wrapperJarPath"`
        fi
    
        if command -v wget > /dev/null; then
            if [ "$MVNW_VERBOSE" = true ]; then
              echo "Found wget ... using wget"
            fi
            if [ -z "$MVNW_USERNAME" ] || [ -z "$MVNW_PASSWORD" ]; then
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 26 01:48:39 UTC 2020
    - 9.8K bytes
    - Viewed (0)
  8. ci/official/containers/ml_build/cuda12.8_cudnn9.8.packages.txt

    # All required CUDA packages
    cuda-compat-12-8
    cuda-command-line-tools-12-8
    cuda-cudart-dev-12-8
    cuda-nvcc-12-8
    cuda-cupti-12-8
    cuda-nvprune-12-8
    cuda-libraries-12-8
    cuda-libraries-dev-12-8
    cuda-nvml-dev-12-8
    libcufft-12-8
    libcurand-12-8
    libcusolver-dev-12-8
    libcusparse-dev-12-8
    libcublas-12-8
    libcublas-dev-12-8
    libnccl-dev=2.25.1-1+cuda12.8
    libnccl2=2.25.1-1+cuda12.8
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Mar 14 22:45:44 UTC 2025
    - 534 bytes
    - Viewed (0)
  9. ci/official/containers/ml_build/cuda13.0_cudnn9.12.packages.txt

    # All required CUDA packages
    cuda-compat-13-0
    cuda-command-line-tools-13-0
    cuda-cudart-dev-13-0
    cuda-nvcc-13-0
    cuda-cupti-13-0
    cuda-nvprune-13-0
    cuda-libraries-13-0
    cuda-libraries-dev-13-0
    cuda-nvml-dev-13-0
    libcufft-13-0
    libcurand-13-0
    libcusolver-dev-13-0
    libcusparse-dev-13-0
    libcublas-13-0
    libcublas-dev-13-0
    libnccl-dev=2.27.7-1+cuda13.0
    libnccl2=2.27.7-1+cuda13.0
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Aug 15 20:39:50 UTC 2025
    - 536 bytes
    - Viewed (0)
  10. lib/fips140/Makefile

    # fips140.sum.
    
    default:
    	@echo nothing to make
    
    # make v1.2.3.zip builds a v1.2.3.zip file
    # from the current origin/master.
    # copy and edit the 'go run' command by hand to use a different branch.
    v%.zip:
    	git fetch origin master
    	go run ../../src/cmd/go/internal/fips140/mkzip.go v$*
    
    # normally mkzip refuses to overwrite an existing zip file.
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 1.4K bytes
    - Viewed (0)
Back to top