Home
last modified time | relevance | path

Searched refs:setHeader (Results 101 – 118 of 118) sorted by last modified time

12345

/plugin/feedback/
H A Daction.php96 if($user) $mailer->setHeader('Reply-To', $user['mail']);
/plugin/authgoogle/google/contrib/
H A DGoogle_PagespeedonlineService.php228 …public function setHeader(Google_ResultFormattedResultsRuleResultsElementUrlBlocksHeader $header) { function in Google_ResultFormattedResultsRuleResultsElementUrlBlocks
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php70 $this->setHeader('User-Agent', $this->title.'/'.$this->version.' ('.$rev[1].')');
93 function setHeader($name, $value) { function in soap_transport_http
145 $this->setHeader('Host', $this->host);
147 $this->setHeader('Host', $this->host.':'.$this->port);
309 $this->setHeader('Connection', 'close');
543 $this->setHeader('SOAPAction', '"' . $soapaction . '"');
555 $this->setHeader('Accept-Encoding', $enc);
557 $this->setHeader('Connection', 'close');
694 $this->setHeader('Content-Length', strlen($data));
1171 $this->setHeader('Content-Type', $type . ($charset ? '; charset=' . $charset : ''));
[all …]
H A Dnusoap.php2177 $this->setHeader('User-Agent', $this->title.'/'.$this->version.' ('.$rev[1].')');
2200 function setHeader($name, $value) { function in soap_transport_http
2252 $this->setHeader('Host', $this->host);
2254 $this->setHeader('Host', $this->host.':'.$this->port);
2416 $this->setHeader('Connection', 'close');
2650 $this->setHeader('SOAPAction', '"' . $soapaction . '"');
2662 $this->setHeader('Accept-Encoding', $enc);
2664 $this->setHeader('Connection', 'close');
2801 $this->setHeader('Content-Length', strlen($data));
3278 $this->setHeader('Content-Type', $type . ($charset ? '; charset=' . $charset : ''));
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DJCaptureApplet.java45 httppost.setHeader("Cookie", getCookies()); in createRequest()
48 httppost.setHeader("Pragma", "No-cache"); in createRequest()
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java523 httppost.setHeader("Cookie", editor.getConfig().getCookies()); in post()
526 httppost.setHeader("Pragma", "No-cache"); in post()
H A DEditorActions.java.bak523 httppost.setHeader("Cookie", editor.getConfig().getCookies());
526 httppost.setHeader("Pragma", "No-cache");
/plugin/jmol2/jmol/
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckconnector.py49 def setHeader(self, key, value): member in FCKeditorConnectorBase
H A Dfckoutput.py54 self.setHeader('Expires','Mon, 26 Jul 1997 05:00:00 GMT')
56 self.setHeader('Last-Modified',strftime("%a, %d %b %Y %H:%M:%S GMT", gmtime()))
58 self.setHeader('Cache-Control','no-store, no-cache, must-revalidate')
59 self.setHeader('Cache-Control','post-check=0, pre-check=0')
61 self.setHeader('Pragma','no-cache')
64 self.setHeader( 'Content-Type', content_type + '; charset=utf-8' )
H A Dzope.py67 def setHeader(self, key, value): member in FCKeditorConnectorZope
68 self.context.REQUEST.RESPONSE.setHeader(key, value)

12345