Home
last modified time | relevance | path

Searched refs:NewComment (Results 1 – 25 of 97) sorted by relevance

1234

/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/3rd Party/TMonkey (Delphi)/ID3v1/
H A DID3v1.pas56 procedure FSetComment(const NewComment: String30);
202 procedure TID3v1.FSetComment(const NewComment: String30);
204 FComment := TrimRight(NewComment);
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.anandtech.com4 Disallow: /Comment/NewComment/*
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/3rd Party/TMonkey (Delphi)/APEtag/
H A DAPEtag.pas46 procedure FSetComment(const NewComment: string);
379 procedure TAPEtag.FSetComment(const NewComment: string);
382 FComment := Trim(NewComment);
/dports/lang/cocor/cocor-1.7_3/sources/
H A Dcra.h44 void NewComment(int start_token, int end_token, int nested);
H A Dcr.atg182 ] (. if (n1 * n2) NewComment(n1, n2, nested); .)
/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/roots/test-ext-autodoc/target/
H A Dtypehints.py45 class NewComment: class
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/3rd Party/TMonkey (Delphi)/ID3v2/
H A DID3v2.pas69 procedure FSetComment(const NewComment: string);
486 procedure TID3v2.FSetComment(const NewComment: string);
489 FComment := Trim(NewComment);
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/mmcloughlin/avo/ir/
H A Dir.go31 func NewComment(lines ...string) *Comment { func
225 f.AddNode(NewComment(lines...))
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/format/
H A Dnode_test.go54 ast.AddComment(n, internal.NewComment(true, "hello"))
H A Dformat_test.go260 ast.AddComment(st.Elts[0], internal.NewComment(true, "FOO"))
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/openapi/
H A Ddecode.go58 cg := internal.NewComment(true, doc)
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/
H A DSpiralSynthModular.h106 DeviceWin* NewComment(int n, int x, int y);
H A DSpiralSynthModular.C663 DeviceWin* SynthModular::NewComment(int n, int x=-1, int y=-1)
699 DeviceWin* temp = NewComment(n); in AddComment()
831 DeviceWin* temp = o.NewComment(PluginID, x, y);
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/ast/astutil/
H A Dsanitize_test.go36 spec.AddComment(internal.NewComment(true, "will be renamed"))
103 internal.NewComment(false, "File comment"),
/dports/games/irrlamb/irrlamb-1.0.1/src/
H A Dactions.cpp163 XMLComment *Comment = Document.NewComment(Names[MapIterator.Action].c_str()); in Serialize()
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/ast/
H A Dcomments.go34 func NewComment(text string, idx file.Idx) *Comment { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/ast/
H A Dcomments.go34 func NewComment(text string, idx file.Idx) *Comment { func
/dports/www/nginx-full/rds-json-nginx-module-0.15/t/compact/
H A Dopenresty.t319 location = '/=/batch/NewComment/~/~' {
531 GET /=/batch/NewComment/~/~?sender=agentzh&email=agentzh@gmail.com&body=&post_id=3
544 GET /=/batch/NewComment/~/~?sender=agentzh&email=agentzh%40gmail.com&body=hi&post_id=
/dports/www/nginx-full/rds-json-nginx-module-0.15/t/
H A Dopenresty.t318 location = '/=/batch/NewComment/~/~' {
530 GET /=/batch/NewComment/~/~?sender=agentzh&email=agentzh@gmail.com&body=&post_id=3
543 GET /=/batch/NewComment/~/~?sender=agentzh&email=agentzh%40gmail.com&body=hi&post_id=
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/parser/
H A Dlexer.go245 self.comments.AddComment(ast.NewComment(literal, self.idx))
253 self.comments.AddComment(ast.NewComment(literal, self.idx))
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/parser/
H A Dlexer.go245 self.comments.AddComment(ast.NewComment(literal, self.idx))
253 self.comments.AddComment(ast.NewComment(literal, self.idx))
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/internal/
H A Dinternal.go131 func NewComment(isDoc bool, s string) *ast.CommentGroup { func
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/astaxie/beego/orm/
H A Dmodels_test.go348 func NewComment() *Comment { func
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cmd/cue/cmd/
H A Dget_go.go533 internal.NewComment(false, "Code generated by cue get go. DO NOT EDIT."),
713 cueast.AddComment(a[len(a)-1], internal.NewComment(false, enumName))
794 cv.AddComment(internal.NewComment(false, val))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/ast/
H A Dparser_internal.go548 comment := NewComment(buf.Bytes())

1234