Searched refs:selection (Results 76 - 100 of 161) sorted by relevance

1234567

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DUtilities.js344 var selection = window.getSelection();
345 if (!selection.rangeCount || !selection.isCollapsed)
347 var selectionRange = selection.getRangeAt(0);
H A DMain.js698 // Make a caret selection inside the focused element if there isn't a range selection and there isn't already
699 // a caret selection inside. This is needed (at least) to remove caret from console when focus is moved.
700 // The selection change should not apply to text fields and text areas either.
705 var selection = window.getSelection();
706 if (!selection.isCollapsed)
723 selection.removeAllRanges();
724 selection.addRange(selectionRange);
905 // If the tree outline is processing a selection currently then we can assume the selection doe
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32select.c26 * Notes on usage of selection-coding-system and
27 * next-selection-coding-system on MS Windows:
29 * The selection coding system variables apply only to the version of
37 * matches the {next-}selection-coding-system is retrieved. If
45 * {next-}selection-coding-system is only used, when its corresponding
48 * Scenarios to use the facilities for customizing the selection
53 * (set-selection-coding-system 'koi8-r-dos)
62 * (set-next-selection-coding-system 'cp1253-dos)
105 /* A remnant from X11: Symbol for the CLIPBORD selection type. Other
130 selection
1009 Lisp_Object selection; variable
1011 CHECK_SYMBOL (selection); variable
[all...]
H A Dw32menu.c622 doc: /* Pop up a deck-of-cards menu and return user's selection.
660 Lisp_Object selection;
840 selection = w32_menu_show (f, xpos, ypos, for_click,
851 return selection;
857 doc: /* Pop up a dialog box and return user's selection.
953 Lisp_Object selection;
963 selection = w32_dialog_show (f, 0, title, header, &error_name);
969 return selection;
1000 when the user makes a selection.
1931 /* No selection ha
653 Lisp_Object selection; variable
946 Lisp_Object selection; variable
[all...]
H A Dxterm.h315 /* More atoms, which are selection types. */
924 Atom selection, target, property;
934 (((struct selection_input_event *) (eventp))->selection)
918 Atom selection, target, property; member in struct:selection_input_event
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtnotify.cpp8 B(n01, Add to selection, 0) { argument
40 B(n02, Remove from selection, 0) { argument
68 B(n03, Modify into selection, 0) { argument
92 B(n04, Modify out of selection, 0) { argument
227 /* not yet implemented: setting result of selection
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DNavigationGetFile.c109 err = AEGetNthPtr( &(reply.selection), 1, typeFSS, &keyword, &actualType,
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dttknote.rb51 which provides a set of tabs that allow the selection of a group of panels, \
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/
H A DTODO.txt24 * fix selection routines to properly handle title area movement
H A DREADME.txt31 * multiple selection modes, with "active" cell
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Ddriverchooser.c325 if (GTK_CLIST (choose_t->driverlist)->selection != NULL)
328 GPOINTER_TO_INT (GTK_CLIST (choose_t->driverlist)->selection->
591 if (choose_t->driverlist && choose_t->tab_panel && GTK_CLIST (choose_t->driverlist)->selection == NULL)
606 if (GTK_CLIST (choose_t->driverlist)->selection != NULL)
609 GPOINTER_TO_INT(GTK_CLIST(choose_t->driverlist)->selection->data),
713 if (GTK_CLIST (choose_t->driverlist)->selection != NULL)
716 GPOINTER_TO_INT (GTK_CLIST (choose_t->driverlist)->selection->
H A Ddriversetup.c299 if (driversetup_t && GTK_CLIST (driversetup_t->key_list)->selection != NULL)
304 GPOINTER_TO_INT (GTK_CLIST (driversetup_t->key_list)->selection->
326 if (driversetup_t && GTK_CLIST (driversetup_t->key_list)->selection != NULL)
329 GPOINTER_TO_INT (GTK_CLIST (driversetup_t->key_list)->selection->
332 GPOINTER_TO_INT (GTK_CLIST (driversetup_t->key_list)->selection->
H A Dgensetup.c203 if (GTK_CLIST (gensetup_t->key_list)->selection != NULL)
204 i = GPOINTER_TO_INT (GTK_CLIST (gensetup_t->key_list)->selection->
230 if (gensetup_t && GTK_CLIST (gensetup_t->key_list)->selection != NULL)
233 GPOINTER_TO_INT (GTK_CLIST (gensetup_t->key_list)->selection->data),
236 GPOINTER_TO_INT (GTK_CLIST (gensetup_t->key_list)->selection->data),
H A Dtranslatorchooser.c111 if (GTK_CLIST (choose_t->translatorlist)->selection != NULL)
115 selection->data), 0, &szTranslator);
H A Dadministrator.c532 if (GTK_CLIST (connectionpool_t->driverlist)->selection != NULL)
539 selection->data), 0, &szDriver);
542 selection->data), 1, &cptimeout);
545 selection->data), 2, &cpprobe);
580 if (GTK_CLIST (choose_t->driverlist)->selection != NULL)
582 GPOINTER_TO_INT (GTK_CLIST (choose_t->driverlist)->selection->
637 if (GTK_CLIST (choose_t->driverlist)->selection == NULL)
658 if (GTK_CLIST (choose_t->driverlist)->selection != NULL)
660 GPOINTER_TO_INT (GTK_CLIST (choose_t->driverlist)->selection->
682 if (GTK_CLIST (choose_t->driverlist)->selection
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTable.c82 "reread", "scan", "see", "selection", "set",
98 /* -selecttype selection type options */
594 * Handle class name and selection handlers
818 "selection option", 0, &cmdIndex) != TCL_OK) {
1122 /* get the current value of the selection */
1199 * Claim the selection if we've suddenly started exporting it and
1200 * there is a selection to export.
2756 * Get the current selection into the buffer and mark it as unedited.
2839 /* clear the selection buffer */
3562 * This procedure is called back by Tk when the selection i
3603 static Tcl_DString selection; local
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebHTMLView.mm569 // This state is saved each time selection changes, because computing it causes style recalc, which is not always safe to do.
1001 if (coreFrame->selection().selection().isContentRichlyEditable())
1076 return coreFrame ? kit(coreFrame->selection().toNormalizedRange().get()) : nil;
1988 return coreFrame && coreFrame->selection().selection().isRange();
1994 return coreFrame && coreFrame->selection().selection().isCaretOrRange();
2000 return coreFrame && coreFrame->selection().selection()
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/ICONS/
H A DviewIcons.rb246 :selection=>'PRIMARY')
247 TkSelection.set_owner(Tk.root, :selection=>'PRIMARY',
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Drolodex74 tk_dialog .fileSelection {File Selection} {This is a dummy file selection dialog box, which is used because there isn't a good file selection dialog built into Tk yet.} {} 0 OK
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Drolodex68 tk_dialog .fileSelection {File Selection} {This is a dummy file selection dialog box, which is used because there isn't a good file selection dialog built into Tk yet.} {} 0 OK
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DAccessibleTextImpl.cpp83 VisiblePosition caretPosition = m_object->visiblePositionForPoint(m_object->document()->frame()->selection().absoluteCaretBounds().center());
131 if (m_object->document()->frame()->selection().isNone())
408 m_object->document()->frame()->selection().clear();
423 m_object->document()->frame()->selection().setSelection(VisibleSelection(VisiblePosition(Position(node, offset, Position::PositionIsOffsetInAnchor))));
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWebContextMenuProxyMac.mm150 // NSMenuItems with a represented selection handler belong solely to the UI process
151 // and don't need any further processing after the selection handler is called.
238 // (i.e., if we plan on replacing the selection with the returned item)
387 RetainPtr<NSAttributedString> selection = adoptNS([[NSAttributedString alloc] initWithRTFD:selectionData.get() documentAttributes:nil]);
389 items = @[ selection.get() ];
406 // Explicitly add a menu item for each telephone number that is in the selection.
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dnet_protocol.c743 ipv4ConfigMethods[methodIndex].selection);
750 ipv4ConfigMethods[methodIndex].selection);
757 ipv4ConfigMethods[methodIndex].selection);
764 ipv4ConfigMethods[methodIndex].selection);
895 ipv6ConfigMethods[methodIndex].selection);
902 ipv6ConfigMethods[methodIndex].selection);
909 ipv6ConfigMethods[methodIndex].selection);
954 // proxy selection
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/PBQP/
H A DHeuristicSolver.h206 /// @param selection Selection for node.
207 void setSolution(const Graph::NodeItr &nItr, unsigned selection) { argument
208 s.setSelection(nItr, selection);
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dxpstat165 show-alias $host [selection get] %X %Y

Completed in 345 milliseconds

1234567