Home
last modified time | relevance | path

Searched refs:makeComment (Results 1 – 25 of 95) sorted by relevance

1234

/dports/devel/stack/stack-2.7.3/src/test/Stack/
H A DArgsSpec.hs150 makeComment maker space args =
155 lineComment = makeComment makeLine lineSpace
158 literateLineComment = makeComment ("> --" ++) lineSpace
161 blockComment = makeComment makeBlock blockSpace
164 literateBlockComment = makeComment
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dmake.vim50 \ keepend contains=makeIdent,makeSpecTarget,makeNextLine,makeComment,makeDString
53 \ contains=makeIdent,makeSpecTarget,makeComment
59 \ contains=makeIdent,makeSpecTarget,makeNextLine,makeComment skipnl nextGroup=makeCommands
61 \ contains=makeIdent,makeComment
67 …\ contains=makeCmdNextLine,makeSpecial,makeComment,makeIdent,makePreCondit,makeDefine,makeDString,…
82 syn match makeComment "#.*" contains=@Spell,makeTodo
84 syn region makeComment start="#" end="^$" end="[^\\]$" keepend contains=@Spell,makeTodo
85 syn match makeComment "#$" contains=@Spell
130 hi def link makeComment Comment
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dmake.vim50 \ keepend contains=makeIdent,makeSpecTarget,makeNextLine,makeComment,makeDString
53 \ contains=makeIdent,makeSpecTarget,makeComment
59 \ contains=makeIdent,makeSpecTarget,makeNextLine,makeComment skipnl nextGroup=makeCommands
61 \ contains=makeIdent,makeComment
67 …\ contains=makeCmdNextLine,makeSpecial,makeComment,makeIdent,makePreCondit,makeDefine,makeDString,…
82 syn match makeComment "#.*" contains=@Spell,makeTodo
84 syn region makeComment start="#" end="^$" end="[^\\]$" keepend contains=@Spell,makeTodo
85 syn match makeComment "#$" contains=@Spell
130 hi def link makeComment Comment
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/floskell-0.10.5/src/
H A DFloskell.hs174 let comments = map makeComment comments'
187 makeComment (Exts.Comment inline span text) =
203 comments = map makeComment . filter (cppLine . snd) $ zip [ 1 .. ] lines
205 makeComment (n, l) =
/dports/textproc/xom/XOM/src/nu/xom/samples/
H A DStreamingXHTMLPurifier.java72 public Nodes makeComment(String data) { in makeComment() method in StreamingXHTMLPurifier
73 if (inXHTML()) return super.makeComment(data); in makeComment()
H A DMinimalNodeFactory.java42 public Nodes makeComment(String data) { in makeComment() method in MinimalNodeFactory
H A DStreamingTreeReporter.java49 public Nodes makeComment(String data) { in makeComment() method in StreamingTreeReporter
/dports/textproc/xom/XOM/src/nu/xom/tests/
H A DNodeFactoryTest.java89 public Nodes makeComment(String data) { in makeComment() method in NodeFactoryTest.CommentFilter
303 public Nodes makeComment(String data) { in makeComment() method in NodeFactoryTest.MinimizingFactory
435 public Nodes makeComment(String data) { in makeComment() method in NodeFactoryTest.Counter
437 return super.makeComment(data); in makeComment()
497 public Nodes makeComment(String data) { in makeComment() method in NodeFactoryTest.UncommentFilter
523 public Nodes makeComment(String data) { in makeComment() method in NodeFactoryTest.DocumentFilter
635 public Nodes makeComment(String data) { in testInsertElementsInInternalDTDSubsetViaComment()
983 public Nodes makeComment(String data) { in testReplaceCommentWithAttribute()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Database/Driver/sqlite/
H A DTruncate.php17 $comments = $this->connection->makeComment($this->comments);
H A DUpsert.php17 $comments = $this->connection->makeComment($this->comments);
H A DInsert.php30 $comments = $this->connection->makeComment($this->comments);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Database/Driver/sqlite/
H A DTruncate.php17 $comments = $this->connection->makeComment($this->comments);
H A DUpsert.php19 $comments = $this->connection->makeComment($this->comments);
H A DInsert.php30 $comments = $this->connection->makeComment($this->comments);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Database/Driver/mysql/
H A DUpsert.php17 $comments = $this->connection->makeComment($this->comments);
H A DInsert.php42 $comments = $this->connection->makeComment($this->comments);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Database/Driver/mysql/
H A DUpsert.php17 $comments = $this->connection->makeComment($this->comments);
H A DInsert.php42 $comments = $this->connection->makeComment($this->comments);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Database/Query/
H A DTruncate.php68 $comments = $this->connection->makeComment($this->comments);
H A DDelete.php66 $comments = $this->connection->makeComment($this->comments);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Database/Query/
H A DTruncate.php68 $comments = $this->connection->makeComment($this->comments);
H A DDelete.php66 $comments = $this->connection->makeComment($this->comments);
/dports/textproc/nux/nux/src/nux/xom/pool/
H A DXOMUtil.java359 public Nodes makeComment(String data) { in getLoggingNodeFactory() method
361 return child.makeComment(data); in getLoggingNodeFactory()
483 public Nodes makeComment(String data) {
551 public Nodes makeComment(String data) {
873 nodes = factory.makeComment(child.getValue());
943 nodes = factory.makeComment(child.getValue());
/dports/textproc/nux/nux/src/nux/xom/xquery/
H A DStreamingPathFilter.java482 public Nodes makeComment(String data) { in makeComment() method in StreamingPathFilter.StreamingPathFilterNodeFactory
483 return mismatch == null ? child.makeComment(data) : NONE; in makeComment()
/dports/textproc/xom/XOM/src/nu/xom/
H A DNodeFactory.java281 public Nodes makeComment(String data) { in makeComment() method in NodeFactory

1234