Home
last modified time | relevance | path

Searched refs:dc_creator (Results 1 – 15 of 15) sorted by relevance

/dports/print/libharu/libharu-RELEASE_2_3_0/src/
H A Dhpdf_pdfa.c144 const char *dc_creator = NULL; in HPDF_PDFA_SetPDFAConformance() local
161 dc_creator = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_AUTHOR); in HPDF_PDFA_SetPDFAConformance()
171 if((dc_title != NULL) || (dc_creator != NULL) || (dc_description != NULL) in HPDF_PDFA_SetPDFAConformance()
190 if((dc_title != NULL) || (dc_creator != NULL) || (dc_description != NULL)) { in HPDF_PDFA_SetPDFAConformance()
199 if(dc_creator != NULL) { in HPDF_PDFA_SetPDFAConformance()
201 ret += HPDF_Stream_WriteStr(xmp->stream, dc_creator); in HPDF_PDFA_SetPDFAConformance()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_pdfa.c144 const char *dc_creator = NULL; in HPDF_PDFA_SetPDFAConformance() local
161 dc_creator = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_AUTHOR); in HPDF_PDFA_SetPDFAConformance()
171 if((dc_title != NULL) || (dc_creator != NULL) || (dc_description != NULL) in HPDF_PDFA_SetPDFAConformance()
190 if((dc_title != NULL) || (dc_creator != NULL) || (dc_description != NULL)) { in HPDF_PDFA_SetPDFAConformance()
199 if(dc_creator != NULL) { in HPDF_PDFA_SetPDFAConformance()
201 ret += HPDF_Stream_WriteStr(xmp->stream, dc_creator); in HPDF_PDFA_SetPDFAConformance()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_pdfa.c144 const char *dc_creator = NULL; in HPDF_PDFA_SetPDFAConformance() local
161 dc_creator = (const char *)HPDF_GetInfoAttr(pdf, HPDF_INFO_AUTHOR); in HPDF_PDFA_SetPDFAConformance()
171 if((dc_title != NULL) || (dc_creator != NULL) || (dc_description != NULL) in HPDF_PDFA_SetPDFAConformance()
190 if((dc_title != NULL) || (dc_creator != NULL) || (dc_description != NULL)) { in HPDF_PDFA_SetPDFAConformance()
199 if(dc_creator != NULL) { in HPDF_PDFA_SetPDFAConformance()
201 ret += HPDF_Stream_WriteStr(xmp->stream, dc_creator); in HPDF_PDFA_SetPDFAConformance()
/dports/www/newsboat/newsboat-2.22.1/rss/
H A Dfeed.h43 std::string dc_creator; variable
H A Drss10parser.cpp41 f.dc_creator = get_content(cnode); in parse_feed()
/dports/net/zebra-server/idzebra-2.0.55/test/config/
H A Dm.flt34 /./ { if {$tag == "dc_creator"} { append AUTHOR $0}; if {$tag == "dc_publisher"} { append PUBLISHE…
/dports/graphics/mupdf/mupdf-1.18.0-source/source/html/
H A Depub-doc.c34 char *dc_title, *dc_creator; member
544 fz_free(ctx, doc->dc_creator); in epub_drop_document()
720 doc->dc_creator = Memento_label(find_metadata(ctx, metadata, "creator"), "epub_creator"); in epub_parse_header()
779 if (!strcmp(key, FZ_META_INFO_AUTHOR) && doc->dc_creator) in epub_lookup_metadata()
780 return 1 + (int)fz_strlcpy(buf, doc->dc_creator, size); in epub_lookup_metadata()
/dports/print/py-pdf2/PyPDF2-1.26.0/PyPDF2/
H A Dxmp.py212 dc_creator = property(_getter_seq(DC_NAMESPACE, "creator", _converter_string)) variable in XmpInformation
/dports/editors/calligra/calligra-3.2.1/libs/text/
H A DKoInlineNote.cpp285 dc_creator creator(annotation.add_dc_creator()); in saveOdf()
/dports/print/py-pdf/pyPdf-1.13/pyPdf/
H A Dxmp.py212 dc_creator = property(_getter_seq(DC_NAMESPACE, "creator", _converter_string)) variable in XmpInformation
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcommit-mailer.rb731 item.dc_creator = @info.author
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcommit-mailer.rb731 item.dc_creator = @info.author
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcommit-mailer.rb731 item.dc_creator = @info.author
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dcommit-mailer.rb731 item.dc_creator = @info.author
/dports/www/newsboat/newsboat-2.22.1/src/
H A Drssparser.cpp486 x->set_author(f.dc_creator); in set_item_author()