Home
last modified time | relevance | path

Searched refs:response (Results 1 – 25 of 55) sorted by relevance

123

/aoo4110/main/solenv/bin/modules/
H A DEis.pm72 my $response;
75 eval { $response = $sl->$callee(@_) };
91 if ( $response->fault() ) {
92 my $fault_msg = get_soap_fault_message($response);
96 return $response->result();
H A DExtensionsLst.pm484 my $response = $agent->get($URL);
488 if ($response->is_success())
490 my $content = $response->content;
/aoo4110/main/odk/examples/java/ConverterServlet/
H A DConverterServlet.java84 … HttpServletResponse response) throws ServletException, java.io.IOException { in doPost() argument
124 response.addHeader( "Content-Disposition", in doPost()
128 MultipartResponse multipartresponse = new MultipartResponse(response); in doPost()
147 response.getOutputStream() ); in doPost()
158 response.setContentType( "text/html;charset=8859-1" ); in doPost()
159 PrintWriter out = response.getWriter(); in doPost()
/aoo4110/main/solenv/bin/modules/installer/patch/
H A DInstallationSet.pm62 my $response = qx($command);
66 if ($response =~ /\s+REG_SZ\s+([^\r\n]*)/m)
439 my($response,$agent,$h,$data)=@_;
456 my $response;
459 $response = $agent->get($url, 'Range' => "bytes=$resume_size-");
463 $response = $agent->get($url);
473 if ($response->is_success())
/aoo4110/main/migrationanalysis/src/wizard/
H A DWizard.frm1725 Dim response As Integer
2204 Dim Msg, Style, response
2209 response = MsgBox(Msg, Style)
2468 Dim response As Integer
2475 If response <> vbOK Then
2682 Dim Style, response
2689 If response <> vbYes Then
2814 Dim Style, response
2821 If response <> vbYes Then
3150 Dim Style, response
[all …]
/aoo4110/main/solenv/bin/
H A Dpatch_make_releases_xml.pl105 my($response,$agent,$h,$data)=@_;
140 my($response,$agent,$h,$data)=@_;
185 my $response = GetResponse(
187 my $content_range = $response->{'_headers'}->{'content-range'};
H A Ddownload_external_dependencies.pl541 my $response = $agent->get($URL);
543 $success = $response->is_success;
546 my $content = $response->content;
554 print "download from $URL failed (" . $response->status_line . ")\n";
H A Dpatch_tool.pl1620 my $response = qx($command);
1695 my $response = qx($command);
1696 $installer::logger::Info->printf("response of msimsp is %s\n", $response);
1971 my $response = qx($command);
1972 Encode::from_to($response, "UTF16LE", "UTF8");
1973 printf("response was '%s'\n", $response);
2011 my($response,$agent,$h,$data)=@_;
/aoo4110/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java53 private Object response = null; field in CommandCaller
358 this.response = null; in handleResponse()
400 this.response = ret.size() == 1 ? ret.get(0): ret; in handleResponse()
462 return response; in callCommand()
494 return response; in callControl()
/aoo4110/main/sal/osl/unx/
H A Dsecurity.c182 struct pam_response **response, void *appdata_ptr) in osl_PamConversation() argument
197 *response = NULL; in osl_PamConversation()
240 *response = NULL; in osl_PamConversation()
245 *response = p_reply; in osl_PamConversation()
/aoo4110/main/ucb/source/ucp/webdav/
H A DSerfCallbacks.cxx111 serf_bucket_t *response, in Serf_HandleResponse() argument
118 response, in Serf_HandleResponse()
H A DSerfCallbacks.hxx65 serf_bucket_t *response,
/aoo4110/test/testcommon/source/org/openoffice/test/common/
H A DReportUploader.java126 String response = FileUtil.readStreamAsString(connection.getInputStream(), "UTF-8"); in upload() local
127 log.log(Level.INFO, "Upload report: \n" + response); in upload()
/aoo4110/main/offapi/com/sun/star/auth/
H A DXSSOInitiatorContext.idl39 an acceptor and to authenticate any token sent back in response.
55 the SSO token received from the acceptor side in response to an
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DDeployParcelAction.java92 boolean response = askIfCreateDirectory(langdir); in getPopupPresenter()
93 if (response == false) { in getPopupPresenter()
/aoo4110/main/scripting/examples/beanshell/Highlight/
H A Dhighlighter.bsh109 int response = JOptionPane.showConfirmDialog(null,
115 if (response == 1) {
/aoo4110/main/offapi/com/sun/star/ucb/
H A DContentAction.idl38 reactions taken by contents in response to those events.
86 Finally, the list of reactions taken by contents in response to the above
/aoo4110/main/toolkit/source/layout/vcl/
H A Dwbutton.cxx425 #define BUTTON_IMPL(t, parent, response) \ argument
436 d->EndDialog( response ); \
/aoo4110/main/udkapi/com/sun/star/script/
H A DFinishReason.idl32 /** contains the response for a scripting engine termination.
H A DInterruptReason.idl32 /** values used to specify the response for a scripting engine
/aoo4110/main/basic/source/classes/
H A Dsb.src217 Text [ en-US ] = "Awaiting response to DDE connection." ;
244 Text [ en-US ] = "Timeout while waiting for DDE response." ;
/aoo4110/main/autodoc/source/exes/adc_uni/
H A Dspec-CommandLine.txt68 Each line in the response file has to have one command line
/aoo4110/main/sfx2/source/doc/
H A Ddoc.src248 Text [ en-US ] = "Connection to: $(HOST). Waiting for response..." ;
/aoo4110/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/aoo4110/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl937 is content that is likely to change in response to a timed change, a user

Completed in 147 milliseconds

123