Searched refs:selection (Results 1 - 25 of 161) sorted by relevance

1234567

/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dlselect.el10 ;; Based on Lucid's selection code.
33 ;; The selection code requires us to use certain symbols whose names are
39 (defvar x-lost-selection-functions)
45 (or (facep 'primary-selection)
46 (make-face 'primary-selection))
48 (or (facep 'secondary-selection)
49 (make-face 'secondary-selection))
51 (defun x-get-secondary-selection ()
53 (x-get-selection-internal 'SECONDARY 'STRING))
55 (defvar primary-selection
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-CoreData/Examples/OutlineEdit/
H A DMyDocument.py49 selection = self.outlineTreeController.selection()
51 parentNote = selection.valueForKeyPath_("parent")
64 selection.setValue_forKeyPath_(sibling, "parent")
67 selection = self.outlineTreeController.selection()
68 parent = selection.valueForKeyPath_("parent")
75 selection.setValue_forKeyPath_(parent, "parent")
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreData/Examples/OutlineEdit/
H A DMyDocument.py49 selection = self.outlineTreeController.selection()
51 parentNote = selection.valueForKeyPath_("parent")
64 selection.setValue_forKeyPath_(sibling, "parent")
67 selection = self.outlineTreeController.selection()
68 parent = selection.valueForKeyPath_("parent")
75 selection.setValue_forKeyPath_(parent, "parent")
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CoreData-2.5.1/Examples/OutlineEdit/
H A DMyDocument.py49 selection = self.outlineTreeController.selection()
51 parentNote = selection.valueForKeyPath_("parent")
64 selection.setValue_forKeyPath_(sibling, "parent")
67 selection = self.outlineTreeController.selection()
68 parent = selection.valueForKeyPath_("parent")
75 selection.setValue_forKeyPath_(parent, "parent")
/macosx-10.10.1/KerberosHelper-151/Source/
H A DNetworkAuthenticationHelper.h81 NAHSelectionAcquireCredential(NAHSelectionRef selection,
86 NAHSelectionAcquireCredentialAsync(NAHSelectionRef selection,
95 * Status of selection
123 NAHSelectionGetInfoForKey(NAHSelectionRef selection, CFStringRef key);
126 NAHSelectionCopyAuthInfo(NAHSelectionRef selection);
133 NAHCopyReferenceKey(NAHSelectionRef selection);
H A DNetworkAuthenticationHelperGSS.h12 NAHSelectionGetGSSAcceptorName(NAHSelectionRef selection, CFErrorRef *error);
H A Dna.c486 * Status of selection
515 * Add selection
1385 NAHSelectionRef selection,
1399 inferredLabel = selection->client;
1415 selection->inferredLabel = inferredLabel;
1421 NAHSelectionRef selection,
1440 selection->client,
1444 ret = __KRBCreateUTF8StringFromCFString(selection->client, &str);
1579 if (CFStringCompare(newclient, selection->client, 0) != kCFCompareEqualTo) {
1581 CFRELEASE(selection
1384 setFriendlyName(NAHRef na, NAHSelectionRef selection, SecIdentityRef cert, krb5_ccache id, int is_lkdc) argument
1420 acquire_kerberos(NAHRef na, NAHSelectionRef selection, CFStringRef password, SecIdentityRef cert, CFErrorRef *error) argument
1644 NAHSelectionAcquireCredentialAsync(NAHSelectionRef selection, CFDictionaryRef info, dispatch_queue_t q, void (^result)(CFErrorRef error)) argument
1696 NAHSelectionAcquireCredential(NAHSelectionRef selection, CFDictionaryRef info, CFErrorRef *error) argument
1939 NAHSelectionGetInfoForKey(NAHSelectionRef selection, CFStringRef key) argument
1974 NAHSelectionCopyAuthInfo(NAHSelectionRef selection) argument
2183 NAHAddReferenceAndLabel(NAHSelectionRef selection, CFStringRef identifier) argument
2210 NAHCopyReferenceKey(NAHSelectionRef selection) argument
2391 NAHSelectionGetGSSCredential(NAHSelectionRef selection, CFErrorRef *error) argument
2432 NAHSelectionGetGSSAcceptorName(NAHSelectionRef selection, CFErrorRef *error) argument
2463 NAHSelectionGetGSSMech(NAHSelectionRef selection) argument
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkSelect.c4 * This file manages the selection for the Tk toolkit,
21 * When a selection handler is set up by invoking "selection handle",
40 * When selection ownership is claimed with the "selection own" Tcl command,
42 * to be executed when the selection is lost again.
81 * as the handler for selection requests of a particular
83 * selection.
89 * In the future, whenever the selection is in tkwin's
90 * window and someone requests the selection i
690 Atom selection; local
[all...]
H A DtkSelect.h5 * selection support.
19 * When a selection is owned by a window on a given display, one of the
22 * a selection for use in later retrieval requests. There is a list of
28 Atom selection; /* Selection name, e.g. XA_PRIMARY. */ member in struct:TkSelectionInfo
29 Tk_Window owner; /* Current owner of this selection. */
32 * selection (used to filter out redundant
34 Time time; /* Timestamp used to acquire selection. */
36 * selection. */
44 * One of the following structures exists for each selection handler
50 Atom selection; /* Selectio member in struct:TkSelHandler
84 Atom selection; /* Selection being requested. */ member in struct:TkSelRetrievalInfo
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebContextMenuClientMac.mm46 m_page->performDictionaryLookupForSelection(frame, frame->selection().selection());
82 if (selectionFrame->selection().isRange())
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkSelect.c4 * This file manages the selection for the Tk toolkit, translating
20 * When a selection handler is set up by invoking "selection handle", one of
39 * When selection ownership is claimed with the "selection own" Tcl command,
41 * executed when the selection is lost again.
79 * selection requests of a particular target type on a particular window
80 * for a particular selection.
87 * In the future, whenever the selection is in tkwin's window and someone
88 * requests the selection i
117 Tk_CreateSelHandler( Tk_Window tkwin, Atom selection, Atom target, Tk_SelectionProc *proc, ClientData clientData, Atom format) argument
238 Tk_DeleteSelHandler( Tk_Window tkwin, Atom selection, Atom target) argument
352 Tk_OwnSelection( Tk_Window tkwin, Atom selection, Tk_LostSelProc *proc, ClientData clientData) argument
463 Tk_ClearSelection( Tk_Window tkwin, Atom selection) argument
548 Tk_GetSelection( Tcl_Interp *interp, Tk_Window tkwin, Atom selection, Atom target, Tk_GetSelProc *proc, ClientData clientData) argument
678 Atom selection; local
[all...]
H A DtkSelect.h4 * Declarations of types shared among the files that implement selection
19 * When a selection is owned by a window on a given display, one of the
22 * selection for use in later retrieval requests. There is a list of such
28 Atom selection; /* Selection name, e.g. XA_PRIMARY. */ member in struct:TkSelectionInfo
29 Tk_Window owner; /* Current owner of this selection. */
31 * request made to server for this selection
34 Time time; /* Timestamp used to acquire selection. */
36 * selection. */
44 * One of the following structures exists for each selection handler created
50 Atom selection; /* Selectio member in struct:TkSelHandler
77 Atom selection; /* Selection being requested. */ member in struct:TkSelRetrievalInfo
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/gtk/
H A DWebEditorClientGtk.cpp168 // Collapse the selection without clearing it.
170 const VisibleSelection& selection = frame->selection().selection(); local
171 frame->selection().setBase(selection.extent(), selection.affinity());
181 if (!frame->selection().isRange())
185 dataObject->setRange(frame->selection().toNormalizedRange());
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/PBQP/
H A DSolution.h26 /// To get the selection for each node in the problem use the getSelection method.
74 /// \brief Set the selection for a given node.
76 /// @param selection Selection for nItr.
77 void setSelection(Graph::NodeItr nItr, unsigned selection) { argument
78 selections[nItr] = selection;
81 /// \brief Get a node's selection.
83 /// @return The selection for nItr;
86 assert(sItr != selections.end() && "No selection for node.");
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXClipboard.c26 * Retrieve the specified selection from another process. For
32 * If an error occurs (such as no selection exists)
45 * selection (determines display from which to
47 Atom selection, /* Selection to retrieve. */
48 Atom target, /* Desired form in which selection is to be
50 Tk_GetSelProc *proc, /* Procedure to call to process the selection,
60 if ((selection == Tk_InternAtom(tkwin, "CLIPBOARD"))
68 Tcl_AppendResult(interp, Tk_GetAtomName(tkwin, selection),
105 Tcl_AppendResult(interp, Tk_GetAtomName(tkwin, selection),
117 Tcl_AppendResult(interp, Tk_GetAtomName(tkwin, selection),
41 TkSelGetSelection( Tcl_Interp *interp, Tk_Window tkwin, Atom selection, Atom target, Tk_GetSelProc *proc, ClientData clientData) argument
167 XSetSelectionOwner( Display *display, Atom selection, Window owner, Time time) argument
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMTreeOutline.css37 /* Needed to make the negative z-index on .selection works. Otherwise the background-color from .syntax-highlighted hides the selection. */
42 .dom-tree-outline li.hovered:not(.selected) .selection {
51 body.mac-platform.legacy .dom-tree-outline li.hovered:not(.selected) .selection {
55 .dom-tree-outline li .selection {
64 .dom-tree-outline li.selected .selection {
69 .dom-tree-outline li.elements-drag-over .selection {
75 body.mac-platform.legacy .dom-tree-outline li.elements-drag-over .selection {
79 .dom-tree-outline:focus li.selected .selection {
83 body.mac-platform.legacy .dom-tree-outline:focus li.selected .selection {
[all...]
H A DTimelineRuler.css32 .timeline-ruler.allows-time-range-selection {
129 .timeline-ruler > .selection-drag {
137 .timeline-ruler > .selection-drag:active {
141 .timeline-ruler > .selection-handle {
154 .timeline-ruler > .selection-handle.left {
158 .timeline-ruler > .selection-handle.right {
/macosx-10.10.1/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebFrameIOS.mm102 frame->selection().clearCurrentSelection();
111 FrameSelection& frameSelection = frame->selection();
188 FrameSelection& frameSelection = frame->selection();
189 VisiblePosition end(frameSelection.selection().end());
198 const VisibleSelection& originalSelection = frame->selection().selection();
201 frame->selection().moveTo(start, originalSelection.end());
204 frame->selection().moveTo(originalSelection.start(), end);
248 return [self selectionRectsForCoreRange:frame->selection().toNormalizedRange().get()];
304 FrameSelection& frameSelection = frame->selection();
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dmouse-sel.el1 ;;; mouse-sel.el --- multi-click selection support for Emacs 19
30 ;; clients (eg. xterm) than the default Emacs 19 mouse selection handlers.
33 ;; * Clicking mouse-1 starts (cancels) selection, dragging extends it.
35 ;; * Clicking or dragging mouse-3 extends the selection as well.
44 ;; * Selecting sets the region & X primary selection, but does NOT affect
45 ;; the kill-ring. Because the mouse handlers set the primary selection
49 ;; * Clicking mouse-2 inserts the contents of the primary selection at
52 ;; * Pressing mouse-2 while selecting or extending copies selection
55 ;; * Double-clicking mouse-3 also kills selection.
58 ;; & mouse-3, but operate on the X secondary selection rathe
[all...]
/macosx-10.10.1/postfix-255/postfix/src/postmulti/
H A Dpostmulti.c84 /* .SH "Instance selection"
155 /* .SH "Existing instance selection"
549 * Instance selection. One can either select all instances, select by
557 #define INST_SEL_NONE 0 /* default: no selection */
717 static void insert_instance(INSTANCE *ip, INST_SELECTION *selection) argument
729 if (selection && selection->type != INST_SEL_NONE) {
731 if (match_instance_selection(RING_TO_INSTANCE(old), selection)) {
736 if (selection->type != INST_SEL_ALL)
878 static int match_instance_selection(INSTANCE *ip, INST_SELECTION *selection) argument
1256 install_new_instance(int edit_cmd, char **argv, INST_SELECTION *selection, NAME_ASSIGNMENT *assignment, int *export_flags) argument
1285 select_existing_instance(INST_SELECTION *selection, int unlink_flag, int *export_flags) argument
1326 manage(int edit_cmd, int argc, char **argv, INST_SELECTION *selection, NAME_ASSIGNMENT *assignment) argument
1459 iterate_postfix_command(int iter_cmd, int argc, char **argv, INST_SELECTION *selection) argument
1506 list_instances(int iter_flags, INST_SELECTION *selection) argument
1529 iterate_command(int iter_cmd, int iter_flags, char **argv, INST_SELECTION *selection) argument
1560 iterate(int iter_cmd, int iter_flags, int argc, char **argv, INST_SELECTION *selection) argument
1626 INST_SELECTION selection; local
[all...]
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dblue.c278 int selection[4], card; local
288 selection[i] = NOCARD;
290 selection[i] = find(card + 1);
292 if (selection[i] == NOCARD)
300 if (selection[i] != NOCARD) {
301 move(BASEROW + (selection[i] / GRID_WIDTH) * 2 + 3,
302 (selection[i] % GRID_WIDTH) * 5);
333 if (selection[j] != NOCARD) {
334 move(BASEROW + (selection[j] / GRID_WIDTH) * 2 + 3,
335 (selection[
[all...]
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXClipboard.c74 event.xselectionclear.selection = dispPtr->clipboardAtom;
90 * Retrieve the specified selection from another process. For now, only
96 * (such as no selection exists) then an error message is left in the
109 * selection (determines display from which to
111 Atom selection, /* Selection to retrieve. */
112 Atom target, /* Desired form in which selection is to be
114 Tk_GetSelProc *proc, /* Procedure to call to process the selection,
121 if (dispPtr && selection == dispPtr->clipboardAtom && (target == XA_STRING
134 Tcl_AppendResult(interp, Tk_GetAtomName(tkwin, selection),
135 " selection does
105 TkSelGetSelection( Tcl_Interp *interp, Tk_Window tkwin, Atom selection, Atom target, Tk_GetSelProc *proc, ClientData clientData) argument
158 XSetSelectionOwner( Display *display, Atom selection, Window owner, Time time) argument
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWebPageMac.mm258 if (frame.selection().selection().isContentEditable()) {
262 frame.selection().setSelection(VisibleSelection(replacementRange.get(), SEL_DEFAULT_AFFINITY));
285 frame.selection().setSelection(VisibleSelection(replacementRange.get(), SEL_DEFAULT_AFFINITY));
307 frame.selection().setSelection(VisibleSelection(replacementRange.get(), SEL_DEFAULT_AFFINITY));
322 if (range && TextIterator::getLocationAndLengthFromRange(frame.selection().rootEditableElementOrDocumentElement(), range.get(), locationSize, lengthSize))
334 RefPtr<Range> range = frame.selection().toNormalizedRange();
335 if (range && TextIterator::getLocationAndLengthFromRange(frame.selection().rootEditableElementOrDocumentElement(), range.get(), locationSize, lengthSize))
345 const VisibleSelection& selection = frame.selection()
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsunfns.c1 /* Functions for Sun Windows menus and selection buffer.
48 #include <suntool/selection.h>
266 * Interface for sunwindows selection
272 struct selection *sel;
281 struct selection *sel;
288 struct selection *sel;
307 error("Error reading selection");
324 * Set the window system "selection" to be the arg STRING
326 DEFUN ("sun-set-selection", Fsun_set_selection, Ssun_set_selection, 1, 1,
327 "sSet selection t variable in typeref:struct:selection
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DFindControllerIOS.mm82 IntRect matchRect = enclosingIntRect(selectedFrame.selection().selectionBounds(false));
120 coreFrame->selection().setUpdateAppearanceEnabled(true);
127 coreFrame->selection().setUpdateAppearanceEnabled(false);
135 coreFrame->selection().setUpdateAppearanceEnabled(false);

Completed in 702 milliseconds

1234567