Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of about 10,000 for STYLE (0.14 sec)

  1. src/main/webapp/css/admin/respond.min.js

    ByTagName("link"),t=function(){var a,b=j.createElement("div"),c=j.body,d=k.style.fontSize,e=c&&c.style.fontSize,f=!1;return b.style.cssText="position:absolute;font-size:1em;width:1em",c||(c=f=j.createElement("body"),c.style.background="none"),k.style.fontSize="100%",c.style.fontSize="100%",c.appendChild(b),f&&k.insertBefore(c,k.firstChild),a=b.offsetWidth,f?k.removeChild(c):c.removeChild(b),k.style.fontSize=d,e&&(c.style.fontSize=e),a=i=parseFloat(a)},u=function(b){var c="clientWidth",d=k[c],e="...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Oct 08 12:14:13 UTC 2015
    - 4.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/conc_alloc_test.go

    			t.Logf("For requiredSum=%v, %s classes=%#+v expected error and got %#+v", requiredSum, style, classes, err)
    			return
    		}
    		t.Fatalf("For requiredSum=%v, %s classes=%#+v got unexpected error %#+v", requiredSum, style, classes, err)
    	}
    	if expectErr {
    		t.Fatalf("Expected error from requiredSum=%v, %s classes=%#+v but got solution %v, %v instead", requiredSum, style, classes, allocs, fairProp)
    	}
    	rd := f64RelDiff(requiredSumF, actualSumF)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 07 18:17:27 UTC 2022
    - 5.3K bytes
    - Viewed (0)
  3. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/text/LoggingBackedStyledTextOutputTest.groovy

                assert event.spans[1].style == Normal
                assert event.spans[1].text == toNative('normal\n')
            }
            0 * listener._
        }
    
        def ignoresEmptySpans() {
            when:
            output.style(Header)
            output.text('')
            output.style(Normal)
            output.style(UserInput)
            output.println()
    
            then:
            1 * listener.onOutput(!null) >> { args ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/img/cpp-unit-test-configurations.dot

      subgraph central {
        node[style=filled, fillcolor=white]
        implementation -> testVariantExecutableImplementation [style=invis, weight=1000]
        testVariantExecutableImplementation -> implementation [headport=s, tailport=n]
    
        testVariantExecutableImplementation[label=<test<i>Variant</i>ExecutableImplementation>]
        implementation[style=dashed]
      }
    
      subgraph left {
        node[style=filled, fillcolor="#cfe2f3"]
    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/software/dependency-management/src/main/java/org/gradle/internal/component/resolution/failure/describer/AbstractResolutionFailureDescriber.java

                formatter.append(" declares ").append(style(StyledTextOutput.Style.SuccessHeader, describer.describeAttributeSet(compatibleAttrs)));
            }
            formatter.startChildren();
            if (!incompatibleAttrs.isEmpty()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 13:08:22 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/img/swift-application-configurations.dot

      subgraph central {
        node[style=filled, fillcolor=white]
        implementation -> mainVariantImplementation [style=invis, weight=1000]
        mainVariantImplementation -> implementation [headport=s, tailport=n]
    
        mainVariantImplementation[label=<main<i>Variant</i>Implementation>]
      }
    
      subgraph left {
        node[style=filled, fillcolor="#cfe2f3"]
    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/core-runtime/logging/src/main/java/org/gradle/internal/logging/console/DefaultAnsiExecutor.java

            public AnsiContext withStyle(Style style, Action<? super AnsiContext> action) {
                if (Style.NORMAL.equals(style)) {
                    action.execute(this);
                    return this;
                }
                return withColor(colorMap.getColourFor(style), action);
            }
    
            @Override
            public AnsiContext withStyle(StyledTextOutput.Style style, Action<? super AnsiContext> action) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  8. samples/ambient-argo/documentation/argo-reference-arch.dot

    digraph G {
      rankdir=LR
      graph[fontname="Arial"]
      node [fontname = "Arial"];
      subgraph cluster_0 {
        style=filled;
        color=lightgrey;
        node [style=filled,color=white,class=application];
        meta[label="meta-application.yaml"]
        app[label="application/application.yaml"]
        meta -> app
        istio[label="istio/*"]
        meta -> istio
        cni[label="istio/cni.yaml"]
        istio -> cni
        cpt[label="istio/control-plane-appset.yaml"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 01:54:50 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/visual-studio-task-graph.dot

      {nameVisualStudioProject, nameVisualStudioFilters} -> visualStudio [dir=back, style=dashed]
      nameVisualStudioSolution -> visualStudio -> openVisualStudio [dir=back]
    
      nameVisualStudioSolution[label=<<i>projectName</i>VisualStudioSolution>]
    
      nameVisualStudioSolution -> cleanVisualStudio [style=invis]
      {rank=same nameVisualStudioSolution cleanVisualStudio}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  10. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/console/StyledTextOutputBackedRenderer.java

            public OutputEventTextOutputImpl(StyledTextOutput textOutput) {
                this.textOutput = textOutput;
            }
    
            @Override
            protected void doStyleChange(Style style) {
                textOutput.style(style);
            }
    
            @Override
            protected void doLineText(CharSequence text) {
                textOutput.text(text);
                atEndOfLine = false;
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top