Searched refs:focus (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c130 CMDFUNC(focus); /* focus on inode */ variable
133 CMDFUNC(focusname); /* focus by name */
162 { "inode", "Set active inode to INUM", 2, 2, FL_RO, focus },
312 CMDFUNCSTART(focus)
/freebsd-11-stable/contrib/mdocml/
H A Dcgi.c64 enum focus { enum
90 static void resp_searchform(const struct req *, enum focus);
390 resp_searchform(const struct req *req, enum focus focus) argument
405 if (focus == FOCUS_QUERY)
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl.h42 SCR *focus; /* Screen that has the "focus". */ member in struct:_cl_private
H A Dcl_funcs.c574 * Only do an actual refresh, when this is the focus window,
581 (sp == clp->focus && doupdate() == ERR));
622 clp->focus = sp;
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js3229 // IE<9 dies on focus/blur to hidden element (#1486)
3230 if ( ontype && elem[ type ] && ((type !== "focus" && type !== "blur") || event.target.offsetWidth !== 0) && !jQuery.isWindow( elem ) ) {
3428 focus: {
3703 // Create "bubbling" focus and blur events
3705 jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) {
3883 jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " +
4624 focus: function( elem ) {
H A Djquery.qtip.js66 CLASS_FOCUS = NAMESPACE + '-focus',
466 '^events.(render|show|move|hide|focus|blur)$': function(obj, o, v) {
663 $(this).toggleClass('ui-state-active ui-state-focus', event.type.substr(-4) === 'down');
984 // If the user didn't stop the method prematurely and we're showing the tooltip, focus it
985 if(allow !== FALSE && state) { this.focus(event); }
1047 $(this.options.show.autofocus, tooltip).focus();
1096 ;PROTOTYPE.focus = function(event) {
1108 if(this._trigger('focus', [newIndex], event)) {
1347 this.focus(event);
1922 focus
[all...]
/freebsd-11-stable/share/examples/ppp/
H A Dchap-auth89 focus .k.value;
H A Dlogin-auth66 focus .p.value;

Completed in 136 milliseconds