Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 2,732 for END (0.33 sec)

  1. platforms/documentation/docs/src/snippets/dependencyManagement/managingTransitiveDependencies-dependencyAlignment/groovy/build.gradle

        implementation 'io.vertx:vertx-core:3.5.3'
    }
    // end::dependencies[]
    
    if (project.hasProperty("useBom")) {
    // tag::use_bom_rule[]
    dependencies {
        components.all(JacksonBomAlignmentRule)
    }
    // end::use_bom_rule[]
    } else {
    // tag::use_rule[]
    dependencies {
        components.all(JacksonAlignmentRule)
    }
    // end::use_rule[]
    // tag::enforced_platform[]
    dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  2. src/go/doc/comment/testdata/doclink4.txt

    -- input --
    [io] at start of comment.
    [io] at start of line.
    At end of line: [io]
    At end of comment: [io]
    -- markdown --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:42 UTC 2022
    - 235 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/maven-publish/javaProject/groovy/build.gradle

    // end::repo-url-from-project-property[]
    // tag::repo-url-from-variable[]
                url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
    // tag::repo-url-from-project-property[]
            }
        }
    }
    // end::repo-url-from-project-property[]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. samples/ambient-argo/tag-chart/templates/mutatingwebhooks.yaml

          name: istiod{{- if not (eq .revision "") }}-{{ .revision }}{{- end }}
          namespace: {{ .Release.Namespace }}
          path: "{{ .injectionPath }}"
        {{- end }}
      sideEffects: None
      rules:
        - operations: [ "CREATE" ]
          apiGroups: [""]
          apiVersions: ["v1"]
          resources: ["pods"]
      failurePolicy: Fail
      admissionReviewVersions: ["v1beta1", "v1"]
    {{- end }}
    
    {{- range $tagName, $tag := $.Values.base.tags }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/plugins/dsl/kotlin/build.gradle.kts

    // tag::use-plugin[]
    // tag::use-community-plugin[]
    plugins {
        // end::use-community-plugin[]
        java
    // end::use-plugin[]
    // tag::use-community-plugin[]
        id("com.jfrog.bintray") version "1.8.5"
    // tag::use-plugin[]
    }
    // end::use-plugin[]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 277 bytes
    - Viewed (0)
  6. src/html/template/multi_test.go

    }
    
    const (
    	cloneText1 = `{{define "a"}}{{template "b"}}{{template "c"}}{{end}}`
    	cloneText2 = `{{define "b"}}b{{end}}`
    	cloneText3 = `{{define "c"}}root{{end}}`
    	cloneText4 = `{{define "c"}}clone{{end}}`
    )
    
    // Issue 7032
    func TestAddParseTreeToUnparsedTemplate(t *testing.T) {
    	master := "{{define \"master\"}}{{end}}"
    	tmpl := New("master")
    	tree, err := parse.Parse("master", master, "", "", nil)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 15:48:16 UTC 2022
    - 8K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/artifacts/defineRepositoryInSettings/groovy/settings.gradle

        repositories {
            mavenCentral()
        }
    }
    // end::declare_repositories_settings[]
    
    // tag::prefer_settings[]
    dependencyResolutionManagement {
        repositoriesMode = RepositoriesMode.PREFER_SETTINGS
    }
    // end::prefer_settings[]
    
    // tag::enforce_settings[]
    dependencyResolutionManagement {
        repositoriesMode = RepositoriesMode.FAIL_ON_PROJECT_REPOS
    }
    // end::enforce_settings[]
    
    // tag::prefer_projects[]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 654 bytes
    - Viewed (0)
  8. src/cmd/go/internal/help/help.go

    	{{.Name | printf "%-11s"}} {{.Short}}{{end}}{{end}}
    
    Use "go help{{with .LongName}} {{.}}{{end}} <command>" for more information about a command.
    {{if eq (.UsageLine) "go"}}
    Additional help topics:
    {{range .Commands}}{{if and (not .Runnable) (not .Commands)}}
    	{{.Name | printf "%-15s"}} {{.Short}}{{end}}{{end}}
    
    Use "go help{{with .LongName}} {{.}}{{end}} <topic>" for more information about that topic.
    {{end}}
    `
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 18:15:22 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/maven-publish/javaProject/kotlin/build.gradle.kts

    // end::repo-url-from-project-property[]
    // tag::repo-url-from-variable[]
                url = uri(if (version.toString().endsWith("SNAPSHOT")) snapshotsRepoUrl else releasesRepoUrl)
    // tag::repo-url-from-project-property[]
            }
        }
    }
    // end::repo-url-from-project-property[]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/driver/html/header.html

          <hr>
          {{range .Configs}}
          <a href="{{.URL}}">
            {{if .Current}}<span class="menu-check-mark">✓</span>{{end}}
            {{.Name}}
            {{if .UserConfig}}<span class="menu-delete-btn" data-config={{.Name}}>🗙</span>{{end}}
          </a>
          {{end}}
        </div>
      </div>
    
      <div id="download" class="menu-item">
        <div class="menu-name">
          <a href="./download">Download</a>
        </div>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top