Searched refs:disabled (Results 151 - 175 of 558) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dixset33 .buttons.apply configure -state disabled
34 .buttons.cancel configure -state disabled
39 .buttons.apply configure -state disabled
40 .buttons.cancel configure -state disabled
193 -state disabled
195 -state disabled
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dixset30 .buttons.apply configure -state disabled
31 .buttons.cancel configure -state disabled
36 .buttons.apply configure -state disabled
37 .buttons.cancel configure -state disabled
197 -state disabled
199 -state disabled
H A Dlabelframe.tcl60 $child configure -state disabled
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dmm-uu.el167 (defcustom mm-uu-configure-list '((shar . disabled))
170 `(shar . disabled)' to this list."
173 (list (car entry) '(const disabled)))
223 (if (mm-uu-configure-p (mm-uu-type entry) 'disabled)
481 (not (mm-uu-configure-p (mm-uu-type entry) 'disabled)))
525 (when (and (not (mm-uu-configure-p (mm-uu-type entry) 'disabled))
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dcombobox.tcl118 [$w instate {!readonly !disabled}]
152 && [$w instate {!readonly !disabled}]
164 $w instate {!readonly !disabled} {
183 $cb instate disabled { return }
388 # Don't do anything if disabled:
390 $cb instate disabled { return }
H A Dsizegrip.tcl44 if {[$W instate disabled]} { return }
/macosx-10.10.1/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim206 let buttprop = ['accessKey', 'disabled', 'form', 'id', 'name', 'tabIndex', 'type', 'value']
212 \ 'disabled', 'form', 'id', 'name', 'tabIndex', 'type', 'value']
218 \ 'disabled', 'form', 'id', 'name', 'tabIndex', 'type', 'value']
227 \ 'disabled', 'form', 'id', 'maxLength', 'name', 'readOnly', 'size', 'tabIndex',
235 \ 'disabled', 'form', 'id', 'name', 'tabIndex', 'type', 'value']
241 \ 'disabled', 'form', 'id', 'name', 'size', 'tabIndex', 'type', 'value']
247 \ 'disabled', 'form', 'id', 'name', 'size', 'tabIndex', 'type', 'value']
253 \ 'disabled', 'form', 'id', 'maxLength', 'name', 'readOnly',
260 let linkprop = ['charset', 'disabled', 'href', 'hreflang', 'id', 'media',
272 let metaprop = ['charset', 'content', 'disabled', 'httpEqui
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dsyspolicy.sql63 disabled INTEGER NOT NULL DEFAULT (0) -- disable count (stacks; enabled if zero)
64 CHECK (disabled >= 0),
91 WHERE disabled = 0 AND JULIANDAY('now') < expires AND (flags & 1) = 0;
93 -- rules subject to priority scan: active_authority but including disabled rules
201 authority.disabled,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsyspolicy.sql63 disabled INTEGER NOT NULL DEFAULT (0) -- disable count (stacks; enabled if zero)
64 CHECK (disabled >= 0),
91 WHERE disabled = 0 AND JULIANDAY('now') < expires AND (flags & 1) = 0;
93 -- rules subject to priority scan: active_authority but including disabled rules
201 authority.disabled,
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dmessagebox.itk138 -state disabled -wrap none
216 $itk_component(text) configure -state disabled
335 $itk_component(text) configure -state disabled
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Didlw-shell.el558 (defcustom idlwave-shell-disabled-breakpoint-face
559 'idlwave-shell-disabled-bp
560 "*The face for disabled breakpoint lines in the source code.
568 (copy-face 'underline 'idlwave-shell-disabled-bp)
570 (defface idlwave-shell-disabled-bp
2443 (not (eq debug 'disable)) ;; explicitly disabled
2487 (defun idlwave-shell-break-here (&optional count cmd condition disabled
2507 (list count cmd condition disabled)
2648 (disabled (idlwave-shell-bp-get bp 'disabled)))
[all...]
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dmod_ssl.c393 sslconn->disabled = 0;
416 sslconn->disabled = 1;
520 * Immediately stop processing if SSL is disabled for this connection
535 if (sslconn->disabled) {
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Dbox.cpp545 tab_box::tab_box() : disabled(0)
553 if (!disabled)
561 disabled = 1;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dknightstour.rb110 @start_btn.state :disabled
112 @board.itemconfigure(n, :state=>:disabled, :outline=>'black')
210 :width=>2, :state=>:disabled)
H A Dlabelframe.rb75 child.state(:disabled)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dknightstour.rb112 @start_btn.state :disabled
114 @board.itemconfigure(n, :state=>:disabled, :outline=>'black')
212 :width=>2, :state=>:disabled)
H A Dlabelframe.rb82 child.state(:disabled)
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A DdirViewer.tcl210 $b2 configure -state disabled
326 $menu entryconfigure 0 -state disabled
337 $menu entryconfigure 0 -state disabled
H A DdirViewer_tile.tcl216 $b2 configure -state disabled
332 $menu entryconfigure 0 -state disabled
343 $menu entryconfigure 0 -state disabled
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebCoreStatistics.mm185 + (void)setCacheDisabled:(BOOL)disabled
187 [WebCache setDisabled:disabled];
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dpage.el128 (put 'narrow-to-page 'disabled t)
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Dtkxmllint.tcl91 -state disabled \
276 $w.messages.log configure -state disabled
281 $w.messages.log configure -state disabled
287 $w.messages.log configure -state disabled
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/widget/
H A Dscreenruler.tcl52 $dlg menu add command -label "COMM: [comm::comm self]" -state disabled
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dmaxsize.tcl62 $table(table) tag config dis -state disabled
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventDriver.h69 bool disabled; member in struct:IOHIDEventDriver::ExpansionData::__anon1952
92 bool disabled; member in struct:IOHIDEventDriver::ExpansionData::__anon1955

Completed in 248 milliseconds

1234567891011>>