Searched refs:browser (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DBrowseListener.java43 @param browser
62 void serviceFound( DNSSDService browser, int flags, int ifIndex, argument
67 @param browser
85 void serviceLost( DNSSDService browser, int flags, int ifIndex, argument
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingBrowseListener.java65 public void serviceFound( DNSSDService browser, int flags, int ifIndex, argument
69 fBrowser = browser;
80 public void serviceLost( DNSSDService browser, int flags, int ifIndex, argument
83 fBrowser = browser;
H A DBrowserApp.java217 public void serviceFound( DNSSDService browser, int flags, int ifIndex, argument
225 public void serviceLost( DNSSDService browser, int flags, int ifIndex, argument
335 public void serviceFound( DNSSDService browser, int flags, int ifIndex, argument
340 super.serviceFound( browser, flags, ifIndex, this.mapTypeToName( serviceName), regType, domain);
343 public void serviceLost( DNSSDService browser, int flags, int ifIndex, argument
347 super.serviceLost( browser, flags, ifIndex, this.mapTypeToName( serviceName), regType, domain);
H A DSimpleChat.java68 DNSSDService browser; // object that actively browses for other chat clients field in class:SimpleChat
102 browser = DNSSD.browse( 0, 0, kChatExampleRegType, "", new SwingBrowseListener( targetList));
272 public void serviceFound( DNSSDService browser, int flags, int ifIndex, argument
282 public void serviceLost( DNSSDService browser, int flags, int ifIndex, argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm273 the browser's side of the connection. Although CGI::Cookie is
294 The expiration date tells the browser how long to hang on to the
296 browser will store the cookie information in a disk file and return it
299 past, the browser will remove the cookie from the disk file. If the
301 the user quits the browser.
306 valid. The browser will return the cookie to any host that matches
308 of ".capricorn.com", then the browser will return the cookie to
313 the browser will only return the cookie to servers on the host the
318 If you provide a cookie path attribute, the browser will check it
384 B<-secure> if set to a true value instructs the browser t
[all...]
H A DCarp.pm21 die "Fatal error messages are now sent to browser";
51 they may wish to direct error messages to STDOUT so that the browser
78 browser when the script closes STDOUT and STDERR. CGI::Carp::SAVEERR is there to
107 If you want to send fatal (die, confess) errors to the browser, ask to
113 Fatal errors will now be echoed to the browser as well as to the log. CGI::Carp
114 arranges to send a minimal HTTP header to the browser so that even errors that
167 #write a detailed message to the browser and/or a log,
174 HTML headers to the browser yourself if you are printing a message.
203 die "Fatal error messages not sent browser"
213 warnings to the browser befor
[all...]
H A DPush.pm149 page. The contents of the page will be transmitted to the browser
259 status fields included) may not be interpreted by the browser. One
261 last page, to redirect the browser to a new URL. Because redirect()
H A DUtil.pm388 remotely browser dependent, please provide information about the
H A DPretty.pm266 user would see the extra indentation on the web browser causing the page to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm757 # send output to the browser
1611 # both an Expires and a Date header (so that the browser is
3020 # avoid relying on the browser, proxy, server, and CGI.pm preserving the
3115 # MIME types the browser accepts.
3117 # type, will return undef if the browser won't
3118 # accept it, 1 if the browser accepts it but
3120 # value between 0.0 and 1.0 if the browser
4168 # Try to read some data. We may hang here if the browser is screwed up.
4608 be in the same order as they were submitted by the browser.
5200 can print out directly so that it displays in the browser windo
[all...]
H A DCPAN.pm6923 or in your web browser you have to set proxy information then you know

Completed in 43 milliseconds