Home
last modified time | relevance | path

Searched refs:CharAttribute (Results 1 – 14 of 14) sorted by relevance

/dports/science/hepmc3/HepMC3-3.2.4/python/src/
H A DpyHepMC3_4.cpp387 struct PyCallBack_HepMC3_CharAttribute : public HepMC3::CharAttribute {
388 using HepMC3::CharAttribute::CharAttribute;
401 return CharAttribute::from_string(a0); in from_string()
414 return CharAttribute::to_string(a0); in to_string()
418 …pybind11::function overload = pybind11::get_overload(static_cast<const HepMC3::CharAttribute *>(th… in init()
701 …pybind11::class_<HepMC3::CharAttribute, std::shared_ptr<HepMC3::CharAttribute>, PyCallBack_HepMC3_… in bind_pyHepMC3_4()
706 …cl.def( pybind11::init( [](HepMC3::CharAttribute const &o){ return new HepMC3::CharAttribute(o); }… in bind_pyHepMC3_4()
708 …cl.def("to_string", (bool (HepMC3::CharAttribute::*)(std::string &) const) &HepMC3::CharAttribute:… in bind_pyHepMC3_4()
709 …cl.def("value", (char (HepMC3::CharAttribute::*)() const) &HepMC3::CharAttribute::value, "get the … in bind_pyHepMC3_4()
710 …cl.def("set_value", (void (HepMC3::CharAttribute::*)(const char &)) &HepMC3::CharAttribute::set_va… in bind_pyHepMC3_4()
[all …]
H A DpyHepMC3search.binder34 -class HepMC3::CharAttribute
/dports/editors/o/o-2.46.0/
H A Drainbow.go25 func (e *Editor) rainbowParen(parCount, braCount *int, chars *[]textoutput.CharAttribute, singleLin… argument
30 nextChar = textoutput.CharAttribute{R: '\n', A: e.Background}
31 prevChar = textoutput.CharAttribute{R: '\n', A: e.Background}
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/syntax/syntax-ca482ff0125a/vendor/github.com/xyproto/textoutput/
H A Dtextoutput.go14 type CharAttribute struct { struct
380 func (o *TextOutput) Extract(s string) []CharAttribute {
385 cc = make([]CharAttribute, 0, len(s))
423 cc = append(cc, CharAttribute{r, currentColor})
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/guessica/guessica-1.1.0/vendor/github.com/xyproto/textoutput/
H A Dtextoutput.go14 type CharAttribute struct { struct
380 func (o *TextOutput) Extract(s string) []CharAttribute {
385 cc = make([]CharAttribute, 0, len(s))
423 cc = append(cc, CharAttribute{r, currentColor})
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/textoutput/textoutput-1.12.10/
H A Dtextoutput.go18 type CharAttribute struct { struct
422 func (o *TextOutput) Extract(s string) []CharAttribute {
427 cc = make([]CharAttribute, 0, len(s))
465 cc = append(cc, CharAttribute{r, currentColor})
H A Dtextoutput_win.go17 type CharAttribute struct { struct
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/textoutput/
H A Dtextoutput.go18 type CharAttribute struct { struct
422 func (o *TextOutput) Extract(s string) []CharAttribute {
427 cc = make([]CharAttribute, 0, len(s))
465 cc = append(cc, CharAttribute{r, currentColor})
H A Dtextoutput_win.go17 type CharAttribute struct { struct
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/testsuite/
H A Dtest_attributes.py15 CharAttribute,
104 rc = create_resource_cls("attr_id", CharAttribute)
/dports/science/hepmc3/HepMC3-3.2.4/include/HepMC3/
H A DAttribute.h379 class CharAttribute : public Attribute {
383 CharAttribute():Attribute(),m_val(0) {} in CharAttribute() function
386 CharAttribute(char val):Attribute(),m_val(val) {} in CharAttribute() function
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/
H A Dattributes.py337 class CharAttribute(Attribute): class
345 super(CharAttribute, cls).redoc()
791 class AttrVI_ATTR_TERMCHAR(CharAttribute):
1787 class AttrVI_ATTR_ASRL_REPLACE_CHAR(CharAttribute):
1807 class AttrVI_ATTR_ASRL_XOFF_CHAR(CharAttribute):
1828 class AttrVI_ATTR_ASRL_XON_CHAR(CharAttribute):
2453 class AttrVI_ATTR_DEV_STATUS_BYTE(CharAttribute):
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog737833 Applies CharAttribute to selected text and tests undo
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog999882 Applies CharAttribute to selected text and tests undo