Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for commonize (0.28 sec)

  1. .idea/dictionaries/dmitriy_dolovov.xml

    <component name="ProjectDictionaryState">
      <dictionary name="dmitriy.dolovov">
        <words>
          <w>cinterop</w>
          <w>commonizable</w>
          <w>commonization</w>
          <w>commonize</w>
          <w>commonized</w>
          <w>commonizer</w>
          <w>commonizers</w>
          <w>commonizes</w>
          <w>commonizing</w>
          <w>interop</w>
          <w>jetbrains</w>
          <w>konan</w>
          <w>kotlinx</w>
          <w>macos</w>
        </words>
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Nov 26 07:57:16 GMT 2020
    - 456 bytes
    - Viewed (0)
  2. .idea/runConfigurations/Test__Commonizer.xml

          </option>
          <option name="taskNames">
            <list>
              <option value=":native:kotlin-klib-commonizer-api:test" />
              <option value=":native:kotlin-klib-commonizer:test" />
              <option value=":kotlin-gradle-plugin-integration-tests:test" />
              <option value="--tests" />
              <option value="&quot;org.jetbrains.kotlin.gradle.CommonizerHierarchicalIT&quot;" />
              <option value="--tests" />
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon Jun 05 14:25:01 GMT 2023
    - 1.6K bytes
    - Viewed (0)
  3. .idea/runConfigurations/Test__Commonizer___Light.xml

          </option>
          <option name="taskNames">
            <list>
              <option value=":native:kotlin-klib-commonizer-api:test" />
              <option value=":native:kotlin-klib-commonizer:test" />
            </list>
          </option>
          <option name="vmOptions" />
        </ExternalSystemSettings>
        <ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon Jun 05 14:25:01 GMT 2023
    - 1K bytes
    - Viewed (0)
  4. cmd/endpoint-ellipses.go

    			return nil, config.ErrInvalidNumberOfErasureEndpoints(nil).Msg(msg)
    		}
    	}
    
    	commonSize := getDivisibleSize(totalSizes)
    	possibleSetCounts := func(setSize uint64) (ss []uint64) {
    		for _, s := range setSizes {
    			if setSize%s == 0 {
    				ss = append(ss, s)
    			}
    		}
    		return ss
    	}
    
    	setCounts := possibleSetCounts(commonSize)
    	if len(setCounts) == 0 {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 11 21:22:47 GMT 2024
    - 14.8K bytes
    - Viewed (0)
  5. cmd/erasure-healing-common.go

    			latest = nano
    		}
    	}
    
    	// Return the collected common max time, with maxima
    	return time.Unix(0, latest).UTC(), maxima
    }
    
    // commonTime returns a maximally occurring time from a list of time if it
    // occurs >= quorum, else return timeSentinel
    func commonTime(modTimes []time.Time, quorum int) time.Time {
    	if modTime, count := commonTimeAndOccurrence(modTimes, 0); count >= quorum {
    		return modTime
    	}
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 10.8K bytes
    - Viewed (0)
  6. ChangeLog.md

    ### Tools. Commonizer
    
    - [`KT-59302`](https://youtrack.jetbrains.com/issue/KT-59302) Commonizer: make sure that opt-in annotation generated by cinterop made it into commonized artifact
    - [`KT-62028`](https://youtrack.jetbrains.com/issue/KT-62028) False positive "Unnecessary '`@OptIn`' Annotation" for ExperimentalForeignApi
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
  7. cmd/erasure-healing-common_test.go

    	// Count all latest updated FileInfo values
    	var count int
    	var latestFileInfo FileInfo
    
    	// Reduce list of UUIDs to a single common value - i.e. the last updated Time
    	modTime := commonTime(modTimes, expectedRQuorum)
    
    	if modTime.IsZero() || modTime.Equal(timeSentinel) {
    		return FileInfo{}, errErasureReadQuorum
    	}
    
    	// Iterate through all the modTimes and count the FileInfo(s) with latest time.
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Jan 30 20:43:25 GMT 2024
    - 23K bytes
    - Viewed (1)
  8. .space/CODEOWNERS

    /license/ "Kotlin Build Infrastructure"
    
    /native/ "Kotlin Native"
    /native/analysis-api-klib-reader/ "Kotlin Native" "Kotlin in Fleet"
    /native/commonizer/ "Kotlin Apple Ecosystem"
    /native/commonizer-api/ "Kotlin Apple Ecosystem"
    /native/commonizer-embeddable/ "Kotlin Apple Ecosystem"
    /native/objcexport-header-generator/ "Kotlin Native" "Kotlin in Fleet"
    /native/objcexport-header-generator/impl/analysis-api/ "Kotlin in Fleet"
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 19:58:12 GMT 2024
    - 23.9K bytes
    - Viewed (0)
  9. docs/en/data/people.yml

    - login: flo-at
      count: 4
      avatarUrl: https://avatars.githubusercontent.com/u/564288?v=4
      url: https://github.com/flo-at
    - login: commonism
      count: 4
      avatarUrl: https://avatars.githubusercontent.com/u/164513?v=4
      url: https://github.com/commonism
    - login: estebanx64
      count: 4
      avatarUrl: https://avatars.githubusercontent.com/u/10840422?u=45f015f95e1c0f06df602be4ab688d4b854cc8a8&v=4
    Others
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Mon Apr 01 23:12:23 GMT 2024
    - 56.9K bytes
    - Viewed (0)
Back to top