- Sort Score
- Result 10 results
- Languages All
Results 581 - 590 of 599 for installed (0.07 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<match value="MZ" type="string" offset="0"/> </magic> </mime-type> <mime-type type="application/x-ms-installer"> <_comment>Microsoft Windows Installer</_comment> <sub-class-of type="application/x-tika-msoffice"/> <alias type="application/x-windows-installer"/> <alias type="application/x-msi"/> <glob pattern="*.msi"/> <glob pattern="*.msp"/> <glob pattern="*.mst"/>
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Sep 21 06:46:43 UTC 2023 - 298.5K bytes - Viewed (0) -
common-protos/k8s.io/api/admissionregistration/v1/generated.proto
// Please note that using `localhost` or `127.0.0.1` as a `host` is // risky unless you take great care to run this webhook on all hosts // which run an apiserver which might need to make calls to this // webhook. Such installs are likely to be non-portable, i.e., not easy // to turn up in a new cluster. // // The scheme must be "https"; the URL must begin with "https://". //
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 24.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Delete */ public static final String LABELS_plugin_delete = "{labels.plugin_delete}"; /** The key of the message: Install */ public static final String LABELS_plugin_install = "{labels.plugin_install}"; /** The key of the message: Install Plugin */ public static final String LABELS_plugin_install_title = "{labels.plugin_install_title}"; /** The key of the message: Jar File */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 146.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.17.md
- The in-tree GCE PD plugin `kubernetes.io/gce-pd` is now deprecated and will be removed in 1.21. Users that self-deploy Kubernetes on GCP should enable CSIMigration + CSIMigrationGCE features and install the GCE PD CSI Driver (https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver) to avoid disruption to existing Pod and PVC objects at that time. Users should start using the GCE PD CSI CSI Driver directly for any new volumes. (...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Jan 28 10:44:33 UTC 2021 - 346.2K bytes - Viewed (1) -
docs/em/docs/tutorial/sql-databases.md
``` ๐ `__init__.py` ๐ ๐, โ๏ธ โซ๏ธ ๐ฌ ๐ ๐ `sql_app` โฎ๏ธ ๐ ๐ฎ ๐น (๐ ๐) ๐ฆ. ๐ โก๏ธ ๐ โซ๏ธโ ๐ ๐/๐น ๐จ. ## โ `SQLAlchemy` ๐ฅ ๐ ๐ช โ `SQLAlchemy`: <div class="termy"> ```console $ pip install sqlalchemy ---> 100% ``` </div> ## โ ๐ธ๐ฒ ๐ โก๏ธ ๐ ๐ `sql_app/database.py`. ### ๐ ๐ธ๐ฒ ๐ ```Python hl_lines="1-3" {!../../docs_src/sql_databases/sql_app/database.py!}
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 25K bytes - Viewed (0) -
LICENSE
copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. c) Accompany the work with a written offer, valid for at
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Mon Jan 18 20:25:38 UTC 2016 - 25.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String ONLINE_HELP_BASE_LINK = "online.help.base.link"; /** The key of the configuration. e.g. https://fess.codelibs.org/{lang}/{version}/install/install.html */ String ONLINE_HELP_INSTALLATION = "online.help.installation"; /** The key of the configuration. e.g. https://fess.codelibs.org/{lang}/eol.html */ String ONLINE_HELP_EOL = "online.help.eol";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1) -
okhttp/src/test/java/okhttp3/URLConnectionTest.kt
server.useHttps(handshakeCertificates.sslSocketFactory()) server.enqueue(MockResponse(body = "this response comes via HTTPS")) server.enqueue(MockResponse(body = "another response via HTTPS")) // install a custom SSL socket factory so the server can be authorized client = client.newBuilder() .sslSocketFactory( handshakeCertificates.sslSocketFactory(),
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 131.7K bytes - Viewed (0) -
docs/zh/docs/tutorial/sql-databases.md
โโโ schemas.py ``` ่ฏฅๆไปถ`__init__.py`ๅชๆฏไธไธช็ฉบๆไปถ๏ผไฝๅฎๅ่ฏ Python `sql_app` ๆฏไธไธชๅ ใ ็ฐๅจ่ฎฉๆไปฌ็็ๆฏไธชๆไปถ/ๆจกๅ็ไฝ็จใ ## ๅฎ่ฃ SQLAlchemy ้ฆๅ ไฝ ้่ฆๅฎ่ฃ `SQLAlchemy`: <div class="termy"> ```console $ pip install sqlalchemy ---> 100% ``` </div> ## ๅๅปบ SQLAlchemy ้จไปถ ่ฎฉๆไปฌ่ฝฌๅฐๆไปถ`sql_app/database.py`ใ ### ๅฏผๅ ฅ SQLAlchemy ้จไปถ ```Python hl_lines="1-3"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 27.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: {0} is not found. */ public static final String ERRORS_plugin_file_is_not_found = "{errors.plugin_file_is_not_found}"; /** The key of the message: Failed to install {0}. */ public static final String ERRORS_failed_to_install_plugin = "{errors.failed_to_install_plugin}"; /** The key of the message: Failed to access available plugins. */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 119.9K bytes - Viewed (0)