Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pacparser_parse_pac_string(3) [debian man page]

pacparser_parse_pac_string(3)				     Library Functions Manual				     pacparser_parse_pac_string(3)

NAME
pacparser_parse_pac_string - Parses the given PAC script string. SYNOPSIS
#include <pacparser.h> int pacparser_parse_pac_string(const char *string); PARAMETERS
const char *string PAC string to parse. DESCRIPTION
Evaulates the given PAC script string in the JavaScript context created by pacparser_init. RETURNS
0 on failure and 1 on success. SEE ALSO
pacparser_version(3), pacparser_init(3), pacparser_parse_pac_file(3), pacparser_parse_pac(3), pacparser_find_proxy(3), pac- parser_just_find_proxy(3), pacparser_cleanup(3), pacparser_setmyip(3), pacparser_enable_microsoft_extensions(3) c2man pacparser.h 20 March 2011 pacparser_parse_pac_string(3)

Check Out this Related Man Page

pacparser_just_find_proxy(3)				     Library Functions Manual				      pacparser_just_find_proxy(3)

NAME
pacparser_just_find_proxy - Finds proxy for a given PAC file, url and host. SYNOPSIS
#include <pacparser.h> char *pacparser_just_find_proxy ( const char *pacfile, const char *url, const char *host ); PARAMETERS
const char *pacfile PAC file. const char *url URL to find proxy for. const char *host Host part of the URL. DESCRIPTION
This function is a wrapper around functions pacparser_init, pacparser_parse_pac_file, pacparser_find_proxy and pacparser_cleanup. If you just want to find out proxy a given set of pac file, url and host, this is the function to call. This function takes care of all the ini- tialization and cleanup. RETURNS
Proxy string on success and NULL on error. SEE ALSO
pacparser_version(3), pacparser_init(3), pacparser_parse_pac_file(3), pacparser_parse_pac_string(3), pacparser_parse_pac(3), pac- parser_find_proxy(3), pacparser_cleanup(3), pacparser_setmyip(3), pacparser_enable_microsoft_extensions(3) c2man pacparser.h 14 March 2011 pacparser_just_find_proxy(3)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Print values of a string froma file

Hi, I have a problem in getting values of a specific string on a file, can you please help me what command or script that I will use to get it? I have a file with the following sample contents. I need to print the values of time. The time sometimes appears on column 2 or column 3. Please... (2 Replies)
Discussion started by: ayhanne
2 Replies

2. Programming

Javascript PAC file and variables

Guys i'm new to javascript but have pulled together a PAC file based on requirements. Problem is i'm not sure how javascript handles variables. I'm proficient with shell script, and a bit of perl. I can't find any examples on the net of what i'm trying to do. I want to return proxies which... (1 Reply)
Discussion started by: lavascript
1 Replies

3. Shell Programming and Scripting

Fix timestamp with Sed or Awk

Hi I am dealing with the following string: Date: Thur, 13 March 2011 01:01:10 +0000 I asked for help in another topic that converted a similar string: Date: Thur, 13 March 2011 9:50 AM To a 24 hr standard. The problem is that it comes out as: Date: Thur, 13 March 2011 9:50:00 +0000... (4 Replies)
Discussion started by: duonut
4 Replies

4. Red Hat

WPAD Issue

Hi I am using wpad ( PAC file),to access internet with out changing settings every time either when I am at office/home. I use myIpAddress() function to find my active network, and decide the route based on that. It doesn't seem to work all the time. I also tried to debug pac file using... (0 Replies)
Discussion started by: cutechaps
0 Replies

5. IP Networking

Help with PAC file

Hello All , I need hello all , i need help in creating a pac file (to use in IE ). I browsed and wrote something , which is not meeting my conditions 1. in office i have to use one proxy , say PROXY1:7070 to access internet and to use client network need to add in exclusion list (advanced... (2 Replies)
Discussion started by: radha254
2 Replies