Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 2,597 for Commands (0.13 sec)

  1. tools/istio-clean-iptables/pkg/cmd/cleanup_test.go

    				t.Fatalf("Executed normally commands: got\n%v\nwant\n%vdiff %v",
    					ext.ExecutedNormally, expectedExecutedNormally, diff)
    			}
    
    			expectedExecutedQuietly := ext.ExecutedAll[:len(ext.ExecutedAll)-len(expectedExecutedNormally)]
    			if diff := cmp.Diff(ext.ExecutedQuietly, expectedExecutedQuietly); diff != "" {
    				t.Fatalf("Executed quietly commands: got\n%v\nwant\n%vdiff %v",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/vcstest/README

    tests of cmd/go and its subpackages.
    
    They are written in a dialect of the same script language as in
    cmd/go/testdata/script, and the outputs are hosted by the server in
    cmd/go/internal/vcweb.
    
    To see the conditions and commands available for these scripts, run:
    
    	go test cmd/go/internal/vcweb -v --run=TestHelp
    
    To host these scripts in a standalone server, run:
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:00:34 UTC 2022
    - 487 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/samples/build-organization/publishing-convention-plugins/tests/publish.sample.conf

    commands: [{
        executable: gradle
        args: publish
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 57 bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_tidy_support_buildx.txt

    # This test checks that "go mod tidy -x" print
    # commands tidy executes.
    # Verifies golang.org/issue/35849
    
    rm $GOPATH/pkg/mod/cache/download/rsc.io/quote
    go mod tidy
    ! stderr 'get '$GOPROXY
    
    rm $GOPATH/pkg/mod/cache/download/rsc.io/quote
    go mod tidy -x
    stderr 'get '$GOPROXY
    
    -- go.mod --
    module example.com/mod
    
    -- a.go --
    package mod
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 10 21:10:40 UTC 2022
    - 360 bytes
    - Viewed (0)
  5. releasenotes/notes/fix-revision-admin-log.yaml

    kind: feature
    area: istioctl
    releaseNotes:
      - |
        **Added** `revision` flag to admin log to switch controls between Istiods.
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 15 19:59:34 UTC 2022
    - 302 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/dependencyManagement/managingTransitiveDependencies-excludeForDependency/tests/exclude-transitive-for-dependency.sample.conf

    commands: [{
        executable: gradle
        args: -Psample1 compileJava printArtifacts
        flags: --quiet
        expected-output-file: sample1.out
    },{
        executable: gradle
        args: -Psample2 compileJava printArtifacts
        flags: --quiet
        expected-output-file: sample2.out
    },{
         executable: gradle
         args: -Psample3 compileJava printArtifacts
         flags: --quiet
         expected-output-file: sample3.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 409 bytes
    - Viewed (0)
  7. istioctl/pkg/clioptions/doc.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    // Package clioptions contains flags which can be added to istioctl commands.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 13 01:59:17 UTC 2022
    - 683 bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/file/UserClassFilePermissions.java

     *     a traverse permission; for example, a user must have 'execute' access to the 'bin' directory in order to execute the 'ls' or 'cd' commands.</li>
     * </ul>
     *
     * @since 8.3
     */
    public interface UserClassFilePermissions {
    
        /**
         * Describes if a certain class of users has read access to a file or directory.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 12:31:43 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. src/cmd/go/internal/script/scripttest/scripttest.go

    	"bufio"
    	"cmd/go/internal/cfg"
    	"cmd/go/internal/script"
    	"errors"
    	"io"
    	"strings"
    	"testing"
    )
    
    // DefaultCmds returns a set of broadly useful script commands.
    //
    // This set includes all of the commands in script.DefaultCmds,
    // as well as a "skip" command that halts the script and causes the
    // testing.TB passed to Run to be skipped.
    func DefaultCmds() map[string]script.Cmd {
    	cmds := script.DefaultCmds()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 11 20:12:18 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/samples/java/modules-with-transform/tests/runTask.sample.conf

    commands: [{
        executable: gradle
        args: run "--args=-debug" -q
        expected-output-file: runTask.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 110 bytes
    - Viewed (0)
Back to top