Searched refs:select (Results 151 - 175 of 796) sorted by relevance

1234567891011>>

/macosx-10.9.5/vim-53/runtime/indent/
H A Dfortran.vim14 setlocal indentkeys+==~end,=~case,=~if,=~else,=~do,=~where,=~elsewhere,=~select
100 " end where, end select, end interface and end type statements
102 \. '\(else\|elsewhere\|case\|end\s*\(if\|where\|select\|interface\|type\)\)\>'
104 " Fix indent for case statement immediately after select
105 if prevstat =~? '\<select\>'
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeNotify.c306 TreeItemList *select; member in struct:__anon13278
319 itemList = (args->which == 'D') ? data->deselect : data->select;
578 TreeItemList *select, /* List of items or NULL. */
585 TreeItemList *select; member in struct:__anon13283
591 data.select = select;
576 TreeNotify_Selection( TreeCtrl *tree, TreeItemList *select, TreeItemList *deselect ) argument
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dnotebook.tcl120 set data(select) ""
307 if { $data(select) == $page } {
308 set data(select) ""
379 return $data(select)
514 $state == "disabled" && $data(select) == $page } {
515 set data(select) ""
682 set oldsel $data(select)
694 set data(select) ""
698 set data(select) $page
779 if { $data(select) !
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dextern.h49 #include <sys/select.h>
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dplurfmt.h543 virtual UnicodeString select(double number, UErrorCode& ec) const = 0;
556 virtual UnicodeString select(double number, UErrorCode& /*ec*/) const;
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dwinscard_msg_srv.c185 * Set up the bit masks for select
189 selret = select(commonSocket + 1, &read_fd, (fd_set *) NULL,
252 selret = select(dwClientID + 1, &read_fd, (fd_set *) NULL,
257 Log2(PCSC_LOG_ERROR, "select returns with failure: %s",
264 // Log3(PCSC_LOG_ERROR, "SHMProcessEventsContext: select timed out, errno: %d, %s", errno,
/macosx-10.9.5/WebCore-7537.78.1/css/
H A Dhtml.css405 input, textarea, keygen, select, button, isindex, meter, progress {
409 input, textarea, keygen, select, button, isindex {
433 -webkit-user-select: text;
572 -webkit-user-select: none;
588 keygen, select {
592 keygen::-webkit-keygen-select {
601 -webkit-user-select: text;
712 select:disabled, keygen:disabled, optgroup:disabled, option:disabled,
713 select[disabled]>option {
784 select {
[all...]
H A DplugIns.css71 -webkit-user-select: none;
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLTextAreaElement.idl49 void select();
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DScriptsNavigator.js111 * @param {boolean=} select
113 revealUISourceCode: function(uiSourceCode, select)
115 this._navigatorViewForUISourceCode(uiSourceCode).revealUISourceCode(uiSourceCode, select);
H A DrevisionHistory.css68 -webkit-user-select: text;
H A DSearchController.js259 this._searchInputElement.select();
268 this._searchInputElement.select();
278 this._filterInputElement.select();
316 WebInspector.currentFocusElement().select();
H A DtabbedPane.css147 select.tabbed-pane-header-tabs-drop-down-select {
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dtn3270.c154 (void) select(net+1, (fd_set *) 0, &o, (fd_set *) 0,
216 * *all* the data at one time (thus the select).
240 (void) select(tout+1, (fd_set *) 0, &o, (fd_set *) 0,
/macosx-10.9.5/swig-10/Lib/ruby/
H A Drubyautodoc.swg60 AUTODOC(select, "Iterate thru each element in the $class and select those that match a condition. A block must be provided");
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DAnyMemLeaks.tcl7 on Mac you need to manually select the drop.mov file in the
/macosx-10.9.5/Heimdal-323.92.1/appl/rsh/
H A Drsh_locl.h54 #include <sys/select.h>
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dtelnet_locl.h96 #include <sys/select.h>
/macosx-10.9.5/Heimdal-323.92.1/base/
H A Dbaselocl.h42 #include <sys/select.h>
/macosx-10.9.5/KerberosHelper-148/Tests/
H A Ddns-register.c99 ret = select(fd + 1, &rfd, NULL, NULL, NULL);
103 err(1, "select");
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dincludes.h78 # include <sys/select.h>
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/unix/
H A Dapr_arch_networkio.h38 #include <sys/select.h>
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/poll/os2/
H A Dpoll.c67 i = select(pollset, num_read, num_write, num_except, timeout);
/macosx-10.9.5/apr-30/apr/apr/include/arch/unix/
H A Dapr_arch_networkio.h38 #include <sys/select.h>
/macosx-10.9.5/apr-30/apr/apr/poll/os2/
H A Dpoll.c67 i = select(pollset, num_read, num_write, num_except, timeout);

Completed in 217 milliseconds

1234567891011>>