Searched refs:create (Results 1 - 25 of 2735) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dfloor2.rb38 w.create(TkcRectangle,0,100,1,101,'fill'=>'','outline'=>'','tags'=>'marker')
55 w.create(TkcWindow, 600, 100, 'anchor'=>'w', 'window'=>$floor2_entry)
56 w.create(TkcText, 600, 100, 'anchor'=>'e', 'text'=>"Room: ")
102 w.create(TkcPolygon,347,80,349,82,351,84,353,85,363,92,375,99,386,104,
115 w.create(TkcLine,386,129,398,129, 'fill'=>outline, 'tags'=>['floor1','bg'])
116 w.create(TkcLine,258,355,258,387, 'fill'=>outline, 'tags'=>['floor1','bg'])
117 w.create(TkcLine,60,387,60,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
118 w.create(TkcLine,0,337,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
119 w.create(TkcLine,60,391,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
120 w.create(TkcLin
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dfloor2.rb35 w.create(TkcRectangle,0,100,1,101,'fill'=>'','outline'=>'','tags'=>'marker')
52 w.create(TkcWindow, 600, 100, 'anchor'=>'w', 'window'=>$floor2_entry)
53 w.create(TkcText, 600, 100, 'anchor'=>'e', 'text'=>"������������: ")
99 w.create(TkcPolygon,347,80,349,82,351,84,353,85,363,92,375,99,386,104,
112 w.create(TkcLine,386,129,398,129, 'fill'=>outline, 'tags'=>['floor1','bg'])
113 w.create(TkcLine,258,355,258,387, 'fill'=>outline, 'tags'=>['floor1','bg'])
114 w.create(TkcLine,60,387,60,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
115 w.create(TkcLine,0,337,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
116 w.create(TkcLine,60,391,0,391, 'fill'=>outline, 'tags'=>['floor1','bg'])
117 w.create(TkcLin
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/rbt/
H A Ddns_rbt_create_1_data6 dns_rbt.data create not.used ISC_R_SUCCESS
7 dns_rbt_bitstring.data create not.used ISC_R_SUCCESS
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistImages.tcl2 # Contains procedures that create various bitmap and photo images. The
13 image create bitmap triangleUp$w -data "
19 image create bitmap triangleDn$w -data "
31 image create bitmap triangleUp$w -data "
37 image create bitmap triangleDn$w -data "
49 image create bitmap triangleUp$w -data "
55 image create bitmap triangleDn$w -data "
67 image create bitmap triangleUp$w -data "
73 image create bitmap triangleDn$w -data "
85 image create bitma
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebImage.cpp35 PassRefPtr<WebImage> WebImage::create(const IntSize& size, ImageOptions options) function in class:WebKit::WebImage
38 return WebImage::create(ShareableBitmap::createShareable(size, ShareableBitmap::SupportsAlpha));
39 return WebImage::create(ShareableBitmap::create(size, ShareableBitmap::SupportsAlpha));
42 PassRefPtr<WebImage> WebImage::create(PassRefPtr<ShareableBitmap> bitmap) function in class:WebKit::WebImage
H A DImmutableDictionary.cpp34 RefPtr<ImmutableDictionary> ImmutableDictionary::create() function in class:WebKit::ImmutableDictionary
36 return create({ });
39 RefPtr<ImmutableDictionary> ImmutableDictionary::create(MapType map) function in class:WebKit::ImmutableDictionary
56 return API::Array::create();
62 keys.uncheckedAppend(API::String::create(key));
64 return API::Array::create(WTF::move(keys));
H A DWebSecurityOrigin.h39 return create(WebCore::SecurityOrigin::createFromString(string));
42 static PassRefPtr<WebSecurityOrigin> create(const String& protocol, const String& host, int port) function in class:WebKit::WebSecurityOrigin
44 return create(WebCore::SecurityOrigin::create(protocol, host, port));
47 static PassRefPtr<WebSecurityOrigin> create(PassRefPtr<WebCore::SecurityOrigin> securityOrigin) function in class:WebKit::WebSecurityOrigin
H A DAPIFrameHandle.cpp31 PassRefPtr<FrameHandle> FrameHandle::create(uint64_t frameID) function in class:API::FrameHandle
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/Netscape/mac/
H A DPluginInformationMac.mm41 map.set(pluginInformationBundleIdentifierKey(), API::String::create(plugin.bundleIdentifier));
42 map.set(pluginInformationBundleVersionKey(), API::String::create(plugin.versionString));
43 map.set(pluginInformationBundleShortVersionKey(), API::String::create(plugin.shortVersionString));
44 map.set(pluginInformationUpdatePastLastBlockedVersionIsKnownAvailableKey(), API::Boolean::create(WKIsPluginUpdateAvailable(nsStringFromWebCoreString(plugin.bundleIdentifier))));
45 map.set(pluginInformationHasSandboxProfileKey(), API::Boolean::create(plugin.hasSandboxProfile));
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A Dbugs.tcl18 image create photo p1
19 image create photo p2
20 catch {image create photo p2 -file bogus}
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A Dbugs.tcl18 image create photo p1
19 image create photo p2
20 catch {image create photo p2 -file bogus}
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DLayerTreeHost.cpp41 PassRefPtr<LayerTreeHost> LayerTreeHost::create(WebPage* webPage) function in class:WebKit::LayerTreeHost
44 return CoordinatedLayerTreeHost::create(webPage);
46 return LayerTreeHostGtk::create(webPage);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardListItem.cpp41 children.uncheckedAppend(InjectedBundleBackForwardListItem::create(child));
43 return API::Array::create(WTF::move(children));
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/
H A DWKPluginInformation.cpp38 static API::String* key = API::String::create(pluginInformationBundleIdentifierKey()).leakRef();
48 static API::String* key = API::String::create(pluginInformationBundleVersionKey()).leakRef();
58 static API::String* key = API::String::create(pluginInformationBundleShortVersionKey()).leakRef();
68 static API::String* key = API::String::create(pluginInformationPathKey()).leakRef();
78 static API::String* key = API::String::create(pluginInformationDisplayNameKey()).leakRef();
88 static API::String* key = API::String::create(pluginInformationDefaultLoadPolicyKey()).leakRef();
98 static API::String* key = API::String::create(pluginInformationUpdatePastLastBlockedVersionIsKnownAvailableKey()).leakRef();
108 static API::String* key = API::String::create(pluginInformationHasSandboxProfileKey()).leakRef();
118 static API::String* key = API::String::create(pluginInformationFrameURLKey()).leakRef();
128 static API::String* key = API::String::create(pluginInformationMIMETypeKe
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dmeasunit.cpp394 return MeasureUnit::create(0, 0, status);
398 return MeasureUnit::create(1, 0, status);
402 return MeasureUnit::create(1, 1, status);
406 return MeasureUnit::create(1, 2, status);
410 return MeasureUnit::create(2, 0, status);
414 return MeasureUnit::create(2, 1, status);
418 return MeasureUnit::create(2, 2, status);
422 return MeasureUnit::create(2, 3, status);
426 return MeasureUnit::create(2, 4, status);
430 return MeasureUnit::create(
737 MeasureUnit *MeasureUnit::create(int typeId, int subTypeId, UErrorCode &status) { function in class:MeasureUnit
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dfloor.tcl47 $w create rect 0 100 1 101 -fill {} -outline {} -tags marker
65 $w create window 600 100 -anchor w -window $w.entry
66 $w create text 600 100 -anchor e -text "Room: "
103 "$w create polygon [$w coords $item] -fill $colors(active) \
119 $w create poly 347 80 349 82 351 84 353 85 363 92 375 99 386 104 \
133 $w create line 386 129 398 129 -fill $outline -tags {floor1 bg}
134 $w create line 258 355 258 387 -fill $outline -tags {floor1 bg}
135 $w create line 60 387 60 391 -fill $outline -tags {floor1 bg}
136 $w create line 0 337 0 391 -fill $outline -tags {floor1 bg}
137 $w create lin
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Dfloor.tcl45 $w create rect 0 100 1 101 -fill {} -outline {} -tags marker
63 $w create window 600 100 -anchor w -window $w.entry
64 $w create text 600 100 -anchor e -text "Room: "
101 "$w create polygon [$w coords $item] -fill $colors(active) \
117 $w create poly 347 80 349 82 351 84 353 85 363 92 375 99 386 104 \
131 $w create line 386 129 398 129 -fill $outline -tags {floor1 bg}
132 $w create line 258 355 258 387 -fill $outline -tags {floor1 bg}
133 $w create line 60 387 60 391 -fill $outline -tags {floor1 bg}
134 $w create line 0 337 0 391 -fill $outline -tags {floor1 bg}
135 $w create lin
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_object.cpp43 static PassRefPtr<TestEwkObject1> create() function in class:TestEwkObject1
63 static PassRefPtr<TestEwkObject2> create() function in class:TestEwkObject2
74 RefPtr<Ewk_Object> object = TestEwkObject1::create();
92 RefPtr<EwkObject> object1 = TestEwkObject1::create();
93 RefPtr<EwkObject> object2 = TestEwkObject2::create();
104 RefPtr<EwkObject> object1 = TestEwkObject1::create();
105 RefPtr<EwkObject> object2 = TestEwkObject2::create();
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOConfigEntry.h44 static IOConfigEntry* create(UInt32 key, IOConfigKeyType type, OSObject *obj);
45 static IOConfigEntry* create(UInt32 key, UInt32 value);
46 static IOConfigEntry* create(UInt32 key, FWAddress address);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DGraphicsLayerCARemote.cpp48 return PlatformCALayerRemote::create(layerType, owner, m_context);
53 return PlatformCALayerRemote::create(platformLayer, owner, m_context);
58 return PlatformCAAnimationRemote::create(type, keyPath);
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DVMHeap.cpp41 SmallChunk* chunk = SmallChunk::create();
48 MediumChunk* chunk = MediumChunk::create();
55 LargeChunk* chunk = LargeChunk::create();
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DDataView.cpp40 PassRefPtr<DataView> DataView::create( function in class:JSC::DataView
46 PassRefPtr<DataView> DataView::create(PassRefPtr<ArrayBuffer> passedBuffer) function in class:JSC::DataView
49 return create(buffer, 0, buffer->byteLength());
54 return JSDataView::create(
H A DJSConsole.h41 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
44 static JSConsole* create(VM& vm, Structure* structure) function in class:JSC::JSConsole
51 static JSConsole* create(ExecState* exec, Structure* structure) function in class:JSC::JSConsole
53 return create(exec->vm(), structure);
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Dput-by-id-transition-null-prototype.js8 var o = Object.create(null);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/timesten/
H A Dbacksql_create.sql2 create table ldap_oc_mappings
13 create table ldap_attr_mappings
29 create table ldap_entries
40 create index ldap_entriesx1 on ldap_entries(dn_ru);
42 create unique index unq1_ldap_entries on ldap_entries
48 create unique index unq2_ldap_entries on ldap_entries
53 create table ldap_referrals
60 create table ldap_entry_objclasses

Completed in 376 milliseconds

1234567891011>>