Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for emitText (0.11 sec)

  1. pkg/collateral/control.go

    		return
    	}
    
    	if cmd.HasParent() {
    		g.emit("<h2 id=\"", normalizeID(cmd.CommandPath()), "\">", cmd.CommandPath(), "</h2>")
    	}
    
    	if cmd.Long != "" {
    		g.emitText(cmd.Long)
    	} else if cmd.Short != "" {
    		g.emitText(cmd.Short)
    	}
    
    	if cmd.Runnable() {
    		g.emit("<pre class=\"language-bash\"><code>", html.EscapeString(cmd.UseLine()))
    		g.emit("</code></pre>")
    
    		if len(cmd.Aliases) > 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 03:51:36 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  2. src/internal/trace/traceviewer/static/trace_viewer_full.html

    n:'Complete GPU rendering of the frame.'});registerEventInfo({title:'RV Scroll',description:'RecyclerView is calculating a scroll. If there are too many of these in Systrace, some Views inside RecyclerView might be causing it. Try to avoid using EditText, focusable views or handle them with care.'});registerEventInfo({title:'RV OnLayout',description:'OnLayout has been called by the View system. If this shows up too many times in Systrace, make sure the children of RecyclerView do not update themselves...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top