Home
last modified time | relevance | path

Searched defs:TagType (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/dports/science/py-pydicom/pydicom-2.2.2/pydicom/
H A Ddatadict.py244 def get_entry(tag: TagType) -> Tuple[str, str, str, str, str]:
288 def dictionary_is_retired(tag: TagType) -> bool:
314 def dictionary_VR(tag: TagType) -> str:
338 def dictionary_VM(tag: TagType) -> str:
362 def dictionary_description(tag: TagType) -> str:
385 def dictionary_keyword(tag: TagType) -> str:
408 def dictionary_has_tag(tag: TagType) -> bool:
425 def keyword_for_tag(tag: TagType) -> str:
511 tag: TagType, private_creator: str
572 def private_dictionary_VR(tag: TagType, private_creator: str) -> str:
[all …]
H A Ddataset.py432 def add_new(self, tag: TagType, VR: str, value: Any) -> None:
483 def __contains__(self, name: TagType) -> bool:
852 def __getitem__(self, key: TagType) -> DataElement:
856 self, key: Union[slice, TagType] argument
1113 def get_item(self, key: TagType) -> DataElement:
1117 self, key: Union[slice, TagType] argument
1327 self, key: TagType, default: Optional[Any] = None
2174 self, key: Union[slice, TagType], elem: _DatasetValue argument
2235 start: Optional[TagType],
2236 stop: Optional[TagType],
[all …]
H A Dtag.py36 TagType = Union[int, str, Tuple[int, int], "BaseTag"] variable
42 def Tag(arg: TagType, arg2: Optional[int] = None) -> "BaseTag":
/dports/textproc/html2fo/html2fo/
H A Ddata.h50 typedef struct TagType struct
60 tTagType; argument
/dports/www/firefox/firefox-99.0/third_party/rust/wasm-encoder/src/
H A Dtags.rs78 pub struct TagType { struct
85 impl TagType { impl
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tombuildsstuff/giovanni/storage/accesscontrol/
H A Dace.go11 type TagType string type
25 TagType TagType member
114 func validateTagType(tagType TagType) error {
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Dtag_setter.rs18 fn add<'a, T: Tag<'a>>(&self, value: T::TagType, mode: TagMergeMode) in add()
24 fn add<'a, T: Tag<'a>>(&self, value: T::TagType, mode: TagMergeMode) in add()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Dtag_setter.rs11 fn add<'a, T: Tag<'a>>(&self, value: &T::TagType, mode: TagMergeMode); in add()
15 fn add<'a, T: Tag<'a>>(&self, value: &T::TagType, mode: TagMergeMode) { in add()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Dtag_setter.rs18 fn add<'a, T: Tag<'a>>(&self, value: T::TagType, mode: TagMergeMode) in add()
24 fn add<'a, T: Tag<'a>>(&self, value: T::TagType, mode: TagMergeMode) in add()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Dtag_setter.rs11 fn add<'a, T: Tag<'a>>(&self, value: &T::TagType, mode: TagMergeMode); in add()
15 fn add<'a, T: Tag<'a>>(&self, value: &T::TagType, mode: TagMergeMode) { in add()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Dtag_setter.rs18 fn add<'a, T: Tag<'a>>(&self, value: T::TagType, mode: TagMergeMode) in add()
24 fn add<'a, T: Tag<'a>>(&self, value: T::TagType, mode: TagMergeMode) in add()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Dtag_setter.rs11 fn add<'a, T: Tag<'a>>(&self, value: &T::TagType, mode: TagMergeMode); in add()
15 fn add<'a, T: Tag<'a>>(&self, value: &T::TagType, mode: TagMergeMode) { in add()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/audiotags-0.2.7182/src/
H A Dlib.rs132 pub enum TagType { enum
153 impl TagType { implementation
/dports/www/firefox/firefox-99.0/third_party/rust/wast/src/ast/
H A Dtag.rs23 pub enum TagType<'a> { enum
65 impl<'a> Parse<'a> for TagType<'a> { implementation
/dports/math/vtk8/VTK-8.2.0/Accelerators/Vtkm/vtkmlib/
H A DDataSetConverters.cxx57 typedef tovtkm::vtkAOSArrayContainerTag TagType; in deduce_container() typedef
68 typedef tovtkm::vtkSOAArrayContainerTag TagType; in deduce_container() typedef
/dports/multimedia/audacious/audacious-4.1/src/libaudtag/
H A Daudtag.h28 enum class TagType enum
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_timestamp_container.h28 …eviceIndex, memoryManager, tagCount, MemoryConstants::cacheLineSize, sizeof(TagType), false, mockD… in MockTagAllocator()
32 …iceIndices, memoryManager, tagCount, MemoryConstants::cacheLineSize, sizeof(TagType), false, mockD… in BaseClass()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmModuleTypes.h290 struct TagType : AtomicRefCounted<TagType> { struct
295 TagType() : size_(0) {} in TagType() argument
301 [[nodiscard]] bool clone(const TagType& src) { in clone() argument
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/cosmotools/
H A DEqualsMinimumPotential.h78 struct TagType : vtkm::ListTagBase<T> struct
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/
H A DTagType.java25 public final class TagType { class
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/emr/
H A Dstruct_tag_info.go20 TagType string `json:"TagType" xml:"TagType"` member
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/emr/
H A Dstruct_tag_info.go20 TagType string `json:"TagType" xml:"TagType"` member
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Input/mpeg/
H A Dsettingsdialog.h37 enum TagType {ID3v1 = 0, ID3v2, APE, Disabled}; enum
/dports/audio/easytag/easytag-2.4.3/src/
H A Dfile_description.h35 ET_Tag_Type TagType; /* Type of tag (ex: ID3) */ member
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/swf/
H A DDefineScalingGridTag.cpp35 DefineScalingGridTag::loader(SWFStream& in, TagType /*tag*/, in loader() argument

12345678910>>...36