Searched refs:top (Results 1 - 25 of 1504) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DNonMovable.tcl6 toplevel .top
7 wm overrideredirect .top 1
8 wm geometry .top +100+100
10 movie .top.m -file $myFile -controller 0
11 pack .top.m
14 .top.m play
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/tests/
H A DtestFileConfig.tcl6 {.top.m configure -file $fn2; .top.m play}]
7 toplevel .top
8 pack [movie .top.m -file $fn1]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_scrreg.c46 wsetscrreg(WINDOW *win, int top, int bottom) argument
48 T((T_CALLED("wsetscrreg(%p,%d,%d)"), win, top, bottom));
51 top >= 0 && top <= win->_maxy &&
53 bottom > top) {
54 win->_regtop = (NCURSES_SIZE_T) top;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/hash/
H A Dhashview.c35 * bot==0 pop top scope
36 * bot==top query
37 * bot!=0 push top on bot
43 hashview(Hash_table_t* top, Hash_table_t* bot) argument
50 if (!top || top->frozen)
52 else if (top == bot)
53 bot = top->scope;
56 if (top->scope)
60 sx = &top
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dstack.c15 long int top; /* Index of the topmost _unused_ cell in the member in struct:RDE_STACK_
34 s->top = 0;
43 if (s->freeCellProc && s->top) {
45 for (i=0; i < s->top; i++) {
58 if (s->top >= s->max) {
66 ASSERT_BOUNDS(s->top,s->max);
67 s->cell [s->top] = item;
68 s->top ++;
74 ASSERT_BOUNDS(s->top-1,s->max);
75 return s->cell [s->top
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A DbindDown.tcl25 # bind tags to a hieararchy of widgets starting with the top of
30 # where the first item is the top of the widget tree, the second the
38 proc bindDown {top tag} {
39 foreach widget [winfo children $top] {
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dmethtest.c70 METHOD_CTX *top,*tmp1,*tmp2; local
72 top=METH_new(x509_lookup()); /* get a top level context */
73 if (top == NULL) goto err;
76 if (top == NULL) goto err;
79 METH_push(top,METH_X509_CA_BY_SUBJECT,tmp1);
85 METH_push(top,METH_X509_CA_BY_SUBJECT,tmp2);
89 METH_push(top,METH_X509_BY_ISSUER,tmp);
93 METH_push(top,METH_X509_BY_ISSUER,tmp);
96 METH_init(top);
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkunpack.cpp15 if (const EmbeddedSignatureBlob *top = (const EmbeddedSignatureBlob *)BlobCore::readBlob(stdin)) {
16 if (top->magic() == DetachedSignatureBlob::typeMagic) { // multiple architectures - pick the native one
18 const EmbeddedSignatureBlob *sig = EmbeddedSignatureBlob::specific(top->find(local.cpuType()));
20 sig = EmbeddedSignatureBlob::specific(top->find(local.cpuType() & ~CPU_ARCH_MASK));
21 top = sig;
23 if (top)
24 if (const CodeDirectory *cd = top->find<const CodeDirectory>(cdCodeDirectorySlot)) {
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDebuggerSidebarPanel.css27 top: 29px;
31 top: 22px;
36 top: 0;
H A DApplicationCacheFrameContentView.css28 top: 0;
H A DClusterContentView.css28 top: 0;
H A DCookieStorageContentView.css28 top: 0;
H A DDatabaseTableContentView.css28 top: 0;
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/tests/tcl/
H A Dbreak1.tcl15 set top 8
20 for {set idx 0} {$idx < $top} {} {lappend outer [incr idx]}
25 if {$outerCounter > $top} {
H A Dbreak.tcl15 set top 8
18 if {$outerCounter > $top} {
H A Dbreak2.tcl15 set top 8
19 if {$outerCounter > $top} {
H A Dfor.tcl15 set top 8
17 for {set outerCounter 1} {$outerCounter <= $top} {incr outerCounter} {
H A Dforeach.tcl15 set top 8
20 for {set idx 0} {$idx < $top} {} {lappend outer [incr idx]}
H A Dwhile.tcl15 set top 8
18 while {$outerCounter <= $top} {
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dnotebook.tcl99 # TLNotebooks($top) keeps track of the list of all traversal-enabled
105 set top [winfo toplevel $nb]
107 if {![info exists TLNotebooks($top)]} {
108 # Augment $top bindings:
110 bind $top <Control-Key-Next> {+ttk::notebook::TLCycleTab %W 1}
111 bind $top <Control-Key-Prior> {+ttk::notebook::TLCycleTab %W -1}
112 bind $top <Control-Key-Tab> {+ttk::notebook::TLCycleTab %W 1}
113 bind $top <Shift-Control-Key-Tab> {+ttk::notebook::TLCycleTab %W -1}
115 bind $top <Control-Key-ISO_Left_Tab> {+ttk::notebook::TLCycleTab %W -1}
118 bind $top <Optio
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_rshd.c35 register mp_digit *bottom, *top; local
42 /* top [offset into digits] */
43 top = a->dp + b;
47 * the top of the window are copied to the bottom
56 *bottom++ = *top++;
59 /* zero the top digits */
/macosx-10.10.1/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_rshd.c35 register mp_digit *bottom, *top; local
42 /* top [offset into digits] */
43 top = a->dp + b;
47 * the top of the window are copied to the bottom
56 *bottom++ = *top++;
59 /* zero the top digits */
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/pairing_heap_/
H A Dfind_fn_imps.hpp50 top() const function in class:PB_DS_CLASS_C_DEC
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-111557.js51 * NOTE: have defined |top| as |this| to make this a standalone JS shell test.
52 * This came from the HTML of a frame, where |top| would have its DOM meaning.
54 var top = this;
56 top.authors = new Array();
57 top.titles = new Array();
61 top.authors[i] = "zPROD xA.5375.";
62 top.titles[i] = "NDS Libraries for C";
65 top.authors[i] = "zFLDR xB.5375.0100.";
66 top.titles[i] = "NDS Backup Services";
69 top
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_shift.c74 if (bn_wexpand(r,a->top+1) == NULL) return(0);
75 r->top=a->top;
79 if (bn_wexpand(r,a->top+1) == NULL) return(0);
84 for (i=0; i<a->top; i++)
93 r->top++;
114 if (bn_wexpand(r,a->top) == NULL) return(0);
115 r->top=a->top;
121 for (i=a->top
[all...]

Completed in 331 milliseconds

1234567891011>>