Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for highlighters (0.2 sec)

  1. 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)
  2. analysis/analysis-api-standalone/src/org/jetbrains/kotlin/analysis/project/structure/impl/KtModuleUtils.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.project.structure.impl
    
    import com.intellij.ide.highlighter.JavaFileType
    import com.intellij.psi.PsiFileSystemItem
    import com.intellij.psi.PsiManager
    import org.jetbrains.kotlin.analysis.api.standalone.base.project.structure.KtStaticProjectStructureProvider
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 20:26:34 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/cmd/upgrade/apply.go

    	if versionSkewErrs != nil {
    
    		if len(versionSkewErrs.Mandatory) > 0 {
    			return errors.Errorf("the --version argument is invalid due to these fatal errors:\n\n%v\nPlease fix the misalignments highlighted above and try upgrading again",
    				kubeadmutil.FormatErrMsg(versionSkewErrs.Mandatory))
    		}
    
    		if len(versionSkewErrs.Skippable) > 0 {
    			// Return the error if the user hasn't specified the --force flag
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 03:55:23 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  4. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/project/structure/StandaloneProjectFactory.kt

    import com.intellij.codeInsight.InferredAnnotationsManager
    import com.intellij.core.CoreApplicationEnvironment
    import com.intellij.core.CoreJavaFileManager
    import com.intellij.core.CorePackageIndex
    import com.intellij.ide.highlighter.JavaFileType
    import com.intellij.mock.MockProject
    import com.intellij.openapi.Disposable
    import com.intellij.openapi.extensions.PluginDescriptor
    import com.intellij.openapi.module.Module
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  5. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/declarations/KotlinStandaloneDeclarationProvider.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.standalone.base.declarations
    
    import com.intellij.ide.highlighter.JavaClassFileType
    import com.intellij.openapi.application.ApplicationManager
    import com.intellij.openapi.project.Project
    import com.intellij.openapi.vfs.VfsUtilCore
    import com.intellij.openapi.vfs.VirtualFile
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/jvm_test_suite_plugin.adoc

    The attributes will resemble the following.  User-configurable attributes are highlighted below the sample.
    
    .outgoingVariants task output
    [source,text]
    ----
    --------------------------------------------------
    Variant testResultsElementsForTest (i)
    --------------------------------------------------
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 14:47:11 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  7. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/event/DefaultListenerManagerTest.groovy

                }
                start {
                    manager.getBroadcaster(TestBarListener.class).bar(1)
                }
            }
            then:
            0 * _
        }
    
        @Ignore("This test highlights a very peculiar use case which is not supported yet")
        def "can remove a listener which tries to notify a broadcaster itself trying to notify the same listener"() {
            given:
            def listener1 = {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  8. pkg/test/kube/dump.go

    					validationContainer.IsContainer(container) || strings.HasPrefix(pod.Name, "istio-cni-node") {
    					// This is only called if the test failed, so we cannot mark it as "failed" again. Instead, output
    					// a log which will get highlighted in the test logs
    					// TODO proper analysis of restarts to ensure we do not miss crashes when tests still pass.
    					scopes.Framework.Errorf("FAIL: cluster/pod/container %s/%s/%s/%s crashed/restarted %d times. Logs: %v",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    If you encounter syntax errors, check the https://groovy.apache.org/#reporting-issues[Groovy issue tracker] and https://blogs.apache.org/groovy/entry/groovy-3-highlights[Groovy 3 release highlights].
    
    https://issues.apache.org/jira/browse/GROOVY-9936[Some very specific regressions] have already been fixed in the next minor version of Groovy.
    
    ===== Groovy modularization
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/manual.css

    		font-size: 1em;
    	}
    }
    
    .literalblock.output pre {
    	color: var(--code-color);
    	background-color: var(--code-text-color);
    }
    
    .listingblock pre.highlightjs {
    	padding: 0;
    }
    
    .listingblock pre.highlightjs>code {
    	padding: 1em;
    	-webkit-border-radius: 4px;
    	border-radius: 4px;
    }
    
    .listingblock pre.prettyprint {
    	border-width: 0;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
Back to top