Home
last modified time | relevance | path

Searched defs:Compound (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/dports/shells/elvish/elvish-0.17.0/pkg/parse/cmpd/
H A Dcmpd.go12 func Primary(n *parse.Compound) (*parse.Primary, bool) {
21 func StringLiteral(n *parse.Compound) (string, bool) {
33 func Lambda(n *parse.Compound) (*parse.Primary, bool) {
44 func StringLiteralOrError(n *parse.Compound, what string) (string, error) {
53 func Shape(n *parse.Compound) string {
/dports/misc/broot/broot-1.7.0/cargo-crates/minimad-0.9.0/src/markdown/
H A Dcompound.rs7 pub struct Compound<'s> { struct
15 impl<'s> Compound<'s> { argument
34 pub fn set_attributes_from(&mut self, other: &Compound) { in set_attributes_from()
203 impl fmt::Display for Compound<'_> { implementation
210 impl fmt::Debug for Compound<'_> { implementation
/dports/misc/broot/broot-1.7.0/cargo-crates/minimad-0.7.1/src/
H A Dcompound.rs21 pub struct Compound<'s> { struct
29 impl<'s> Compound<'s> { argument
209 impl fmt::Display for Compound<'_> { implementation
216 impl fmt::Debug for Compound<'_> { implementation
/dports/misc/fq/fq-0.0.2/pkg/decode/
H A Dvalue.go14 type Compound struct { struct
15 IsArray bool
16 Children []*Value
18 Description string
19 Format *Format
20 Err error
/dports/shells/elvish/elvish-0.17.0/pkg/edit/filter/
H A Dcompile.go42 func compileCompounds(ns []*parse.Compound) ([]Filter, error) {
54 func compileCompound(n *parse.Compound) (Filter, error) {
70 func compileList(elems []*parse.Compound) (Filter, error) {
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/compound/
H A DCompound.java26 public class Compound extends GraphicObject { class
29 public Compound() { in Compound() method in Compound
/dports/shells/elvish/elvish-0.17.0/pkg/eval/
H A Dpurely_eval.go10 func (ev *Evaler) PurelyEvalCompound(cn *parse.Compound) (string, bool) {
14 func (ev *Evaler) PurelyEvalPartialCompound(cn *parse.Compound, upto int) (string, bool) {
/dports/lang/swi-pl/swipl-8.2.3/packages/jpl/src/main/java/org/jpl7/
H A DCompound.java57 public class Compound extends Term { class
76 public Compound(String name) { in Compound() method in Compound
97 protected Compound(String name, int arity) { in Compound() method in Compound
118 public Compound(String name, Term[] args) { in Compound() method in Compound
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/upper.io/db.v3/
H A Dcompound.go32 type Compound interface { interface
58 func newCompound(conds ...Compound) *compound {
119 func defaultJoin(in ...Compound) []Compound {
/dports/lang/yap/yap-6.2.2/packages/jpl/src/java/jpl/
H A DCompound.java80 public class Compound extends Term { class
103 protected Compound(String name) { in Compound() method in Compound
116 public Compound(String name, Term[] args) { in Compound() method in Compound
137 public Compound(String name, int arity) { in Compound() method in Compound
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/opentype/
H A Dotglyf_p.h80 struct Compound { struct
81 enum Flags : uint16_t {
103 UInt16 flags;
104 UInt16 glyphId;
/dports/science/py-PubChemPy/PubChemPy-1.0.4/docs/source/guide/
H A Dcompound.rst3 Compound chapter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/
H A DUriTemplatePartType.cs10 Compound, enumerator
/dports/www/typo3-10/typo3_src-10.4.25/vendor/phpdocumentor/type-resolver/src/Types/
H A DCompound.php27 final class Compound extends AggregatedType class
/dports/www/typo3-11/typo3_src-11.5.7/vendor/phpdocumentor/type-resolver/src/Types/
H A DCompound.php27 final class Compound extends AggregatedType class
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dpr16938.f907 type :: Compound type
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpr16938.f907 type :: Compound type
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dpr16938.f907 type :: Compound type
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dpr16938.f907 type :: Compound type
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr16938.f907 type :: Compound type
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dpr16938.f907 type :: Compound type
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr16938.f907 type :: Compound type
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dpr16938.f907 type :: Compound type
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dpr16938.f907 type :: Compound type
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dpr16938.f907 type :: Compound type

12345678910>>...22