Home
last modified time | relevance | path

Searched +defs:comment +defs:doc (Results 1 – 25 of 1296) sorted by relevance

12345678910>>...52

/dports/devel/libcjson/cJSON-1.7.15/tests/json-patch-tests/
H A Dtests.json2 { "comment": "empty list, empty docs", string
3 "doc": {}, object
7 { "comment": "empty patch list", string
12 { "comment": "rearrangements OK?", string
32 { "comment": "toplevel array", string
33 "doc": [], array
43 "doc": {}, object
48 "doc": {}, object
73 { "comment": "Add, / target", string
264 { "comment": "Whole document", string
[all …]
H A Dcjson-utils-tests.json3 "comment": "1", string
4 "doc": { "foo": "bar"}, object
9 "comment": "2", string
15 "comment": "3", string
21 "comment": "4", string
27 "comment": "5", string
33 "comment": "6", string
39 "comment": "7", string
45 "comment": "8", string
50 "comment": "9", string
[all …]
H A Dspec_tests.json12 "doc": { object
26 "doc": { object
39 "doc": { object
53 "doc": { object
66 "doc": { object
81 "doc": { object
106 "doc": { object
120 "doc": { object
136 "doc": { object
147 "doc": { object
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/data/
H A Djson-patch-test.json2 { "comment": "empty list, empty docs", string
3 "doc": {}, object
7 { "comment": "empty patch list", string
12 { "comment": "rearrangements OK?", string
32 { "comment": "toplevel array", string
33 "doc": [], array
43 "doc": {}, object
48 "doc": {}, object
73 { "comment": "Add, / target", string
264 { "comment": "Whole document", string
[all …]
H A Djson-patch-spec-test.json12 "doc": { object
26 "doc": { object
39 "doc": { object
53 "doc": { object
66 "doc": { object
81 "doc": { object
106 "doc": { object
120 "doc": { object
136 "doc": { object
147 "doc": { object
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/test/data/json-patch-tests/
H A Dtests.json2 { "comment": "empty list, empty docs", string
3 "doc": {}, object
7 { "comment": "empty patch list", string
12 { "comment": "rearrangements OK?", string
32 { "comment": "toplevel array", string
33 "doc": [], array
43 "doc": {}, object
48 "doc": {}, object
73 { "comment": "Add, / target", string
260 { "comment": "Whole document", string
[all …]
H A Dspec_tests.json12 "doc": { object
26 "doc": { object
39 "doc": { object
53 "doc": { object
66 "doc": { object
81 "doc": { object
106 "doc": { object
120 "doc": { object
136 "doc": { object
147 "doc": { object
[all …]
/dports/misc/py-spdx-tools/spdx-tools-0.6.1/spdx/parsers/
H A Drdfbuilders.py37 def set_doc_version(self, doc, value): argument
55 def set_doc_data_lic(self, doc, res): argument
73 def set_doc_name(self, doc, name): argument
101 def set_doc_comment(self, doc, comment): argument
143 def set_chksum(self, doc, chk_sum): argument
176 def set_creation_comment(self, doc, comment): argument
286 def set_pkg_desc(self, doc, text): argument
356 def set_pkg_ext_ref_comment(self, doc, comment): argument
474 def set_snippet_comment(self, doc, comment): argument
507 def add_review_comment(self, doc, comment): argument
[all …]
H A Djsonyamlxmlbuilders.py59 def set_doc_spdx_id(self, doc, doc_spdx_id_line): argument
75 def set_doc_comment(self, doc, comment): argument
91 def set_lic_name(self, doc, name): argument
111 def set_lic_text(self, doc, text): argument
127 def set_lic_comment(self, doc, comment): argument
147 def set_file_notice(self, doc, text): argument
163 def set_file_type(self, doc, type_value): argument
183 def add_annotation_comment(self, doc, comment): argument
H A Dtagvaluebuilders.py137 def set_doc_comment(self, doc, comment): argument
308 def set_creation_comment(self, doc, comment): argument
401 def add_review_comment(self, doc, comment): argument
474 def add_annotation_comment(self, doc, comment): argument
949 def add_pkg_ext_ref_comment(self, doc, comment): argument
1191 def file(self, doc): argument
1197 def has_file(self, doc): argument
1204 def has_package(self, doc): argument
1231 def extr_lic(self, doc): argument
1291 def set_lic_comment(self, doc, comment): argument
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/python/tests/
H A Dbuild.py8 doc = libxml2.newDoc("1.0") variable
9 comment = doc.newDocComment("This is a generated document") variable
22 doc = libxml2.parseFile("tmp.xml") variable
23 comment = doc.children variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/python/tests/
H A Dbuild.py8 doc = libxml2.newDoc("1.0") variable
9 comment = doc.newDocComment("This is a generated document") variable
22 doc = libxml2.parseFile("tmp.xml") variable
23 comment = doc.children variable
/dports/textproc/py-libxml2/libxml2-2.9.12/python/tests/
H A Dbuild.py8 doc = libxml2.newDoc("1.0") variable
9 comment = doc.newDocComment("This is a generated document") variable
22 doc = libxml2.parseFile("tmp.xml") variable
23 comment = doc.children variable
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/d/
H A Ddcodeoperation.cpp19 DCodeOperation::DCodeOperation(DClassifierCodeDocument * doc, UMLOperation *parent, in DCodeOperation()
20 const QString & body, const QString & comment) : CodeOperation (doc, parent, body, comment) in DCodeOperation()
37 CodeDocument * doc = getParentDocument(); in updateMethodDeclaration() local
107 QString comment = o->doc(); in updateMethodDeclaration() local
126 ClassifierCodeDocument * doc = dynamic_cast<ClassifierCodeDocument*>(getParentDocument()); in lastEditableLine() local
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/java/
H A Djavacodeoperation.cpp17 …(JavaClassifierCodeDocument * doc, UMLOperation *parent, const QString & body, const QString & com… in JavaCodeOperation()
35 CodeDocument * doc = getParentDocument(); in updateMethodDeclaration() local
82 QString comment = o->doc(); in updateMethodDeclaration() local
108 ClassifierCodeDocument * doc = dynamic_cast<ClassifierCodeDocument*>(getParentDocument()); in lastEditableLine() local
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/doc/
H A Dgenerate_doc.php94 function writeCommentDoc($file, $comment, $indent = 0) {
100 function writeParamReturnCommentDoc($file, $typeAndName, $comment) {
162 function writeReturnDoc($doc, $file, $class, $method) {
219 function writeMethodCommentDoc($file, $comment, &$throws, &$sees) {
237 function writeMethodDoc($doc, $file, $class, $method) {
301 function writeMethod($doc, $file, $class, $method) {
353 function writeClassDoc($doc, $file, $class) {
373 function writeClass($doc, $file, $class) {
452 function populateFromParent($classDoc, $doc) {
535 $doc = array($classNameNoCoreNamespace => $doc); variable
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/filters/
H A Di18n.py6 doc = minidom.parse(sys.argv[1]) variable
19 comment = "" variable
22comment = '/* TRANSLATORS: NR means non-realistic. See menu Filters > Non realistic shaders */\n' variable
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/ruby/
H A Drubycodeoperation.cpp21 …ation::RubyCodeOperation (RubyClassifierCodeDocument * doc, UMLOperation *parent, const QString & … in RubyCodeOperation()
39 CodeDocument * doc = getParentDocument(); in updateMethodDeclaration() local
107 QString comment = o->doc(); in updateMethodDeclaration() local
199 ClassifierCodeDocument * doc = dynamic_cast<ClassifierCodeDocument*>(getParentDocument()); in lastEditableLine() local
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/cpp/
H A Dcppsourcecodeoperation.cpp16 …ion::CPPSourceCodeOperation(CPPSourceCodeDocument * doc, UMLOperation *parent, const QString & bod… in CPPSourceCodeOperation()
46 CPPSourceCodeDocument * doc = dynamic_cast<CPPSourceCodeDocument*>(getParentDocument()); in updateMethodDeclaration() local
57 QString comment = o->doc(); in updateMethodDeclaration() local
/dports/graphics/gthumb/gthumb-3.10.1/extensions/comments/
H A Dgth-comment.c130 DomDocument *doc) in gth_comment_real_create_element()
281 GthComment *comment; in gth_comment_new_for_file() local
286 DomDocument *doc; in gth_comment_new_for_file() local
329 gth_comment_to_data (GthComment *comment, in gth_comment_to_data()
332 DomDocument *doc; in gth_comment_to_data() local
348 GthComment *comment; in gth_comment_dup() local
393 gth_comment_set_note (GthComment *comment, in gth_comment_set_note()
405 gth_comment_set_place (GthComment *comment, in gth_comment_set_place()
497 gth_comment_get_note (GthComment *comment) in gth_comment_get_note()
525 gth_comment_get_date (GthComment *comment) in gth_comment_get_date()
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/xml/simpleparser/
H A DSimpleXMLParser.java154 SimpleXMLDocHandler doc; field in SimpleXMLParser
156 SimpleXMLDocHandlerComment comment; field in SimpleXMLParser
170 …private SimpleXMLParser(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, boolean html)… in SimpleXMLParser()
577 …public static void parse(SimpleXMLDocHandler doc, SimpleXMLDocHandlerComment comment, Reader r, bo… in parse()
588 public static void parse(SimpleXMLDocHandler doc, InputStream in) throws IOException { in parse()
648 public static void parse(SimpleXMLDocHandler doc,Reader r) throws IOException { in parse()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppeditor/
H A Dcppdocumentationcommenthelper.cpp50 QString comment = QString(document->characterAt(pos - 3)) in isStartOfDoxygenComment() local
61 const QTextDocument *doc) in doxygenStyle()
65 QString comment = QString(doc->characterAt(pos - 3)) in doxygenStyle() local
115 const QTextDocument *doc) in lineStartsWithCppDoxygenCommentAndCursorIsAfter()
185 const QTextDocument *doc = editorWidget->document(); in handleDoxygenContinuation() local
314 const QString &comment = doxygen.generate(cursor, in trySplitComment() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/xml/
H A Drepr.cpp34 Inkscape::XML::Document *doc = new Inkscape::XML::SimpleDocument(); in sp_repr_document_new() local
38 …Inkscape::XML::Node *comment = doc->createComment(" Created with Inkscape (http://www.inkscape.org… in sp_repr_document_new() local
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/keystate/
H A Dzonelist_update.c44 …nt zonelist_update(int add, int sockfd, const char* filename, const zone_db_t* zone, int comment) { in zonelist_update()
45 xmlDocPtr doc; in zonelist_update() local
228 int zonelist_update_add(int sockfd, const char* filename, const zone_db_t* zone, int comment) { in zonelist_update_add()
232 int zonelist_update_delete(int sockfd, const char* filename, const zone_db_t* zone, int comment) { in zonelist_update_delete()
/dports/net/linknx/linknx-0.0.1.32/ticpp/
H A Dxmltest.cpp399 TiXmlComment* comment = commentHandle.Node()->ToComment(); in main() local
447 TiXmlDocument doc; in main() local
600 TiXmlComment comment; in main() local
633 TiXmlDocument doc; in main() local
674 TiXmlDocument doc; in main() local
707 TiXmlDocument doc; in main() local
899 TiXmlDocument doc; in main() local
921 TiXmlDocument doc; in main() local
925 TiXmlComment* comment = docH.Child( 0 ).Node()->ToComment(); in main() local
937 TiXmlDocument doc; in main() local
[all …]

12345678910>>...52