Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 101 - 110 of 157 for multi1 (0.05 seconds)

  1. docs/de/docs/tutorial/security/oauth2-jwt.md

    So stellt man sicher, dass der Endpunkt ungefähr gleich viel Zeit für die Antwort benötigt, unabhängig davon, ob der Benutzername gültig ist oder nicht. Dadurch werden Timing-Angriffe verhindert, mit denen vorhandene Benutzernamen ermittelt werden könnten.
    
    /// note | Hinweis
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 12.9K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java

        //                                     Parameter Logging
        //                                     -----------------
        // logging filter cannot show the parameters when multi-part so logging here
        protected void showFieldLoggingTitle() {
            if (logger.isDebugEnabled()) {
                logger.debug("[Multipart Request Parameter]");
            }
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 08:48:41 GMT 2026
    - 18.9K bytes
    - Click Count (1)
  3. docs/tr/docs/alternatives.md

    /// check | **FastAPI** bunu şöyle önerir
    
    **FastAPI** uygulamalarını çalıştırmak için ana web sunucusu.
    
    Komut satırında `--workers` seçeneğini kullanarak asenkron çok süreçli (multi‑process) bir sunucu da elde edebilirsiniz.
    
    Daha fazla detay için [Dağıtım](deployment/index.md) bölümüne bakın.
    
    ///
    
    ## Kıyaslamalar ve Hız { #benchmarks-and-speed }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 24K bytes
    - Click Count (0)
  4. api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java

         * An arbitrary number of source roots may exist for the same scope and language.
         * It may be, for example, the case of a multi-versions project.
         * The iteration order is the order in which the sources are declared in the POM file.
         *
         * @param project the project for which to get the enabled source roots
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Thu Jan 30 23:29:13 GMT 2025
    - 12K bytes
    - Click Count (0)
  5. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeGoal.java

     *     </ul>
     *   </li>
     *   <li><strong>Subprojects List Removal</strong>: Removes redundant {@code <subprojects>} lists that match direct child directories</li>
     * </ul>
     *
     * <h3>Multi-Module Project Support</h3>
     * <ul>
     *   <li><strong>POM Discovery</strong>: Recursively discovers all POM files in the project structure</li>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 12.5K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/helper/CrawlerStatsHelper.java

        /**
         * Statistics data object that stores timestamped events and maintains reference counting.
         * Extends LinkedHashMap to store event names mapped to their timestamps.
         * Includes reference counting for multi-threaded access tracking.
         */
        public static class StatsObject extends LinkedHashMap<String, Long> {
            /** Serial version UID for serialization. */
            private static final long serialVersionUID = 1L;
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 17.4K bytes
    - Click Count (0)
  7. src/main/java/jcifs/internal/smb1/trans/SmbComTransaction.java

    import jcifs.util.Hexdump;
    
    /**
     * Base class for SMB1 transaction request messages.
     * This abstract class provides the foundation for all SMB1 transaction commands, handling
     * parameter and data buffer encoding, multi-part transactions, and setup word management.
     */
    public abstract class SmbComTransaction extends ServerMessageBlock implements Enumeration<SmbComTransaction> {
    
        // relative to headerStart
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 17.3K bytes
    - Click Count (0)
  8. docs/fr/docs/_llm-test.md

    * l’en-tête transféré
    
    * le système d’injection de dépendances
    * la dépendance
    * l’élément dépendable
    * le dépendant
    
    * lié aux E/S
    * lié au processeur
    * concurrence
    * parallélisme
    * multi-traitement
    
    * la variable d’env
    * la variable d’environnement
    * le `PATH`
    * la variable `PATH`
    
    * l’authentification
    * le fournisseur d’authentification
    * l’autorisation
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 12.8K bytes
    - Click Count (0)
  9. src/test/java/jcifs/internal/dtyp/SecurityDescriptorTest.java

        }
    
        @Test
        @DisplayName("Test decode with complex SID structure")
        void testDecodeWithComplexSid() throws SMBProtocolDecodingException {
            // Prepare buffer with multi-authority SID
            testBuffer[0] = 0x01; // revision
            testBuffer[1] = 0x00; // padding
            SMBUtil.writeInt2(0x8004, testBuffer, 2); // type
            SMBUtil.writeInt4(20, testBuffer, 4); // owner offset
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 18.6K bytes
    - Click Count (0)
  10. api/maven-api-plugin/src/main/mdo/plugin.mdo

            </field>
            <field>
              <name>aggregator</name>
              <version>1.0.0+</version>
              <type>boolean</type>
              <description>
                Flags this Mojo to run it in a multi-module way, i.e. aggregate the build with the set of projects
                listed as modules.
              </description>
              <defaultValue>false</defaultValue>
            </field>
            <field>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Feb 25 08:28:41 GMT 2025
    - 24.8K bytes
    - Click Count (0)
Back to Top