Home
last modified time | relevance | path

Searched refs:createComment (Results 1 – 25 of 1411) sorted by relevance

12345678910>>...57

/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/keama/
H A Doptions.c741 comment = createComment("/// Reference Kea #239"); in get_config_comments()
749 comment = createComment("/// Reference Kea #238"); in get_config_comments()
757 comment = createComment("/// Reference Kea #240"); in get_config_comments()
777 comment = createComment("/// Reference Kea #223"); in get_config_comments()
788 comment = createComment("/// Reference Kea #241"); in get_config_comments()
881 comment = createComment("/// Reference Kea #218"); in get_config_comments()
926 comment = createComment("/// Please use the " in get_config_comments()
977 comment = createComment("/// Reference Kea #226"); in get_config_comments()
1006 comment = createComment("/// limit-addrs-per-ia " in get_config_comments()
1010 comment = createComment("/// Reference Kea #227"); in get_config_comments()
[all …]
H A Dparse.c270 comment = createComment(msg); in parse_ip_addr_or_hostname()
739 comment = createComment(msg); in parse_option_name()
824 comment = createComment("/// Only code width " in parse_option_space_decl()
862 comment = createComment("/// Only length " in parse_option_space_decl()
871 comment = createComment("/// Only length " in parse_option_space_decl()
3083 createComment("/// config-option is " in parse_non_binary()
4264 comment = createComment(msg->content); in parse_option_statement()
4882 comment = createComment(msg->content); in parse_config_statement()
5323 comment = createComment(msg->content); in config_site_option_space()
5329 comment = createComment(msg->content); in config_site_option_space()
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/keama/
H A Doptions.c741 comment = createComment("/// Reference Kea #239"); in get_config_comments()
749 comment = createComment("/// Reference Kea #238"); in get_config_comments()
757 comment = createComment("/// Reference Kea #240"); in get_config_comments()
777 comment = createComment("/// Reference Kea #223"); in get_config_comments()
788 comment = createComment("/// Reference Kea #241"); in get_config_comments()
881 comment = createComment("/// Reference Kea #218"); in get_config_comments()
926 comment = createComment("/// Please use the " in get_config_comments()
977 comment = createComment("/// Reference Kea #226"); in get_config_comments()
1006 comment = createComment("/// limit-addrs-per-ia " in get_config_comments()
1010 comment = createComment("/// Reference Kea #227"); in get_config_comments()
[all …]
H A Dparse.c270 comment = createComment(msg); in parse_ip_addr_or_hostname()
739 comment = createComment(msg); in parse_option_name()
824 comment = createComment("/// Only code width " in parse_option_space_decl()
862 comment = createComment("/// Only length " in parse_option_space_decl()
871 comment = createComment("/// Only length " in parse_option_space_decl()
3083 createComment("/// config-option is " in parse_non_binary()
4264 comment = createComment(msg->content); in parse_option_statement()
4882 comment = createComment(msg->content); in parse_config_statement()
5323 comment = createComment(msg->content); in config_site_option_space()
5329 comment = createComment(msg->content); in config_site_option_space()
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/keama/
H A Doptions.c741 comment = createComment("/// Reference Kea #239"); in get_config_comments()
749 comment = createComment("/// Reference Kea #238"); in get_config_comments()
757 comment = createComment("/// Reference Kea #240"); in get_config_comments()
777 comment = createComment("/// Reference Kea #223"); in get_config_comments()
788 comment = createComment("/// Reference Kea #241"); in get_config_comments()
881 comment = createComment("/// Reference Kea #218"); in get_config_comments()
926 comment = createComment("/// Please use the " in get_config_comments()
977 comment = createComment("/// Reference Kea #226"); in get_config_comments()
1006 comment = createComment("/// limit-addrs-per-ia " in get_config_comments()
1010 comment = createComment("/// Reference Kea #227"); in get_config_comments()
[all …]
H A Dparse.c270 comment = createComment(msg); in parse_ip_addr_or_hostname()
739 comment = createComment(msg); in parse_option_name()
824 comment = createComment("/// Only code width " in parse_option_space_decl()
862 comment = createComment("/// Only length " in parse_option_space_decl()
871 comment = createComment("/// Only length " in parse_option_space_decl()
3083 createComment("/// config-option is " in parse_non_binary()
4264 comment = createComment(msg->content); in parse_option_statement()
4882 comment = createComment(msg->content); in parse_config_statement()
5323 comment = createComment(msg->content); in config_site_option_space()
5329 comment = createComment(msg->content); in config_site_option_space()
[all …]
/dports/textproc/R-cran-openxlsx/openxlsx/tests/testthat/
H A Dtest-CommentClass.R3 expect_error(createComment("hi", width = 1), NA)
4 expect_error(createComment("hi", width = 1L), NA)
5 expect_error(createComment("hi", width = 1:2), "width")
7 expect_error(createComment("hi", height = 1), NA)
8 expect_error(createComment("hi", height = 1L), NA)
9 expect_error(createComment("hi", height = 1:2), "height")
11 expect_error(createComment("hi", visible = NULL))
12 expect_error(createComment("hi", visible = c(TRUE, FALSE)), "visible")
14 expect_error(createComment("hi", author = 1))
15 expect_error(createComment("hi", author = c("a", "a")), "author")
[all …]
/dports/www/script4rss/script4rss-0.4b/
H A Dscript4rss.pl106 sub createComment { subroutine
257 &createComment("Find $match_name", 1);
282 &createComment('Find the $match_name name', 2);
494 &createComment();
497 &createComment();
500 &createComment();
503 &createComment($_);
507 &createComment();
511 &createComment($_);
548 &createComment('Find the stories', 1);
[all …]
/dports/textproc/xmlf90/xmlf90-1.5.5/src/dom/
H A Dm_dom_document.f9016 public :: createComment
86 function createComment(data) function
89 type(fnode), pointer :: createComment local
91 createComment => createNode()
92 createComment % nodeName = "#comment"
93 createComment % nodeValue = data
94 createComment % nodeType = COMMENT_NODE
96 end function createComment
/dports/science/dftbplus/dftbplus-19.1/external/xmlf90/
H A Ddom_document.f9020 public :: createComment
96 function createComment(data) function
99 type(fnode), pointer :: createComment local
101 createComment => createNode()
102 createComment % nodeName = "#comment"
103 createComment % nodeValue = data
104 createComment % nodeType = COMMENT_NODE
106 end function createComment
/dports/textproc/R-cran-openxlsx/openxlsx/man/
H A DwriteComment.Rd18 \item{comment}{A Comment object. See \code{\link[=createComment]{createComment()}}.}
31 c1 <- createComment(comment = "this is comment")
37 c2 <- createComment(comment = c("This Part Bold red\n\n", "This part black"), style = c(s1, s2))
46 \code{\link[=createComment]{createComment()}}
H A DcreateComment.Rd3 \name{createComment}
4 \alias{createComment}
7 createComment(
35 c1 <- createComment(comment = "this is comment")
41 c2 <- createComment(comment = c("This Part Bold red\n\n", "This part black"), style = c(s1, s2))
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/tests/src/Kernel/
H A DCommentLegacyTest.php71 protected function createComment() { function in Drupal\\Tests\\comment\\Kernel\\CommentLegacyTest
85 $entity = $this->createComment();
88 $this->createComment(),
89 $this->createComment(),
100 $entity = $this->createComment();
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/golangci-lint/.github/peril/tests/
H A Dinvite-collaborator.test.ts29 createComment: jest.fn(),
42 expect(dm.danger.github.api.issues.createComment).toBeCalled();
53 expect(dm.danger.github.api.issues.createComment).not.toBeCalled();
63 expect(dm.danger.github.api.issues.createComment).not.toBeCalled();
/dports/lang/php73/php-7.3.33/ext/dom/tests/
H A Ddomdocument_createcomment_error_001.phpt10 $x->createComment();
14 Warning: DOMDocument::createComment() expects exactly 1 parameter, 0 given in %s
/dports/www/mod_php73/php-7.3.33/ext/dom/tests/
H A Ddomdocument_createcomment_error_001.phpt10 $x->createComment();
14 Warning: DOMDocument::createComment() expects exactly 1 parameter, 0 given in %s
/dports/textproc/php73-dom/php-7.3.33/ext/dom/tests/
H A Ddomdocument_createcomment_error_001.phpt10 $x->createComment();
14 Warning: DOMDocument::createComment() expects exactly 1 parameter, 0 given in %s
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/stream/
H A DXMLEventLocationTest.java47 XMLEvent event = factory.createComment("some comment"); in testNonNullLocation()
56 XMLEvent event = factory.createComment("some comment"); in testSetLocation()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/stream/
H A DXMLEventLocationTest.java47 XMLEvent event = factory.createComment("some comment"); in testNonNullLocation()
56 XMLEvent event = factory.createComment("some comment"); in testSetLocation()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/stream/
H A DXMLEventLocationTest.java47 XMLEvent event = factory.createComment("some comment"); in testNonNullLocation()
56 XMLEvent event = factory.createComment("some comment"); in testSetLocation()
/dports/www/mod_php81/php-8.1.1/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt12 $comment = $dom->createComment('test-comment');
19 $comment = $dom->createComment('test-comment');
/dports/lang/php81/php-8.1.1/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt12 $comment = $dom->createComment('test-comment');
19 $comment = $dom->createComment('test-comment');
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/stream/
H A DXMLEventLocationTest.java47 XMLEvent event = factory.createComment("some comment"); in testNonNullLocation()
56 XMLEvent event = factory.createComment("some comment"); in testSetLocation()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/unittest/stream/
H A DXMLEventLocationTest.java47 XMLEvent event = factory.createComment("some comment"); in testNonNullLocation()
56 XMLEvent event = factory.createComment("some comment"); in testSetLocation()
/dports/textproc/php81-dom/php-8.1.1/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt12 $comment = $dom->createComment('test-comment');
19 $comment = $dom->createComment('test-comment');

12345678910>>...57