Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 134 for pinfos (0.07 sec)

  1. docs/es/docs/python-types.md

    ```
    
    Declara la variable, con la misma sintaxis de dos puntos (`:`).
    
    Como tipo, pon el `List` que importaste de `typing`.
    
    Como la lista es un tipo que contiene algunos tipos internos, los pones entre corchetes:
    
    ```Python hl_lines="4"
    {!> ../../docs_src/python_types/tutorial006.py!}
    ```
    
    ////
    
    /// info | Información
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 17.6K bytes
    - Viewed (1)
  2. src/main/java/jcifs/smb1/dcerpc/msrpc/lsarpc.java

                if (_infop != 0) {
                    _src.dec_ndr_short(); /* union discriminant */
                    info.decode(_src);
    
                }
                retval = _src.dec_ndr_long();
            }
        }
    
        /**
         * LSA lookup SIDs message.
         */
        public static class LsarLookupSids extends DcerpcMessage {
    
            @Override
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 42.5K bytes
    - Viewed (0)
  3. docs/pt/docs/python-types.md

    ```
    
    Declare uma variável com a mesma sintaxe com dois pontos (`:`)
    
    Como tipo, coloque o `List` que você importou de `typing`.
    
    Como a lista é o tipo que contém algum tipo interno, você coloca o tipo dentro de colchetes:
    
    ```Python hl_lines="4"
    {!> ../../docs_src/python_types/tutorial006.py!}
    ```
    
    ////
    
    /// info | Informação
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 10:32:53 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  4. src/test/java/jcifs/dcerpc/msrpc/MsrpcShareGetInfoTest.java

            // Test when info is not ShareInfo502
            srvsvc.ShareInfo0 info0 = new srvsvc.ShareInfo0();
    
            // Replace info field with wrong type
            Field infoField = msrpcShareGetInfo.getClass().getSuperclass().getDeclaredField("info");
            infoField.setAccessible(true);
            infoField.set(msrpcShareGetInfo, info0);
    
            // This should throw ClassCastException
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 14.3K bytes
    - Viewed (0)
  5. okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt

         *
         * The default value of 0 disables client-initiated pings.
         */
        fun pingInterval(
          interval: Long,
          unit: TimeUnit,
        ) = apply {
          pingInterval = checkDuration("interval", interval, unit)
        }
    
        /**
         * Sets the interval between HTTP/2 and web socket pings initiated by this client. Use this to
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 51.7K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/dcerpc/msrpc/netdfs.java

            @Override
            public void decode_out(final NdrBuffer _src) throws NdrException {
                final int _infop = _src.dec_ndr_long();
                if (_infop != 0) {
                    if (info == null) { /* YOYOYO */
                        info = new DfsEnumStruct();
                    }
                    info.decode(_src);
    
                }
                final int _totalentriesp = _src.dec_ndr_long();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 21.2K bytes
    - Viewed (0)
  7. cmd/admin-handlers-pools.go

    	if err != nil {
    		writeErrorResponseJSON(ctx, w, toAPIError(ctx, err), r.URL)
    		return
    	}
    
    	buckets := make([]string, 0, len(bucketInfos))
    	for _, bInfo := range bucketInfos {
    		buckets = append(buckets, bInfo.Name)
    	}
    
    	var id string
    	if id, err = pools.initRebalanceMeta(ctx, buckets); err != nil {
    		writeErrorResponseJSON(ctx, w, toAPIError(ctx, err), r.URL)
    		return
    	}
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Sep 04 20:47:24 UTC 2025
    - 11K bytes
    - Viewed (0)
  8. android/guava-testlib/src/com/google/common/collect/testing/package-info.java

    Kurt Alfred Kluever <******@****.***> 1663772761 -0700
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 21 15:08:35 UTC 2022
    - 95 bytes
    - Viewed (0)
  9. api/maven-api-di/src/main/java/org/apache/maven/di/tool/package-info.java

    Guillaume Nodet <******@****.***> 1743687239 +0200
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Apr 03 13:33:59 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  10. api/maven-api-plugin/src/main/java/org/apache/maven/api/plugin/descriptor/lifecycle/package-info.java

    Guillaume Nodet <******@****.***> 1741097838 +0100
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Tue Mar 04 14:17:18 UTC 2025
    - 1K bytes
    - Viewed (0)
Back to top