Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 51 for sf (0.03 sec)

  1. gradle/verification-metadata.xml

          </component>
          <component group="net.sf.docbook" name="docbook-xsl" version="1.75.2">
             <artifact name="docbook-xsl-1.75.2-resources.zip">
                <sha256 value="eea2df391d11dcf3732d2b9ac1c344d527c955984824c08da4afdcd5acf92d03" origin="Verified" reason="Artifact is not signed"/>
             </artifact>
          </component>
          <component group="net.sf.ezmorph" name="ezmorph" version="1.0.6">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    			name := st.Field(i).Name
    			sf, ok := st.FieldByName(name)
    			if !ok {
    				continue
    			}
    			switch sf.Type.Kind() {
    			case reflect.Interface, reflect.Struct:
    			case reflect.Pointer:
    				// TODO: This is a hack to let metav1.Time through. This needs to be fixed in a more generic way eventually. bug #36191
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/base/Suppliers.java

       */
      public static <T extends @Nullable Object> Function<Supplier<T>, T> supplierFunction() {
        @SuppressWarnings("unchecked") // implementation is "fully variant"
        SupplierFunction<T> sf = (SupplierFunction<T>) SupplierFunctionImpl.INSTANCE;
        return sf;
      }
    
      private interface SupplierFunction<T extends @Nullable Object> extends Function<Supplier<T>, T> {}
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.js

          params.set(p[0], p[1]);
        }
    
        // Update params to include src.
        let v = pprofQuoteMeta(stacks.Sources[src].FullName);
        if (param != 'f' && param != 'sf') { // old f,sf values are overwritten
          // Add new source to current parameter value.
          const old = params.get(param);
          if (old && old != '') {
            v += '|' + old;
          }
        }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  5. guava/src/com/google/common/base/Suppliers.java

       */
      public static <T extends @Nullable Object> Function<Supplier<T>, T> supplierFunction() {
        @SuppressWarnings("unchecked") // implementation is "fully variant"
        SupplierFunction<T> sf = (SupplierFunction<T>) SupplierFunctionImpl.INSTANCE;
        return sf;
      }
    
      private interface SupplierFunction<T extends @Nullable Object> extends Function<Supplier<T>, T> {}
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 15.3K bytes
    - Viewed (0)
  6. cmd/testdata/xl-meta-merge.zip

    Ä sÉöQð#Ef° ÌS Û|âÓ ¹ôb Îf­Ä ñ.È´ Å Mƒ¤Type ¥V2ObjÞ ¢IDÄ sÉöQð#Ef° ÌS Û|â¤DDirÄ #" ‘³sF"¥ URÄ,C ¦EcAlgo £EcM £EcN §EcBSizeÒ §EcIndex ¦EcDist” ¨CSumAlgo ¨PartNums‘ ©PartETagsÀ©PartSizes‘Ñ äªPartASizes‘Ñ ä¤SizeÑ ä¥MTimeÓ ¹ôb Îf­§MetaSys ¼x-minio-internal-inline-dataÄ true§MetaUsr‚¬content-type¸application/octet-stream¤etagÙ 9fe7a344ef4227d3e537¡vÎeçnÐÎÍ 0Ø ‚Ù$73c9f651-f023-4566-b012-cc537fdb7ce2Ä’A0§i ˆ»°u•‡ðU ^sF" :5›…— ú >õ’È4> . çòH¯icaMLNpG¾ÙìpöÊ 4 ,A¼yL„cÁÐÚîÑðÍÉzêê ¼yL„c·ÀÀôñßÜïÖGþr Ž‡´’ª€¬µˆ...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/shell.go

    	if cfg.BuildN || cfg.BuildX {
    		sh.ShowCmd("", "cp %s %s", src, dst)
    		if cfg.BuildN {
    			return nil
    		}
    	}
    
    	sf, err := os.Open(src)
    	if err != nil {
    		return err
    	}
    	defer sf.Close()
    
    	// Be careful about removing/overwriting dst.
    	// Do not remove/overwrite if dst exists and is a directory
    	// or a non-empty non-object file.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/test/integration/fieldselector_test.go

    	fieldSelector        string
    	expectedByName       sets.Set[string]
    	expectObserveRemoval sets.Set[string]
    	expectError          string
    }
    
    func (sf selectableFieldTestCase) Name() string {
    	return fmt.Sprintf("%s/%s", sf.version, sf.fieldSelector)
    }
    
    func TestSelectableFields(t *testing.T) {
    	_, ctx := ktesting.NewTestContext(t)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 06 15:53:03 UTC 2024
    - 27K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-CHACHA20-POLY1305

    000002f0  69 3d 53 e9 8d 70 6d 07  84 7e 56 3f ce 53 b9 6c  |i=S..pm..~V?.S.l|
    00000300  43 0f 70 74 f1 52 ce d4  95 55 13 8c 07 e7 20 d7  |C.pt.R...U.... .|
    00000310  61 2e b7 f4 5b 34 6e 5d  9c d8 73 66 89 a1 f6 7e  |a...[4n]..sf...~|
    00000320  01 bb 9a 5e 52 59 3f fc  3e 24 fc e7 49 10 83 9d  |...^RY?.>$..I...|
    00000330  fb 16 03 03 00 04 0e 00  00 00                    |..........|
    >>> Flow 3 (client to server)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.js

        // but Refine menu links are different.
        let param = 'f';
        if (id == 'ignore') param = 'i';
        if (id == 'hide') param = 'h';
        if (id == 'show') param = 's';
        if (id == 'show-from') param = 'sf';
    
        // We update on mouseenter so middle-click/right-click work properly.
        elem.addEventListener('mouseenter', updater);
        elem.addEventListener('touchstart', updater);
    
        function updater() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 20K bytes
    - Viewed (0)
Back to top