Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 391 for persze (0.23 sec)

  1. schema/schema.go

    	callbackTypeBeforeUpdate, callbackTypeAfterUpdate,
    	callbackTypeBeforeSave, callbackTypeAfterSave,
    	callbackTypeBeforeDelete, callbackTypeAfterDelete,
    	callbackTypeAfterFind,
    }
    
    // Parse get data type from dialector
    func Parse(dest interface{}, cacheStore *sync.Map, namer Namer) (*Schema, error) {
    	return ParseWithSpecialTableName(dest, cacheStore, namer, "")
    }
    
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Tue Aug 19 06:35:49 UTC 2025
    - 12.9K bytes
    - Viewed (0)
  2. docs/es/llm-prompt.md

    * query (as in URL query): query (do not translate to "consulta")
    * cookie (as in HTTP cookie): cookie
    * header (as in HTTP header): header
    * form (as in HTML form): formulario
    * type checks: chequeo de tipos
    * parse: parse
    * parsing: parsing
    * marshall: marshall
    * library: paquete (do not translate to "biblioteca" or "librería")
    * instance: instance (do not translate to "instancia")
    * scratch the surface: tocar los conceptos básicos
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Jul 26 18:57:50 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  3. docs/es/docs/python-types.md

    ////
    
    ### Clases como tipos
    
    También puedes declarar una clase como el tipo de una variable.
    
    Digamos que tienes una clase `Person`, con un nombre:
    
    {* ../../docs_src/python_types/tutorial010.py hl[1:3] *}
    
    Luego puedes declarar una variable para que sea de tipo `Person`:
    
    {* ../../docs_src/python_types/tutorial010.py hl[6] *}
    
    Y luego, nuevamente, obtienes todo el soporte del editor:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 17.6K bytes
    - Viewed (1)
  4. docs/fa/docs/python-types.md

    * `Optional`
    * ...و بقیه.
    
    ////
    
    ### کلاس‌ها به‌عنوان نوع
    
    می‌تونی یه کلاس رو هم به‌عنوان نوع یه متغیر تعریف کنی.
    
    فرض کن یه کلاس `Person` داری، با یه نام:
    
    {* ../../docs_src/python_types/tutorial010.py hl[1:3] *}
    
    بعد می‌تونی یه متغیر رو از نوع `Person` تعریف کنی:
    
    {* ../../docs_src/python_types/tutorial010.py hl[6] *}
    
    و بعد، دوباره، همه پشتیبانی ویرایشگر رو داری:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Jul 21 12:20:57 UTC 2025
    - 23.3K bytes
    - Viewed (0)
  5. src/main/assemblies/files/fess

        echo "    -X prop       set non-standard JAVA system property"
        echo "   --prop=val"
        echo "   --prop val     set fess property (i.e. -Des.<prop>=<val>)"
    }
    
    # Parse any long getopt options and put them into properties before calling getopt below
    # Be dash compatible to make sure running under ubuntu works
    ARGV=""
    while [ $# -gt 0 ]
    do
        case $1 in
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 15 06:32:15 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  6. okhttp/src/commonJvmAndroid/kotlin/okhttp3/MediaType.kt

          return MediaType(this, type, subtype, parameterNamesAndValues.toTypedArray())
        }
    
        /** Returns a media type for this, or null if this is not a well-formed media type. */
        @JvmStatic
        @JvmName("parse")
        fun String.toMediaTypeOrNull(): MediaType? =
          try {
            toMediaType()
          } catch (_: IllegalArgumentException) {
            null
          }
    
        @JvmName("-deprecated_get")
        @Deprecated(
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 14:51:08 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  7. docs/bn/docs/python-types.md

    ////
    
    ### ক্লাস হিসেবে টাইপস
    
    আপনি একটি ভেরিয়েবলের টাইপ হিসেবে একটি ক্লাস ঘোষণা করতে পারেন।
    
    ধরুন আপনার কাছে `Person` নামে একটি ক্লাস আছে, যার একটি নাম আছে:
    
    {* ../../docs_src/python_types/tutorial010.py hl[1:3] *}
    
    
    তারপর আপনি একটি ভেরিয়েবলকে `Person` টাইপের হিসেবে ঘোষণা করতে পারেন:
    
    {* ../../docs_src/python_types/tutorial010.py hl[6] *}
    
    
    এবং তারপর, আবার, আপনি এডিটর সাপোর্ট পেয়ে যাবেন:
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  8. src/test/java/jcifs/config/PropertyConfigurationTest.java

            // Then
            assertNotNull(emptyConfig);
            // Hostname may be null when not provided in properties
            // This is expected behavior
        }
    
        @Test
        @DisplayName("Should parse integer properties correctly")
        void testIntegerProperties() throws CIFSException {
            // Given
            Properties props = new Properties();
            props.setProperty("jcifs.smb.client.connTimeout", "30000");
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 11.3K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/cookie-param-models.md

    Se o cliente tentar enviar alguns **cookies extras**, eles receberão um retorno de **erro**.
    
    Coitados dos banners de cookies com todo o seu esforço para obter o seu consentimento para a <abbr title="Isso é uma outra piada. Não preste atenção em mim. Beba um café com o seu cookie. ☕">API rejeitá-lo</abbr>. 🍪
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/fess/it/stopwords.txt

    suo
    sua
    suoi
    sue
    nostro
    nostra
    nostri
    nostre
    vostro
    vostra
    vostri
    vostre
    mi
    ti
    ci
    vi
    lo
    la
    li
    le
    gli
    ne
    il
    un
    uno
    una
    ma
    ed
    se
    perché
    anche
    come
    dov
    dove
    che
    chi
    cui
    non
    più
    quale
    quanto
    quanti
    quanta
    quante
    quello
    quelli
    quella
    quelle
    questo
    questi
    questa
    queste
    si
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top