Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 51 for Focus (0.05 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/driver/interactive.go

    				continue
    			}
    			ignore = catRegex(ignore, t[1:])
    		default:
    			focus = catRegex(focus, t)
    		}
    	}
    
    	if name == "tags" {
    		if focus != "" {
    			vcopy.TagFocus = focus
    		}
    		if ignore != "" {
    			vcopy.TagIgnore = ignore
    		}
    	} else {
    		if focus != "" {
    			vcopy.Focus = focus
    		}
    		if ignore != "" {
    			vcopy.Ignore = ignore
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 10.6K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/templates/productpage.html

            </a>
            {% else %}
              <button type="button" id="sign-in-button" class="rounded-md bg-blue-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600">
                Sign in
              </button>
            {% endif %}
          </div>
        </div>
      </div>
    </nav>
    
    <!-- Sign in dialog -->
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. hack/make-rules/test-e2e-node.sh

    fi
    
    # Parse the flags to pass to ginkgo
    ginkgoflags="-timeout=24h"
    if [[ ${parallelism} -gt 1 ]]; then
      ginkgoflags="${ginkgoflags} -nodes=${parallelism} "
    fi
    
    if [[ ${focus} != "" ]]; then
      ginkgoflags="${ginkgoflags} -focus=\"${focus}\" "
    fi
    
    if [[ ${skip} != "" ]]; then
      ginkgoflags="${ginkgoflags} -skip=\"${skip}\" "
    fi
    
    if [[ ${run_until_failure} == "true" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 16 09:46:28 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.js

      initConfigManager();
    
      search.addEventListener('input', handleSearch);
      search.addEventListener('keydown', handleKey);
    
      // Give initial focus to main container so it can be scrolled using keys.
      const main = document.getElementById('bodycontainer');
      if (main) {
        main.focus();
      }
    }
    
    // convert a string to a regexp that matches exactly that string.
    function pprofQuoteMeta(str) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 20K bytes
    - Viewed (0)
  5. pkg/ctrlz/assets/static/js/bootstrap-4.0.0.min.js

    (this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.scrollTop=0,i&&P.reflow(this._element),t(this._element).addClass(_),this._config.focus&&this._enforceFocus();var s=t.Event(h.SHOWN,{relatedTarget:e}),r=function(){n._config.focus&&n._element.focus(),n._isTransitioning=!1,t(n._element).trigger(s)};i?t(this._dialog).one(P.TRANSITION_END,r).emulateTransitionEnd(300):r()},p._enforceFocus=function(){var e=this;t(document).off(h.FOCUSIN).on(h...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 47.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/google/pprof/internal/driver/driver.go

    		return nil, fmt.Errorf("zero divisor specified")
    	}
    
    	var filters []string
    	addFilter := func(k string, v string) {
    		if v != "" {
    			filters = append(filters, k+"="+v)
    		}
    	}
    	addFilter("focus", cfg.Focus)
    	addFilter("ignore", cfg.Ignore)
    	addFilter("hide", cfg.Hide)
    	addFilter("show", cfg.Show)
    	addFilter("show_from", cfg.ShowFrom)
    	addFilter("tagfocus", cfg.TagFocus)
    	addFilter("tagignore", cfg.TagIgnore)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/driver/config.go

    	NodeCount    int     `json:"nodecount,omitempty"`
    	NodeFraction float64 `json:"nodefraction,omitempty"`
    	EdgeFraction float64 `json:"edgefraction,omitempty"`
    	Trim         bool    `json:"trim,omitempty"`
    	Focus        string  `json:"focus,omitempty"`
    	Ignore       string  `json:"ignore,omitempty"`
    	PruneFrom    string  `json:"prune_from,omitempty"`
    	Hide         string  `json:"hide,omitempty"`
    	Show         string  `json:"show,omitempty"`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/plugins/timepicker/bootstrap-timepicker.min.js

    oup-addon").on({"click.timepicker":a.proxy(this.showWidget,this)}),this.$element.on({"focus.timepicker":a.proxy(this.highlightUnit,this),"click.timepicker":a.proxy(this.highlightUnit,this),"keydown.timepicker":a.proxy(this.elementKeydown,this),"blur.timepicker":a.proxy(this.blurElement,this),"mousewheel.timepicker DOMMouseScroll.timepicker":a.proxy(this.mousewheel,this)})):this.template?this.$element.on({"focus.timepicker":a.proxy(this.showWidget,this),"click.timepicker":a.proxy(this.showWidget,...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 18.2K bytes
    - Viewed (0)
  9. pkg/ctrlz/assets/static/js/clipboard-1.7.1.min.js

    c=t("./is"),l=t("delegate");e.exports=o},{"./is":3,delegate:2}],5:[function(t,e,n){function o(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var o=window.getSelection(),i=document.createRange();i.selectNodeContents(t),o.removeAllRanges(),o.addRange(...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  10. src/main/webapp/js/clipboard.min.js

    return this._target}}]),e}();t.exports=u},function(t,e){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var o=window.getSelection(),r=document.createRange();r.selectNodeContents(t),o.removeAllRanges(),o.addRange(...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat May 28 04:16:16 UTC 2022
    - 10.5K bytes
    - Viewed (0)
Back to top