Home
last modified time | relevance | path

Searched defs:ded (Results 1 – 25 of 89) sorted by relevance

1234

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/defs/
H A Dded.cpp225 int DED_AddSprite(ded_t* ded, char const* name) in DED_AddSprite()
232 int DED_AddLight(ded_t* ded, char const* stateid) in DED_AddLight()
239 int DED_AddSound(ded_t* ded, char const* id) in DED_AddSound()
246 int DED_AddText(ded_t* ded, char const* id) in DED_AddText()
253 int DED_AddTextureEnv(ded_t* ded, char const* id) in DED_AddTextureEnv()
267 int DED_AddValue(ded_t* ded, char const* id) in DED_AddValue()
295 int DED_AddPtcGen(ded_t* ded, char const* state) in DED_AddPtcGen()
318 int DED_AddReflection(ded_t *ded) in DED_AddReflection()
334 int DED_AddGroup(ded_t* ded) in DED_AddGroup()
346 int DED_AddSectorType(ded_t* ded, int id) in DED_AddSectorType()
[all …]
H A Ddedfile.cpp85 int DED_ReadLump(ded_t *ded, lumpnum_t lumpNum) in DED_ReadLump()
107 int DED_Read(ded_t *ded, String path) in DED_Read()
142 int DED_ReadData(ded_t *ded, char const *buffer, String sourceFile, bool sourceIsCustom) in DED_ReadData()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/julia/Arrow/src/arraytypes/
H A Darraytypes.jl33 function toarrowvector(x, i=1, de=Dict{Int64, Any}(), ded=DictEncoding[], meta=getmetadata(x); comp… argument
47 function arrowvector(x, i, nl, fi, de, ded, meta; dictencoding::Bool=false, dictencode::Bool=false,… argument
62 arrowvector(::Type{Dates.Date}, x, i, nl, fi, de, ded, meta; kw...) = argument
64 arrowvector(::Type{Dates.Time}, x, i, nl, fi, de, ded, meta; kw...) = argument
66 arrowvector(::Type{Dates.DateTime}, x, i, nl, fi, de, ded, meta; kw...) = argument
68 arrowvector(::Type{ZonedDateTime}, x, i, nl, fi, de, ded, meta; kw...) = argument
70 arrowvector(::Type{P}, x, i, nl, fi, de, ded, meta; kw...) where {P <: Dates.Period} = argument
74 function arrowvector(::Type{S}, x, i, nl, fi, de, ded, meta; kw...) where {S} argument
87 arrowvector(::NullType, x, i, nl, fi, de, ded, meta; kw...) = MissingVector(length(x)) argument
H A Dbool.jl53 arrowvector(::BoolType, x::BoolVector, i, nl, fi, de, ded, meta; kw...) = x argument
55 function arrowvector(::BoolType, x, i, nl, fi, de, ded, meta; kw...) argument
H A Dprimitive.jl66 arrowvector(::PrimitiveType, x::Primitive, i, nl, fi, de, ded, meta; kw...) = x argument
68 function arrowvector(::PrimitiveType, x, i, nl, fi, de, ded, meta; kw...) argument
H A Dstruct.jl78 arrowvector(::StructType, x::Struct, i, nl, fi, de, ded, meta; kw...) = x argument
80 function arrowvector(::StructType, x, i, nl, fi, de, ded, meta; kw...) argument
H A Dmap.jl45 arrowvector(::MapType, x::Map, i, nl, fi, de, ded, meta; kw...) = x argument
47 function arrowvector(::MapType, x, i, nl, fi, de, ded, meta; largelists::Bool=false, kw...) argument
H A Dfixedsizelist.jl91 arrowvector(::FixedSizeListType, x::FixedSizeList, i, nl, fi, de, ded, meta; kw...) = x argument
93 function arrowvector(::FixedSizeListType, x, i, nl, fi, de, ded, meta; kw...) argument
H A Dlist.jl181 arrowvector(::ListType, x::List, i, nl, fi, de, ded, meta; kw...) = x argument
183 function arrowvector(::ListType, x, i, nl, fi, de, ded, meta; largelists::Bool=false, kw...) argument
H A Dunions.jl209 arrowvector(U::Union, x, i, nl, fi, de, ded, meta; denseunions::Bool=true, kw...) = argument
212 arrowvector(::UnionType, x::Union{DenseUnion, SparseUnion}, i, nl, fi, de, ded, meta; kw...) = x argument
214 function arrowvector(::UnionType, x, i, nl, fi, de, ded, meta; kw...) argument
H A Ddictencoding.jl105 arrowvector(::DictEncodedType, x::DictEncoded, i, nl, fi, de, ded, meta; kw...) = x argument
107 function arrowvector(::DictEncodedType, x, i, nl, fi, de, ded, meta; dictencode::Bool=false, dicten… argument
/dports/databases/arrow/apache-arrow-6.0.1/julia/Arrow/src/arraytypes/
H A Darraytypes.jl33 function toarrowvector(x, i=1, de=Dict{Int64, Any}(), ded=DictEncoding[], meta=getmetadata(x); comp… argument
47 function arrowvector(x, i, nl, fi, de, ded, meta; dictencoding::Bool=false, dictencode::Bool=false,… argument
62 arrowvector(::Type{Dates.Date}, x, i, nl, fi, de, ded, meta; kw...) = argument
64 arrowvector(::Type{Dates.Time}, x, i, nl, fi, de, ded, meta; kw...) = argument
66 arrowvector(::Type{Dates.DateTime}, x, i, nl, fi, de, ded, meta; kw...) = argument
68 arrowvector(::Type{ZonedDateTime}, x, i, nl, fi, de, ded, meta; kw...) = argument
70 arrowvector(::Type{P}, x, i, nl, fi, de, ded, meta; kw...) where {P <: Dates.Period} = argument
74 function arrowvector(::Type{S}, x, i, nl, fi, de, ded, meta; kw...) where {S} argument
87 arrowvector(::NullType, x, i, nl, fi, de, ded, meta; kw...) = MissingVector(length(x)) argument
H A Dbool.jl53 arrowvector(::BoolType, x::BoolVector, i, nl, fi, de, ded, meta; kw...) = x argument
55 function arrowvector(::BoolType, x, i, nl, fi, de, ded, meta; kw...) argument
H A Dprimitive.jl66 arrowvector(::PrimitiveType, x::Primitive, i, nl, fi, de, ded, meta; kw...) = x argument
68 function arrowvector(::PrimitiveType, x, i, nl, fi, de, ded, meta; kw...) argument
H A Dstruct.jl78 arrowvector(::StructType, x::Struct, i, nl, fi, de, ded, meta; kw...) = x argument
80 function arrowvector(::StructType, x, i, nl, fi, de, ded, meta; kw...) argument
H A Dmap.jl45 arrowvector(::MapType, x::Map, i, nl, fi, de, ded, meta; kw...) = x argument
47 function arrowvector(::MapType, x, i, nl, fi, de, ded, meta; largelists::Bool=false, kw...) argument
H A Dfixedsizelist.jl91 arrowvector(::FixedSizeListType, x::FixedSizeList, i, nl, fi, de, ded, meta; kw...) = x argument
93 function arrowvector(::FixedSizeListType, x, i, nl, fi, de, ded, meta; kw...) argument
H A Dlist.jl181 arrowvector(::ListType, x::List, i, nl, fi, de, ded, meta; kw...) = x argument
183 function arrowvector(::ListType, x, i, nl, fi, de, ded, meta; largelists::Bool=false, kw...) argument
H A Dunions.jl209 arrowvector(U::Union, x, i, nl, fi, de, ded, meta; denseunions::Bool=true, kw...) = argument
212 arrowvector(::UnionType, x::Union{DenseUnion, SparseUnion}, i, nl, fi, de, ded, meta; kw...) = x argument
214 function arrowvector(::UnionType, x, i, nl, fi, de, ded, meta; kw...) argument
H A Ddictencoding.jl105 arrowvector(::DictEncodedType, x::DictEncoded, i, nl, fi, de, ded, meta; kw...) = x argument
107 function arrowvector(::DictEncodedType, x, i, nl, fi, de, ded, meta; dictencode::Bool=false, dicten… argument
/dports/science/rdkit/rdkit-Release_2021_03_5/Data/
H A Drddata.sql28 ded double precision, field
75 ded double precision, field
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/importdeh/src/
H A Dimportdeh.cpp39 ded_t *ded; variable
/dports/graphics/argyllcms/Argyll_V1.9.2/profile/
H A Dmppprof.c648 double ded; in make_output_mpp() local
818 double ded; in make_output_mpp() local
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/hmm2/src/u_search/
H A DHMMSearchQDActor.cpp171 Descriptor ded(DOM_E_ATTR, in HMM2QDActorPrototype() local
H A DHMMSearchWorker.cpp92 …Descriptor ded(DOM_E_ATTR, HMMSearchWorker::tr("Filter by high E-value"), QApplication::translate(… in init() local

1234