Home
last modified time | relevance | path

Searched refs:server (Results 1 – 25 of 218) sorted by relevance

123456789

/AOO41X/main/scripting/source/pyprov/
H A Dmailmerge.py76 self.server = None
98 server = xConnectionContext.getValueByName("ServerName")
100 out.write("ServerName: %s\n" % server)
114 self.server = smtplib.SMTP(server, port,timeout=tout)
116 self.server.set_debuglevel(1)
123 self.server.ehlo()
124 self.server.starttls()
125 self.server.ehlo()
132 self.server.login(user, password)
139 if self.server:
[all …]
/AOO41X/main/solenv/bin/modules/
H A DCwsConfig.pm216 …my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_server_root(), 'SERVER'…
217 return $server;
224 …my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_mirror_root(), 'MIRROR'…
225 return $server;
232 … my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_local_root(), 'LOCAL');
233 return $server;
240 …my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_server_root(), 'SERVER'…
248 …my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_mirror_root(), 'MIRROR'…
256 … my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_local_root(), 'LOCAL');
264 …my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_server_root(), 'SERVER'…
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/util/
H A D_XURLTransformer.java51 final static String server = "server"; field in _XURLTransformer
60 + server + ":" + port + path
63 + user + ":" + password + "@" + server + ":" + port + path
79 url[0].Server = server; in _assemble()
85 url[0].Main = "http://" + server + ":" + in _assemble()
106 url[0].Server = server; in _assemble()
110 url[0].Main = "ftp://" + user + ":" + password + "@" + server + ":" + in _assemble()
127 incompleteUrl[0].Server = server; in _assemble()
165 if (!url[0].Server.equals(server)) { in _parseStrict()
168 log.println("expected : " + server); in _parseStrict()
[all …]
/AOO41X/main/offapi/com/sun/star/mail/
H A DXMailServer.idl90 Represents a mail server abstraction.
99 The complete domain name of the mail server.
104 The port number that will be used to connect to the mail server.
112 mail server. Possible connection types are for instance
122 mail server. The supported connection types may be queried
129 to the mail server.
173 Login a user to the mail server. Only one user may logged in
179 needed to login to the mail server.
182 on a try to connect to an already connect mail server.
185 usually if the IP address of the mail server could not be
[all …]
H A DXMailService.idl79 Represents a mail server abstraction.
121 contains information like the server name, port, connection type
167 needed to login to the mail server. If no authentication is required
175 on a try to connect to an already connect mail server.
178 usually if the IP address of the mail server could not be
180 a wrong server name, an unreachable DNS server, etc.
183 if an error occured to connect to the remote mail server.
184 Typically the remote mail server cannot be reach because of an
190 mail server. Typically the connection was refused remotely,
191 because the mail server is not listening on the remote address/port.
/AOO41X/main/odk/examples/java/ConverterServlet/
H A DREADME12 1. If no web server is available you should install your favourite web server.
13 The example was tested with a Tomcat 4.1 server (http://jakarta.apache.org/tomcat/)
17 is similar to a normal Jar file) file, please make these classes also known to your web server.
18 3. You need also the Servlet API (servlet.jar). The Tomcat server comes with this Servlet API. Plea…
20 …If you don't use the Tomcat server, make sure that the Servlet API is in the classpath of your web
21 server. You can download the Servlet API from http://java.sun.com/products/servlet/index.html .
23 5. Make the servlet class known to your web server.
24 The example creates also a WAR file which can be easy deployed in a Tomcat server.
33 1. Browse your web server "http://<your_ip>/conversion/ConverterServlet.html" or
36 3. Press the button. The document will be uploaded to the server, converted and
/AOO41X/main/sw/source/ui/config/
H A Dmailconfigpage.src94 Text[ en-US ] = "Outgoing server (SMTP) Settings";
250 Text[ en-US ] = "Find outgoing mail server";
262 …not connect to the outgoing mail server. Check your system's settings and the settings in %PRODUCT…
281 Text[ en-US ] = "The outgoing mail server (SMTP) requires au~thentication";
288 Text[ en-US ] = "The outgoing mail server (SMTP) requires ~separate authentication";
294 Text[ en-US ] = "Outgoing mail server:";
329 … "The outgoing mail server uses the same authentication as the ~incoming mail server. Enter the se…
335 Text[ en-US ] = "Incoming mail server:";
/AOO41X/main/bridges/test/com/sun/star/lib/
H A DTestBed.java47 server = new Server(provider); in execute()
48 server.start(); in execute()
49 server.waitAccepting(); in execute()
78 success &= server.waitDone(); in execute()
85 server.done(success); in serverDone()
227 private Server server = null; field in TestBed
/AOO41X/main/jurt/com/sun/star/lib/connections/socket/
H A DsocketAcceptor.java123 if (server == null) { in accept()
137 server = new ServerSocket(desc.getPort(), desc.getBacklog(), in accept()
150 serv = server; in accept()
173 serv = server; in stopAccepting()
185 private ServerSocket server = null; field in socketAcceptor
/AOO41X/main/uui/source/
H A Dcookiedg.src109server wishes to set one or more cookies.\nCookies contain information referring to certain URL cl…
124server '${HOST}' which will be sent when requesting the document ${PATH}.\nCookies contain informa…
/AOO41X/main/offapi/com/sun/star/ucb/
H A DRecipientInfo.idl83 /** the name of the server to be used for sending the message.
88 /** the user name to be used for authorizing on the send server.
93 /** the password to be used for authorizing on the send server.
103 /** string representing the last error (generated by send server).
108 /** the number representing the last error (generated by send server).
H A DWebDAVContentProvider.idl39 communicates with the server using the WebDAV protocol which is an
41 the server is not WebDAV enabled.
63 server, like an HTTP server, does not necessarily mandate what type of
67 mapped to the equivalent WebDAV property and the WebDAV server
H A DWebDAVDocumentContent.idl69 <p>The data/content may be anything, a WebDAV server, like an HTTP server,
74 is mapped to the equivalent WebDAV property and the WebDAV server calculates
146 string MediaType ( read-only, the MIME type - as delivered by the server )
H A DFTPContentProvider.idl40 ftp-server.
50 /** provides an object representing either a (ftp-server side) directory
52 access a (ftp-server side) file.
H A DContent.idl314 appropriate server. The inserted contents will be
325 cached data and remote server's data. For example, when
328 longer existing on the server. The inserted/deleted contents will
395 For instance, moving a message from a folder on IMAP server A
396 to a folder on IMAP server B may fail, because the transfer
400 another folder on the same IMAP server should work, because it can
709 to a server to obtain latest data.</td>
794 <td>contains the base directory to use on a server. (e.g. Setting
795 the server base of an FTP-Account to &quot;/pub/incoming&quot;
797 server's root directory)
[all …]
/AOO41X/main/odk/examples/cpp/remoteclient/
H A DMakefile103 @echo server and connect with the client to this server.
114 @echo Start the remote server process ...
122 @echo waiting on the server process ...
126 @echo ... remote server process runs ...
/AOO41X/main/qadevOOo/runner/helper/
H A DSimpleMailSender.java47 public void setMailServer(String server) { in setMailServer() argument
48 m_MailServer = server; in setMailServer()
95 public void sendMail(String server, String sender, in sendMail() argument
98 m_MailServer = server; in sendMail()
/AOO41X/main/xmlsecurity/test_docs/tools/httpserv/src/httpserv/
H A DMain.java52 HttpServer server = HttpServer.create( in main() local
54 server.createContext("/", new MyHandler()); in main()
55 server.setExecutor(null); in main()
56 server.start(); in main()
/AOO41X/main/automation/source/server/
H A Dmakefile.mk26 TARGET=server
43 $(SLO)$/server.obj \
54 $(SLO)$/server.obj \
/AOO41X/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DBug110892_Test.java77 public void call(XServerObject server, XInterface object) { in call() argument
81 server.call(object); in call()
104 void call(XServerObject server, XInterface object);
/AOO41X/main/ure/source/uretest/
H A DREADME88 Builds a server C++ UNO component, cppserver.uno, and a Java UNO application,
91 component which connects to the server after a five second pause so that the
92 server has enough time to start.
H A DMakefile90 -u "uno:pipe,name=ure_test;urp;server" --singleaccept
93 "uno:pipe,name=ure_test;urp;server"
/AOO41X/main/offapi/com/sun/star/ldap/
H A DLdapConnectionException.idl34 Indicates failure to connect to an LDAP server, usually because
35 of wrong parameters (host/port) or down server.
/AOO41X/main/bridges/test/java_uno/acquire/
H A Dmakefile.mk52 $(BIN)$/testacquire-java-server \
54 $(BIN)$/testacquire-native-server
/AOO41X/main/offapi/com/sun/star/document/
H A DOleEmbeddedServerRegistration.idl37 /** registers embedded server for StarOffice documents
39 This service is only used to register embedded server support

123456789