/aoo4110/main/scripting/source/pyprov/ |
H A D | mailmerge.py | 76 self.server = None 114 self.server = smtplib.SMTP(server, port,timeout=tout) 139 if self.server: 274 self.server = None 307 self.server = imaplib.IMAP4_SSL(server, port) 309 self.server = imaplib.IMAP4(server, port) 324 if self.server: 343 self.server = None 376 self.server = poplib.POP3_SSL(server, port) 385 self.server = poplib.POP3(server, port, timeout=tout) [all …]
|
/aoo4110/main/solenv/bin/modules/ |
H A D | CwsConfig.pm | 217 return $server; 225 return $server; 232 … my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_local_root(), 'LOCAL'); 233 return $server; 256 … my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_local_root(), 'LOCAL'); 280 … my ($method, $id, $server, $repository) = CwsConfig::split_root($self->cvs_local_root(), 'LOCAL'); 434 my ($id, $server); 436 ($id, $server) = split(/@/, $id_at_host); 438 if ( !defined($method) || !defined($id) || !defined($server) || !defined($repository) ) { 440 print "$method, $id, $server, $repository\n"; [all …]
|
/aoo4110/main/qadevOOo/tests/java/ifc/util/ |
H A D | _XURLTransformer.java | 51 final static String server = "server"; field in _XURLTransformer 60 + 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() 127 incompleteUrl[0].Server = server; in _assemble() 165 if (!url[0].Server.equals(server)) { in _parseStrict() 168 log.println("expected : " + server); in _parseStrict() 236 if (!url[0].Server.equals(server)) { in _parseStrict() 266 incompleteUrl[0].Complete = server; in _parseStrict() [all …]
|
/aoo4110/main/offapi/com/sun/star/mail/ |
H A D | XMailServer.idl | 90 Represents a mail server abstraction. 99 The complete domain name of 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. 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 187 a wrong server name, an unreachable DNS server, etc. 190 if an error occured to connect to the remote mail server. [all …]
|
H A D | XMailService.idl | 79 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.
|
/aoo4110/main/odk/examples/java/ConverterServlet/ |
H A D | README | 12 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
|
/aoo4110/main/bridges/test/java_uno/acquire/ |
H A D | readme.txt | 4 > ./testacquire-java-server & 5 > sleep 3 # wait for server to accept connection 9 > ./testacquire-java-server & 10 > sleep 3 # wait for server to accept connection 14 > ./testacquire-native-server & 15 > sleep 3 # wait for server to accept connection 19 > ./testacquire-native-server & 20 > sleep 3 # wait for server to accept connection
|
/aoo4110/main/sw/source/ui/config/ |
H A D | mailconfigpage.src | 94 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:";
|
/aoo4110/main/bridges/test/com/sun/star/lib/ |
H A D | TestBed.java | 47 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
|
/aoo4110/main/jurt/com/sun/star/lib/connections/socket/ |
H A D | socketAcceptor.java | 123 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
|
/aoo4110/main/uui/source/ |
H A D | cookiedg.src | 109 …server wishes to set one or more cookies.\nCookies contain information referring to certain URL cl… 124 …server '${HOST}' which will be sent when requesting the document ${PATH}.\nCookies contain informa…
|
/aoo4110/main/odk/examples/cpp/remoteclient/ |
H A D | Makefile | 103 @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 ...
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | RecipientInfo.idl | 83 /** 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 D | WebDAVContentProvider.idl | 39 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 D | WebDAVDocumentContent.idl | 69 <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 D | FTPContentProvider.idl | 40 ftp-server. 50 /** provides an object representing either a (ftp-server side) directory 52 access a (ftp-server side) file.
|
H A D | Content.idl | 314 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 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 "/pub/incoming" 797 server's root directory) 803 <td>contains a server name (e.g. The name of the server to use for [all …]
|
/aoo4110/main/qadevOOo/runner/helper/ |
H A D | SimpleMailSender.java | 47 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()
|
/aoo4110/main/xmlsecurity/test_docs/tools/httpserv/src/httpserv/ |
H A D | Main.java | 52 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()
|
/aoo4110/main/automation/source/server/ |
H A D | makefile.mk | 26 TARGET=server 43 $(SLO)$/server.obj \ 54 $(SLO)$/server.obj \
|
/aoo4110/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | Bug110892_Test.java | 77 public void call(XServerObject server, XInterface object) { in call() argument 81 server.call(object); in call() 104 void call(XServerObject server, XInterface object);
|
/aoo4110/main/ure/source/uretest/ |
H A D | README | 88 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 D | Makefile | 90 -u "uno:pipe,name=ure_test;urp;server" --singleaccept 93 "uno:pipe,name=ure_test;urp;server"
|
/aoo4110/main/xmlsecurity/test_docs/tools/ |
H A D | README.txt | 3 Simple http server for testing of Certificate Revocation Lists (CRL). 11 portnumber: an arbitrary port number to which the server should listen.
|
/aoo4110/main/extensions/test/ole/DCOM/scriptComponents/ |
H A D | readme.txt | 8 bridge will query for IDispatchEx,which is a call from server to client.Hence the server
|