- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 347 for adresa (0.06 seconds)
-
src/main/java/jcifs/Address.java
*/ String getHostName(); /** * Return the IP address as text such as "192.168.1.15". * * @return the ip address */ String getHostAddress(); /** * Converts this address to an InetAddress. * * @return this address as an InetAddress * @throws UnknownHostException if the host cannot be resolved */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.2K bytes - Click Count (0) -
src/main/resources/fess_label_pl.properties
labels.web_crawling_title_details=Konfiguracja indeksowania stron internetowych labels.included_urls=Adresy URL do uwzględnienia w indeksowaniu labels.excluded_urls=Adresy URL do wykluczenia z indeksowania labels.included_doc_urls=Adresy URL do uwzględnienia w wyszukiwaniu labels.excluded_doc_urls=Adresy URL do wykluczenia z wyszukiwania labels.user_agent=User-Agent labels.web_crawling_button_create=Utwórz
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.2K bytes - Click Count (0) -
src/main/java/jcifs/netbios/NbtAddress.java
} /** * Returns this IP adress as a {@link java.lang.String} in the form "%d.%d.%d.%d". * * @return string representation of the IP address */ @Override public String getHostAddress() { return (this.address >>> 24 & 0xFF) + "." + (this.address >>> 16 & 0xFF) + "." + (this.address >>> 8 & 0xFF) + "." + (this.address >>> 0 & 0xFF); } @OverrideCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 15.1K bytes - Click Count (0) -
docs/tr/docs/advanced/behind-a-proxy.md
Oysa uygulamanız `https://mysuperapp.com` üzerinde host ediliyor olabilir ve redirect'in `https://mysuperapp.com/items/` olması gerekir. Artık `--proxy-headers` ayarını yaparak FastAPI'nin doğru adrese redirect edebilmesini sağlarsınız. 😎 ``` https://mysuperapp.com/items/ ``` /// tip | İpucu HTTPS hakkında daha fazla bilgi için [HTTPS Hakkında](../deployment/https.md) rehberine bakın. ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 16.5K bytes - Click Count (0) -
src/main/java/jcifs/smb1/netbios/NbtAddress.java
* Retrieve all addresses of a host by it's address. NetBIOS hosts can * have many names for a given IP address. The name and IP address make the * NetBIOS address. This provides a way to retrieve the other names for a * host with the same IP address. * * @param addr the address to query * @return array of NetBIOS addresses * @throws UnknownHostException if address cannot be resolved */
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 31.7K bytes - Click Count (0) -
mockwebserver/src/test/java/mockwebserver3/MockWebServerTest.kt
val other = MockWebServer() val addressA = InetAddress.getByAddress("localhost", byteArrayOf(127, 0, 0, 1)) val addressB = InetAddress.getByAddress("localhost", byteArrayOf(127, 0, 0, 2)) other.use { other.start(addressA, 0) // Same address is okay. other.start(addressA, 0) // Same address with bound port is okay. other.start(addressA, other.port)
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sun Aug 03 22:38:00 GMT 2025 - 28K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/ConnectionPoolTest.kt
private val factory = routePlanner.factory private val peer = MockHttp2Peer() /** The fake task runner prevents the cleanup runnable from being started. */ private val addressA = factory.newAddress("a") private val routeA1 = factory.newRoute(addressA) private val addressB = factory.newAddress("b") private val routeB1 = factory.newRoute(addressB) private val addressC = factory.newAddress("c")
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Oct 07 21:55:03 GMT 2025 - 8.2K bytes - Click Count (0) -
docs/fr/docs/deployment/https.md
* Cette extension SNI permet à un seul serveur (avec une **seule adresse IP**) d'avoir **plusieurs certificats HTTPS** et de servir **plusieurs domaines/applications HTTPS**. * Pour que cela fonctionne, un **seul** composant (programme) fonctionnant sur le serveur, écoutant sur l'**adresse IP publique**, doit avoir **tous les certificats HTTPS** du serveur.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 15.8K bytes - Click Count (0) -
src/main/resources/fess_message_pl.properties
success.upload_design_file = {0} zaktualizowano. success.update_design_jsp_file = {0} zaktualizowano. success.create_crawling_config_at_wizard = Utworzono konfigurację indeksowania {0}. success.failure_url_delete_all = Adresy URL błędów usunięte. success.delete_file = Plik {0} usunięto. success.job_started = Zadanie {0} uruchomiono. success.job_stopped = Zadanie {0} zatrzymano. success.upload_synonym_file = Plik synonimów przesłano.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.4K bytes - Click Count (0) -
src/main/resources/fess_label_tr.properties
labels.user_telephoneNumber=Telefon Numarası labels.telephoneNumber=Telefon Numarası labels.user_homePhone=Ev Telefonu labels.homePhone=Ev Telefonu labels.user_homePostalAddress=Ev Posta Adresi labels.homePostalAddress=Ev Posta Adresi labels.user_labeledURI=labeledURI labels.labeledURI=labeledURI labels.user_roomNumber=Oda Numarası labels.roomNumber=Oda Numarası labels.user_description=Açıklama labels.description=Açıklama
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.2K bytes - Click Count (0)