Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 166 for langues (0.18 sec)

  1. tests/joins_test.go

    	user := GetUser("TestJoinWithSameColumnName", Config{
    		Languages: 1,
    		Pets:      1,
    	})
    	DB.Create(user)
    	type UserSpeak struct {
    		UserID       uint
    		LanguageCode string
    	}
    	type Result struct {
    		User
    		UserSpeak
    		Language
    		Pet
    	}
    
    	results := make([]Result, 0, 1)
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 10:52:33 UTC 2024
    - 15K bytes
    - Viewed (0)
  2. pkg/api/v1/service/util.go

    // If the field is not specified, turn to parse and verify the AnnotationLoadBalancerSourceRangesKey annotation from a service,
    // extracting the source ranges to allow, and if not present returns a default (allow-all) value.
    func GetLoadBalancerSourceRanges(service *v1.Service) (utilnet.IPNetSet, error) {
    	var ipnets utilnet.IPNetSet
    	var err error
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 30 15:56:47 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  3. platforms/native/language-native/src/main/java/org/gradle/language/objectivecpp/plugins/ObjectiveCppLangPlugin.java

                builder.internalView(DependentSourceSetInternal.class);
            }
    
            @Mutate
            void registerLanguageTransform(LanguageTransformContainer languages, ServiceRegistry serviceRegistry) {
                languages.add(new ObjectiveCpp());
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  4. platforms/native/language-native/src/main/java/org/gradle/language/rc/plugins/WindowsResourceScriptPlugin.java

                builder.defaultImplementation(DefaultWindowsResourceSet.class);
            }
    
            @Mutate
            void registerLanguageTransform(LanguageTransformContainer languages, ServiceRegistry serviceRegistry) {
                languages.add(new WindowsResources());
            }
        }
    
        private static class WindowsResources extends NativeLanguageTransform<WindowsResourceSet> {
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  5. src/cmd/trace/goroutines.go

    			<td> {{$Time.String}}</td>
    		{{end}}
    	</tr>
    {{end}}
    </table>
    
    <h3 id="ranges">Special ranges</h3>
    
    The table below describes how much of the traced period each goroutine spent in
    certain special time ranges.
    If a goroutine has spent no time in any special time ranges, it is excluded from
    the table.
    For example, how much time it spent helping the GC. Note that these times do
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/core-plugins/plugin_reference.adoc

    // limitations under the License.
    
    [[plugin_reference]]
    = Gradle Plugin Reference
    
    This page contains links and short descriptions for all the core plugins provided by Gradle itself.
    
    == JVM languages and frameworks
    
    <<java_plugin.adoc#java_plugin,Java>>::
    Provides support for building any type of Java project.
    
    <<java_library_plugin.adoc#java_library_plugin,Java Library>>::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  7. platforms/documentation/docs-asciidoctor-extensions-base/src/main/resources/multi-language-samples.js

      //  2) Only one language can be selected per domain (to allow selection to persist across all docs pages)
      //  3) There is exactly 1 small set of languages to choose from. This does not allow for multiple language preferences. For example, users cannot prefer both Kotlin and ZSH.
      //  4) Only 1 sample of each language can exist in the same collection.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  8. analysis/analysis-api/testData/components/diagnosticsProvider/codeFragmentDiagnostics/evalJvm.txt

    Diagnostics from elements:
      for PSI element of type KtNameReferenceExpression at (1,1-5)
        UNRESOLVED_REFERENCE      text ranges: [(0,4)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jan 05 16:04:14 UTC 2024
    - 189 bytes
    - Viewed (0)
  9. analysis/analysis-api/testData/components/diagnosticsProvider/codeFragmentDiagnostics/evalJvmJs.txt

    Diagnostics from elements:
      for PSI element of type KtNameReferenceExpression at (1,1-5)
        UNRESOLVED_REFERENCE      text ranges: [(0,4)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jan 05 16:04:14 UTC 2024
    - 189 bytes
    - Viewed (0)
  10. analysis/analysis-api/testData/components/diagnosticsProvider/diagnostics/suppression/conflictingOverloadsAtTopLevelWithFileSuppression.txt

    Diagnostics from elements:
      for PSI element of type KtStringTemplateExpression at (1,16-39)
        ERROR_SUPPRESSION      text ranges: [(15,38)]
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Nov 13 10:20:26 UTC 2023
    - 194 bytes
    - Viewed (0)
Back to top