Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for ITALIC (0.13 sec)

  1. pkg/ctrlz/assets/static/css/fonts.css

    @font-face {
      font-family: 'Roboto';
      font-style: italic;
      font-weight: 400;
      src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v19/KFOkCnqEu92Fr1Mu51xLIzIXKMnyrYk.woff2) format('woff2');
      unicode-range: U+0370-03FF;
    }
    /* vietnamese */
    @font-face {
      font-family: 'Roboto';
      font-style: italic;
      font-weight: 400;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  2. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/console/DefaultColorMapTest.groovy

        }
    
        def canSetColorForACompoundStyleUsingSystemProperty() {
            given:
            System.properties['org.gradle.color.successheader'] = 'italic-cyan'
            System.properties['org.gradle.color.failure'] = 'magenta'
            System.properties['org.gradle.color.header'] = 'italic'
            System.properties['org.gradle.color.error'] = 'bold-red'
            //For this test the color map needs to be created after the system properties are set
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  3. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1D44E         ; mapped                 ; 0061          # 3.1  MATHEMATICAL ITALIC SMALL A
    1D44F         ; mapped                 ; 0062          # 3.1  MATHEMATICAL ITALIC SMALL B
    1D450         ; mapped                 ; 0063          # 3.1  MATHEMATICAL ITALIC SMALL C
    1D451         ; mapped                 ; 0064          # 3.1  MATHEMATICAL ITALIC SMALL D
    1D452         ; mapped                 ; 0065          # 3.1  MATHEMATICAL ITALIC SMALL E
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  4. pkg/ctrlz/assets/static/css/dark_syntax-1.14.0.css

    .token.variable {
        color: #7ec699;
    }
    
    .token.operator,
    .token.entity,
    .token.url {
        color: #67cdcc;
    }
    
    .token.important,
    .token.bold {
        font-weight: bold;
    }
    .token.italic {
        font-style: italic;
    }
    
    .token.entity {
        cursor: help;
    }
    
    .token.inserted {
        color: green;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/css/release-notes.css

      margin-right: 0.4em;
    }
    
    h4 {
      margin-top: 1rem;
      font-size: 1.0625rem;
      font-style: italic;
    }
    
    pre {
        overflow: auto;
    }
    
    ul.toc-sub {
      margin-bottom: 0;
    }
    
    button.display-toggle {
      cursor: pointer;
    }
    
    a.incubating-marker {
      display: inline;
      color: white;
      font-style: italic;
      font-size: 0.6em;
      text-shadow: none;
      margin-left: 0.6em;
      border-radius: 6px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  6. src/go/doc/comment/testdata_test.go

    			fmt.Fprintf(out, "Plain %q", string(x))
    		} else {
    			fmt.Fprintf(out, "Plain")
    			dumpTo(out, indent+1, string(x))
    		}
    
    	case Italic:
    		if !strings.Contains(string(x), "\n") {
    			fmt.Fprintf(out, "Italic %q", string(x))
    		} else {
    			fmt.Fprintf(out, "Italic")
    			dumpTo(out, indent+1, string(x))
    		}
    
    	case string:
    		for _, line := range strings.SplitAfter(x, "\n") {
    			if line != "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  7. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/console/DefaultColorMap.java

                    colors.add(newBoldColor());
                } else if (emphasis.equals(Style.Emphasis.REVERSE)) {
                    colors.add(newReverseColor());
                } else if (emphasis.equals(Style.Emphasis.ITALIC)) {
                    colors.add(newItalicColor());
                }
            }
    
            if (style.getColor().equals(Style.Color.GREY)) {
                colors.add(new BrightForegroundColor(Ansi.Color.BLACK));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  8. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/style.css

        color: #FAA732 !IMPORTANT;
    }
    .unresolvable > a {
        border: solid 1px #DD514C;
        background-color: #DD514C !IMPORTANT;
        color: white !IMPORTANT;
    }
    .leaf a {
        font-style: italic !IMPORTANT;
    }
    .configuration h3 {
        cursor: pointer;
    }
    .configuration h3 ins {
        background-image: url(../images/d.png); background-repeat:no-repeat; background-color:white;
        background-position: -18px 0;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 18 00:02:31 UTC 2014
    - 2K bytes
    - Viewed (0)
  9. pkg/ctrlz/assets/static/css/all.css

        padding: 0
    }
    
    pre code.command-output .command {
        padding: .5em .5em 0 .5em
    }
    
    pre code.command-output .output {
        color: #ddd;
        background-color: #404040;
        font-style: italic;
        padding: 0 .5em .5em .5em
    }
    
    pre code.command-output div:only-of-type {
        padding: .5em
    }
    
    @media print {
        pre {
            max-height: unset
        }
    }
    
    div.highlight {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  10. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/text/Style.java

    import java.util.Collections;
    import java.util.EnumSet;
    import java.util.Set;
    
    public class Style {
        public static final Style NORMAL = Style.of(Color.DEFAULT);
        public enum Emphasis {
            BOLD, REVERSE, ITALIC
        }
    
        public enum Color {
            DEFAULT, YELLOW, RED, GREY, GREEN, BLACK
        }
    
        public final Set<Emphasis> emphasises;
        public final Color color;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top