Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 243 for sans (0.04 sec)

  1. platforms/documentation/docs/src/docs/css/print.css

        margin: 2cm;
    }
    
    @page contentpage {
        margin-bottom: 2.2cm;
        @bottom-right {
            content: 'Page ' counter(page) ' of ' counter(pages);
            font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans','Geneva','Verdana',sans-serif;
            font-size: 10pt;
            color: #777777;
            padding-bottom: 1.2cm;
            vertical-align: bottom;
        }
    }
    
    body {
        font-size: 10pt;
        margin: 0;
    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/cpp-unit-test-variant-task-graph.dot

    // dot -Tpng src/docs/userguide/img/cpp-unit-test-variant-task-graph.dot > src/docs/userguide/img/cpp-unit-test-variant-task-graph.png
    digraph cppUnitTestVariantTaskGraph {
      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.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/xctest-variant-task-graph.dot

    // dot -Tpng src/docs/userguide/img/xctest-variant-task-graph.dot > src/docs/userguide/img/xctest-variant-task-graph.png
    digraph xctestVariantTaskGraph {
      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.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/img/swift-shared-library-task-graph.dot

    // dot -Tpng src/docs/userguide/img/swift-shared-library-task-graph.dot > src/docs/userguide/img/swift-shared-library-task-graph.png
    digraph swiftSharedLibraryTaskGraph {
      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)
  5. security/pkg/server/ca/server.go

    		}
    		// Node is authorized to impersonate; overwrite the SAN to the impersonated identity.
    		sans = []string{impersonatedIdentity}
    	}
    	serverCaLog.Debugf("generating a certificate, sans: %v, requested ttl: %s", sans, time.Duration(request.ValidityDuration*int64(time.Second)))
    	certSigner := crMetadata[security.CertSigner].GetStringValue()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 17:35:26 UTC 2024
    - 8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/img/cpp-application-configurations.dot

    // dot -Tpng src/docs/userguide/img/cpp-application-configurations.dot > src/docs/userguide/img/cpp-application-configurations.png
    digraph cppApplicationConfigurations {
      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.2K bytes
    - Viewed (0)
  7. 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)
  8. platforms/documentation/docs/src/docs/css/release-notes.css

      color: #02303A;
      content: '\002022';
      font: 0.9em bold sans-serif;
      margin-left: -1em;
      margin-right: 0.4em;
    }
    
    li.mainTopic :before {
      color: #02303A;
      content: '\002022';
      font: 0.9em bold sans-serif;
      margin-left: -1em;
      margin-right: 0.4em;
    }
    
    li.subTopic :before {
      color: #02303A;
      content: '\002022';
      font: 0.9em bold sans-serif;
      margin-left: 3em;
      margin-right: 0.4em;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  9. 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)
  10. platforms/documentation/docs/src/docs/userguide/img/java-main-configurations.dot

    digraph javaMainConfigurations {
    
        rankdir = BT;
        node [fontname="Sans", shape=box, style=filled, fillcolor=chartreuse];
        edge [fontname="Sans"];
    
        /* tasks */
        compileJava [fillcolor=darkslategray1, fontname="Courier New"]
    
        /* consumed confs */
        compileClasspath [fillcolor=lightblue]
        runtimeClasspath [fillcolor=lightblue]
    
        /* configurations */
        compileClasspath -> {compileOnly implementation}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 566 bytes
    - Viewed (0)
Back to top