Searched refs:toggle (Results 1 - 25 of 130) sorted by relevance

123456

/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_so_object.rb41 toggle = Toggle.new 1
43 toggle.activate.value ? 'true' : 'false'
46 toggle = Toggle.new 1
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-dired.el70 (defun add-minor-mode (toggle name &optional keymap after toggle-fun)
72 TOGGLE is a symbol which is used as the variable which toggle the minor mode,
78 is called to toggle the mode on and off; this affects what appens when
81 interactive function, TOGGLE is used as the toggle function.
84 (if (not (assq toggle minor-mode-alist))
85 (setq minor-mode-alist (cons (list toggle name) minor-mode-alist)))
86 (if (and keymap (not (assq toggle minor-mode-map-alist)))
87 (setq minor-mode-map-alist (cons (cons toggle keymap)
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_getparam.c391 bool toggle = TRUE; /* how to switch boolean options, on or off. Controlled local
405 toggle = FALSE;
511 config->disable_epsv = toggle;
514 config->disable_epsv = (!toggle)?TRUE:FALSE;
518 config->writeenv = toggle;
532 config->nonpn = (!toggle)?TRUE:FALSE;
542 config->noalpn = (!toggle)?TRUE:FALSE;
582 if(toggle && !(curlinfo->features & CURL_VERSION_LIBZ))
584 config->encoding = toggle;
588 config->tr_encoding = toggle;
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dcheckbutton.rb20 def toggle method in class:Tk
21 tk_send_without_enc('toggle')
H A Dfontchooser.rb136 def toggle method
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-menu.el57 ["No external send" (erc-toggle-channel-mode "n")
59 :style toggle :selected (member "n" erc-channel-modes)]
60 ["Topic set by channel operator" (erc-toggle-channel-mode "t")
61 :style toggle :selected (member "t" erc-channel-modes)
63 ["Invite only" (erc-toggle-channel-mode "i")
64 :style toggle :selected (member "i" erc-channel-modes)
66 ["Private" (erc-toggle-channel-mode "p")
67 :style toggle :selected (member "p" erc-channel-modes)
69 ["Secret" (erc-toggle-channel-mode "s")
70 :style toggle
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dbsearch.test46 set toggle 0
52 if {$toggle} {
69 set toggle [expr !$toggle]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DSidebarPanel.js32 this._toolbarItem.addEventListener(WebInspector.ButtonNavigationItem.Event.Clicked, this.toggle, this);
108 toggle: function()
H A DBreakpoint.css35 .popover .edit-breakpoint-popover-content > label.toggle {
H A DDetailsSidebarPanel.js28 this._keyboardShortcut = new WebInspector.KeyboardShortcut(WebInspector.KeyboardShortcut.Modifier.Control | WebInspector.KeyboardShortcut.Modifier.Shift, keyboardShortcutKey, this.toggle.bind(this));
H A DTimelineRecordBar.js254 this._element.classList.toggle(WebInspector.TimelineRecordBar.UnfinishedStyleClassName, barUnfinished);
302 this._element.classList.toggle(WebInspector.TimelineRecordBar.UnfinishedStyleClassName, inactiveUnfinished);
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkTextBTree.c6 * toggle segment types.
1187 * the state doesn't already match what we want then add a toggle
1204 segPtr->body.toggle.tagPtr = tagPtr;
1205 segPtr->body.toggle.inNodeCounts = 0;
1211 * of the range, and add a toggle there if it's needed.
1228 if (segPtr->body.toggle.inNodeCounts) {
1230 segPtr->body.toggle.tagPtr, -1);
1231 segPtr->body.toggle.inNodeCounts = 0;
1239 * The code below is a bit tricky. After deleting a toggle
1273 segPtr->body.toggle
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dtreeview.tcl48 { ttk::treeview::Select %W %x %y toggle }
245 ## SelectOp $w $item [ choose | extend | toggle ] --
256 proc ttk::treeview::select.toggle.none {w item} { $w focus $item }
262 proc ttk::treeview::select.toggle.browse {w item} { BrowseTo $w $item }
270 proc ttk::treeview::select.toggle.extended {w item} {
271 $w selection toggle [list $item]
337 ## Toggle -- toggle opened/closed state of item
347 ## ToggleFocus -- toggle opened/closed state of focus item
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dprinting.el358 ;; pr-toggle-file-duplex
359 ;; pr-toggle-file-tumble
360 ;; pr-toggle-file-landscape
361 ;; pr-toggle-ghostscript
362 ;; pr-toggle-faces
363 ;; pr-toggle-spool
364 ;; pr-toggle-duplex
365 ;; pr-toggle-tumble
366 ;; pr-toggle-landscape
367 ;; pr-toggle
[all...]
H A Dediff-hook.el139 ediff-toggle-multiframe
140 :style toggle
146 ediff-toggle-use-toolbar
147 :style toggle
247 . ediff-toggle-multiframe))
360 (autoload 'ediff-toggle-multiframe
364 (autoload 'ediff-toggle-use-toolbar
H A Dsubr.el1281 (defun add-minor-mode (toggle name &optional keymap after toggle-fun)
1299 Optional TOGGLE-FUN is an interactive function to toggle the mode.
1305 (unless (memq toggle minor-mode-list)
1306 (push toggle minor-mode-list))
1308 (unless toggle-fun (setq toggle-fun toggle))
1309 (unless (eq toggle-fun toggle)
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkTextBTree.c5 * for Tk's text widget and implements character and toggle segment
2158 * doesn't already match what we want then add a toggle there.
2174 segPtr->body.toggle.tagPtr = tagPtr;
2175 segPtr->body.toggle.inNodeCounts = 0;
2182 * toggle there if it's needed.
2200 if (segPtr->body.toggle.inNodeCounts) {
2202 segPtr->body.toggle.tagPtr, -1);
2203 segPtr->body.toggle.inNodeCounts = 0;
2211 * The code below is a bit tricky. After deleting a toggle we
2245 segPtr->body.toggle
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcheckbox.itk71 method toggle {index}
269 # METHOD: toggle index
273 itcl::body iwidgets::Checkbox::toggle {index} {
275 $itk_component($tag) toggle
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dhelp.tcl123 %W item toggle [%W selection get 0]
263 %W item toggle [%W selection get 0]
286 $w item toggle $item
300 $w item toggle $item
/macosx-10.10.1/vim-55/runtime/syntax/
H A D2html.vim325 \ ".open-fold > .toggle-open { display: none; }",
326 \ ".open-fold > .toggle-closed { display: inline; }",
327 \ ".closed-fold > .toggle-open { display: inline; }",
328 \ ".closed-fold > .toggle-closed { display: none; }",
333 \ ".closed-fold:hover > .toggle-filler { display: none; }",
344 \ ".open-fold .toggle-open { display: none; }",
345 \ ".closed-fold .toggle-closed { display: inline; }",
349 \ ".closed-fold .toggle-open { display: inline; }",
350 \ ".closed-fold .toggle-closed { display: none; }",
362 \ ".open-fold .toggle
[all...]
/macosx-10.10.1/nano-12/src/
H A Dnano.h318 typedef struct toggle { struct
320 /* The sequence to toggle the key. We should only need one. */
322 /* The description of the toggle, e.g. "Cut to end"; we'll
327 * the toggle. */
331 struct toggle *next;
332 /* Next toggle. */
333 } toggle; typedef in typeref:struct:toggle
580 /* No toggle at all. */
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dtree.rb292 tk_send_without_enc('selection', 'toggle',
297 def toggle(node) method in class:Tk
298 tk_send_without_enc('toggle', tagid(node))
493 def toggle method in class:Tk
494 @tree.toggle(@id)
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/treectrl/
H A Dhelp.rb128 w.toggle(w.selection_get[0])
298 w.toggle(item)
324 w.toggle(item)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Ddoctools.js195 * init the domain index toggle buttons
201 $('tr.cg-' + idnum).toggle();
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dselector.tcl105 proc toggle {this indices} { procedure

Completed in 462 milliseconds

123456