Home
last modified time | relevance | path

Searched refs:CommentPosition (Results 1 – 25 of 45) sorted by relevance

12

/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/ast/
H A Dcomments.go9 type CommentPosition int type
12 _ CommentPosition = iota
30 Position CommentPosition
45 func (cp CommentPosition) String() string {
163 func (c *Comments) MarkComments(position CommentPosition) {
214 func (c *Comments) applyComments(node, previous Node, position CommentPosition) {
247 func (cm CommentMap) AddComments(node Node, comments []*Comment, position CommentPosition) { argument
267 func (cm CommentMap) MoveComments(from, to Node, position CommentPosition) { argument
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/ast/
H A Dcomments.go9 type CommentPosition int type
12 _ CommentPosition = iota
30 Position CommentPosition
45 func (cp CommentPosition) String() string {
163 func (c *Comments) MarkComments(position CommentPosition) {
214 func (c *Comments) applyComments(node, previous Node, position CommentPosition) {
247 func (cm CommentMap) AddComments(node Node, comments []*Comment, position CommentPosition) { argument
267 func (cm CommentMap) MoveComments(from, to Node, position CommentPosition) { argument
/dports/devel/py-vsts/vsts-0.1.25/vsts/git/v4_0/models/
H A Dcomment_position.py12 class CommentPosition(Model): class
27 super(CommentPosition, self).__init__()
H A D__init__.py14 from .comment_position import CommentPosition
/dports/devel/py-vsts/vsts-0.1.25/vsts/git/v4_1/models/
H A Dcomment_position.py12 class CommentPosition(Model): class
27 super(CommentPosition, self).__init__()
H A D__init__.py13 from .comment_position import CommentPosition
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/syntax-highlighting/src/lib/
H A Ddefinition.h35 enum class CommentPosition { enum
364 CommentPosition singleLineCommentPosition() const;
H A Ddefinition_p.h82 CommentPosition singleLineCommentPosition = CommentPosition::StartOfLine;
H A Ddefinition.cpp297 CommentPosition Definition::singleLineCommentPosition() const in singleLineCommentPosition()
681 …singleLineCommentPosition = afterWhiteSpace ? CommentPosition::AfterWhitespace : CommentPosition::… in loadComments()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/src/lib/
H A Ddefinition_p.h92 CommentPosition singleLineCommentPosition = CommentPosition::StartOfLine;
H A Ddefinition.h36 enum class CommentPosition { enum
388 CommentPosition singleLineCommentPosition() const;
H A Ddefinition.cpp265 CommentPosition Definition::singleLineCommentPosition() const in singleLineCommentPosition()
382 singleLineCommentPosition = CommentPosition::StartOfLine; in clear()
711 …singleLineCommentPosition = afterWhiteSpace ? CommentPosition::AfterWhitespace : CommentPosition::… in loadComments()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dchains.rs95 enum CommentPosition { enum
122 Comment(String, CommentPosition),
225 fn comment(span: Span, comment: String, pos: CommentPosition) -> ChainItem { in comment()
320 CommentPosition::Back, in from_ast()
358 CommentPosition::Top, in from_ast()
672 ChainItemKind::Comment(_, CommentPosition::Back) => result.push(' '), in join_rewrites()
673 ChainItemKind::Comment(_, CommentPosition::Top) => result.push_str(&connector), in join_rewrites()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ormolu-0.1.4.1/src/Ormolu/Printer/
H A DInternal.hs35 CommentPosition (..),
114 scPendingComments :: ![(CommentPosition, Text)],
144 data CommentPosition type
434 CommentPosition ->
H A DComments.hs275 spitCommentPending :: CommentPosition -> RealSrcSpan -> Comment -> R ()
/dports/devel/hs-ormolu/ormolu-0.4.0.0/src/Ormolu/Printer/
H A DInternal.hs36 CommentPosition (..),
118 scPendingComments :: ![(CommentPosition, Text)],
148 data CommentPosition type
446 CommentPosition ->
H A DComments.hs275 spitCommentPending :: CommentPosition -> RealSrcSpan -> Comment -> R ()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/fourmolu-0.3.0.0/src/Ormolu/Printer/
H A DInternal.hs38 CommentPosition (..),
120 scPendingComments :: ![(CommentPosition, Text)],
150 data CommentPosition type
461 CommentPosition ->
H A DComments.hs275 spitCommentPending :: CommentPosition -> RealSrcSpan -> Comment -> R ()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/syntax/
H A Dkatehighlight.h195 KSyntaxHighlighting::CommentPosition getCommentSingleLinePosition(int attrib = 0) const;
318 KSyntaxHighlighting::CommentPosition singleLineCommentPosition;
H A Dkatehighlight.cpp293 KSyntaxHighlighting::CommentPosition KateHighlighting::getCommentSingleLinePosition(int attrib) con… in getCommentSingleLinePosition()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Rar/
H A DRarIn.h41 UInt64 CommentPosition; variable
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/
H A Drepository_test.cpp150 … QCOMPARE(def.singleLineCommentPosition(), KSyntaxHighlighting::CommentPosition::StartOfLine); in testGeneralMetaData()
334 … QCOMPARE(def.singleLineCommentPosition(), KSyntaxHighlighting::CommentPosition::StartOfLine); in testInvalidDefinition()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/folding/
H A DDefaultJavaFoldingStructureProvider.java169 private static final class CommentPosition extends Position implements class in DefaultJavaFoldingStructureProvider
171 CommentPosition(int offset, int length) { in CommentPosition() method in DefaultJavaFoldingStructureProvider.CommentPosition
820 return new CommentPosition(offset, endOffset - offset); in createProjectionPosition()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/folding/
H A DDefaultJavaFoldingStructureProvider.java456 private static final class CommentPosition extends Position implements IProjectionPosition { class in DefaultJavaFoldingStructureProvider
457 CommentPosition(int offset, int length) { in CommentPosition() method in DefaultJavaFoldingStructureProvider.CommentPosition
1222 return new CommentPosition(aligned.getOffset(), aligned.getLength()); in createCommentPosition()

12