Searched refs:cursor (Results 176 - 200 of 1034) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DMessageInfo.itk37 keep -background -cursor -foreground -font
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dpublic.test41 option add *TestPublic.cursor trek
50 keep -background -foreground -cursor
64 } {{-background background Background red red} {-clientdata clientData ClientData {} {}} {-cursor cursor Cursor trek trek} {-foreground foreground Foreground white white} {-message message Message {Hello, World!} {Hello, World!}} {-null {} {} {} {}}}
H A Dwidget.test29 option add *TestWidget.cursor ""
41 keep -background -foreground -cursor
49 keep -foreground -cursor -borderwidth -command
77 } {{-background background Background linen linen} {-borderwidth borderWidth BorderWidth 2 2} {-clientdata clientData ClientData {} {}} {-command command Command {} {}} {-cursor cursor Cursor {} {}} {-foreground foreground Foreground navy navy} {-highlight highlight Foreground white white} {-normal normal Background ivory ivory} {-status status Status {} {}} {-text text Text {} {}}}
85 {-cursor {-cursor cursor Cursor {} {}}}
106 {-cursor trek}
143 list [.testWidget0 component hull cget -cursor] \
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Ddialog.itk40 keep -background -cursor -foreground -modality
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Drecno.t137 # create the cursor
138 ok 35, my $cursor = $db->db_cursor() ;
144 while ($cursor->c_get($k, $v, DB_NEXT) == 0)
152 ok 36, $cursor->status() == DB_NOTFOUND ;
153 ok 37, $cursor->status() eq $DB_errors{'DB_NOTFOUND'} ;
161 for ( $status = $cursor->c_get($k, $v, DB_LAST) ;
163 $status = $cursor->c_get($k, $v, DB_PREV)) {
171 ok 42, $cursor->status() == $status ;
172 ok 43, $cursor->status() eq $status ;
189 ok 47, my $cursor
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dtwind2.rb94 cursor 'top_left_arrow'
103 cursor 'top_left_arrow'
112 cursor 'top_left_arrow'
123 cursor 'top_left_arrow'
147 cursor 'top_left_arrow'
158 cursor 'top_left_arrow'
173 cursor 'top_left_arrow'
192 :cursor=>'top_left_arrow',
199 :cursor=>'top_left_arrow',
206 :cursor
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkCursor.c20 * A TkCursor structure exists for each cursor that is currently active. Each
30 int width, height; /* Dimensions of cursor (and data and
32 int xHot, yHot; /* Location of cursor hot-spot. */
33 Tk_Uid fg, bg; /* Colors for cursor. */
34 Display *display; /* Display on which cursor will be used. */
52 * The following structure defines the implementation of the "cursor" Tcl
55 * of the color should be done by the configuration package when the cursor
60 "cursor", /* name */
77 * The return value is the X identifer for the desired cursor, unless
80 * never modify the cursor tha
411 Tk_NameOfCursor( Display *display, Tk_Cursor cursor) argument
506 Tk_FreeCursor( Display *display, Tk_Cursor cursor) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/txn/
H A DDBWriter.java166 // Secondly, configure the cursor for dirty reads
181 Cursor cursor = null;
184 // Get the cursor
190 cursor = myDb.openCursor(txn, cc);
191 while (cursor.getNext(key, data, LockMode.DEFAULT) ==
197 if (cursor != null) {
198 cursor.close();
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dks_dir.c100 hx509_certs certs, void *data, void **cursor)
104 *cursor = NULL;
122 *cursor = d;
191 void *cursor)
193 struct dircursor *d = cursor;
99 dir_iter_start(hx509_context context, hx509_certs certs, void *data, void **cursor) argument
188 dir_iter_end(hx509_context context, hx509_certs certs, void *data, void *cursor) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DEflScreenUtilities.cpp38 int cursor(const String&);
41 int CursorMap::cursor(const String& cursorGroup) function in class:WebCore::CursorMap
53 m_cursorStringMap.set(ASCIILiteral("cursor/pointer"), ECORE_X_CURSOR_LEFT_PTR);
54 m_cursorStringMap.set(ASCIILiteral("cursor/move"), ECORE_X_CURSOR_FLEUR);
55 m_cursorStringMap.set(ASCIILiteral("cursor/cross"), ECORE_X_CURSOR_CROSS);
56 m_cursorStringMap.set(ASCIILiteral("cursor/hand"), ECORE_X_CURSOR_HAND2);
57 m_cursorStringMap.set(ASCIILiteral("cursor/i_beam"), ECORE_X_CURSOR_XTERM);
58 m_cursorStringMap.set(ASCIILiteral("cursor/wait"), ECORE_X_CURSOR_WATCH);
59 m_cursorStringMap.set(ASCIILiteral("cursor/help"), ECORE_X_CURSOR_QUESTION_ARROW);
60 m_cursorStringMap.set(ASCIILiteral("cursor/east_resiz
124 Ecore_X_Cursor cursor = ecore_x_cursor_shape_get(shape); local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtext.tcl40 3. Insert text. Press mouse button 1 to set the insertion cursor, then
46 selection nearest the mouse cursor and you can drag that end of the
57 click button 2 to copy the selection to the point of the mouse cursor.
61 character to the left of the insertion cursor. Delete and Control-d
62 erase the character to the right of the insertion cursor. Meta-backspace
63 deletes the word to the left of the insertion cursor, and Meta-d deletes
64 the word to the right of the insertion cursor. Control-k deletes from
65 the insertion cursor to the end of the line, or it deletes the newline
68 cursor. Control-t transposes the two characters on either side of the
69 insertion cursor
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dtext.tcl40 3. Insert text. Press mouse button 1 to set the insertion cursor, then
46 selection nearest the mouse cursor and you can drag that end of the
57 click button 2 to copy the selection to the point of the mouse cursor.
61 character to the left of the insertion cursor. Delete and Control-d
62 erase the character to the right of the insertion cursor. Meta-backspace
63 deletes the word to the left of the insertion cursor, and Meta-d deletes
64 the word to the right of the insertion cursor. Control-k deletes from
65 the insertion cursor to the end of the line, or it deletes the newline
68 cursor. Control-t transposes the two characters on either side of the
69 insertion cursor
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/compat/
H A DDbCompat.java151 public static OperationStatus getCurrentRecordNumber(Cursor cursor, argument
155 return cursor.getRecordNumber(key, lockMode);
158 public static OperationStatus getSearchRecordNumber(Cursor cursor, argument
163 return cursor.getSearchRecordNumber(key, data, lockMode);
166 public static OperationStatus getSearchRecordNumber(SecondaryCursor cursor, argument
172 return cursor.getSearchRecordNumber(key, pKey, data, lockMode);
175 public static OperationStatus putAfter(Cursor cursor, argument
179 return cursor.putAfter(key, data);
182 public static OperationStatus putBefore(Cursor cursor, argument
186 return cursor
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6_cga.c261 caddr_t cursor; local
276 cursor = output;
283 bcopy(&modifier->octets, cursor, sizeof (modifier->octets));
284 cursor += sizeof (modifier->octets);
286 *cursor++ = (char) collisions;
288 bcopy(&prefix->s6_addr[0], cursor, 8);
289 cursor += 8;
291 bcopy(in6_cga.cga_pubkey.iov_base, cursor, in6_cga.cga_pubkey.iov_len);
292 cursor += in6_cga.cga_pubkey.iov_len;
296 return ((ssize_t)(cursor
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dfcache.c717 krb5_cc_cursor *cursor);
722 krb5_cc_cursor *cursor)
730 *cursor = malloc(sizeof(struct fcc_cursor));
731 if (*cursor == NULL) {
735 memset(*cursor, 0, sizeof(struct fcc_cursor));
737 ret = init_fcc (context, id, &FCC_CURSOR(*cursor)->sp,
738 &FCC_CURSOR(*cursor)->fd, NULL);
740 free(*cursor);
741 *cursor = NULL;
744 ret = krb5_ret_principal (FCC_CURSOR(*cursor)
720 fcc_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
756 fcc_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
781 fcc_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
894 fcc_get_cache_first(krb5_context context, krb5_cc_cursor *cursor) argument
909 fcc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id) argument
959 fcc_end_cache_get(krb5_context context, krb5_cc_cursor cursor) argument
[all...]
H A Dmcache.c303 krb5_cc_cursor *cursor)
310 *cursor = m->creds;
317 krb5_cc_cursor *cursor,
326 l = *cursor;
328 *cursor = l->next;
339 krb5_cc_cursor *cursor)
377 mcc_get_cache_first(krb5_context context, krb5_cc_cursor *cursor) argument
394 *cursor = iter;
399 mcc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id) argument
401 struct mcache_iter *iter = cursor;
301 mcc_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
315 mcc_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
337 mcc_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
426 mcc_end_cache_get(krb5_context context, krb5_cc_cursor cursor) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.css42 .CodeMirror div.CodeMirror-cursor {
50 .CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
56 /* Can style cursor different in overwrite (non-insert) mode */
57 .CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}
160 cursor: default;
165 cursor: text;
216 .CodeMirror div.CodeMirror-cursor {
222 .CodeMirror-focused div.CodeMirror-cursor {
238 /* Hide the cursor whe
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A Dload.c34 DBC *cursor; local
48 * last unique number allocated in this database by opening a cursor
51 if ((ret = db->cursor(db, NULL, &cursor, 0)) != 0) {
52 dbenv->err(dbenv, ret, "DB->cursor");
57 if ((ret = cursor->c_get(cursor, &key, &data, DB_LAST)) != 0)
61 dbenv->err(dbenv, ret, "DB->cursor: DB_LAST");
66 if ((ret = cursor->c_close(cursor)) !
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dndbm_wrap.c62 static DBC *cursor; variable
72 cursor = NULL;
116 if(cursor == NULL)
117 db->cursor(db, NULL, &cursor, 0);
118 if(cursor->c_get(cursor, &key, &value, flags) != 0) {
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A Dp12pbegen.c111 uint8_t *cursor = temp_buf; local
119 while (cursor < temp_buf + temp_buf_size) {
125 CC_SHA1_Final(cursor, &ctx);
130 CCDigest(kCCDigestSHA1, cursor, hash_outputsize, cursor);
138 uint8_t *A_i = concatenate_to_blocksize(cursor,
184 cursor += hash_outputsize;
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_thash.c60 HTABLE_INFO **cursor; /* ditto */ member in struct:__anon11874
105 dict_thash->cursor = dict_thash->info;
108 if (dict_thash->cursor[0])
109 dict_thash->cursor += 1;
116 * Return the entry under the cursor.
118 if (dict_thash->cursor[0]) {
119 *key = dict_thash->cursor[0]->key;
120 *value = dict_thash->cursor[0]->value;
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dchangelog.vim147 let middles = {'%': '%', 'd': a:date, 'u': a:user, 'c': '{cursor}'}
161 " Position the cursor once we've done all the funky substitution.
163 if search('{cursor}') > 0
166 let cursor = stridx(line, '{cursor}')
167 call setline(lnum, substitute(line, '{cursor}', '', ''))
177 call cursor(1, 1)
184 call cursor(nextnonblank(line('.') + 1), 1)
193 call cursor(p + 1, 1)
201 " Make sure we have a cursor positionin
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drep015.tcl159 # Set up two cursors into each db. Randomly select a cursor
162 puts "\tRep$tnum.c: Transactional cursor deletes ($option)."
169 set mcurs($i) [eval {$db cursor} -txn $t]
179 set ccurs($i) [eval {$cdb cursor} -txn $ct]
184 # Randomly pick a cursor to operate on and do the next thing.
185 # At POSITION, we position that cursor. At DELETE, we delete
186 # the current item. At CLOSE, we close the cursor. At DONE,
222 # Close the client cursor too.
264 proc do_position { cursor i nentries option } {
267 set ret [$cursor ge
[all...]
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A DSQLRemoveDriver.c145 int nCursor = pCfg->cursor;
164 pCfg->cursor = nCursor;
189 pCfg->cursor = nCursor;
/macosx-10.9.5/libxml2-26/libxml2/doc/
H A Dqueries.py28 c = DB.cursor()
61 c = DB.cursor()
90 c = DB.cursor()

Completed in 383 milliseconds

1234567891011>>