- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 241 for terminales (0.06 sec)
-
LICENSE
or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or withoutRegistered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Jun 14 07:45:22 UTC 2018 - 11.1K bytes - Viewed (0) -
apache-maven/src/main/appended-resources/licenses/Apache-2.0.txt
or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or withoutRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Jan 28 11:47:17 UTC 2020 - 11.1K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.user_postalAddress=Adres pocztowy labels.postalAddress=Adres pocztowy labels.user_city=Miasto labels.city=Miasto labels.user_teletexTerminalIdentifier=Identyfikator terminala teletex labels.teletexTerminalIdentifier=Identyfikator terminala teletex labels.user_x121Address=x121Address labels.x121Address=x121Address labels.user_businessCategory=Kategoria biznesowa labels.businessCategory=Kategoria biznesowa
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.1K bytes - Viewed (0) -
internal/grid/muxclient.go
default: gridLogIf(m.ctx, errors.New("output unblocked overflow")) } } func (m *muxClient) pong(msg pongMsg) { if msg.NotFound || msg.Err != nil { err := errors.New("remote terminated call") if msg.Err != nil { err = fmt.Errorf("remove pong failed: %v", &msg.Err) } m.addResponse(Response{Err: err}) return } atomic.StoreInt64(&m.LastPong, time.Now().UnixNano()) }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 15.9K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.mobile=Mobiltelefon labels.user_postalAddress=Postanschrift labels.postalAddress=Postanschrift labels.user_city=Stadt labels.city=Stadt labels.user_teletexTerminalIdentifier=Teletex-Terminal-Kennung labels.teletexTerminalIdentifier=Teletex-Terminal-Kennung labels.user_x121Address=x121Address labels.x121Address=x121Address labels.user_businessCategory=Geschäftskategorie labels.businessCategory=Geschäftskategorie
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.9K bytes - Viewed (1) -
src/main/resources/fess_label_id.properties
labels.mobile=Ponsel labels.user_postalAddress=Alamat Pos labels.postalAddress=Alamat Pos labels.user_city=Kota labels.city=Kota labels.user_teletexTerminalIdentifier=Identifikator Terminal Teletex labels.teletexTerminalIdentifier=Identifikator Terminal Teletex labels.user_x121Address=x121Address labels.x121Address=x121Address labels.user_businessCategory=Kategori Bisnis labels.businessCategory=Kategori Bisnis
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/resources/fess_label_tr.properties
labels.mobile=Mobil labels.user_postalAddress=Posta Adresi labels.postalAddress=Posta Adresi labels.user_city=Şehir labels.city=Şehir labels.user_teletexTerminalIdentifier=Teletex Terminal Tanımlayıcısı labels.teletexTerminalIdentifier=Teletex Terminal Tanımlayıcısı labels.user_x121Address=x121Address labels.x121Address=x121Address labels.user_businessCategory=İş Kategorisi labels.businessCategory=İş Kategorisi
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0) -
docs/pt/docs/advanced/behind-a-proxy.md
<a href="https://github.com/containous/traefik/releases" class="external-link" target="_blank">Faça o download do Traefik</a>, ele é um único binário, você pode extrair o arquivo compactado e executá-lo diretamente do terminal. Então, crie um arquivo `traefik.toml` com: ```TOML hl_lines="3" [entryPoints] [entryPoints.http] address = ":9999" [providers] [providers.file] filename = "routes.toml"
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 17.2K bytes - Viewed (0) -
docs/zh/docs/advanced/behind-a-proxy.md
您可以轻易地在本地使用 <a href="https://docs.traefik.io/" class="external-link" target="_blank">Traefik</a> 运行移除路径前缀的试验。 <a href="https://github.com/containous/traefik/releases" class="external-link" target="_blank">下载 Traefik</a>,这是一个二进制文件,需要解压文件,并在 Terminal 中直接运行。 然后创建包含如下内容的 `traefik.toml` 文件: ```TOML hl_lines="3" [entryPoints] [entryPoints.http] address = ":9999" [providers] [providers.file] filename = "routes.toml" ```
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 10.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java
} } @SuppressWarnings("ThreadPriorityCheck") // TODO: b/175898629 - Consider onSpinWait. void awaitWaiting() { while (!isBlocked()) { if (getState() == State.TERMINATED) { throw new RuntimeException("Thread exited"); } Thread.yield(); } } private boolean isBlocked() {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Dec 11 20:45:32 UTC 2025 - 46.8K bytes - Viewed (0)