-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation files that I forgot to add earlier.
- Loading branch information
manugarg
committed
Apr 22, 2011
1 parent
8ff47b9
commit a9af1ae
Showing
5 changed files
with
208 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<!-- manual page source format generated by PolyglotMan v3.2, --> | ||
<!-- available at http://polyglotman.sourceforge.net/ --> | ||
|
||
<html> | ||
<head> | ||
<title>"pacparser_parse_pac_file"(3) manual page</title> | ||
</head> | ||
<body bgcolor='white'> | ||
<a href='#toc'>Table of Contents</a><p> | ||
|
||
<h2><a name='sect0' href='#toc0'>Name</a></h2> | ||
pacparser_parse_pac_file - Parses the given PAC file. | ||
<h2><a name='sect1' href='#toc1'>Synopsis</a></h2> | ||
<b>#include | ||
<pacparser.h> <p> | ||
int pacparser_parse_pac_file(const char *pacfile); | ||
<h2><a name='sect2' href='#toc2'></b>Parameters</a></h2> | ||
|
||
<dl> | ||
|
||
<dt><b>const | ||
char *pacfile</b> </dt> | ||
<dd>PAC file to parse. </dd> | ||
</dl> | ||
|
||
<h2><a name='sect3' href='#toc3'>Description</a></h2> | ||
Reads the given PAC file and | ||
evaluates it in the JavaScript context created by pacparser_init. | ||
<h2><a name='sect4' href='#toc4'>Returns</a></h2> | ||
0 | ||
on failure and 1 on success. | ||
<h2><a name='sect5' href='#toc5'>See Also</a></h2> | ||
<a href='pacparser_version.3.html'>pacparser_version(3)</a> | ||
, <a href='pacparser_init.3.html'>pacparser_init(3)</a> | ||
, | ||
<a href='pacparser_parse_pac_string.3.html'>pacparser_parse_pac_string(3)</a> | ||
, <a href='pacparser_parse_pac.3.html'>pacparser_parse_pac(3)</a> | ||
, <a href='pacparser_find_proxy.3.html'>pacparser_find_proxy(3)</a> | ||
, | ||
<a href='pacparser_just_find_proxy.3.html'>pacparser_just_find_proxy(3)</a> | ||
, <a href='pacparser_cleanup.3.html'>pacparser_cleanup(3)</a> | ||
, <a href='pacparser_setmyip.3.html'>pacparser_setmyip(3)</a> | ||
, | ||
<a href='pacparser_enable_microsoft_extensions.3.html'>pacparser_enable_microsoft_extensions(3)</a> | ||
<p> | ||
|
||
<hr><p> | ||
<a name='toc'><b>Table of Contents</b></a><p> | ||
<ul> | ||
<li><a name='toc0' href='#sect0'>Name</a></li> | ||
<li><a name='toc1' href='#sect1'>Synopsis</a></li> | ||
<li><a name='toc2' href='#sect2'>Parameters</a></li> | ||
<li><a name='toc3' href='#sect3'>Description</a></li> | ||
<li><a name='toc4' href='#sect4'>Returns</a></li> | ||
<li><a name='toc5' href='#sect5'>See Also</a></li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<!-- manual page source format generated by PolyglotMan v3.2, --> | ||
<!-- available at http://polyglotman.sourceforge.net/ --> | ||
|
||
<html> | ||
<head> | ||
<title>"pacparser_parse_pac_string"(3) manual page</title> | ||
</head> | ||
<body bgcolor='white'> | ||
<a href='#toc'>Table of Contents</a><p> | ||
|
||
<h2><a name='sect0' href='#toc0'>Name</a></h2> | ||
pacparser_parse_pac_string - Parses the given PAC script string. | ||
<h2><a name='sect1' href='#toc1'>Synopsis</a></h2> | ||
<b>#include | ||
<pacparser.h> <p> | ||
int pacparser_parse_pac_string(const char *string); | ||
<h2><a name='sect2' href='#toc2'></b>Parameters</a></h2> | ||
|
||
<dl> | ||
|
||
<dt><b>const | ||
char *string</b> </dt> | ||
<dd>PAC string to parse. </dd> | ||
</dl> | ||
|
||
<h2><a name='sect3' href='#toc3'>Description</a></h2> | ||
Evaulates the given PAC script | ||
string in the JavaScript context created by pacparser_init. | ||
<h2><a name='sect4' href='#toc4'>Returns</a></h2> | ||
0 on | ||
failure and 1 on success. | ||
<h2><a name='sect5' href='#toc5'>See Also</a></h2> | ||
<a href='pacparser_version.3.html'>pacparser_version(3)</a> | ||
, <a href='pacparser_init.3.html'>pacparser_init(3)</a> | ||
, | ||
<a href='pacparser_parse_pac_file.3.html'>pacparser_parse_pac_file(3)</a> | ||
, <a href='pacparser_parse_pac.3.html'>pacparser_parse_pac(3)</a> | ||
, <a href='pacparser_find_proxy.3.html'>pacparser_find_proxy(3)</a> | ||
, | ||
<a href='pacparser_just_find_proxy.3.html'>pacparser_just_find_proxy(3)</a> | ||
, <a href='pacparser_cleanup.3.html'>pacparser_cleanup(3)</a> | ||
, <a href='pacparser_setmyip.3.html'>pacparser_setmyip(3)</a> | ||
, | ||
<a href='pacparser_enable_microsoft_extensions.3.html'>pacparser_enable_microsoft_extensions(3)</a> | ||
<p> | ||
|
||
<hr><p> | ||
<a name='toc'><b>Table of Contents</b></a><p> | ||
<ul> | ||
<li><a name='toc0' href='#sect0'>Name</a></li> | ||
<li><a name='toc1' href='#sect1'>Synopsis</a></li> | ||
<li><a name='toc2' href='#sect2'>Parameters</a></li> | ||
<li><a name='toc3' href='#sect3'>Description</a></li> | ||
<li><a name='toc4' href='#sect4'>Returns</a></li> | ||
<li><a name='toc5' href='#sect5'>See Also</a></li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man! | ||
.\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST! | ||
.TH "pacparser_parse_pac_file" 3 "20 March 2011" "c2man pacparser.h" | ||
.SH "NAME" | ||
pacparser_parse_pac_file \- Parses the given PAC file. | ||
.SH "SYNOPSIS" | ||
.ft B | ||
#include <pacparser.h> | ||
.sp | ||
int pacparser_parse_pac_file(const char *pacfile); | ||
.ft R | ||
.SH "PARAMETERS" | ||
.TP | ||
.B "const char *pacfile" | ||
PAC file to parse. | ||
.SH "DESCRIPTION" | ||
Reads the given PAC file and evaluates it in the JavaScript context created | ||
by pacparser_init. | ||
.SH "RETURNS" | ||
0 on failure and 1 on success. | ||
.SH "SEE ALSO" | ||
pacparser_version(3), | ||
pacparser_init(3), | ||
pacparser_parse_pac_string(3), | ||
pacparser_parse_pac(3), | ||
pacparser_find_proxy(3), | ||
pacparser_just_find_proxy(3), | ||
pacparser_cleanup(3), | ||
pacparser_setmyip(3), | ||
pacparser_enable_microsoft_extensions(3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man! | ||
.\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST! | ||
.TH "pacparser_parse_pac_string" 3 "20 March 2011" "c2man pacparser.h" | ||
.SH "NAME" | ||
pacparser_parse_pac_string \- Parses the given PAC script string. | ||
.SH "SYNOPSIS" | ||
.ft B | ||
#include <pacparser.h> | ||
.sp | ||
int pacparser_parse_pac_string(const char *string); | ||
.ft R | ||
.SH "PARAMETERS" | ||
.TP | ||
.B "const char *string" | ||
PAC string to parse. | ||
.SH "DESCRIPTION" | ||
Evaulates the given PAC script string in the JavaScript context created | ||
by pacparser_init. | ||
.SH "RETURNS" | ||
0 on failure and 1 on success. | ||
.SH "SEE ALSO" | ||
pacparser_version(3), | ||
pacparser_init(3), | ||
pacparser_parse_pac_file(3), | ||
pacparser_parse_pac(3), | ||
pacparser_find_proxy(3), | ||
pacparser_just_find_proxy(3), | ||
pacparser_cleanup(3), | ||
pacparser_setmyip(3), | ||
pacparser_enable_microsoft_extensions(3) |