Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 327 for importance (0.06 seconds)

  1. SECURITY.md

    Since any tenants or users providing models, graphs or checkpoints can execute
    code in context of the TensorFlow service, it is important to design isolation
    mechanisms that prevent unwanted access to the data from other tenants.
    
    Network isolation between different models is also important not only to prevent
    unauthorized access to data or models, but also to prevent malicious users or
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Oct 16 16:10:43 GMT 2024
    - 9.6K bytes
    - Click Count (0)
  2. BUG-BOUNTY.md

    Serious about security
    ======================
    
    Square recognizes the important contributions the security research community
    can make. We therefore encourage reporting security issues with the code
    contained in this repository.
    
    If you believe you have discovered a security vulnerability, please follow the
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Sep 23 21:23:42 GMT 2025
    - 372 bytes
    - Click Count (0)
  3. src/archive/zip/testdata/unix.zip

    hello world dir/bar foo readonly important...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Sep 08 04:08:51 GMT 2014
    - 620 bytes
    - Click Count (0)
  4. docs/fr/docs/deployment/concepts.md

    Parmi les concepts importants, on trouve :
    
    * Sécurité - HTTPS
    * Exécuter au démarrage
    * Redémarrages
    * Réplication (le nombre de processus en cours d'exécution)
    * Mémoire
    * Étapes préalables avant de démarrer
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  5. src/test/java/jcifs/smb/NtStatusTest.java

     */
    @DisplayName("NtStatus Tests")
    class NtStatusTest {
    
        @Test
        @DisplayName("Should define well-known NT status constants")
        void testWellKnownStatusConstants() {
            // Verify important NT status constants are defined
            assertEquals(0x00000000, NtStatus.NT_STATUS_SUCCESS);
            assertEquals((int) 0xC0000022L, NtStatus.NT_STATUS_ACCESS_DENIED);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 5.6K bytes
    - Click Count (0)
  6. src/archive/zip/testdata/winxp.zip

    hello world dir/bar foo readonly important...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Sep 08 04:08:51 GMT 2014
    - 412 bytes
    - Click Count (0)
  7. architecture/README.md

    While a lot of Gradle source code runs only in the Gradle daemon, not all of it does so.
    When working on some source code it is important to be aware of the runtimes in which it will run, so that you don't break these constraints.
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Jun 12 09:50:57 GMT 2025
    - 3.6K bytes
    - Click Count (0)
  8. CONTRIBUTING.md

    Officially supported plugins to Elasticsearch. We decide that a feature should
    be a plugin rather than shipped as a module because we feel that it is only
    important to a subset of users, especially if it requires extra dependencies.
    
    The canonical example of this is the ICU analysis plugin. It is important for
    folks who want the fairly language neutral ICU analyzer but the library to
    implement the analyzer is 11MB so we don't ship it with Elasticsearch by
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 01 07:32:01 GMT 2021
    - 36.5K bytes
    - Click Count (0)
  9. .github/workflows/missing_playground.yml

          uses: actions/stale@v9
          with:
            repo-token: ${{ secrets.GITHUB_TOKEN }}
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Sat Mar 21 11:51:39 GMT 2026
    - 1.3K bytes
    - Click Count (0)
  10. ci/official/utilities/cleanup_docker.sh

    # See the License for the specific language governing permissions and
    # limitations under the License.
    # ==============================================================================
    cat <<EOF
    IMPORTANT: These tests ran under docker. This script does not clean up the
    container for you! You can delete the container with:
    
    $ docker rm -f tf
    
    You can also execute more commands within the container with e.g.:
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Aug 10 20:26:29 GMT 2023
    - 998 bytes
    - Click Count (0)
Back to Top