Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 612 for Forked (0.32 sec)

  1. platforms/documentation/docs/src/docs/userguide/core-plugins/antlr_plugin.adoc

    Default value is `[__projectDir__/src/__name__/antlr]`.
    
    [[sec:controlling_the_antlr_generator_process]]
    == Controlling the ANTLR generator process
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  2. internal/handlers/proxy.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    // Originally from https://github.com/gorilla/handlers with following license
    // https://raw.githubusercontent.com/gorilla/handlers/master/LICENSE, forked
    // and heavily modified for MinIO's internal needs.
    
    package handlers
    
    import (
    	"net"
    	"net/http"
    	"regexp"
    	"strings"
    )
    
    var (
    	// De-facto standard header keys.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Dec 22 00:56:55 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/testing.md

    ```console
    $ pytest
    
    ================ test session starts ================
    platform linux -- Python 3.6.9, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
    rootdir: /home/user/code/superawesome-cli/app
    plugins: forked-1.1.3, xdist-1.31.0, cov-2.8.1
    collected 6 items
    
    ---> 100%
    
    test_main.py <span style="color: green; white-space: pre;">......                            [100%]</span>
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/util.go

    	metaLabels := metadata.GetLabels()
    	val := metaLabels[label]
    	if val != "" {
    		return val
    	}
    
    	return metaLabels[fallBackLabel]
    }
    
    // Forked from Kubernetes k8s.io/kubernetes/pkg/api/v1/pod
    // FindPort locates the container port for the given pod and portName.  If the
    // targetPort is a number, use that.  If the targetPort is a string, look that
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 28 02:01:47 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  5. maven-model-builder/src/main/java/org/apache/maven/model/resolution/ModelResolver.java

         */
        void addRepository(org.apache.maven.model.Repository repository, boolean replace) throws InvalidRepositoryException;
    
        /**
         * Clones this resolver for usage in a forked resolution process. In general, implementors need not provide a deep
         * clone. The only requirement is that invocations of {@link #addRepository(Repository)} on the clone do not affect
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 7K bytes
    - Viewed (0)
  6. hack/make-rules/verify.sh

    if [[ -z "${KUBE_JUNIT_REPORT_DIR:-}" && -n "${ARTIFACTS:-}" ]]; then
        export KUBE_JUNIT_REPORT_DIR="${ARTIFACTS}"
    fi
    
    # include shell2junit library
    source "${KUBE_ROOT}/third_party/forked/shell2junit/sh2ju.sh"
    
    # Excluded check patterns are always skipped.
    EXCLUDED_PATTERNS=(
      "verify-all.sh"                # this script calls the make rule and would cause a loop
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 12:24:15 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  7. docs/en/docs/tutorial/testing.md

    ```console
    $ pytest
    
    ================ test session starts ================
    platform linux -- Python 3.6.9, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
    rootdir: /home/user/code/superawesome-cli/app
    plugins: forked-1.1.3, xdist-1.31.0, cov-2.8.1
    collected 6 items
    
    ---> 100%
    
    test_main.py <span style="color: green; white-space: pre;">......                            [100%]</span>
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  8. cluster/gce/windows/testonly/user-profile.psm1

    .EXAMPLE
       Create-NewProfile -Username 'testUser1' -Password 'testUser1'
    .NOTES
       Created by: Josh Rickard (@MS_dministrator) and Thom Schumacher (@driberif)
       Forked by: @crshnbrn66, then @pjh (2018-11-08). See
         https://gist.github.com/pjh/9753cd14400f4e3d4567f4553ba75f1d/revisions
       Date: 24MAR2017
       Location: https://gist.github.com/crshnbrn66/7e81bf20408c05ddb2b4fdf4498477d8
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 26 00:44:57 UTC 2019
    - 9.4K bytes
    - Viewed (0)
  9. docs/de/docs/tutorial/testing.md

    ```console
    $ pytest
    
    ================ test session starts ================
    platform linux -- Python 3.6.9, pytest-5.3.5, py-1.8.1, pluggy-0.13.1
    rootdir: /home/user/code/superawesome-cli/app
    plugins: forked-1.1.3, xdist-1.31.0, cov-2.8.1
    collected 6 items
    
    ---> 100%
    
    test_main.py <span style="color: green; white-space: pre;">......                            [100%]</span>
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:20:01 UTC 2024
    - 7K bytes
    - Viewed (0)
  10. src/cmd/dist/imports.go

    // Copyright 2012 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This file is forked from go/build/read.go.
    // (cmd/dist must not import go/build because we do not want it to be
    // sensitive to the specific version of go/build present in $GOROOT_BOOTSTRAP.)
    
    package main
    
    import (
    	"bufio"
    	"errors"
    	"fmt"
    	"io"
    	"path"
    	"path/filepath"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 28 21:45:30 UTC 2019
    - 6.3K bytes
    - Viewed (0)
Back to top