Searched refs:selected (Results 176 - 200 of 268) sorted by relevance

1234567891011

/macosx-10.9.5/tcl-102/tk/tk/unix/
H A Dconfigure.in165 Different --prefix selected for Tk and Tcl!
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duucomp.shar231 X for selected sites to run uucomp every time that site
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el2782 menu is selected, and FILTER is a predicate which takes a `custom-variable'
3190 (defcustom custom-face-default-form 'selected
3193 (const selected)
3227 "A display specification that doesn't match the selected display."
3232 (not (face-spec-set-match-display value (selected-frame))))
3234 (define-widget 'custom-face-selected 'group
3235 "Edit the attributes of the selected display in a face specification."
3260 (defconst custom-face-selected (widget-convert 'custom-face-selected)
3261 "Converted version of the `custom-face-selected' widge
[all...]
H A Dterm.el547 If `this', scroll only the selected window.
548 If `others', scroll only those that are not the selected window.
2235 (set-window-start (selected-window) (point))
2507 (set-buffer proc-buf) ; but it's not the selected *window*
2700 (selected (selected-window))
2704 (save-selected-window
3005 (eq (window-buffer selected) (current-buffer)))
3014 (setq win selected)
3016 ;; is selected bu
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Regress/
H A Dregress-111557.js4450 this.selected = false;
4467 function getChildrenChecked(item, selected)
4473 item.submenu.items[x].selected = selected;
4475 MarkChildren(item.submenu.items[x],selected);
4589 function MarkChildren(item, selected)
4595 item.submenu.items[x].selected = selected;
4597 MarkChildren(item.submenu.items[x],selected);
4609 if (!item.submenu.items[x].selected)
[all...]
H A Dregress-216320.js824 lbx.options[i].selected = true;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Doc_attachments.rb58 selected = []
62 selected << i
67 [selected, others].to_ns
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditorCommand.cpp389 bool selected = selection->setSelectedRange(unionDOMRanges(mark.get(), frame->editor().selectedRange().get()).get(), DOWNSTREAM, true); local
390 ASSERT(selected);
391 if (!selected)
1256 // "Delete" from DOM is like delete/backspace keypress, affects selected range if non-empty,
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dimap.el378 Valid states are `closed', `initial', `nonauth', `auth', `selected'
1206 (eq imap-state 'selected)))))
1223 imap-state (if examine 'examine 'selected))
1281 ;; was selected...
1867 (eq imap-state 'selected)
/macosx-10.9.5/CPANInternal-140/Apache-DBI/lib/Apache/
H A DAuthDBI.pm1335 From all selected groups a comma-separated list is build, which is compared
1453 selected from the database as salt. Setting this parameter to 'userid',
/macosx-10.9.5/CPANInternal-140/Apache-DBI-1.11/lib/Apache/
H A DAuthDBI.pm1336 From all selected groups a comma-separated list is build, which is compared
1456 selected from the database as salt. Setting this parameter to 'userid',
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DServer.pm93 Alternately, when the value is a package-qualified name of a subroutine or method, that specific routine is made available. This allows the server to make selected methods available without opening the entire package.
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DElementsTreeOutline.js905 this.selectionElement.className = "selection selected";
965 var wasSelected = child.selected;
1167 // or create a new attribute on the selected element.
1731 if (this.selected)
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el151 ;; sorted. The selected article is referenced as `\cite{KEY}' (see
354 context of the label definition. The selected label is inserted as a
359 database. The selected citation is inserted as a \\cite macro.
1961 (let* ((win1 (selected-window))
2360 'face reftex-cursor-selected-face)
2363 'face reftex-cursor-selected-face)
2483 :style toggle :selected reftex-enable-partial-scans]
2486 :style toggle :selected reftex-save-parse-info]
2490 :style toggle :selected reftex-toc-auto-recenter-timer]
2494 :style toggle :selected refte
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeItem.c1110 * Return whether an Item is selected or not.
7098 * Removes any selected items which are no longer ReallyVisible()
7673 TreeItemList deleted, selected; local
7696 TreeItemList_Init(tree, &selected, tree->selectCount);
7706 TreeItemList_Append(&selected, item);
7725 TreeItemList_Append(&selected, item);
7733 count = TreeItemList_Count(&selected);
7736 item = TreeItemList_Nth(&selected, i);
7739 /* Generate <Selection> event for selected items being deleted. */
7740 TreeNotify_Selection(tree, NULL, &selected);
[all...]
/macosx-10.9.5/vim-53/runtime/lang/
H A Dmenu_hu_hu.iso_8859-2.vim11 " just one menupoint is selected), or you find any other undesired behaviour,
/macosx-10.9.5/vim-53/runtime/syntax/
H A Determ.vim138 syn keyword etermImageState contained normal selected clicked disabled
H A Dhtml.vim71 syn keyword htmlArg contained rel rev rows rowspan scrolling selected shape
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DService.pm519 given exception will be selected. A C<default> template may be provided for
H A DTest.pm525 of the test, or until a different object is selected.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DService.pm519 given exception will be selected. A C<default> template may be provided for
H A DTest.pm525 of the test, or until a different object is selected.
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorChecker.cpp692 if (element->hasTagName(optionTag) && toHTMLOptionElement(element)->selected())
/macosx-10.9.5/apr-30/apr-util/apr-util/crypto/
H A Dapr_md5.c743 #error Configuration error! crypt_r() should have been selected!
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/exif/
H A Dexif.tcl535 1 {format auto-selected}

Completed in 432 milliseconds

1234567891011