Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 142 for 33 (0.08 sec)

  1. cmd/config-migrate.go

    			AuthToken: "",
    		}
    	case "31":
    		// V31 -> V32
    		cfg.Notify.NSQ = make(map[string]target.NSQArgs)
    		cfg.Notify.NSQ["1"] = target.NSQArgs{}
    	}
    
    	// Move to latest.
    	cfg.Version = "33"
    
    	newCfg := newServerConfig()
    
    	config.SetRegion(newCfg, cfg.Region)
    	storageclass.SetStorageClass(newCfg, cfg.StorageClass)
    
    	for k, loggerArgs := range cfg.Logger.HTTP {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/body-updates.md

    ///
    
    Wie in `stored_item_model.model_copy(update=update_data)`:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="33"
    {!> ../../docs_src/body_updates/tutorial002_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.9+
    
    ```Python hl_lines="35"
    {!> ../../docs_src/body_updates/tutorial002_py39.py!}
    ```
    
    ////
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  3. docs/en/docs/img/deployment/https/https.drawio

                            <Array as="points">
                                <mxPoint x="800" y="680"/>
                            </Array>
                        </mxGeometry>
                    </mxCell>
                    <mxCell id="33" value="" style="group" vertex="1" connectable="0" parent="1">
                        <mxGeometry x="-140" y="-75" width="500" height="350" as="geometry"/>
                    </mxCell>
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 25.7K bytes
    - Viewed (1)
  4. src/main/java/jcifs/netbios/Name.java

    import jcifs.util.Hexdump;
    import jcifs.util.Strings;
    
    
    /**
     * 
     * 
     */
    public class Name implements NetbiosName {
    
        private static final int TYPE_OFFSET = 31;
        private static final int SCOPE_OFFSET = 33;
    
        /**
         * Name
         */
        public String name;
        /**
         * Scope id
         */
        public String scope;
        /**
         * Type
         */
        public int hexCode;
        int srcHashCode; /*
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 7.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/fess/mapping.txt

    ュ => ユ
    ョ => ヨ
    ゙ => ゛
    ゚ => ゜
    ー => ー
    ・ => ・
    
    0 => 0
    1 => 1
    2 => 2
    3 => 3
    4 => 4
    5 => 5
    6 => 6
    7 => 7
    8 => 8
    9 => 9
    
    ① => 1\u0020
    ② => 2\u0020
    ③ => 3\u0020
    ④ => 4\u0020
    ⑤ => 5\u0020
    ⑥ => 6\u0020
    ⑦ => 7\u0020
    ⑧ => 8\u0020
    ⑨ => 9\u0020
    
    ! => !
    ? => ?
    # => #
    % => %
    & => &
    @ => @
    + => +
    - => -
    * => *
    / => /
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Jul 27 02:07:47 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/collect/TreeRangeSetTest.java

            .containsExactly(Range.lessThan(1), Range.greaterThan(6))
            .inOrder();
      }
    
      public void testAddEmpty() {
        TreeRangeSet<Integer> rangeSet = TreeRangeSet.create();
        rangeSet.add(Range.closedOpen(3, 3));
        testInvariants(rangeSet);
        assertThat(rangeSet.asRanges()).isEmpty();
        assertThat(rangeSet.complement().asRanges()).containsExactly(Range.<Integer>all());
      }
    
      public void testFillHoleExactly() {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:05:46 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  7. docs/em/docs/tutorial/body-updates.md

    ////
    
    //// tab | 🐍 3️⃣.9️⃣ &amp; 🔛
    
    ```Python hl_lines="35"
    {!> ../../docs_src/body_updates/tutorial002_py39.py!}
    ```
    
    ////
    
    //// tab | 🐍 3️⃣.1️⃣0️⃣ &amp; 🔛
    
    ```Python hl_lines="33"
    {!> ../../docs_src/body_updates/tutorial002_py310.py!}
    ```
    
    ////
    
    ### 🍕 ℹ 🌃
    
    📄, ✔ 🍕 ℹ 👆 🔜:
    
    * (⚗) ⚙️ `PATCH` ↩️ `PUT`.
    * 🗃 🏪 💽.
    * 🚮 👈 💽 Pydantic 🏷.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  8. docs/ru/docs/tutorial/body-updates.md

    Например, `stored_item_model.copy(update=update_data)`:
    
    //// tab | Python 3.10+
    
    ```Python hl_lines="33"
    {!> ../../docs_src/body_updates/tutorial002_py310.py!}
    ```
    
    ////
    
    //// tab | Python 3.9+
    
    ```Python hl_lines="35"
    {!> ../../docs_src/body_updates/tutorial002_py39.py!}
    ```
    
    ////
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess/ja/mapping.txt

    ュ => ュ
    ョ => ョ
    ゙ => ゛
    ゚ => ゜
    ー => ー
    ・ => ・
    
    0 => 0
    1 => 1
    2 => 2
    3 => 3
    4 => 4
    5 => 5
    6 => 6
    7 => 7
    8 => 8
    9 => 9
    
    ① => 1\u0020
    ② => 2\u0020
    ③ => 3\u0020
    ④ => 4\u0020
    ⑤ => 5\u0020
    ⑥ => 6\u0020
    ⑦ => 7\u0020
    ⑧ => 8\u0020
    ⑨ => 9\u0020
    
    ! => !
    ? => ?
    # => #
    % => %
    & => &
    @ => @
    + => +
    - => -
    * => *
    / => /
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Jul 27 02:07:47 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/netbios/Name.java

    import java.io.UnsupportedEncodingException;
    
    import jcifs.smb1.Config;
    import jcifs.smb1.util.Hexdump;
    
    public class Name {
    
        private static final int TYPE_OFFSET = 31;
        private static final int SCOPE_OFFSET = 33;
        private static final String DEFAULT_SCOPE = Config.getProperty( "jcifs.smb1.netbios.scope" );
    
        static final String OEM_ENCODING =
                    Config.getProperty( "jcifs.smb1.encoding",
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 6.6K bytes
    - Viewed (0)
Back to top