Home
last modified time | relevance | path

Searched refs:handles_type (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dextension.cpp7 handles_type=false; in Extension()
15 if(!handles_type) in setName()
38 if(handles_type) in setSchema()
59 this->handles_type=value; in setHandlesType()
73 return handles_type; in handlesType()
90 attributes[Attributes::HandlesType]=(handles_type ? Attributes::True : ""); in getCodeDefinition()
144 this->handles_type=ext.handles_type; in operator =()
146 if(this->handles_type) in operator =()
/dports/www/py-quilt3/quilt3-3.6.0/quilt3/
H A Dformats.py245 handlers = [h for h in handlers if h.handles_type(as_type)]
289 if handler.handles_type(typ):
411 def handles_type(self, typ): member in BaseFormatHandler
711 def handles_type(self, typ): member in CSVPandasFormatHandler
719 return super().handles_type(typ)
918 def handles_type(self, typ): member in NumpyFormatHandler
924 return super().handles_type(typ)
974 def handles_type(self, typ): member in ParquetFormatHandler
985 return super().handles_type(typ)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgdbhooks.py405 def handles_type(self, str_type): member in GdbSubprinter
416 def handles_type(self, str_type): member in GdbSubprinterTypeList
427 def handles_type(self, str_type): member in GdbSubprinterRegex
444 if printer.enabled and printer.handles_type(str_type):
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgdbhooks.py434 def handles_type(self, str_type): member in GdbSubprinter
445 def handles_type(self, str_type): member in GdbSubprinterTypeList
456 def handles_type(self, str_type): member in GdbSubprinterRegex
473 if printer.enabled and printer.handles_type(str_type):
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgdbhooks.py434 def handles_type(self, str_type): member in GdbSubprinter
445 def handles_type(self, str_type): member in GdbSubprinterTypeList
456 def handles_type(self, str_type): member in GdbSubprinterRegex
473 if printer.enabled and printer.handles_type(str_type):
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/io/
H A Dresource_format_wav.h39 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/pbm/
H A Dbitmap_loader_pbm.h43 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot2/godot-2.1.6-stable/scene/io/
H A Dresource_format_wav.h39 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot2/godot-2.1.6-stable/modules/pbm/
H A Dbitmap_loader_pbm.h43 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot/godot-3.2.3-stable/modules/etc/
H A Dtexture_loader_pkm.h41 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot/godot-3.2.3-stable/drivers/dummy/
H A Dtexture_loader_dummy.h41 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot-tools/godot-3.2.3-stable/modules/dds/
H A Dtexture_loader_dds.h41 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/dummy/
H A Dtexture_loader_dummy.h41 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot2/godot-2.1.6-stable/modules/etc1/
H A Dtexture_loader_pkm.h11 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/etc1/
H A Dtexture_loader_pkm.h11 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/dds/
H A Dtexture_loader_dds.h40 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot2/godot-2.1.6-stable/modules/dds/
H A Dtexture_loader_dds.h40 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot/godot-3.2.3-stable/modules/dds/
H A Dtexture_loader_dds.h41 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot-tools/godot-3.2.3-stable/modules/etc/
H A Dtexture_loader_pkm.h41 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot-tools/godot-3.2.3-stable/modules/pvr/
H A Dtexture_loader_pvr.h41 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/pvr/
H A Dtexture_loader_pvr.h40 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot2/godot-2.1.6-stable/modules/pvr/
H A Dtexture_loader_pvr.h40 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot/godot-3.2.3-stable/modules/pvr/
H A Dtexture_loader_pvr.h41 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot/godot-3.2.3-stable/core/io/
H A Dtranslation_loader_po.h43 virtual bool handles_type(const String &p_type) const;
/dports/devel/godot-tools/godot-3.2.3-stable/core/io/
H A Dtranslation_loader_po.h43 virtual bool handles_type(const String &p_type) const;

123456789