Home
last modified time | relevance | path

Searched defs:Emphasize (Results 1 – 9 of 9) sorted by relevance

/dports/lang/ocaml/ocaml-4.05.0/ocamldoc/
H A Dodoc_types.ml38 | Emphasize of text Constructor
H A Dodoc_types.mli41 | Emphasize of text (** Emphasized text. *) Constructor
/dports/lang/ocaml-nox11/ocaml-4.05.0/ocamldoc/
H A Dodoc_types.ml38 | Emphasize of text Constructor
H A Dodoc_types.mli41 | Emphasize of text (** Emphasized text. *) Constructor
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dsvlbitm.hxx123 void Emphasize(bool bEmphasize) { mbEmphasized = bEmphasize; } in Emphasize() function in SvLBoxString
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/
H A Dsvlbitm.hxx128 void Emphasize(bool bEmphasize) { mbEmphasized = bEmphasize; } in Emphasize() function in SvLBoxString
/dports/math/fricas/fricas-1.3.7/src/hyper/
H A Dtoken.h96 #define Emphasize 41 macro
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/console/
H A Dconsole_attr.py461 def Emphasize(self, s, bold=True, italic=False): member in ConsoleAttr
/dports/net/scapy/scapy-2.4.5/scapy/
H A Dconfig.py184 class Emphasize(ConfigFieldList): class