Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for highlighters (0.19 sec)

  1. platforms/documentation/docs/src/docs/stylesheets/custom-highlight/kotlin-hl.xml

      ~ limitations under the License.
      -->
    <highlighters>
        <highlighter type="multiline-comment">
            <start>/**</start>
            <end>*/</end>
            <style>doccomment</style>
        </highlighter>
        <highlighter type="multiline-comment">
            <start>/*</start>
            <end>*/</end>
        </highlighter>
        <highlighter type="oneline-comment">//</highlighter>
        <highlighter type="string">
            <string>"</string>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/stylesheets/custom-highlight/groovy-hl.xml

      ~ limitations under the License.
      -->
    <highlighters>
        <highlighter type="multiline-comment">
            <start>/**</start>
            <end>*/</end>
            <style>doccomment</style>
        </highlighter>
        <highlighter type="multiline-comment">
            <start>/*</start>
            <end>*/</end>
        </highlighter>
        <highlighter type="oneline-comment">//</highlighter>
        <highlighter type="string">
            <string>"</string>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/stylesheets/custom-highlight/java-hl.xml

      ~ limitations under the License.
      -->
    <highlighters>
        <highlighter type="multiline-comment">
            <start>/**</start>
            <end>*/</end>
            <style>doccomment</style>
        </highlighter>
        <highlighter type="multiline-comment">
            <start>/*</start>
            <end>*/</end>
        </highlighter>
        <highlighter type="oneline-comment">//</highlighter>
        <highlighter type="string">
            <string>"</string>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/html.go

        "highlight-lime",
        "highlight-khaki",
        "highlight-aqua",
        "highlight-salmon"
    ];
    
    // state: which value is highlighted this color?
    var highlighted = {};
    for (var i = 0; i < highlights.length; i++) {
        highlighted[highlights[i]] = "";
    }
    
    // ordered list of all available outline colors
    var outlines = [
        "outline-blue",
        "outline-red",
        "outline-blueviolet",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/stylesheets/custom-highlight/custom-xslthl-config.xml

      ~ See the License for the specific language governing permissions and
      ~ limitations under the License.
      -->
    <xslthl-config>
        <highlighter id="groovy" file="groovy-hl.xml" />
        <highlighter id="java" file="java-hl.xml" />
        <highlighter id="kotlin" file="kotlin-hl.xml" />
        <namespace prefix="xslthl" uri="http://xslthl.sf.net" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 921 bytes
    - Viewed (0)
  6. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/cli/WelcomeMessageActionTest.groovy

            !log.toString().contains("Here are the highlights of this release:")
            1 * delegateAction.execute(_)
        }
    
        def "omits highlights when file does not exist"() {
            given:
            def action = createWelcomeMessage(null)
    
            when:
            action.execute(listener)
    
            then:
            !log.toString().contains("Here are the highlights of this release:")
            1 * delegateAction.execute(_)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  7. pkg/ctrlz/topics/assets/templates/collection/item.html

    {{ with $context := . }}
        {{ if ne $context.Error "" }}
            <b>{{$context.Error}}</b>
        {{else}}
            <p> Item {{ $context.Collection }}/{{ $context.Key }}</p>
            <div class="language-yaml highlighter-rouge">
                <div class="highlight">
                    <pre class="highlight"><code>{{ $context.Value }}</code></pre>
                </div>
            </div>
        {{end}}
    {{end}}
    {{ template "last-refresh" .}}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 461 bytes
    - Viewed (0)
  8. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/configurators/AnalysisApiLibraryBaseTestServiceRegistrar.kt

     * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
     */
    
    package org.jetbrains.kotlin.analysis.api.impl.base.test.configurators
    
    import com.intellij.ide.highlighter.JavaClassFileType
    import com.intellij.mock.MockApplication
    import com.intellij.openapi.extensions.LoadingOrder
    import com.intellij.psi.ClassFileViewProviderFactory
    import com.intellij.psi.FileTypeFileViewProviders
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Dec 01 18:12:23 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  9. JavadocStyleGuide.md

    `<pre>` is the default HTML tag for preformatted text.
    All code blocks and multi-line snippets should be wrapped in `<pre>{@code ...... }</pre>` at minimum.
    
    Code blocks can be optionally formatted and highlighted using [`highlight.js`](https://highlightjs.org/) with the `<code>` tag.
    For this, all code blocks and multi-line snippets should be wrapped in `<code class="language-*****"></code>`.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 15:43:07 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/adminlte.min.css

    r--default .select2-red .select2-results__option--highlighted,.select2-red .select2-container--default .select2-results__option--highlighted{background-color:#dc3545;color:#fff}.select2-container--default .select2-red .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-red .select2-results__option--highlighted[aria-selected]:hover,.select2-red .select2-container--default .select2-results__option--highlighted[aria-selected],.select2-red .select2-container--default...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 641.1K bytes
    - Viewed (0)
Back to top