Searched refs:create (Results 126 - 150 of 2735) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Darrowb.tcl52 image create bitmap ::widget::arrowbutton::bit::up -data {
60 image create bitmap ::widget::arrowbutton::bit::down -data {
68 image create bitmap ::widget::arrowbutton::bit::left -data {
76 image create bitmap ::widget::arrowbutton::bit::right -data {
84 image create bitmap ::widget::arrowbutton::bit::upleft -data {
92 image create bitmap ::widget::arrowbutton::bit::upright -data {
100 image create bitmap ::widget::arrowbutton::bit::downleft -data {
108 image create bitmap ::widget::arrowbutton::bit::downright -data {
116 image create bitmap ::widget::arrowbutton::bit::star -data {
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A Dfonts.tcl65 set tip145 [catch {font create TkDefaultFont}]
66 catch {font create TkTextFont}
67 catch {font create TkHeadingFont}
68 catch {font create TkCaptionFont}
69 catch {font create TkTooltipFont}
70 catch {font create TkFixedFont}
71 catch {font create TkIconFont}
72 catch {font create TkMenuFont}
73 catch {font create TkSmallCaptionFont}
H A DvistaTheme.tcl44 ttk::style element create Menubutton.dropdown vsapi \
67 ttk::style element create Combobox.field vsapi \
69 ttk::style element create Combobox.border vsapi \
71 ttk::style element create Combobox.rightdownarrow vsapi \
85 ttk::style element create ComboboxPopdownFrame.background vsapi\
104 ttk::style element create Entry.field vsapi \
106 ttk::style element create Entry.background vsapi \
124 ttk::style element create Spinbox.field vsapi \
126 ttk::style element create Spinbox.background vsapi \
128 ttk::style element create Spinbo
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dfop003.tcl9 # TEST Test behavior of create and truncate for compatibility
12 # TEST 2. Can -create into zero-length existing file.
13 # TEST 3. Can -create into non-zero-length existing file if and
36 set env [berkdb_env_noerr -create -home $testdir -$flag]
37 set db [eval {berkdb_open_noerr -create} \
50 puts "\tFop$tnum.b: -create is allowed on open of existing\
52 # Create an empty file, then open with -create. We get an
58 {berkdb_open_noerr -create} $omethod $args $testdir/foo]} res
64 puts "\tFop$tnum.c: -create is ignored on open of existing\
66 # Create a db file. Close and reopen with -create
[all...]
H A Dsdb008.tcl43 puts "\tSubdb008.a.0: create subdb with system default lorder"
48 set db [eval {berkdb_open -create -mode 0644} \
53 # Explicitly try to create subdb's of each byte order. In both
56 puts "\tSubdb008.a.1: Try to create subdb with -1234 lorder"
57 set db [eval {berkdb_open -create -mode 0644} \
63 puts "\tSubdb008.a.2: Try to create subdb with -4321 lorder"
64 set db [eval {berkdb_open -create -mode 0644} \
70 puts "\tSubdb008.b.0: create subdb with non-default lorder"
75 set db [eval {berkdb_open -create -mode 0644} \
80 puts "\tSubdb008.b.1: Try to create subd
[all...]
H A Dsec001.tcl37 # This first group tests bad create scenarios and also
43 set db [berkdb_open -create -encryptaes $passwd1 -btree $testfile2]
56 set db [berkdb_open -create -btree $testfile2]
69 set db [berkdb_open -create -chksum -btree $testfile2]
82 set db [berkdb_open -create -encryptaes $passwd1 -btree \
89 set stat [catch {berkdb_open_noerr -create -btree \
97 set db [berkdb_open -create -btree $testfile2 $subdb1]
103 set stat [catch {berkdb_open_noerr -create -btree -encryptaes $passwd1 \
111 set stat [catch {berkdb_env_noerr -create -home $testdir \
117 set stat [catch {berkdb_env_noerr -create
[all...]
H A Denv005.tcl18 set e [berkdb_env_noerr -create -home $testdir]
20 set db [berkdb_open -create -btree $testdir/env005.db]
H A Denv010.tcl9 # TEST create a database in that directory.
24 # Open environment and recover, but don't create a database
31 -create -home $testdir/EMPTYDIR -txn -$rmethod]
38 -btree -create -mode 0644} ]
H A Denv014.tcl25 # Open an env with -recover but not -create; should fail.
26 puts "\tEnv$tnum.a: Open env with -recover but not -create."
29 [is_substr $ret "requires the create flag"] 1
33 catch {set env [berkdb_env_noerr -create -recover -home $testdir]} ret
40 [berkdb_env_noerr -create -rep_master -home $testdir]} ret
47 [berkdb_env_noerr -create -rep_master -lock -home $testdir]} ret
60 set env [berkdb_env_noerr -create -home $testdir -txn]
70 set env [berkdb_env_noerr -create -home $testdir -cdb]
80 set env [berkdb_env_noerr -create -home $testdir -txn]
95 set env [berkdb_env_noerr -create
[all...]
H A Dsdb001.tcl9 # TEST Create a db, add data, try to create a subdb.
15 # TEST Test existence (cannot create subdb of same name with -excl)
47 set db [eval {berkdb_open -create -mode 0644} \
80 set ret [catch {eval {berkdb_open_noerr -create -mode 0644} $args \
93 # create.
95 set db [eval {berkdb_open -create -truncate -mode 0644} $args \
100 set ret [catch {eval {berkdb_open_noerr -create -mode 0644} $args \
118 set ret [catch {eval {berkdb_open -create -mode 0644} $args \
122 set db [eval {berkdb_open -create -mode 0644} $args \
130 # Create 1 db with 1 subdb. Try to create anothe
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DASTFactory.hpp66 virtual RefAST create();
68 RefAST create(int type);
70 RefAST create(int type, const ANTLR_USE_NAMESPACE(std)string& txt);
72 RefAST create(RefAST tr);
74 RefAST create(RefToken tok);
76 RefAST create(const ANTLR_USE_NAMESPACE(std)string& txt, ANTLR_USE_NAMESPACE(std)istream& infile );
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dimport.test29 stub create name
32 test import-1.2 {"stub create" requires one argument} {
33 list [catch {itcl::import::stub create} result] $result \
34 [catch {itcl::import::stub create x y} result] $result
35 } {1 {wrong # args: should be "itcl::import::stub create name"} 1 {wrong # args: should be "itcl::import::stub create name"}}
42 set interp [interp create]
53 test import-1.4 {"stub create" creates a stub that triggers autoloading} {
56 list [itcl::import::stub create foo::bar::test] \
63 test import-1.5 {"stub exists" recognizes stubs created by "stub create"} {
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dinterp.test26 test interp-1.1 {create a slave interp with [incr Tk]} {
27 interp create slave
44 interp create slave
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dspectrum.tcl31 .c create rect [expr 10*$i] 50 [expr 10*$i+10] 100 -fill green -outline ""
32 .c create rect [expr 10*$i] 20 [expr 10*$i+10] 50 -fill yellow -outline ""
33 .c create rect [expr 10*$i] 0 [expr 10*$i+10] 20 -fill red -outline ""
34 .c create rect [expr 10*$i] 0 [expr 10*$i+10] 100 -fill black -tag c$i
37 .c create line 0 [expr 6*$i] 140 [expr 6*$i] -width 3
38 .c create line [expr 10*$i] 0 [expr 10*$i] 100 -width 5
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dgoldberg.tcl37 # lots of canvas create and move calls.
340 $w.c create text $xy -text "START HERE!" -fill $color -anchor w \
343 $w.c create line $xy -tag I0 -fill $color -width 5 -arrow last \
369 $w.c create poly $xy -width 3 -fill $color -outline {}
371 $w.c create poly $xy -width 3 -fill $color -outline {}
374 $w.c create oval $xy -tag I1 -fill $color2 -outline {}
404 $w.c create poly $xy -fill $::C(fg) -outline $::C(fg)
406 $w.c create rect $xy -fill {} -outline $::C(fg)
409 $w.c create bitmap 628 $yy -bitmap gray25 -anchor nw \
411 $w.c create bitma
[all...]
H A Dtwind.tcl58 $t window create end -window $t.on
62 $t window create end -window $t.off
66 $t window create end -create {
75 $t window create end -create {
81 $t insert end "You can also create multiple text widgets each of which "
83 $t window create end \
84 -create {button %W.peer -text "Make A Peer" -command "textMakePeer %W" \
90 $t insert end "to ensure they are in all peers is to use '-create' "
[all...]
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/t/
H A D15create.t41 warn "Couldn't create $dirname: $@";
56 #create it
57 is (setfattr($_, "$key", $val, { create => 1 }), 1);
59 #create it again -- should fail
60 is (setfattr($_, "$key", $val, { create => 1 }), 0);
80 #create it
81 is (setfattr($fh, "$key", $val, { create => 1 }), 1);
83 #create it again -- should fail
84 my $ret = setfattr($fh, "$key", $val, { create => 1 });
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DScriptCallStack.h50 static PassRefPtr<ScriptCallStack> create();
51 static PassRefPtr<ScriptCallStack> create(Vector<ScriptCallFrame>&);
/macosx-10.10.1/JavaScriptCore-7600.1.17/replay/
H A DEncodedValue.cpp60 return EncodedValue(InspectorBasicValue::create(value));
65 return EncodedValue(InspectorBasicValue::create(value));
70 return EncodedValue(InspectorBasicValue::create((double)value));
75 return EncodedValue(InspectorBasicValue::create((double)value));
80 return EncodedValue(InspectorBasicValue::create((double)value));
85 return EncodedValue(InspectorBasicValue::create((double)value));
90 return EncodedValue(InspectorBasicValue::create((double)value));
95 return EncodedValue(InspectorBasicValue::create((double)value));
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DArgumentsIteratorConstructor.h39 static ArgumentsIteratorConstructor* create(VM& vm, Structure* structure, ArgumentsIteratorPrototype* prototype) function in class:JSC::ArgumentsIteratorConstructor
50 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DArgumentsIteratorPrototype.h37 static ArgumentsIteratorPrototype* create(VM& vm, JSGlobalObject* globalObject, Structure* structure) function in class:JSC::ArgumentsIteratorPrototype
48 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DArrayBufferNeuteringWatchpoint.cpp49 ArrayBufferNeuteringWatchpoint* ArrayBufferNeuteringWatchpoint::create(VM& vm) function in class:JSC::ArrayBufferNeuteringWatchpoint
60 return Structure::create(vm, 0, jsNull(), TypeInfo(CompoundType, StructureFlags), info());
H A DArrayIteratorConstructor.h39 static ArrayIteratorConstructor* create(VM& vm, Structure* structure, ArrayIteratorPrototype*) function in class:JSC::ArrayIteratorConstructor
50 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DArrayIteratorPrototype.h37 static ArrayIteratorPrototype* create(VM& vm, JSGlobalObject* globalObject, Structure* structure) function in class:JSC::ArrayIteratorPrototype
48 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DBooleanConstructor.h34 static BooleanConstructor* create(VM& vm, Structure* structure, BooleanPrototype* booleanPrototype) function in class:JSC::BooleanConstructor
45 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());

Completed in 178 milliseconds

1234567891011>>