Home
last modified time | relevance | path

Searched +defs:state +defs:mark (Results 76 – 100 of 2027) sorted by relevance

12345678910>>...82

/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Darticleview.h69 void append_mark(const char *mark) { pango_view_->append_mark(mark); } in append_mark()
75 …void modify_bg(GtkStateFlags state, const GdkRGBA *color) { pango_view_->modify_bg(state, color); … in modify_bg()
77 void modify_bg(GtkStateType state, const GdkColor *color) { pango_view_->modify_bg(state, color); } in modify_bg()
/dports/devel/xparam/xparam-1.22/lib/antlr/src/
H A DParser.cpp91 Parser::Parser(const ParserSharedInputState& state) in Parser()
153 int Parser::mark() in mark() function in Parser
268 void Parser::setInputState(ParserSharedInputState state) in setInputState()
/dports/lang/gcc48/gcc-4.8.5/libgo/go/text/template/
H A Dexec.go21 type state struct { struct
22 tmpl *Template
23 wr io.Writer
24 node parse.Node // current node, for errors
25 vars []variable // push-down stack of variable values.
35 func (s *state) push(name string, value reflect.Value) {
40 func (s *state) mark() int { func
45 func (s *state) pop(mark int) {
50 func (s *state) setVar(n int, value reflect.Value) {
55 func (s *state) varValue(name string) reflect.Value {
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/text/template/
H A Dexec.go20 type state struct { struct
21 tmpl *Template
22 wr io.Writer
23 node parse.Node // current node, for errors
24 vars []variable // push-down stack of variable values.
34 func (s *state) push(name string, value reflect.Value) {
39 func (s *state) mark() int { func
44 func (s *state) pop(mark int) {
49 func (s *state) setVar(n int, value reflect.Value) {
54 func (s *state) varValue(name string) reflect.Value {
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/jni/gtk-peer/
H A Dgnu_java_awt_peer_gtk_GtkTextComponentPeer.c118 GtkTextMark *mark; in Java_gnu_java_awt_peer_gtk_GtkTextComponentPeer_getCaretPosition() local
207 GtkTextMark *mark; in Java_gnu_java_awt_peer_gtk_GtkTextComponentPeer_getSelectionStart() local
264 GtkTextMark *mark; in Java_gnu_java_awt_peer_gtk_GtkTextComponentPeer_getSelectionEnd() local
357 (JNIEnv *env, jobject obj, jboolean state) in Java_gnu_java_awt_peer_gtk_GtkTextComponentPeer_setEditable()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/jni/gtk-peer/
H A Dgnu_java_awt_peer_gtk_GtkTextComponentPeer.c118 GtkTextMark *mark; in Java_gnu_java_awt_peer_gtk_GtkTextComponentPeer_getCaretPosition() local
207 GtkTextMark *mark; in Java_gnu_java_awt_peer_gtk_GtkTextComponentPeer_getSelectionStart() local
264 GtkTextMark *mark; in Java_gnu_java_awt_peer_gtk_GtkTextComponentPeer_getSelectionEnd() local
357 (JNIEnv *env, jobject obj, jboolean state) in Java_gnu_java_awt_peer_gtk_GtkTextComponentPeer_setEditable()
/dports/lang/execline/execline-2.8.0.1/src/execline/
H A Denvfile.c107 size_t mark = 0 ; in parse_config() local
108 uint8_t state = 0 ; in parse_config() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/phonon/mmf/
H A Dabstractplayer.cpp79 void MMF::AbstractPlayer::setPrefinishMark(qint32 mark) in setPrefinishMark()
164 Phonon::State MMF::AbstractPlayer::state() const in state() function in MMF::AbstractPlayer
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/text/template/
H A Dexec.go36 type state struct { struct
37 tmpl *Template
38 wr io.Writer
39 node parse.Node // current node, for errors
40 vars []variable // push-down stack of variable values.
51 func (s *state) push(name string, value reflect.Value) {
56 func (s *state) mark() int { func
61 func (s *state) pop(mark int) {
83 func (s *state) varValue(name string) reflect.Value {
100 func (s *state) at(node parse.Node) {
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/text/template/
H A Dexec.go36 type state struct { struct
37 tmpl *Template
38 wr io.Writer
39 node parse.Node // current node, for errors
40 vars []variable // push-down stack of variable values.
51 func (s *state) push(name string, value reflect.Value) {
56 func (s *state) mark() int { func
61 func (s *state) pop(mark int) {
83 func (s *state) varValue(name string) reflect.Value {
100 func (s *state) at(node parse.Node) {
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/text/template/
H A Dexec.go36 type state struct { struct
37 tmpl *Template
38 wr io.Writer
39 node parse.Node // current node, for errors
40 vars []variable // push-down stack of variable values.
51 func (s *state) push(name string, value reflect.Value) {
56 func (s *state) mark() int { func
61 func (s *state) pop(mark int) {
83 func (s *state) varValue(name string) reflect.Value {
100 func (s *state) at(node parse.Node) {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/text/template/
H A Dexec.go29 type state struct { struct
30 tmpl *Template
31 wr io.Writer
32 node parse.Node // current node, for errors
33 vars []variable // push-down stack of variable values.
49 func (s *state) mark() int { func
54 func (s *state) pop(mark int) {
59 func (s *state) setVar(n int, value reflect.Value) {
64 func (s *state) varValue(name string) reflect.Value {
77 func (s *state) at(node parse.Node) {
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/text/template/
H A Dexec.go29 type state struct { struct
30 tmpl *Template
31 wr io.Writer
32 node parse.Node // current node, for errors
33 vars []variable // push-down stack of variable values.
49 func (s *state) mark() int { func
54 func (s *state) pop(mark int) {
59 func (s *state) setVar(n int, value reflect.Value) {
64 func (s *state) varValue(name string) reflect.Value {
77 func (s *state) at(node parse.Node) {
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/text/template/
H A Dexec.go29 type state struct { struct
30 tmpl *Template
31 wr io.Writer
32 node parse.Node // current node, for errors
33 vars []variable // push-down stack of variable values.
49 func (s *state) mark() int { func
54 func (s *state) pop(mark int) {
59 func (s *state) setVar(n int, value reflect.Value) {
64 func (s *state) varValue(name string) reflect.Value {
77 func (s *state) at(node parse.Node) {
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/text/template/
H A Dexec.go29 type state struct { struct
30 tmpl *Template
31 wr io.Writer
32 node parse.Node // current node, for errors
33 vars []variable // push-down stack of variable values.
49 func (s *state) mark() int { func
54 func (s *state) pop(mark int) {
59 func (s *state) setVar(n int, value reflect.Value) {
64 func (s *state) varValue(name string) reflect.Value {
77 func (s *state) at(node parse.Node) {
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/text/template/
H A Dexec.go29 type state struct { struct
30 tmpl *Template
31 wr io.Writer
32 node parse.Node // current node, for errors
33 vars []variable // push-down stack of variable values.
49 func (s *state) mark() int { func
54 func (s *state) pop(mark int) {
59 func (s *state) setVar(n int, value reflect.Value) {
64 func (s *state) varValue(name string) reflect.Value {
77 func (s *state) at(node parse.Node) {
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/text/template/
H A Dexec.go29 type state struct { struct
30 tmpl *Template
31 wr io.Writer
32 node parse.Node // current node, for errors
33 vars []variable // push-down stack of variable values.
49 func (s *state) mark() int { func
54 func (s *state) pop(mark int) {
59 func (s *state) setVar(n int, value reflect.Value) {
64 func (s *state) varValue(name string) reflect.Value {
77 func (s *state) at(node parse.Node) {
[all …]
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/alecthomas/template/
H A Dexec.go22 type state struct { struct
23 tmpl *Template
24 wr io.Writer
25 node parse.Node // current node, for errors
26 vars []variable // push-down stack of variable values.
36 func (s *state) push(name string, value reflect.Value) {
41 func (s *state) mark() int { func
46 func (s *state) pop(mark int) {
51 func (s *state) setVar(n int, value reflect.Value) {
56 func (s *state) varValue(name string) reflect.Value {
[all …]
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/github.com/alecthomas/template/
H A Dexec.go22 type state struct { struct
23 tmpl *Template
24 wr io.Writer
25 node parse.Node // current node, for errors
26 vars []variable // push-down stack of variable values.
36 func (s *state) push(name string, value reflect.Value) {
41 func (s *state) mark() int { func
46 func (s *state) pop(mark int) {
51 func (s *state) setVar(n int, value reflect.Value) {
56 func (s *state) varValue(name string) reflect.Value {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/
H A Dexec.go22 type state struct { struct
23 tmpl *Template
24 wr io.Writer
25 node parse.Node // current node, for errors
26 vars []variable // push-down stack of variable values.
36 func (s *state) push(name string, value reflect.Value) {
41 func (s *state) mark() int { func
46 func (s *state) pop(mark int) {
51 func (s *state) setVar(n int, value reflect.Value) {
56 func (s *state) varValue(name string) reflect.Value {
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/alecthomas/template/
H A Dexec.go22 type state struct { struct
23 tmpl *Template
24 wr io.Writer
25 node parse.Node // current node, for errors
26 vars []variable // push-down stack of variable values.
36 func (s *state) push(name string, value reflect.Value) {
41 func (s *state) mark() int { func
46 func (s *state) pop(mark int) {
51 func (s *state) setVar(n int, value reflect.Value) {
56 func (s *state) varValue(name string) reflect.Value {
[all …]
/dports/dns/rdap/rdap-e2ea151/vendor/github.com/alecthomas/template/
H A Dexec.go22 type state struct { struct
23 tmpl *Template
24 wr io.Writer
25 node parse.Node // current node, for errors
26 vars []variable // push-down stack of variable values.
36 func (s *state) push(name string, value reflect.Value) {
41 func (s *state) mark() int { func
46 func (s *state) pop(mark int) {
51 func (s *state) setVar(n int, value reflect.Value) {
56 func (s *state) varValue(name string) reflect.Value {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/alecthomas/template/
H A Dexec.go22 type state struct { struct
23 tmpl *Template
24 wr io.Writer
25 node parse.Node // current node, for errors
26 vars []variable // push-down stack of variable values.
36 func (s *state) push(name string, value reflect.Value) {
41 func (s *state) mark() int { func
46 func (s *state) pop(mark int) {
51 func (s *state) setVar(n int, value reflect.Value) {
56 func (s *state) varValue(name string) reflect.Value {
[all …]
/dports/net-mgmt/mysqld_exporter/mysqld_exporter-0.12.1/vendor/github.com/alecthomas/template/
H A Dexec.go22 type state struct { struct
23 tmpl *Template
24 wr io.Writer
25 node parse.Node // current node, for errors
26 vars []variable // push-down stack of variable values.
36 func (s *state) push(name string, value reflect.Value) {
41 func (s *state) mark() int { func
46 func (s *state) pop(mark int) {
51 func (s *state) setVar(n int, value reflect.Value) {
56 func (s *state) varValue(name string) reflect.Value {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/alecthomas/template/
H A Dexec.go22 type state struct { struct
23 tmpl *Template
24 wr io.Writer
25 node parse.Node // current node, for errors
26 vars []variable // push-down stack of variable values.
36 func (s *state) push(name string, value reflect.Value) {
41 func (s *state) mark() int { func
46 func (s *state) pop(mark int) {
51 func (s *state) setVar(n int, value reflect.Value) {
56 func (s *state) varValue(name string) reflect.Value {
[all …]

12345678910>>...82