Home
last modified time | relevance | path

Searched refs:frame_attributes (Results 1 – 25 of 37) sorted by relevance

12

/dports/astro/py-astropy/astropy-5.0/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/
H A Dbaseframe-1.0.0.yaml11 allowable frame_attributes.
19 frame_attributes:
26 required: [frame_attributes]
H A Dfk5-1.0.0.yaml15 frame_attributes: {equinox: !time/time-1.1.0 '2011-01-02 00:00:00.000'}
30 frame_attributes: {equinox: !time/time-1.1.0 J2000.000}
35 frame_attributes:
H A Dcirs-1.0.0.yaml15 frame_attributes:
31 frame_attributes:
37 frame_attributes:
H A Ditrs-1.0.0.yaml15 frame_attributes:
31 frame_attributes:
37 frame_attributes:
H A Dfk4noeterms-1.0.0.yaml15 frame_attributes:
32 frame_attributes:
39 frame_attributes:
H A Dfk4-1.0.0.yaml15 frame_attributes:
32 frame_attributes:
39 frame_attributes:
H A Dgalactocentric-1.0.0.yaml15 frame_attributes:
27 frame_attributes: {}
41 frame_attributes:
H A Dgcrs-1.0.0.yaml15 frame_attributes:
43 frame_attributes:
61 frame_attributes:
H A Dgalactic-1.0.0.yaml15 frame_attributes: {}
30 frame_attributes: {}
H A Dicrs-1.1.0.yaml15 frame_attributes: {}
30 frame_attributes: {}
H A Dprecessedgeocentric-1.0.0.yaml15 frame_attributes:
44 frame_attributes:
63 frame_attributes:
/dports/www/firefox/firefox-99.0/third_party/rust/core-text/src/
H A Dframesetter.rs60 frame_attributes: CFDictionaryRef, in suggest_frame_size_with_constraints()
68 frame_attributes, in suggest_frame_size_with_constraints()
90 frame_attributes: CFDictionaryRef, in CTFramesetterSuggestFrameSizeWithConstraints()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/core-text/src/
H A Dframesetter.rs60 frame_attributes: CFDictionaryRef, in suggest_frame_size_with_constraints()
68 frame_attributes, in suggest_frame_size_with_constraints()
90 frame_attributes: CFDictionaryRef, in CTFramesetterSuggestFrameSizeWithConstraints()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/core-text-19.2.0/src/
H A Dframesetter.rs60 frame_attributes: CFDictionaryRef, in suggest_frame_size_with_constraints()
68 frame_attributes, in suggest_frame_size_with_constraints()
90 frame_attributes: CFDictionaryRef, in CTFramesetterSuggestFrameSizeWithConstraints()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/core-text/src/
H A Dframesetter.rs60 frame_attributes: CFDictionaryRef, in suggest_frame_size_with_constraints()
68 frame_attributes, in suggest_frame_size_with_constraints()
90 frame_attributes: CFDictionaryRef, in CTFramesetterSuggestFrameSizeWithConstraints()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/core-text-19.2.0/src/
H A Dframesetter.rs60 frame_attributes: CFDictionaryRef, in suggest_frame_size_with_constraints()
68 frame_attributes, in suggest_frame_size_with_constraints()
90 frame_attributes: CFDictionaryRef, in CTFramesetterSuggestFrameSizeWithConstraints()
/dports/astro/py-astropy/astropy-5.0/astropy/io/misc/asdf/tags/coordinates/
H A Dframes.py83 frame_attributes = {}
84 for attr in frame.frame_attributes.keys():
87 frame_attributes[attr] = value
88 node['frame_attributes'] = frame_attributes
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/
H A Dtransformations.py52 result.update(frame_cls.frame_attributes)
114 def frame_attributes(self): member in TransformGraph
192 if attr in fromsys.frame_attributes:
195 if attr in tosys.frame_attributes:
810 for from_nm in fromsys.frame_attributes.keys():
811 if from_nm in tosys.frame_attributes.keys():
988 diff_attr_in_tosys = value in self.tosys.frame_attributes
1518 for name in from_coo.frame_attributes}
1529 for name in from_coo.frame_attributes}
1532 if k in t.fromsys.frame_attributes}
[all …]
H A Dsky_coordinate.py91 attrs.extend(frame_transform_graph.frame_attributes.keys())
647 for attr in frame_transform_graph.frame_attributes:
733 if 'obstime' in self.frame.frame_attributes:
841 if attr in frame_transform_graph.frame_attributes:
875 if attr in frame_transform_graph.frame_attributes:
880 frame_transform_graph.frame_attributes[attr].__get__(self)
903 if attr in frame_transform_graph.frame_attributes:
933 dir_values.update(frame_transform_graph.frame_attributes.keys())
1086 for fattrnm in frame_transform_graph.frame_attributes:
H A Dbaseframe.py220 frame_attributes = {} variable in BaseCoordinateFrame
268 frame_attrs.update(basecls.frame_attributes)
274 cls.frame_attributes = frame_attrs
698 for name in cls.frame_attributes}
1502 for attr in self.frame_attributes:
1523 for attr in new.frame_attributes
1873 self.frame_attributes = {}
1875 self.frame_attributes[name] = Attribute(default)
/dports/mail/anomy-sanitizer/anomy/bin/Anomy/
H A DHTMLCleaner.pm259 my $frame_attributes =
421 "iframe" => $frame_attributes,
534 "frameset" => $frame_attributes,
535 "frame" => $frame_attributes,
/dports/devel/gitui/gitui-0.10.1/cargo-crates/inferno-0.10.0/src/flamegraph/
H A Dmod.rs701 let frame_attributes = opt in write_container_start() localVariable
706 if let Some(frame_attributes) = frame_attributes { in write_container_start()
707 if frame_attributes.attrs.contains_key("xlink:href") { in write_container_start()
708 write_container_attributes(cache_a, &frame_attributes); in write_container_start()
712 write_container_attributes(cache_g, &frame_attributes); in write_container_start()
715 if let Some(ref t) = frame_attributes.title { in write_container_start()
745 fn write_container_attributes(event: &mut Event<'_>, frame_attributes: &FrameAttrs) { in write_container_attributes()
749 frame_attributes in write_container_attributes()
/dports/benchmarks/inferno/inferno-0.10.9/src/flamegraph/
H A Dmod.rs714 let frame_attributes = opt in write_container_start() localVariable
719 if let Some(frame_attributes) = frame_attributes { in write_container_start()
720 if frame_attributes.attrs.contains_key("xlink:href") { in write_container_start()
721 write_container_attributes(cache_a, frame_attributes); in write_container_start()
725 write_container_attributes(cache_g, frame_attributes); in write_container_start()
728 if let Some(ref t) = frame_attributes.title { in write_container_start()
758 fn write_container_attributes(event: &mut Event<'_>, frame_attributes: &FrameAttrs) { in write_container_attributes()
762 frame_attributes in write_container_attributes()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dyuv4mpeg.c27 struct frame_attributes { struct
197 struct frame_attributes *s1 = s->priv_data; in yuv4_read_header()
344 struct frame_attributes *s1 = s->priv_data; in yuv4_read_packet()
393 sizeof(struct frame_attributes),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/windows/
H A Dd3d11_texture_wrapper.cc241 EGLAttrib frame_attributes[] = { in PushNewTexture() local
250 frame_attributes)) { in PushNewTexture()

12