Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 81 for highlight (0.13 sec)

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

    }
    
    .hide {
        display: none;
    }
    
    .quiet {
        color: #666;
    }
    
    .loud {
        color: #000;
    }
    
    .lead {
        font-size: 1.25rem;
        font-weight: 300;
    }
    
    .highlight {
        background: #ff0;
    }
    
    .added {
        background: #060;
        color: #fff;
    }
    
    .removed {
        background: #900;
        color: #fff;
    }
    
    .first {
        margin-left: 0;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/optimizing-performance/performance.adoc

    Click on a category to see a timeline screen that highlights tasks of that category.
    
    image::performance/task-execution-cacheable.png[title="A task oriented view of performance"]
    
    image::performance/timeline-not-cacheable.png[title="Timeline screen with 'not cacheable' tasks only"]
    
    Sort by task duration on the timeline screen to highlight tasks with great time saving potential.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 03:39:56 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  3. pkg/volume/iscsi/iscsi_util.go

    	if err != nil {
    		// don't fail if iscsiadm fails or the version does not support node.session.scan - log a warning to highlight the potential exposure
    		klog.Warningf("iscsi: failed to update node with node.session.scan=manual, possible exposure to issue 90982: %v", out)
    	}
    
    	if !b.chapSession {
    		return nil
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 22 12:53:01 UTC 2022
    - 34.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/reference/command_line_interface.adoc

    image::rich-cli.png[alt="Gradle Rich Console"]
    
    Features:
    
    * Progress bar and timer visually describe the overall status
    * Parallel work-in-progress lines below describe what is happening now
    * Colors and fonts are used to highlight significant output and errors
    
    [[sec:command_line_execution_options]]
    == Execution options
    The following options affect how builds are executed by changing what is built or how dependencies are resolved.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 34.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_ant.adoc

    The `ant.importBuild()` method also handles `<ant>` and `<antcall>` tasks transparently, which allows for a phased migration.
    
    The following steps highlight a suggested method for migrating a multi-project build:
    
     1. Start by learning <<multi_project_builds#multi_project_builds,how Gradle configures multi-project builds>>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

    import org.opensearch.search.aggregations.bucket.terms.TermsAggregationBuilder;
    import org.opensearch.search.collapse.CollapseBuilder;
    import org.opensearch.search.fetch.subphase.highlight.HighlightBuilder;
    import org.opensearch.threadpool.ThreadPool;
    
    import com.fasterxml.jackson.core.type.TypeReference;
    import com.fasterxml.jackson.databind.ObjectMapper;
    import com.google.common.io.BaseEncoding;
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    ox;width:50px;height:50px;background:rgba(0,0,0,.3);color:rgba(255,255,255,.7);display:inline-flex;justify-content:center;align-items:center}.uk-lightbox-button:hover{color:#fff}.uk-lightbox-iframe{width:80%;height:80%}.uk-slideshow{-webkit-tap-highlight-color:transparent}.uk-slideshow-items{position:relative;z-index:0;margin:0;padding:0;list-style:none;overflow:hidden;-webkit-touch-callout:none}.uk-slideshow-items>*{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;will-change:tra...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/syntax/parser.go

    		// a more explicit error message in that case to prevent
    		// further confusion.
    		var str string
    		if as, ok := s.(*AssignStmt); ok && as.Op == 0 {
    			// Emphasize complex Lhs and Rhs of assignment with parentheses to highlight '='.
    			str = "assignment " + emphasize(as.Lhs) + " = " + emphasize(as.Rhs)
    		} else {
    			str = String(s)
    		}
    		p.syntaxErrorAt(s.Pos(), fmt.Sprintf("cannot use %s as value", str))
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 62.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    this as it’s a non-trivial implementation that has several configuration options. In this case, there are no task properties to store the root source folder, the location of the output directory or any of the other settings. That’s deliberate to highlight the fact that the runtime API doesn’t require the task to have any state. In terms of incremental build, the above ad-hoc task will behave the same as the custom task class.
    
    All the input and output definitions are done through the methods...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/stylesheets/custom-highlight/groovy-hl.xml

        </highlighter>
        <highlighter type="string">
            <string>'</string>
            <escape>\</escape>
        </highlighter>
        <highlighter type="annotation">
            <start>@</start>
            <valueStart>(</valueStart>
            <valueEnd>)</valueEnd>
        </highlighter>
        <highlighter type="hexnumber">
            <prefix>0x</prefix>
            <ignoreCase />
        </highlighter>
        <highlighter type="number">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.2K bytes
    - Viewed (0)
Back to top