Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of about 10,000 for 20$ (0.11 sec)

  1. common/config/license-lint.yml

      - EPL-1.0
      - IPL-1.0
      - MPL-1.0
      - MPL-1.1
      - MPL-2.0
      - MPL-2.0-no-copyleft-exception
      - Ruby
    
    restricted_licenses:
      - GPL-1.0-only
      - GPL-1.0-or-later
      - GPL-2.0-only
      - GPL-2.0-or-later
      - GPL-3.0-only
      - GPL-3.0-or-later
      - LGPL-2.0-only
      - LGPL-2.0-or-later
      - LGPL-2.1-only
      - LGPL-2.1-or-later
      - LGPL-3.0-only
      - LGPL-3.0-or-later
      - NPL-1.0
      - NPL-1.1
      - OSL-1.0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 25 19:26:20 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_tidy_version.txt

    	example.net/d v0.2.0 // indirect
    )
    
    replace (
    	example.net/a v0.1.0 => ./a
    	example.net/a v0.2.0 => ./a
    	example.net/b v0.1.0 => ./b
    	example.net/b v0.2.0 => ./b
    	example.net/c v0.1.0 => ./c
    	example.net/c v0.2.0 => ./c
    	example.net/d v0.1.0 => ./d
    	example.net/d v0.2.0 => ./d
    )
    -- go.mod.116 --
    module example.com/m
    
    go 1.16
    
    require example.net/a v0.1.0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 02 23:07:08 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  3. platforms/software/version-control/src/integTest/groovy/org/gradle/vcs/internal/GitVersionSelectionIntegrationTest.groovy

            given:
            buildFile << """
                dependencies { compile 'test:test:2.0' }
            """
            repo.commit("v1")
            repo.createLightWeightTag("1.0")
            repoSettingsFile.replace("version = '1.0'", "version = '2.0'")
            repo.commit("v2")
            repo.createLightWeightTag("2.0")
            repoSettingsFile.replace("version = '2.0'", "version = '3.0'")
            repo.commit("v3")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/s390x/vector.go

    		return op_VMAE, 2, 0
    	case AVMAH:
    		return op_VMAH, 0, 0
    	case AVMAHB:
    		return op_VMAH, 0, 0
    	case AVMAHH:
    		return op_VMAH, 1, 0
    	case AVMAHF:
    		return op_VMAH, 2, 0
    	case AVMALE:
    		return op_VMALE, 0, 0
    	case AVMALEB:
    		return op_VMALE, 0, 0
    	case AVMALEH:
    		return op_VMALE, 1, 0
    	case AVMALEF:
    		return op_VMALE, 2, 0
    	case AVMALH:
    		return op_VMALH, 0, 0
    	case AVMALHB:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 09 14:45:09 UTC 2019
    - 19.3K bytes
    - Viewed (0)
  5. platforms/extensibility/plugin-use/src/integTest/groovy/org/gradle/plugin/use/VersionInSettingsPluginUseIntegrationTest.groovy

                plugins {
                    id '$PLUGIN_ID' version '2.0'
                }
                ${verifyPluginTask('2.0')}
            """
            file("p1/build.gradle") << """
                plugins {
                    id '$PLUGIN_ID'
                }
                ${verifyPluginTask('2.0')}
            """
    
            then:
            succeeds "verify"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/strict/StrictVersionsInPlatformCentricDevelopmentIntegrationTest.groovy

                        } else {
                            constraint("org:bar:2.0", 'org:bar:2.0').byConstraint()
                        }
                        constraint("org:foo:${expectStrictVersion(platformType, '3.0', '3.1 & 3.2')}", 'org:foo:3.0').byConstraint()
                    }
                    edge('org:bar', 'org:bar:2.0') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 19.5K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/mod_tidy_convergence_loop.txt

    	example.net/w v0.2.0-pre => ./w2-pre
    	example.net/x v0.1.0 => ./x1
    	example.net/x v0.2.0-pre => ./x2-pre
    	example.net/y v0.1.0 => ./y1
    	example.net/y v0.2.0-pre => ./y2-pre
    	example.net/z v0.1.0 => ./z1
    	example.net/z v0.2.0-pre => ./z2-pre
    )
    
    require example.net/y v0.1.0
    -- go.mod.tidye3 --
    module example.net/m
    
    go 1.16
    
    replace (
    	example.net/w v0.1.0 => ./w1
    	example.net/w v0.2.0-pre => ./w2-pre
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jun 03 21:13:11 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/mod_get_issue47979.txt

    go 1.17
    
    replace (
    	example.net/a v0.1.0 => ./a1
    	example.net/a v0.2.0 => ./a2
    	example.net/indirect v0.1.0 => ./indirect1
    	example.net/indirect v0.2.0 => ./indirect2
    	example.net/other v0.1.0 => ./other
    	example.net/other v0.2.0 => ./other
    )
    
    require (
    	example.net/a v0.2.0
    	example.net/other v0.2.0
    )
    
    require example.net/indirect v0.2.0 // indirect
    -- issue.go --
    package issue
    
    import _ "example.net/a"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  9. subprojects/diagnostics/src/test/groovy/org/gradle/api/tasks/diagnostics/internal/insight/DependencyResultSorterSpec.groovy

            def d2 = newDependency(DefaultModuleComponentSelector.newSelector(core, v("not-a-dynamic-selector")), DefaultModuleComponentIdentifier.newId(core, "2.0"))
            def d3 = newDependency(DefaultModuleComponentSelector.newSelector(core, v("0.8")), DefaultModuleComponentIdentifier.newId(core, "2.0"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 22:26:51 UTC 2021
    - 18.6K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/mod_get_downup_indirect_pruned.txt

    -- go.mod --
    module example.com/a
    
    go 1.17
    
    require (
    	example.com/b v0.2.0
    	example.com/c v0.1.0
    )
    
    replace (
    	example.com/b v0.1.0 => ./b1
    	example.com/b v0.2.0 => ./b2
    	example.com/c v0.1.0 => ./c1
    	example.com/c v0.2.0 => ./c2
    	example.com/d v0.1.0 => ./d
    	example.com/d v0.2.0 => ./d
    )
    -- go.mod.down1 --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 17 13:05:03 UTC 2023
    - 2.9K bytes
    - Viewed (0)
Back to top