Searched refs:document (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Djavascript.cgi7 # Here's the javascript code that we include in the document.
13 var birthday = validateDate(document.form1.birthdate);
15 document.form1.birthdate.focus()
16 document.form1.birthdate.select();
23 document.form1.birthdate.focus();
24 document.form1.birthdate.select();
29 document.form1.age.value=Math.floor(years);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL154 # Case where we want everything to be in a single document
258 time and either generate a latex file per input document or a single
273 argument is not supplied, a single document will be created for each
320 Print information messages as each document is processed.
H A Dpod2man.PL333 of the documentation for man pages that document something else. If
427 particularly important to document files that will be potentially modified.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DTabs.pm93 entire document in one string. Instead feed it an array of lines.
H A DBalanced.pm1781 Unlike other types of quote-like literals, a here document is rarely
1783 here document might look like this:
1793 the two separate pieces of the here document are successfully extracted and
1802 "<<'EOMSG'\nThis is the message.\nEOMSG\n" (i.e. the full extracted here document,
1819 "'EOMSG'" (i.e. the left delimiter of the here document, including any quotes),
1823 "This is the message.\n" (i.e. the text of the here document),
1827 "EOMSG" (i.e. the right delimiter of the here document),
1831 "" (a here document has no second left delimiter, second text, second right
1837 "exit;" (i.e. I<after> the closing delimiter of the here document),
1841 To avoid this problem, when it encounters a here document whils
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c2173 xmlDocPtr document; local
2215 if ((document = xmlReadFd(fd, filenm, NULL, readflags)) == NULL) {
2217 "%s: couldn't parse document\n", __func__);
2223 * Verify that this is a document type we understand.
2225 if ((dtd = xmlGetIntSubset(document)) == NULL) {
2227 "%s: document has no DTD\n", __func__);
2229 xmlFreeDoc(document);
2235 "%s: document DTD unknown; bad topology file\n", __func__);
2237 xmlFreeDoc(document);
2241 if ((cursor = xmlDocGetRootElement(document))
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm412 $self->{AddPreamble} = 1 # make full latex document
419 unless exists $self->{AddPostamble}; # effectively end{document} and index
450 # start and end of document. AddPreamble and AddPostamble are ignored
485 \begin{document}
493 If used in conjunction with C<AddPostamble> a full latex document will
512 file after the document has been processed.
515 \end{document}
523 If used in conjunction with C<AddPreaamble> a full latex document will
586 defined if more than one pod document is to be included in a single
875 %% Latex generated from POD in document
[all...]
H A DParseUtils.pm672 Look for a POD document named C<$name> in the cache. Returns the
725 Set/retrieve the POD document name (e.g. "Pod::Parser").
770 Add a node (or a list of nodes) to the document's node list. Note that
814 Add an index entry (or a list of them) to the document's index list. Note that
H A DParser.pm119 per-document initialization or cleanup).
485 document that is encountered in the input. Subclasses should override
486 this method to perform any per-document initialization.
506 Note that if multiple files are parsed for a single POD document
509 initializations once per document, then you should use B<begin_pod()>.
529 Please note that if multiple files are parsed for a single POD document
532 cleanup actions once per document, then you should use B<end_pod()>.
547 This method is invoked at the end of processing for each POD document
549 to perform any per-document finalization.
1186 ## the entire document (bu
[all...]
H A DFind.pm317 Returns the location of a pod document given a search directory
H A DChecker.pm94 Check for unresolved document-internal links. This check may also reveal
324 While checking, this module collects document properties, e.g. the nodes
512 ## Now check the pod document for errors
759 # check validity of document internal hyperlinks
H A DSelect.pm295 subheadings in the document being parsed. The list of headings returned
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBblock.pm194 Somebody who understands the stand-alone options document them, please.
/osnet-11/usr/src/lib/libldap4/misc/
H A Dldaptemplates.conf463 "document icon"
469 document
510 "document description icon"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm90 supposed to look like when it gets to Perl. This document offers some tips
93 It is very possible that this document will fall far short of being useful
103 counts on SVs. This document will take a passive, and safe, approach
200 document for Perl. The examples do demonstrate some basics of the raw Perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm1675 # $title -> (optional) The title for this HTML document (-title)
1677 # $base -> (optional) if set to true, will enter the BASE address of this document
1900 # End an HTML document.
4409 The examples in this document mainly use the object-oriented style.
4430 case, the single argument is the document type.
5195 document itself. CGI.pm provides functions for generating HTTP
5206 HTTP header. This tells the browser what type of document to expect,
5208 date, and whether to cache the document. The header can also be
5309 Sometimes you don't want to produce a document yourself, but simply
5557 helps resolve relative addresses to absolute ones when the document i
[all...]
H A DSwitch.pm505 This document describes version 2.10 of Switch,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL530 This document defines a standard generic interface to the dynamic
534 This document serves as both a specification for anyone wishing to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm1721 modify this document under the same terms as Perl itself.
1723 This document is provided in the hope that it will be
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex28 % a Texinfo source document, you may use the result without
40 % complete document in each bug report with which we can reproduce the
773 % document, then we can reconsider our strategy.
1106 % If working on a large document in chapters, it is convenient to
1151 % adobe `portable' document format
1292 % document fonts. Therefore we cannot use special characters,
2219 % By default, they are off at the start of a document,
2230 % chapter name on inside top of right hand pages, document
2289 % @settitle line... specifies the title of the document, for headings.
2459 % If the document ha
[all...]
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex26 % a Texinfo source document, you may use the result without
38 % complete document in each bug report with which we can reproduce the
837 % document, then we can reconsider our strategy.
1179 % If working on a large document in chapters, it is convenient to
1224 % adobe `portable' document format
1509 % document fonts. Therefore we cannot use special characters,
2971 % By default, they are off at the start of a document,
2982 % chapter name on inside top of right hand pages, document
3041 % @settitle line... specifies the title of the document, for headings.
3211 % If the document ha
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm1089 the description of tmpfile() elsewhere in this document).
1105 and mktemp() functions described elsewhere in this document
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm319 to fit in one document. This POD itself explains the top-level APIs
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm222 This document describes version 0.78 of Attribute::Handlers,
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh4221 attributetypes: ( 1.3.18.0.2.4.1132 NAME 'printer-multiple-document-jobs-supported' DESC 'Indicates whether or not the printer supports more than one document per job, i.e., more than one Send-Document or Send-Data operation with document data.' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
4225 attributetypes: ( 1.3.18.0.2.4.1130 NAME 'printer-document-format-supported' DESC 'The possible document formats in which data may be interpreted and printed by this printer. Legal values are MIME types come from the IANA Registry of Internet Media Types.' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} )
4238 attributetypes: ( 1.3.18.0.2.4.1118 NAME 'printer-copies-supported' DESC 'The maximum number of copies of a document that may be printed as a single job. A value of "0" indicates no maximum limit. A value of "-1" indicates unknown.' EQUALITY integerMatch ORDERING integerOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
4367 objectclasses: ( 1.3.18.0.2.6.258 NAME 'printerAbstract' DESC 'Printer related information.' SUP top ABSTRACT MAY ( printer-name $ printer-natural-language-configured $ printer-location $ printer-info $ printer-more-info $ printer-make-and-model $ printer-multiple-document-jobs-supported $ printer-charset-configured $ printer-charset-supported $ printer-generated-natural-language-supported $ printer-document-format-supported $ printer-color-supported $ printer-compression-supported $ printer-pages-per-minute $ printer-pages-per-minute-color $ printer-finishings-supported $ printer-number-up-supported $ printer-sides-supported $ printer-media-supported $ printer-media-local-supported $ printer-resolution-supported $ printer-print-quality-supported $ printer-job-priority-supported $ printer-copies-supported $ printer-job-k-octets-supported $ printer-current-operator $ printer-service-person $ printer-delivery-orientation-supported $ printer-stacking-order-supported $ printer-output-features-supported ) )
4382 objectclasses: ( 1.3.18.0.2.6.256 NAME 'printerIPP' DESC 'Internet Printing Protocol (IPP) information.' SUP top AUXILIARY MAY ( printer-ipp-versions-supported $ printer-multiple-document-jobs-supported ) )

Completed in 152 milliseconds

12