Home
last modified time | relevance | path

Searched refs:document (Results 1 – 25 of 209) sorted by relevance

123456789

/onnv-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c380 WriteDocument(DOCUMENT * document, int reverse, int **pageList) in WriteDocument() argument
385 if (document->header && document->trailer && document->page) { in WriteDocument()
386 WriteDocumentHeader(1, document); in WriteDocument()
388 if (document->global != NULL) { in WriteDocument()
389 while (document->global[count] != NULL) { in WriteDocument()
390 GLOBAL *global = document->global[count++]; in WriteDocument()
396 count = reverse ? (document->pages-1) : 0; in WriteDocument()
398 for (prnindex = 0; prnindex < document->pages; prnindex++) { in WriteDocument()
399 PAGE *page = document->page[count]; in WriteDocument()
402 WritePage(1, page, document->global != NULL, in WriteDocument()
[all …]
H A DREADME31 document to be parsed is that it contains DSC Page and Trailer comments. The
/onnv-gate/usr/src/cmd/file/
H A Dmagic277 0 string <!OPS Interleaf ASCII document
284 0 string %! PostScript document
290 0 string \004%! PostScript document text
292 0 string Interpress/Xerox Interpress document
308 0 string <MakerFile Frame Maker document
437 0 long 0x884f5053 Interleaf fast-saved document
448 4 string pgscriptver IslandWrite document
449 13 string DrawFile IslandDraw document
473 0 string <html html document
474 0 string <HTML html document
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dincluded.t20 # This text should NOT be in the resultant pod document
27 It should appear in the final pod document from pod2xxx
32 # This text should NOT be in the resultant pod document
H A Dincluded.xr2 appear in the final pod document from pod2xxx
H A Dinclude.xr16 appear in the final pod document from pod2xxx
/onnv-gate/usr/src/lib/print/libprint/common/
H A DsunPrinter.oc.conf.txt51 printer-document-format-supported,
62 printer-multiple-document-jobs-supported,
97 printer-multiple-document-jobs-supported
H A DsunPrinter.at.conf.txt38 attribute printer-multiple-document-jobs-supported 1.3.18.0.2.4.1132 bin single
42 attribute printer-document-format-supported 1.3.18.0.2.4.1130 cis
/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c1990 xmlDocPtr document; in txml_file_parse() local
2023 if ((document = xmlReadFd(fd, filenm, NULL, readflags)) == NULL) { in txml_file_parse()
2032 if ((dtd = xmlGetIntSubset(document)) == NULL) { in txml_file_parse()
2035 xmlFreeDoc(document); in txml_file_parse()
2042 xmlFreeDoc(document); in txml_file_parse()
2046 if ((cursor = xmlDocGetRootElement(document)) == NULL) { in txml_file_parse()
2048 xmlFreeDoc(document); in txml_file_parse()
2059 xmlFreeDoc(document); in txml_file_parse()
2066 xmlFreeDoc(document); in txml_file_parse()
2075 xmlFreeDoc(document); in txml_file_parse()
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperl573delta.pod7 This document describes differences between the 5.7.2 release and the
102 document that use utf8 is not the right way most of the time
116 document the coderef-in-@INC feature
212 document the new taint behaviour of exec LIST and system LIST
H A Dperlartistic.pod8 You can refer to this document in Pod via "L<perlartistic>"
9 Or you can see this document by entering "perldoc perlartistic"
25 The intent of this document is to state the conditions under which a
145 document the differences in manual pages (or equivalent), together with
H A Dperlmodstyle.pod7 This document attempts to describe the Perl Community's "best practice"
10 before reading this document.
12 While this document is intended to be useful to all module authors, it is
17 developers. However, many of the guidelines presented in this document
20 This document differs from L<perlnewmod> in that it is a style guide
26 All the advice contained in this document has been gleaned from
32 The first section of this document provides an itemized checklist;
435 document it clearly).
512 continues through the document, they should receive a progressively
557 to date, and avoids having to document each piece of code twice (once in
H A Dperlpodspec.pod8 This document is detailed notes on the Pod markup language. Most
10 in Pod, but this document may answer some incidental questions to do
13 In this document, "must" / "must not", "should" /
56 B<Whitespace> is used in this document as a blanket term for spaces,
337 This command, which should occur early in the document (at least
338 before any non-US-ASCII data!), declares that this document is
343 should emit a warning and may abort parsing the document
346 A document having more than one "=encoding" line should be
351 there are contradictory "=encoding" lines in the same document
352 (e.g., if there is a "=encoding utf8" early in the document and
[all …]
/onnv-gate/usr/src/lib/pam_modules/authtok_check/
H A DTHIRDPARTYLICENSE4 * in the "LICENCE" document which accompanies distributions of Crack v4.0
/onnv-gate/usr/src/cmd/Adm/
H A Dmime.types37 application/vnd.openxmlformats-officedocument.wordprocessingml.document docx
38 application/vnd.ms-word.document.macroenabled.12 docm
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DParser.cxx34 if (params.entityType == SgmlParser::Params::document) { in Parser()
101 case SgmlParser::Params::document: in Parser()
H A DSgmlParser.cxx103 : entityType(document), in Params()
/onnv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c3638 xmlDocPtr document; in lxml_get_bundle_file() local
3666 if ((document = xmlReadFile(filename, NULL, 0)) == NULL) { in lxml_get_bundle_file()
3671 document->name = strdup(filename); in lxml_get_bundle_file()
3676 if ((dtd = xmlGetIntSubset(document)) == NULL) { in lxml_get_bundle_file()
3684 dtdpath = (char *)document->intSubset->SystemID; in lxml_get_bundle_file()
3692 if ((cursor = xmlDocGetRootElement(document)) == NULL) { in lxml_get_bundle_file()
3694 xmlFreeDoc(document); in lxml_get_bundle_file()
3700 xmlFreeDoc(document); in lxml_get_bundle_file()
3713 if (document->extSubset != NULL) in lxml_get_bundle_file()
3714 xmlFreeDtd(document->extSubset); in lxml_get_bundle_file()
[all …]
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DSgmlParser.h39 document, enumerator
/onnv-gate/usr/src/lib/print/libipp-listener/
H A DMakefile.com35 restart-job.o resume-printer.o send-document.o set-job-attributes.o \
/onnv-gate/usr/src/cmd/ssh/doc/
H A DREADME1 [ A Japanese translation of this document is available at
49 Please refer to the INSTALL document for information on how to install
H A DWARNING.RNG1 This document contains a description of portable OpenSSH's random
18 tell you if this is the case), then read this document in its entirety.
/onnv-gate/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DS126 # University Acknowledgment- Portions of this document are derived from
/onnv-gate/usr/src/cmd/svc/milestone/
H A DREADME.share45 document recommends an invocation like
147 (An extended version of this document is available at
149 document references.)
/onnv-gate/usr/src/cmd/ssh/etc/
H A Dmoduli3 # This document does not constitute an API. The /etc/ssh/moduli file

123456789