Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for contName (0.16 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/cpp-library-configurations.dot

    // dot -Tpng src/docs/userguide/img/cpp-library-configurations.dot > src/docs/userguide/img/cpp-library-configurations.png
    digraph cppLibraryConfigurations {
      graph [ dpi = 100, fontname="Sans"];
      node [fontname = "Sans"];
      edge [fontname = "Sans"];
      node [shape=rectangle, fixedsize=true, width=2.5, height=0.5];
    
      subgraph central {
        node[style=filled, fillcolor=white]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/visual-studio-task-graph.dot

    // dot -Tpng src/docs/userguide/img/visual-studio-task-graph.dot > src/docs/userguide/img/visual-studio-task-graph.png
    digraph visualStudioTaskGraph {
      graph [ dpi = 100, fontname="Sans"];
      node [fontname = "Sans"];
      edge [fontname = "Sans"];
      node [shape=rectangle, fixedsize=true, width=3.3, height=0.5];
      node [style=filled, fillcolor="#cfe2f3"]
      rankdir=LR
    
    
      subgraph cluster_cppApplication {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/swift-static-library-task-graph.dot

    // dot -Tpng src/docs/userguide/img/swift-static-library-task-graph.dot > src/docs/userguide/img/swift-static-library-task-graph.png
    digraph swiftStaticLibraryTaskGraph {
      graph [ dpi = 100, fontname="Sans"];
      node [fontname = "Sans"];
      edge [fontname = "Sans"];
      node [shape=rectangle, fixedsize=true, width=2.5, height=0.5];
      node [style=filled, fillcolor="#cfe2f3"]
      rankdir=LR
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/img/xcode-task-graph.dot

    // limitations under the License.
    
    // dot -Tpng src/docs/userguide/img/xcode-task-graph.dot > src/docs/userguide/img/xcode-task-graph.png
    digraph xcodeTaskGraph {
      graph [ dpi = 100, fontname="Sans"];
      node [fontname = "Sans"];
      edge [fontname = "Sans"];
      node [shape=rectangle, fixedsize=true, width=3.3, height=0.5];
      node [style=filled, fillcolor="#cfe2f3"]
      rankdir=LR
    
      subgraph cluster_cppApplication {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/img/swift-library-variant-task-graph.dot

    // dot -Tpng src/docs/userguide/img/swift-library-variant-task-graph.dot > src/docs/userguide/img/swift-library-variant-task-graph.png
    digraph swiftLibraryVariantTaskGraph {
      graph [ dpi = 100, fontname="Sans"];
      node [fontname = "Sans"];
      edge [fontname = "Sans"];
      node [shape=rectangle, fixedsize=true, width=2.5, height=0.5];
      node [style="dashed,filled", fillcolor=grey]
      rankdir=LR
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/img/cpp-library-variant-task-graph.dot

    // dot -Tpng src/docs/userguide/img/cpp-library-variant-task-graph.dot > src/docs/userguide/img/cpp-library-variant-task-graph.png
    digraph cppLibraryVariantTaskGraph {
      graph [ dpi = 100, fontname="Sans"];
      node [fontname = "Sans"];
      edge [fontname = "Sans"];
      node [shape=rectangle, fixedsize=true, width=2.5, height=0.5];
      node [style="dashed,filled", fillcolor=grey]
      rankdir=LR
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/img/cpp-unit-test-configurations.dot

    // dot -Tpng src/docs/userguide/img/cpp-unit-test-configurations.dot > src/docs/userguide/img/cpp-unit-test-configurations.png
    digraph cppUnitTestConfigurations {
      graph [ dpi = 100, fontname="Sans"];
      node [fontname = "Sans"];
      edge [fontname = "Sans"];
      node [shape=rectangle, fixedsize=true, width=3.5, height=0.5];
    
      subgraph central {
        node[style=filled, fillcolor=white]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/img/swift-application-configurations.dot

    // dot -Tpng src/docs/userguide/img/swift-application-configurations.dot > src/docs/userguide/img/swift-application-configurations.png
    digraph swiftApplicationConfigurations {
      graph [ dpi = 100, fontname="Sans"];
      node [fontname = "Sans"];
      edge [fontname = "Sans"];
      node [shape=rectangle, fixedsize=true, width=2.6, height=0.5];
    
      subgraph central {
        node[style=filled, fillcolor=white]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/BuildableIvyArtifact.java

            this.ivyArtifactName = new DefaultIvyArtifactName(name, type, ext, classifier);
        }
    
        public BuildableIvyArtifact addConfiguration(String confName) {
            configurations.add(confName);
            return this;
        }
    
        public IvyArtifactName getArtifact() {
            return ivyArtifactName;
        }
    
        public Set<String> getConfigurations() {
            return configurations;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/integtests/resolve/AbstractProjectDependencyConflictResolutionIntegrationSpec.groovy

        }
    
        static String check(String moduleName, String declaredDependencyId, String confName, String winner) { """
            task check${moduleName}_${confName} {
                def result = configurations.${confName}.incoming.resolutionResult.rootComponent
                def declared = $declaredDependencyId
                def expected = $winner
                doLast {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top