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

1234567891011>>

/macosx-10.10/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/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/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/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/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
/macosx-10.10/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/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/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/WebCore-7600.1.25/page/
H A DSpeechInputEvent.cpp41 PassRefPtr<SpeechInputEvent> SpeechInputEvent::create() function in class:WebCore::SpeechInputEvent
46 PassRefPtr<SpeechInputEvent> SpeechInputEvent::create(const AtomicString& eventType, const SpeechInputResultArray& results) function in class:WebCore::SpeechInputEvent
57 , m_results(SpeechInputResultList::create(results))
/macosx-10.10/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/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBFactoryBackendInterface.cpp38 PassRefPtr<IDBFactoryBackendInterface> IDBFactoryBackendInterface::create(const String& databaseDirectoryIdentifier) function in class:WebCore::IDBFactoryBackendInterface
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasProxy.cpp35 PassRefPtr<CanvasProxy> CanvasProxy::create() function in class:WebCore::CanvasProxy
/macosx-10.10/WebCore-7600.1.25/page/scrolling/mac/
H A DScrollingTreeMac.cpp37 RefPtr<ScrollingTreeMac> ScrollingTreeMac::create(AsyncScrollingCoordinator* scrollingCoordinator) function in class:ScrollingTreeMac
51 return ScrollingTreeFrameScrollingNodeMac::create(*this, nodeID);
56 return ScrollingTreeFixedNode::create(*this, nodeID);
58 return ScrollingTreeStickyNode::create(*this, nodeID);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DRemoteCommandListener.cpp32 std::unique_ptr<RemoteCommandListener> RemoteCommandListener::create(RemoteCommandListenerClient& client) function in class:WebCore::RemoteCommandListener
/macosx-10.10/WebCore-7600.1.25/css/
H A DSVGCSSComputedStyleDeclaration.cpp71 return CSSPrimitiveValue::create(0.0f, CSSPrimitiveValue::CSS_DEG);
73 return CSSPrimitiveValue::create(90.0f, CSSPrimitiveValue::CSS_DEG);
75 return CSSPrimitiveValue::create(180.0f, CSSPrimitiveValue::CSS_DEG);
77 return CSSPrimitiveValue::create(270.0f, CSSPrimitiveValue::CSS_DEG);
122 return CSSPrimitiveValue::create(svgStyle.clipRule());
124 return CSSPrimitiveValue::create(svgStyle.floodOpacity(), CSSPrimitiveValue::CSS_NUMBER);
126 return CSSPrimitiveValue::create(svgStyle.stopOpacity(), CSSPrimitiveValue::CSS_NUMBER);
128 return CSSPrimitiveValue::create(svgStyle.colorInterpolation());
130 return CSSPrimitiveValue::create(svgStyle.colorInterpolationFilters());
132 return CSSPrimitiveValue::create(svgStyl
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DMessageChannel.cpp36 : m_port1(MessagePort::create(context))
37 , m_port2(MessagePort::create(context))
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLHeadElement.h33 static PassRefPtr<HTMLHeadElement> create(Document&);
34 static PassRefPtr<HTMLHeadElement> create(const QualifiedName&, Document&);
H A DHTMLHtmlElement.h33 static PassRefPtr<HTMLHtmlElement> create(Document&);
34 static PassRefPtr<HTMLHtmlElement> create(const QualifiedName&, Document&);
/macosx-10.10/WebCore-7600.1.25/loader/archive/cf/
H A DLegacyWebArchive.h43 static PassRefPtr<LegacyWebArchive> create();
44 static PassRefPtr<LegacyWebArchive> create(SharedBuffer*);
45 static PassRefPtr<LegacyWebArchive> create(const URL&, SharedBuffer*);
46 static PassRefPtr<LegacyWebArchive> create(PassRefPtr<ArchiveResource> mainResource, Vector<RefPtr<ArchiveResource>> subresources, Vector<RefPtr<LegacyWebArchive>> subframeArchives);
47 static PassRefPtr<LegacyWebArchive> create(Node*, std::function<bool (Frame&)> frameFilter = nullptr);
48 static PassRefPtr<LegacyWebArchive> create(Frame*);
50 static PassRefPtr<LegacyWebArchive> create(Range*);
61 static PassRefPtr<LegacyWebArchive> create(const String& markupString, Frame*, const Vector<Node*>& nodes, std::function<bool (Frame&)> frameFilter);
/macosx-10.10/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/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/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/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...]

Completed in 192 milliseconds

1234567891011>>