Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 378 for placeholders (0.33 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/html/header.html

        </div>
      </div>
    
      <div id="download" class="menu-item">
        <div class="menu-name">
          <a href="./download">Download</a>
        </div>
      </div>
    
      <div>
        <input id="search" type="text" placeholder="Search regexp" autocomplete="off" autocapitalize="none" size=40>
      </div>
    
      <div class="description">
        <a title="{{.Help.details}}" href="#" id="details">{{.Title}}</a>
        <div id="detailsbox">
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  2. platforms/ide/ide-plugins/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r54/RunEclipseSynchronizationTasksCrossVersionSpec.groovy

                    .setStandardOutput(out)
                    .forTasks()
                    .run()
            }
    
            then:
            taskExecuted(out, ":sub:bar")
        }
    
    
        def "execute placeholder task when no task is configured for synchronization"() {
            setup:
            def projectsLoadedHandler = new IntermediateResultHandlerCollector<Void>()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/feed-as-fetch.pbtxt

    node {
      name: "input"
      op: "Placeholder"
      attr {
        key: "dtype"
        value {
          type: DT_INT32
        }
      }
    }
    versions {
      producer: 27
    }
    
    # CHECK-LABEL: func @main
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 10 19:53:21 UTC 2020
    - 684 bytes
    - Viewed (0)
  4. .github/ISSUE_TEMPLATE/bug_report.yml

              required: true
      - type: textarea
        id: bug-description
        attributes:
          label: Bug Description
          description: Tell us what issues you ran into.
          placeholder: Include information about what you tried, what you expected to happen, and what actually happened. The more details, the better!
        validations:
          required: true
      - type: textarea
        id: version
        attributes:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 15:17:29 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. tensorflow/api_template.__init__.py

    interfaces into a single place. The interfaces themselves are located in
    sub-modules, as described below.
    
    Note that the file `__init__.py` in the TensorFlow source code tree is actually
    only a placeholder to enable test cases to run. The TensorFlow build replaces
    this file with a file generated from [`api_template.__init__.py`](https://www.github.com/tensorflow/tensorflow/blob/master/tensorflow/api_template.__init__.py)
    """
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 06:27:59 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/functional-while-ops.pbtxt

      attr {
        key: "index"
        value {
          i: 2
        }
      }
    }
    node {
      name: "iter"
      op: "Placeholder"
      attr {
        key: "dtype"
        value {
          type: DT_INT32
        }
      }
      experimental_debug_info {
      }
    }
    node {
      name: "val"
      op: "Placeholder"
      attr {
        key: "dtype"
        value {
          type: DT_FLOAT
        }
      }
      experimental_debug_info {
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 15 19:42:47 UTC 2021
    - 5.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/prebuilt/groovy/3rd-party-lib/boost_1_55_0/README.txt

    This is a placeholder for a boost distribution, demonstrating how boost could be incorporated into a Gradle project
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 218 bytes
    - Viewed (0)
  8. subprojects/diagnostics/src/main/java/org/gradle/api/reporting/dependencies/internal/HtmlDependencyReporter.java

     * placeholder <code>@js@</code>. For every project, it generates a JSON structure containing
     * all the data that must be displayed by the report. A JS file declaring a single variable, containing
     * this JSON structure, is then generated for the project. An HTML file is then generated from the template,
     * by replacing a placeholder @js@ by the name of the generated JS file.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 03 18:14:21 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  9. samples/ambient-argo/application/application.yaml

      namespace: argocd
      finalizers:
      - resources-finalizer.argocd.argoproj.io
    spec:
      destination:
        name: ambient-cluster
        namespace: ambient
      source:
        path: application
        repoURL: '{repo-placeholder}'
        targetRevision: HEAD
        directory:
          exclude: application.yaml
      project: default
      syncPolicy:
        automated:
          prune: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 461 bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/orig/view/login/newpassword.jsp

    					<div class="input-group mb-3">
    						<c:set var="ph_new_password">
    							<la:message key="labels.login.placeholder_new_password" />
    						</c:set>
    						<la:password property="password" class="form-control"
    							placeholder="${ph_new_password}" />
    						<div class="input-group-append">
    							<span class="input-group-text">
    								<em class="fa fa-lock fa-fw">
    							</span>
    						</div>
    					</div>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top