Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 95 for rdat (0.06 sec)

  1. src/internal/xcoff/file.go

    	var dat [len(subtypes)][]byte
    	for i, subtype := range subtypes {
    		s := f.SectionByType(STYP_DWARF | subtype)
    		if s != nil {
    			b, err := s.Data()
    			if err != nil && uint64(len(b)) < s.Size {
    				return nil, err
    			}
    			dat[i] = b
    		}
    	}
    
    	abbrev, info, line, ranges, str := dat[0], dat[1], dat[2], dat[3], dat[4]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 12 14:42:29 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  2. src/debug/gosym/pclntab_test.go

    	if err != nil {
    		tb.Fatal(err)
    	}
    	var dat []byte
    	dat, err = io.ReadAll(gzReader)
    	if err != nil {
    		tb.Fatal(err)
    	}
    	return dat
    }
    
    // Test that we can parse a pclntab from 1.15.
    func Test115PclnParsing(t *testing.T) {
    	dat := read115Executable(t)
    	const textStart = 0x1001000
    	pcln := NewLineTable(dat, textStart)
    	tab, err := NewTable(nil, pcln)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 09 17:17:44 UTC 2022
    - 9.6K bytes
    - Viewed (0)
  3. src/debug/pe/file_test.go

    			{".debug_abbrev", 0, 0, 137, 536, 0, 0, 0, 0, 0x42100000},
    			{".debug_info", 0, 0, 418, 673, 1470, 0, 7, 0, 1108344832},
    			{".debug_line", 0, 0, 128, 1091, 1540, 0, 1, 0, 1108344832},
    			{".rdata", 0, 0, 16, 1219, 0, 0, 0, 0, 1076887616},
    			{".debug_frame", 0, 0, 52, 1235, 1550, 0, 2, 0, 1110441984},
    			{".debug_loc", 0, 0, 56, 1287, 0, 0, 0, 0, 1108344832},
    			{".debug_pubnames", 0, 0, 27, 1343, 1570, 0, 1, 0, 1108344832},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 01 02:25:16 UTC 2023
    - 22.3K bytes
    - Viewed (0)
  4. pkg/istio-agent/grpcxds/grpc_bootstrap.go

    	Config     any    `json:"config,omitempty"`
    }
    
    func (cp *CertificateProvider) UnmarshalJSON(data []byte) error {
    	var dat map[string]*json.RawMessage
    	if err := json.Unmarshal(data, &dat); err != nil {
    		return err
    	}
    	*cp = CertificateProvider{}
    
    	if pluginNameVal, ok := dat["plugin_name"]; ok {
    		if err := json.Unmarshal(*pluginNameVal, &cp.PluginName); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 00:31:03 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  5. pom.xml

    						<phase>prepare-package</phase>
    						<goals>
    							<goal>report</goal>
    						</goals>
    					</execution>
    				</executions>
    			</plugin>
    			<plugin>
    				<groupId>org.apache.rat</groupId>
    				<artifactId>apache-rat-plugin</artifactId>
    				<version>0.14</version>
    				<executions>
    					<execution>
    						<phase>verify</phase>
    						<goals>
    							<goal>check</goal>
    						</goals>
    					</execution>
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun May 26 04:00:03 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/plugins/form-validator/lang/nl.js

    incorrect",badStrength:"Het wachtwoord is niet veilig genoeg",badTelephone:"U heeft een onjuist telefoonnummer ingevoerd",badTime:"U heeft een incorrecte tijd aangegeven",badUrl:"De ingevoerde waarde is geen correcte URL",badreCaptcha:"Bevestig a.u.b. dat u geen robot bent",errorTitle:"Indienen van formulier mislukt!",groupCheckedEnd:" item(s)",groupCheckedRangeStart:"Kies a.u.b. tussen ",groupCheckedTooFewStart:"Kies a.u.b. ten minste ",groupCheckedTooManyStart:"Kies a.u.b. maximaal ",imageRatioNotAccepted:"De...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.4K bytes
    - Viewed (0)
  7. src/go/internal/gccgoimporter/importer.go

    			return
    		}
    		reader = sec.Open()
    		return
    	}
    
    	xf, err := xcoff.NewFile(objreader)
    	if err == nil {
    		sdat := xf.CSect(".go_export")
    		if sdat == nil {
    			err = fmt.Errorf("%s: .go_export section not found", fpath)
    			return
    		}
    		reader = bytes.NewReader(sdat)
    		return
    	}
    
    	err = fmt.Errorf("%s: unrecognized file format", fpath)
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 20 18:41:18 UTC 2020
    - 6.8K bytes
    - Viewed (0)
  8. .github/workflows/mint/minio-resiliency.yaml

    version: '3.7'
    
    # Settings and configurations that are common for all containers
    x-minio-common: &minio-common
      image: quay.io/minio/minio:${JOB_NAME}
      command: server --console-address ":9001" http://minio{1...4}/rdata{1...2}
      expose:
        - "9000"
        - "9001"
      environment:
        MINIO_CI_CD: "on"
        MINIO_ROOT_USER: "minio"
        MINIO_ROOT_PASSWORD: "minio123"
        MINIO_KMS_SECRET_KEY: "my-minio-key:OSMM+vkKUTCvQs9YL/CVMIMt43HFhkUpqJxTmGl6rYw="
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  9. internal/bucket/object/lock/lock.go

    		return ErrInvalidRetentionDate
    	}
    
    	*rDate = RetentionDate{retDate}
    	return nil
    }
    
    // MarshalXML encodes expiration date if it is non-zero and encodes
    // empty string otherwise
    func (rDate RetentionDate) MarshalXML(e *xml.Encoder, startElement xml.StartElement) error {
    	if rDate.IsZero() {
    		return nil
    	}
    	return e.EncodeElement(amztime.ISO8601Format(rDate.Time), startElement)
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  10. src/debug/pe/file.go

    	if err != nil {
    		return nil, err
    	}
    
    	// Look for DWARF4 .debug_types sections and DWARF5 sections.
    	for i, s := range f.Sections {
    		suffix := dwarfSuffix(s)
    		if suffix == "" {
    			continue
    		}
    		if _, ok := dat[suffix]; ok {
    			// Already handled.
    			continue
    		}
    
    		b, err := sectionData(s)
    		if err != nil {
    			return nil, err
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 17.2K bytes
    - Viewed (0)
Back to top