Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for acronym (0.13 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/illustrator">
        <acronym>AI</acronym>
        <_comment>Adobe Illustrator Artwork</_comment>
        <tika:link>http://en.wikipedia.org/wiki/Adobe_Illustrator_Artwork</tika:link>
        <glob pattern="*.ai"/>
        <sub-class-of type="application/pdf"/>
      </mime-type>
      <mime-type type="application/illustrator+ps">
        <acronym>AI</acronym>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/caching/BuildCacheServiceFactory.java

             * All implementations should call this method.
             * <p>
             * Values should be lowercase, except where using an acronym (e.g. HTTP).
             * <p>
             * Subsequent calls to this method replace the previously set value.
             */
            Describer type(String type);
    
            /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 08 17:15:17 UTC 2019
    - 3.6K bytes
    - Viewed (0)
  3. JavadocStyleGuide.md

    - The last line contains the end-comment delimiter ( `*/`).
    
    So lines won't wrap, limit any doc-comment lines to 120 characters.
    
    ### 1.1.2 HTML
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 15:43:07 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/base.css

    dl dt {
        font-weight: normal;
    }
    
    tfoot {
        font-style: italic;
    }
    
    caption {
        background: #eee;
    }
    
    abbr, acronym {
        font-size: 85%;
        font-weight: bold;
        color: #555;
        text-transform: uppercase;
    }
    
    abbr[title], acronym[title] {
        cursor: help;
        border-bottom: 1px dotted #e5e5e5;
    }
    
    b, strong, dfn {
        font-weight: 700;
    }
    
    em, dfn {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/css/manual.css

    	margin-bottom: 0;
    }
    
    /* Definition Lists */
    dl dt {
    	margin-bottom: 0.3125em;
    	font-weight: bold;
    }
    
    dl dd {
    	margin-bottom: 1.25em;
    }
    
    /* Abbreviations */
    abbr,
    acronym {
    	text-transform: uppercase;
    	font-size: 90%;
    	color: var(--num-color);
    	border-bottom: 1px dotted #dddddd;
    	cursor: help;
    }
    
    abbr {
    	text-transform: none;
    }
    
    /* Blockquotes */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  6. analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/components/psiTypeProvider/FirStandaloneNormalAnalysisSourceModuleAnalysisApiKtTypeByPsiTypeProviderTestGenerated.java

      }
    
      @Test
      @TestMetadata("anonym.kt")
      public void testAnonym() {
        runTest("analysis/analysis-api/testData/components/psiTypeProvider/psiType/asKtType/anonym.kt");
      }
    
      @Test
      @TestMetadata("extends.kt")
      public void testExtends() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Mar 28 16:10:06 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  7. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/psiTypeProvider/FirIdeDependentAnalysisSourceModuleAnalysisApiKtTypeByPsiTypeProviderTestGenerated.java

      }
    
      @Test
      @TestMetadata("anonym.kt")
      public void testAnonym() {
        runTest("analysis/analysis-api/testData/components/psiTypeProvider/psiType/asKtType/anonym.kt");
      }
    
      @Test
      @TestMetadata("extends.kt")
      public void testExtends() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Mar 28 16:10:06 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  8. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/psiTypeProvider/FirIdeNormalAnalysisSourceModuleAnalysisApiKtTypeByPsiTypeProviderTestGenerated.java

      }
    
      @Test
      @TestMetadata("anonym.kt")
      public void testAnonym() {
        runTest("analysis/analysis-api/testData/components/psiTypeProvider/psiType/asKtType/anonym.kt");
      }
    
      @Test
      @TestMetadata("extends.kt")
      public void testExtends() {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Mar 28 16:10:06 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  9. cmd/tier.go

    	if GlobalKMS == nil {
    		return NewPutObjReader(hr), &ObjectOptions{MaxParity: true}, nil
    	}
    
    	// Note: Local variables with names ek, oek, etc are named inline with
    	// acronyms defined here -
    	// https://github.com/minio/minio/blob/master/docs/security/README.md#acronyms
    
    	// Encrypt json encoded tier configurations
    	metadata := make(map[string]string)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 08:44:07 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  10. docs/security/README.md

    ## Acronyms
    
    - **AEAD**: Authenticated Encryption with Associated Data
    - **CSPRNG**: Cryptographically Secure Pseudo Random Number Generator
    - **EK**: External Key
    - **IV**: Initialization Vector
    - **KEK**: Key Encryption Key
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 12 00:51:25 UTC 2022
    - 13.8K bytes
    - Viewed (0)
Back to top