- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,185 for comment (0.03 sec)
-
src/archive/zip/testdata/comment-truncated.zip
Damien Neil <******@****.***> 1715722750 -0700
Registered: 2025-05-27 11:13 - Last Modified: 2024-05-16 15:56 - 216 bytes - Viewed (0) -
scripts/notify_translations.py
) for comment in comments: if new_translation_message in comment.body: already_notified_comment = comment elif done_translation_message in comment.body: already_done_comment = comment logging.info( f"Already notified comment: {already_notified_comment}, already done comment: {already_done_comment}" )
Registered: 2025-05-25 07:19 - Last Modified: 2025-01-28 22:30 - 12.7K bytes - Viewed (0) -
api/go1.19.txt
pkg go/doc/comment, type DocLink struct, Recv string #51082 pkg go/doc/comment, type DocLink struct, Text []Text #51082 pkg go/doc/comment, type Heading struct #51082 pkg go/doc/comment, type Heading struct, Text []Text #51082 pkg go/doc/comment, type Italic string #51082 pkg go/doc/comment, type Link struct #51082 pkg go/doc/comment, type Link struct, Auto bool #51082 pkg go/doc/comment, type Link struct, Text []Text #51082
Registered: 2025-05-27 11:13 - Last Modified: 2022-12-02 16:29 - 17.9K bytes - Viewed (0) -
internal/config/config_test.go
}, // Keys and input order of k=v is same. { input: `connection_string="host=localhost port=2832" comment="really long comment"`, keys: []string{"connection_string", "comment"}, expectedFields: map[string]struct{}{ `connection_string="host=localhost port=2832"`: {}, `comment="really long comment"`: {}, }, },
Registered: 2025-05-25 19:28 - Last Modified: 2022-08-18 22:55 - 4.2K bytes - Viewed (0) -
dbflute_fess/dfprop/classificationDefinitionMap.dfprop
# ; [group-name] = map:{ # ; groupComment=[comment] # ; elementList=list:{[the list of classification element's name]} # } # } # } # # classification elements for implicit classification # ; map:{ # ; code=[code]; name=[name]; alias=[alias]; comment=[comment] # ; sisterCode=[code or code-list]; subItemMap=map:{[free-map]}
Registered: 2025-05-26 08:04 - Last Modified: 2015-07-04 22:46 - 2.2K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/JavadocConverter.java
return; } Text comment = (Text) firstNode.getFirstChild(); Matcher matcher = ACCESSOR_COMMENT_PATTERN.matcher(comment.getData()); if (matcher.lookingAt()) { String theOrWhether = matcher.group(1).toLowerCase(Locale.US); comment.setData(StringUtils.capitalize(theOrWhether) + " " + comment.getData().substring(matcher.end())); } }
Registered: 2025-05-28 11:36 - Last Modified: 2025-05-21 06:20 - 29.3K bytes - Viewed (0) -
scripts/people.py
Registered: 2025-05-25 07:19 - Last Modified: 2025-01-28 20:34 - 12.1K bytes - Viewed (0) -
build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/ClassDocRendererTest.groovy
''') ClassDoc classDoc = classDoc('Class', content: content) PropertyDoc deprecatedProp = propertyDoc('deprecatedProperty', id: 'prop1', description: 'prop1 description', comment: 'prop1 comment', type: 'org.gradle.Type', deprecated: true) PropertyDoc incubatingProp = propertyDoc('incubatingProperty', id: 'prop2', description: 'prop2 description', comment: 'prop2 comment', type: 'org.gradle.Type', incubating: true)
Registered: 2025-05-28 11:36 - Last Modified: 2020-12-09 08:14 - 40.8K bytes - Viewed (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/util/ReproduciblePropertiesWriter.kt
Registered: 2025-05-28 11:36 - Last Modified: 2023-09-30 16:17 - 1.6K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/model/MethodDoc.groovy
private final MethodMetaData metaData private final List<Element> comment private final ClassMetaData referringClass MethodDoc(MethodMetaData metaData, List<Element> comment) { this(metaData.ownerClass, metaData, comment) } MethodDoc(ClassMetaData referringClass, MethodMetaData metaData, List<Element> comment) { this.metaData = metaData this.referringClass = referringClass
Registered: 2025-05-28 11:36 - Last Modified: 2020-12-09 08:14 - 2.3K bytes - Viewed (0)