Home
last modified time | relevance | path

Searched refs:html (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/illumos-gate/usr/src/lib/libsecdb/help/auths/
H A DMakefile34 DevConfig.html \
35 DevCDRW.html \
36 DevGrant.html \
37 DevRevoke.html \
40 JobHeader.html \
42 JobsGrant.html \
48 MailQueue.html \
49 PriAdmin.html \
60 SysDate.html \
137 WifiWep.html \
[all …]
/illumos-gate/usr/src/lib/libsecdb/help/profiles/
H A DMakefile27 RtAcctadm.html \
28 RtAll.html \
29 RtAuditCfg.html \
30 RtAuditCtrl.html \
33 RtConsUser.html \
39 RtExAcctNet.html \
62 RtNetILB.html \
63 RtNetIPsec.html \
70 RtNetVRRP.html \
91 RtInfoSec.html \
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dconsolidation-osnet-osnet-message-files.p5m60 file path=usr/lib/help/auths/locale/DevCDRW.html
61 file path=usr/lib/help/auths/locale/DevConfig.html
62 file path=usr/lib/help/auths/locale/DevGrant.html
63 file path=usr/lib/help/auths/locale/DevRevoke.html
66 file path=usr/lib/help/auths/locale/FileChown.html
68 file path=usr/lib/help/auths/locale/FileOwner.html
72 file path=usr/lib/help/auths/locale/JobHeader.html
73 file path=usr/lib/help/auths/locale/JobsGrant.html
95 file path=usr/lib/help/auths/locale/PriAdmin.html
101 file path=usr/lib/help/auths/locale/PrintPs.html
[all …]
H A Dsystem-trusted.p5m65 file path=usr/lib/help/auths/locale/C/FileChown.html
66 file path=usr/lib/help/auths/locale/C/FileHeader.html
67 file path=usr/lib/help/auths/locale/C/FileOwner.html
71 file path=usr/lib/help/auths/locale/C/LabelPrint.html
72 file path=usr/lib/help/auths/locale/C/LabelRange.html
74 file path=usr/lib/help/auths/locale/C/PrintAdmin.html
77 file path=usr/lib/help/auths/locale/C/PrintList.html
79 file path=usr/lib/help/auths/locale/C/PrintPs.html
81 file path=usr/lib/help/auths/locale/C/TNDaemon.html
82 file path=usr/lib/help/auths/locale/C/TNctl.html
[all …]
H A DSUNWcs.p5m954 file path=usr/lib/help/auths/locale/C/DevConfig.html
955 file path=usr/lib/help/auths/locale/C/DevGrant.html
956 file path=usr/lib/help/auths/locale/C/DevRevoke.html
962 file path=usr/lib/help/auths/locale/C/JobHeader.html
963 file path=usr/lib/help/auths/locale/C/JobsGrant.html
977 file path=usr/lib/help/auths/locale/C/PriAdmin.html
988 file path=usr/lib/help/auths/locale/C/SmfHeader.html
1041 file path=usr/lib/help/auths/locale/C/SysDate.html
1042 file path=usr/lib/help/auths/locale/C/SysHeader.html
1053 file path=usr/lib/help/auths/locale/C/WifiWep.html
[all …]
/illumos-gate/usr/src/lib/libsecdb/
H A Dauth_attr.txt48 solaris.device.mount.:::Device Mount::help=DevMount.html
57 solaris.file.:::File Operations::help=FileHeader.html
61 solaris.hotplug.:::Hotplug::help=HotplugHeader.html
64 solaris.jobs.:::Job Scheduler::help=JobHeader.html
75 solaris.login.:::Login Control::help=LoginHeader.html
79 solaris.mail.:::Mail::help=MailHeader.html
80 solaris.mail.mailq:::Mail Queue::help=MailQueue.html
82 solaris.network.:::Network::help=NetworkHeader.html
103 solaris.profmgr.:::Rights::help=ProfmgrHeader.html
110 solaris.role.:::Roles::help=RoleHeader.html
[all …]
H A Dprof_attr.txt29 All:::Execute any command as the user or role:help=RtAll.html
31 Audit Control:::Control Solaris Audit:auths=solaris.smf.manage.audit;help=RtAuditCtrl.html
32 Audit Review:::Review Solaris Auditing logs:help=RtAuditReview.html
34 Contract Observer:::Reliably observe any/all contract events:help=RtContractObserver.html
38 Log Management:::Manage log files:help=RtLogMngmnt.html
57 Media Catalog:::Catalog files and file systems:help=RtMediaCtlg.html
88 FTP Management:::Manage the FTP server:help=RtFTPMngmnt.html
89 Crypto Management:::Cryptographic Framework Administration:help=RtCryptoMngmnt.html
92 DAT Administration:::Manage the DAT configuration:help=RtDatAdmin.html
101 IP Filter Management:::IP Filter Administration:help=RtIPFilterMngmnt.html
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.h83 struct html { struct
124 void print_gen_decls(struct html *);
125 void print_gen_head(struct html *);
129 void print_tagq(struct html *, const struct tag *);
130 void print_stagq(struct html *, const struct tag *);
131 void print_tagged_text(struct html *, const char *,
133 void print_text(struct html *, const char *);
134 void print_tblclose(struct html *);
137 void print_endline(struct html *);
139 void html_close_paragraph(struct html *);
[all …]
H A Dhtml.c139 struct html *h; in html_alloc()
162 html_reset_internal(struct html *h) in html_reset_internal()
195 print_gen_head(struct html *h) in print_gen_head()
261 print_metaf(struct html *h) in print_metaf()
295 html_close_paragraph(struct html *h) in html_close_paragraph()
432 print_escape(struct html *h, char c) in print_escape()
869 print_gen_decls(struct html *h) in print_gen_decls()
1005 print_byte(struct html *h, char c) in print_byte()
1035 print_endline(struct html *h) in print_endline()
1056 print_endword(struct html *h) in print_endword()
[all …]
H A Dman_html.c40 struct html *h
48 struct html *);
68 struct html *);
70 struct html *);
116 struct html *h; in html_man()
120 h = (struct html *)arg; in html_man()
143 print_man_head(const struct roff_meta *man, struct html *h) in print_man_head()
264 man_root_pre(const struct roff_meta *man, struct html *h) in man_root_pre()
292 man_root_post(const struct roff_meta *man, struct html *h) in man_root_post()
H A Dtbl_html.c33 static void html_tblopen(struct html *, const struct tbl_span *);
82 html_tblopen(struct html *h, const struct tbl_span *sp) in html_tblopen()
104 print_tblclose(struct html *h) in print_tblclose()
113 print_tbl(struct html *h, const struct tbl_span *sp) in print_tbl()
H A Droff_html.c31 #define ROFF_HTML_ARGS struct html *h, const struct roff_node *n
59 roff_html_pre(struct html *h, const struct roff_node *n) in roff_html_pre()
H A Dmdoc_html.c41 struct html *h
53 struct html *);
56 static void synopsis_pre(struct html *, struct roff_node *);
59 struct html *);
61 struct html *);
247 synopsis_pre(struct html *h, struct roff_node *n) in synopsis_pre()
285 struct html *h; in html_mdoc()
289 h = (struct html *)arg; in html_mdoc()
312 print_mdoc_head(const struct roff_meta *meta, struct html *h) in print_mdoc_head()
453 mdoc_root_post(const struct roff_meta *meta, struct html *h) in mdoc_root_post()
[all …]
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk412 index.html \
413 sqlite.html \
414 changes.html \
415 lang.html \
416 opcode.html \
417 arch.html \
419 vdbe.html \
421 mingw.html \
424 speed.html \
425 faq.html \
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DWWW.mk37 %.html %-index.html : %.mm (html_info)
40 %.html : %.mm (html_info)
43 %.html : %.1 (html_info)
46 ignore $(>) --html 2> $(<)
64 for I $(J:G=%.html)
66 O := $(D)/index.html
91 .WWW : $(J:D=$(M):B:S=.html)
333 if I == "*.html"
341 if J == "*-index.html"
381 if I == "*.html"
[all …]
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1209 framed_sdiff $TNAME $TPATH /tmp/$$.file1.html /tmp/$$.file2.html \
1250 cp $WDIR/$DIR/$TNAME.lhs.html $WDIR/$DIR/$TNAME.rhs.html
1278 </html>
3053 COMM=$(getcomments html $P $PP)
3144 > $WDIR/$DIR/$F.cdiff.html
3149 > $WDIR/$DIR/$F.udiff.html
3262 INDEXFILE=$WDIR/index.html
3395 if [[ -f $F-.html ]]; then
3404 if [[ -f $F.html ]]; then
3443 if [[ -f $F-.html && ! -f $F.html ]]; then
[all …]
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsubmitting-patches.md5 [Submitting Patches](https://www.kernel.org/doc/html/v4.12/process/submitting-patches.html)
14 2. [Coding Style](https://www.kernel.org/doc/html/v4.12/process/coding-style.html) remains the same.
18 …inux Kernel Sign your work](https://www.kernel.org/doc/html/v4.12/process/submitting-patches.html#…
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A DMakefile.in79 HTMLS = grub.html multiboot.html
332 .texi.html:
333 rm -rf $(@:.html=.htp)
335 -o $(@:.html=.htp) $<; \
338 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
339 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
341 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
342 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
641 html: html-am
643 html-am: $(HTMLS)
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c183 html = ( urlprefix != NULL ); in do_entry2text()
185 if ( html ) { in do_entry2text()
634 html = ( urlprefix != NULL ); in do_vals2text()
680 if ( html ) { in do_vals2text()
696 if ( i > 0 && !html ) { in do_vals2text()
698 writeparm, eol, html ); in do_vals2text()
707 if ( html ) { in do_vals2text()
752 if ( html ) { in do_vals2text()
769 if ( html ) { in do_vals2text()
814 if ( html ) { in output_label()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A DMAINTENANCE16 6. Run ``cd grub; ln -s grub.html index.html''.
18 8. Update manual.html by hand.
58 * http://www.gnu.org/prep/maintain_toc.html
59 * http://www.gnu.org/prep/standards_toc.html
60 * http://www.gnu.org/server/fsf-html-style-sheet.html
/illumos-gate/usr/src/cmd/file/
H A Dmagic474 0 string <html html document
475 0 string <HTML html document
476 0 string <Html html document
479 0 string <!doctype html html document
482 0 string <!DOCTYPE html html document
485 0 string <!Doctype html html document
486 0 string <head html document
487 0 string <HEAD html document
488 0 string <Head html document
489 0 string <title html document
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DMamfile512 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"…
542 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"…
548 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"…
554 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"…
560 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"…
572 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"…
578 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"…
584 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"…
590 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"…
692 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?libcmd]"…
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DMamfile66 …ntellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?msgcc]"
74 …ntellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?msgcc]"
187 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?msgcc]"\…
219 …ntellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?msgcc]"
227 …ntellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?msgcc]"
242 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?msgcc]"\…
259 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?msgcc]"\…
272 …ellectual Property][-license?http://www.eclipse.org/org/documents/epl-v10.html][--catalog?msgcc]"\…
/illumos-gate/usr/src/data/zoneinfo/
H A Dantarctica31 # https://web.archive.org/web/20021204222245/http://www.dstc.qut.edu.au/DST/marg/daylight.html
52 # https://www.timeanddate.com/news/time/antarctica-new-times.html
67 # https://www.timeanddate.com/news/time/antartica-time-changes-2010.html
120 # http://www.antdiv.gov.au/aad/exop/sfo/casey/casey_aws.html
122 # http://www.antdiv.gov.au/aad/exop/sfo/davis/video.html
124 # http://www.antdiv.gov.au/aad/exop/sfo/mawson/video.html
325 # <http://webexhibits.org/daylightsaving/g.html> says Rothera is -03 all year.
351 # http://www.cybertours.com/whs/pole10.html
H A Dafrica189 # http://www.worldtimezone.com/dst_news/dst_news_egypt04.html
203 # https://www.timeanddate.com/worldclock/city.html?n=53
252 # https://www.timeanddate.com/news/time/egypt-dst-ends-2009.html
270 # http://www.worldtimezone.com/dst_news/dst_news_egypt02.html
458 # https://mm.icann.org/pipermail/tz/2012-November/018451.html
610 # http://www.worldtimezone.com/dst_news/dst_news_morocco01.html
611 # http://en.afrik.com/news11892.html
1129 # http://allafrica.com/stories/200703300178.html
1311 # From <http://www.sunanews.net/sn13jane.html>
1326 # https://mm.icann.org/pipermail/tz/2017-October/025333.html
[all …]

12345678910>>...26