Home
last modified time | relevance | path

Searched defs:Delimiter (Results 1 – 25 of 2136) sorted by relevance

12345678910>>...86

/dports/devel/gh/cli-2.4.0/vendor/github.com/yuin/goldmark/parser/
H A Ddelimiter.go27 type Delimiter struct { struct
28 ast.BaseInline
30 Segment text.Segment
34 CanOpen bool
38 CanClose bool
41 Length int
44 OriginalLength int
47 Char byte
50 PreviousDelimiter *Delimiter
53 NextDelimiter *Delimiter
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/yuin/goldmark/parser/
H A Ddelimiter.go27 type Delimiter struct { struct
28 ast.BaseInline
30 Segment text.Segment
34 CanOpen bool
38 CanClose bool
41 Length int
44 OriginalLength int
47 Char byte
50 PreviousDelimiter *Delimiter
53 NextDelimiter *Delimiter
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/github.com/yuin/goldmark/parser/
H A Ddelimiter.go27 type Delimiter struct { struct
28 ast.BaseInline
30 Segment text.Segment
34 CanOpen bool
38 CanClose bool
41 Length int
44 OriginalLength int
47 Char byte
50 PreviousDelimiter *Delimiter
53 NextDelimiter *Delimiter
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/yuin/goldmark/parser/
H A Ddelimiter.go27 type Delimiter struct { struct
28 ast.BaseInline
30 Segment text.Segment
34 CanOpen bool
38 CanClose bool
41 Length int
44 OriginalLength int
47 Char byte
50 PreviousDelimiter *Delimiter
53 NextDelimiter *Delimiter
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/yuin/goldmark/parser/
H A Ddelimiter.go27 type Delimiter struct { struct
28 ast.BaseInline
30 Segment text.Segment
34 CanOpen bool
38 CanClose bool
41 Length int
44 OriginalLength int
47 Char byte
50 PreviousDelimiter *Delimiter
53 NextDelimiter *Delimiter
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/yuin/goldmark/parser/
H A Ddelimiter.go27 type Delimiter struct { struct
28 ast.BaseInline
30 Segment text.Segment
34 CanOpen bool
38 CanClose bool
41 Length int
44 OriginalLength int
47 Char byte
50 PreviousDelimiter *Delimiter
53 NextDelimiter *Delimiter
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/bin/pg_dump/
H A Dpg_backup_utils.h20 typedef enum /* bits returned by set_dump_section */ in IsDelimiter()
28 typedef void (*on_exit_nicely_callback) (int code, void *arg);
30 extern const char *progname;
32 extern void set_dump_section(const char *arg, int *dumpSections);
36 #define fatal(...) do { pg_log_error(__VA_ARGS__); exit_nicely(1); } while(0)
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-python/src/
H A Dscanner.cc22 struct Delimiter { struct
23 enum {
33 Delimiter() : flags(0) {} in Delimiter() argument
35 bool is_format() const { in is_format()
39 bool is_raw() const { in is_raw()
47 bool is_bytes() const { in is_bytes()
58 void set_format() { in set_format()
62 void set_raw() { in set_raw()
66 void set_triple() { in set_triple()
70 void set_bytes() { in set_bytes()
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/iq/roster/
H A DDelimiter.cs31 public class Delimiter : Element class
57 public Delimiter() in Delimiter() method in agsXMPP.protocol.iq.roster.Delimiter
63 public Delimiter(string delimiter) : this() in Delimiter() method in agsXMPP.protocol.iq.roster.Delimiter
/dports/deskutils/just/just-0.10.5/src/
H A Ddelimiter.rs2 pub(crate) enum Delimiter { enum
8 impl Delimiter { implementation
/dports/devel/matreshka/matreshka-0.7.0/source/league/
H A Dmatreshka-internals-calendars-formatting.adb80 Delimiter : constant League.Characters.Universal_Character constant
106 Delimiter : constant League.Characters.Universal_Character constant
/dports/textproc/xsv-rs/xsv-0.13.0/src/
H A Dconfig.rs20 pub struct Delimiter(pub u8); struct
27 impl Delimiter { impl
33 impl<'de> Deserialize<'de> for Delimiter { implementation
34 fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Delimiter, D::Error> { in deserialize()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DSuggestCtrl.h37 SuggestCtrl& Delimiter(int chr) { delimiter_char = chr; return *this; } in Delimiter() function
38 SuggestCtrl& Delimiter(int (*filter)(int c)) { delimiter_filter = filter; return *this; } in Delimiter() function
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/comrak-0.12.1/src/parser/
H A Dinlines.rs38 pub struct Delimiter<'a: 'd, 'd> { struct
44 prev: Cell<Option<&'d Delimiter<'a, 'd>>>, argument
45 next: Cell<Option<&'d Delimiter<'a, 'd>>>, argument
/dports/net-im/fractal/fractal-4.4.0/vendor/comrak/src/parser/
H A Dinlines.rs38 pub struct Delimiter<'a: 'd, 'd> { struct
44 prev: Cell<Option<&'d Delimiter<'a, 'd>>>, argument
45 next: Cell<Option<&'d Delimiter<'a, 'd>>>, argument
/dports/math/vtk9/VTK-9.1.0/IO/Infovis/
H A DvtkISIReader.h82 char* Delimiter; variable
H A DvtkRISReader.h84 char* Delimiter; variable
/dports/math/vtk8/VTK-8.2.0/IO/Infovis/
H A DvtkRISReader.h87 char* Delimiter; variable
H A DvtkISIReader.h85 char* Delimiter; variable
/dports/math/vtk6/VTK-6.2.0/IO/Infovis/
H A DvtkISIReader.h73 char* Delimiter; variable
H A DvtkRISReader.h75 char* Delimiter; variable
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/league/commonmark/src/Inline/Parser/
H A DOpenBracketParser.php17 use League\CommonMark\Delimiter\Delimiter; alias
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/
H A DQilStrConcat.cs38 public QilNode Delimiter { property in System.Xml.Xsl.Qil.QilStrConcat
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/QIL/
H A DQilStrConcat.cs37 public QilNode Delimiter property in System.Xml.Xsl.Qil.QilStrConcat
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/placeables/
H A Dinterfaces.py49 class Delimiter: class

12345678910>>...86