Searched refs:selected (Results 76 - 100 of 268) sorted by relevance

1234567891011

/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A DvistaTheme.tcl45 TOOLBAR 4 {{selected active} 6 {selected !active} 5
51 -expand [list selected {2 2 2 2}]
57 -background [list selected SystemHighlight] \
58 -foreground [list selected SystemHighlightText] ;
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnet_interface.c91 SCNetworkInterfaceRef selected = NULL; local
102 SCPrint(TRUE, stdout, CFSTR("interface not selected\n"));
106 selected = SCNetworkInterfaceGetInterface(net_interface);
107 if(selected == NULL) {
114 SCPrint(TRUE, stdout, CFSTR("service not selected\n"));
118 selected = SCNetworkServiceGetInterface(net_service);
119 if(selected == NULL) {
131 SCPrint(TRUE, stdout, CFSTR("interface not selected\n"));
162 SCPrint(TRUE, stdout, CFSTR("interface not selected\n"));
192 SCPrint(TRUE, stdout, CFSTR("interface not selected\
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/
H A DDNSServiceBrowser.m321 // Get the currently selected service
386 NSString *selected = (index != -1) ? [[_sortedServices objectAtIndex:index] copy] : nil;
394 index = selected ? [_sortedServices indexOfObject:selected] : NSNotFound;
400 [selected release];
498 NSString *selected = (index >= 0) ? [_sortedServices objectAtIndex:index] : nil;
499 NSString *type = [[_servicesDict objectForKey:selected] type];
538 // remove the selected row and force a refresh
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dlayout.tcl32 $T element create e4 rect -fill [list $::SystemHighlight {selected focus} gray80 {}] \
101 -relief {sunken {selected} raised {}} -thickness 2 -filled yes
134 $T style layout $S e5 -expand $expand -visible {no !selected}
H A Dwww-options.tcl45 $T element create elemTxt text -fill [list $::SystemHighlightText {selected focus}]
46 $T element create elemRectSel rect -fill [list $::SystemHighlight {selected focus}] -showfocus yes
188 $T element create elemTxt text -fill [list $::SystemHighlightText {selected focus}]
189 $T element create elemRectSel rect -fill [list $::SystemHighlight {selected focus}] -showfocus yes
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dtwind.tcl154 $c bind point <ButtonRelease-1> "$c dtag selected"
170 $w dtag selected
171 $w addtag selected withtag current
179 $w move selected [expr {$x-$embPlot(lastX)}] [expr {$y-$embPlot(lastY)}]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.css1365 .outline-disclosure li.hovered:not(.selected) .selection {
1380 .outline-disclosure li.selected.highlighted .highlight {
1395 .outline-disclosure li.selected .selection {
1406 .outline-disclosure ol:focus li.selected .selection {
1410 .outline-disclosure ol.search-match-not-found li.selected .selection {
1442 .outline-disclosure ol:focus li.selected {
1446 .outline-disclosure ol.search-match-found li.selected {
1450 .outline-disclosure ol:focus li.selected * {
1454 .outline-disclosure ol.search-match-found li.selected * {
1481 .outline-disclosure ol:focus li.parent.selected
[all...]
H A DprofilesPanel.css121 .data-grid tr.selected .profile-node-file {
125 .data-grid:focus tr.selected .profile-node-file {
H A DApplicationCacheItemsView.js247 nodeToSelect.selected = true;
252 this._dataGrid.rootNode().children[0].selected = true;
266 // FIXME: Should we delete a single (selected) resource or all resources?
H A DEventListenersSidebarPane.js50 option.value = "selected";
56 this.settingsSelectElement[0].selected = true;
57 else if (filter === "selected")
58 this.settingsSelectElement[1].selected = true;
84 var selectedNodeOnly = "selected" === WebInspector.settings.eventListenersFilter.get();
H A Dtreeoutline.js48 this.selected = false;
572 this.selected = false;
714 if (this.selected)
715 this._listItemNode.classList.add("selected");
730 if (this.selected)
934 if (!this.treeOutline || !this.selectable || this.selected)
940 this.selected = true;
950 this._listItemNode.classList.add("selected");
969 if (!this.treeOutline || this.treeOutline.selectedTreeElement !== this || !this.selected)
972 this.selected
[all...]
H A DCallStackSidebarPane.js67 placard.selected = (placard._callFrame === x);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/crypto/
H A Dapr_passwd.c156 #error Configuration error! crypt_r() should have been selected!
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dswaplist.rb91 alias selected value
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/tile/
H A Dtnotebook.rb136 def selected method in class:Tk
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dfr30-desc.c1467 /* MAX_HW is only an upper bound on the number of selected entries.
1470 const CGEN_HW_ENTRY **selected = local
1475 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1480 selected[init[i].type] = &init[i];
1481 cd->hw_table.entries = selected;
1501 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1504 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
1508 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
1513 selected[ini
[all...]
H A Dm32r-desc.c1247 /* MAX_HW is only an upper bound on the number of selected entries.
1250 const CGEN_HW_ENTRY **selected = local
1255 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1260 selected[init[i].type] = &init[i];
1261 cd->hw_table.entries = selected;
1281 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1284 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
1288 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
1293 selected[ini
[all...]
H A Dmt-desc.c1027 /* MAX_HW is only an upper bound on the number of selected entries.
1030 const CGEN_HW_ENTRY **selected = local
1035 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1040 selected[init[i].type] = &init[i];
1041 cd->hw_table.entries = selected;
1061 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1064 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
1068 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
1073 selected[ini
[all...]
H A Dxstormy16-desc.c1198 /* MAX_HW is only an upper bound on the number of selected entries.
1201 const CGEN_HW_ENTRY **selected = local
1206 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1211 selected[init[i].type] = &init[i];
1212 cd->hw_table.entries = selected;
1232 /* MAX_OPERANDS is only an upper bound on the number of selected entries.
1235 const CGEN_OPERAND **selected = xmalloc (MAX_OPERANDS * sizeof (* selected)); local
1239 memset (selected, 0, MAX_OPERANDS * sizeof (CGEN_OPERAND *));
1244 selected[ini
[all...]
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/
H A DRijndael.pm21 This module implements the Rijndael cipher, which has just been selected
119 and has been selected as the US Government's Advanced Encryption Standard.
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/
H A DRijndael.pm21 This module implements the Rijndael cipher, which has just been selected
119 and has been selected as the US Government's Advanced Encryption Standard.
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-salt.el396 (defcustom gnus-selected-tree-face 'modeline
397 "*Face used for highlighting selected articles in the thread tree."
448 (defvar gnus-selected-tree-overlay nil)
510 (when gnus-selected-tree-overlay
511 (goto-char (or (gnus-overlay-end gnus-selected-tree-overlay) 1)))
556 (let ((selected (selected-window))
560 (when gnus-selected-tree-overlay
561 (goto-char (or (gnus-overlay-end gnus-selected-tree-overlay) 1)))
575 (select-window selected))))
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32menu.c82 /* true if selected */
83 Boolean selected; member in struct:_widget_value
97 /* Contents of the sub-widgets, also selected slot for checkbox */
385 display. ENABLE if non-nil means this item can be selected. KEY
393 push_menu_item (name, enable, key, def, equiv, type, selected, help)
394 Lisp_Object name, enable, key, def, equiv, type, selected, help;
405 ASET (menu_items, menu_items_used++, selected);
1290 Lisp_Object item_name, enable, descrip, def, type, selected;
1298 selected = AREF (menu_items, i + MENU_ITEMS_ITEM_SELECTED);
1341 wv->selected
1282 Lisp_Object item_name, enable, descrip, def, type, selected; local
1825 Lisp_Object item_name, enable, descrip, def, type, selected, help; local
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim142 syn keyword ProgressOperator delete-line delete-selected-row delete-selected-rows deselect-focused-row deselect-rows deselect-selected-row d[esign-mode] dialog-box dialog-help dir disabled display-message
144 syn keyword ProgressOperator error-row event-t[ype] event[s] exclusive-id execute exp expand extended extent external extract fetch-selected-row fgc[olor] file file-name file-off[set] file-type
148 syn keyword ProgressOperator get-iteration get-license get-long get-message get-number get-pointer-value get-red[-value] get-repositioned-row get-selected-wid[get] get-short get-signature get-size
154 syn keyword ProgressOperator is-row-selected is-selected item items-per-row join-by-sqldb keep-frame-z-ord[er] keep-messages keep-tab-order key keyword-all label-bgc[olor] label-dc[olor] label-fgc[olor]
164 syn keyword ProgressOperator none num-but[tons] num-col[umns] num-copies num-formats num-items num-iterations num-lines num-locked-colum[ns] num-messages num-results num-selected num-selected-rows
165 syn keyword ProgressOperator num-selected
[all...]
/macosx-10.9.5/vim-53/src/
H A Dpopupmnu.c19 static int pum_selected; /* index of selected item or -1 */
45 pum_display(array, size, selected)
48 int selected; /* index of initially selected item, none if
255 /* Set selected item and redraw. If the window size changed need to redo
258 if (pum_set_selected(selected, redo_count) && ++redo_count <= 2)
476 * Set the index of the currently selected item. The menu will scroll when

Completed in 276 milliseconds

1234567891011