Search Options

Results per page
Sort
Preferred Languages
Advance

Results 581 - 590 of 599 for installed (0.07 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top