Home
last modified time | relevance | path

Searched refs:newLexer (Results 1 – 25 of 53) sorted by relevance

123

/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dscintillaeditor.cpp413 void ScintillaEditor::setLexer(ScadLexer *newLexer) in setLexer() argument
416 this->qsci->setLexer(newLexer); in setLexer()
417 this->api = new ScadApi(this->qsci, newLexer); in setLexer()
419 this->lexer = newLexer; in setLexer()
431 auto *newLexer = new ScadLexer(this); in setColormap() local
437 newLexer->setKeywords(1, readString(keywords.get(), "keyword-set1", "")); in setColormap()
438 newLexer->setKeywords(2, readString(keywords.get(), "keyword-set2", "")); in setColormap()
443 setLexer(newLexer); in setColormap()
447 newLexer->setFont(font); in setColormap()
448 newLexer->setColor(textColor); in setColormap()
[all …]
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dscintillaeditor.cpp413 void ScintillaEditor::setLexer(ScadLexer *newLexer) in setLexer() argument
416 this->qsci->setLexer(newLexer); in setLexer()
417 this->api = new ScadApi(this->qsci, newLexer); in setLexer()
419 this->lexer = newLexer; in setLexer()
431 auto *newLexer = new ScadLexer(this); in setColormap() local
437 newLexer->setKeywords(1, readString(keywords.get(), "keyword-set1", "")); in setColormap()
438 newLexer->setKeywords(2, readString(keywords.get(), "keyword-set2", "")); in setColormap()
443 setLexer(newLexer); in setColormap()
447 newLexer->setFont(font); in setColormap()
448 newLexer->setColor(textColor); in setColormap()
[all …]
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/timtadh/lexmachine/
H A Dlexer_test.go264 newLexer := func() *Lexer {
301 lexer := newLexer()
308 lexer := newLexer()
356 newLexer := func() *Lexer {
/dports/textproc/gron/gron-0.6.0/
H A Dungron_test.go173 l := newLexer(c.in)
206 l := newLexer(in)
/dports/net/rclone/rclone-1.57.0/vendor/github.com/coreos/go-systemd/unit/
H A Ddeserialize.go48 lexer, optchan, errchan := newLexer(f)
59 func newLexer(f io.Reader) (*lexer, <-chan *UnitOption, <-chan error) { func
/dports/sysutils/coreos-ct/container-linux-config-transpiler-0.9.0/vendor/github.com/coreos/go-systemd/unit/
H A Ddeserialize.go46 lexer, optchan, errchan := newLexer(f)
57 func newLexer(f io.Reader) (*lexer, <-chan *UnitOption, <-chan error) { func
/dports/www/beehive/beehive-0.4.0/vendor/github.com/coreos/go-systemd/unit/
H A Ddeserialize.go48 lexer, optchan, errchan := newLexer(f)
59 func newLexer(f io.Reader) (*lexer, <-chan *UnitOption, <-chan error) { func
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/coreos/go-systemd/unit/
H A Ddeserialize.go48 lexer, optchan, errchan := newLexer(f)
59 func newLexer(f io.Reader) (*lexer, <-chan *UnitOption, <-chan error) { func
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/go-systemd/go-systemd-e64a0ec8b42a/unit/
H A Ddeserialize.go48 lexer, optchan, errchan := newLexer(f)
59 func newLexer(f io.Reader) (*lexer, <-chan *UnitOption, <-chan error) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/coreos/go-systemd/v22/unit/
H A Ddeserialize.go48 lexer, optchan, errchan := newLexer(f)
59 func newLexer(f io.Reader) (*lexer, <-chan *UnitOption, <-chan error) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/coreos/go-systemd/unit/
H A Ddeserialize.go48 lexer, optchan, errchan := newLexer(f)
59 func newLexer(f io.Reader) (*lexer, <-chan *UnitOption, <-chan error) { func
/dports/security/acmetool/acmetool-0.2.1/vendor/github.com/coreos/go-systemd/unit/
H A Ddeserialize.go46 lexer, optchan, errchan := newLexer(f)
57 func newLexer(f io.Reader) (*lexer, <-chan *UnitOption, <-chan error) { func
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/github.com/coreos/go-systemd/unit/
H A Ddeserialize.go48 lexer, optchan, errchan := newLexer(f)
59 func newLexer(f io.Reader) (*lexer, <-chan *UnitOption, <-chan error) { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/coreos/go-systemd/unit/
H A Ddeserialize.go46 lexer, optchan, errchan := newLexer(f)
57 func newLexer(f io.Reader) (*lexer, <-chan *UnitOption, <-chan error) { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/coreos/go-systemd/unit/
H A Ddeserialize.go48 lexer, optchan, errchan := newLexer(f)
59 func newLexer(f io.Reader) (*lexer, <-chan *UnitOption, <-chan error) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/logql/log/pattern/
H A Dparser.go22 l := newLexer()
H A Dlexer_test.go25 l := newLexer()
H A Dlexer.go15 func newLexer() *lexer { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/coreos/go-systemd/v22/unit/
H A Ddeserialize.go83 lexer, lexchan, errchan := newLexer(f)
121 func newLexer(f io.Reader) (*lexer, <-chan *lexData, <-chan error) { func
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/coreos/go-systemd/v22/unit/
H A Ddeserialize.go83 lexer, lexchan, errchan := newLexer(f)
121 func newLexer(f io.Reader) (*lexer, <-chan *lexData, <-chan error) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/timberio/go-datemath/
H A Ddatemath.l36 func newLexer(b []byte) *lexer { in newLexer() function
H A Ddatemath.l.go36 func newLexer(b []byte) *lexer { func
H A Ddatemath.go200 lex := newLexer([]byte(s))
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/timtadh/lexmachine/examples/sensors/
H A Dmain.go29 func newLexer(dfa bool) *lexmachine.Lexer { func
/dports/misc/fq/fq-0.0.2/vendor/github.com/wader/gojq/
H A Dnormalize.go12 if !newLexer(s).validNumber() {

123