Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 891 for experts (0.18 sec)

  1. src/main/webapp/js/admin/plugins/form-validator/brazil.js

     *  @author Victor Jonsson, http://victorjonsson.se
     *  @license MIT
     */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  2. src/runtime/sys_linux_mipsx.s

    	MOVW	n+8(FP), R6
    	MOVW	$SYS_write, R2
    	SYSCALL
    	BEQ	R7, 2(PC)
    	SUBU	R2, R0, R2	// caller expects negative errno
    	MOVW	R2, ret+12(FP)
    	RET
    
    TEXT runtime·read(SB),NOSPLIT,$0-16
    	MOVW	fd+0(FP), R4
    	MOVW	p+4(FP), R5
    	MOVW	n+8(FP), R6
    	MOVW	$SYS_read, R2
    	SYSCALL
    	BEQ	R7, 2(PC)
    	SUBU	R2, R0, R2	// caller expects negative errno
    	MOVW	R2, ret+12(FP)
    	RET
    
    // func pipe2(flags int32) (r, w int32, errno int32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 18 20:57:24 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/plugins/form-validator/lang/fa.js

     *  @author Victor Jonsson, http://victorjonsson.se
     *  @license MIT
     */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.9K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/plugins/form-validator/lang/ro.js

     *  @author Victor Jonsson, http://victorjonsson.se
     *  @license MIT
     */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.5K bytes
    - Viewed (0)
  5. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/jpms/compile/AbstractMultipleLocalJavaModulesCompileIntegrationTest.groovy

    abstract class AbstractMultipleLocalJavaModulesCompileIntegrationTest extends AbstractJavaModuleIntegrationTest {
    
        def "compiles multiple modules in one project using the module path"() {
            given:
            producingModuleInfo('exports producer')
            producingModuleClass()
            consumingModuleInfo('requires producer')
            consumingModuleClass('producer.ProducerClass')
    
            when:
            succeeds ':compileJava'
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/promote_resources_to_args.cc

    #include "tensorflow/compiler/mlir/tensorflow/transforms/passes.h"
    
    namespace mlir {
    namespace TF {
    namespace {
    
    constexpr char kResourceFunctionMsg[] =
        "expects function level resource argument";
    constexpr char kInvalidResourceMsg[] =
        "expects resource to be a VarHandleOp or function argument";
    constexpr char kResourceNameArgAttr[] = "tf.resource_name";
    
    // Checks if a function has only one block.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  7. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/jpms/test/JavaModuleWhiteboxTestExcutionIntegrationTest.groovy

        def "runs whitebox tests on classpath"() {
            given:
            buildFile << """
                dependencies { testImplementation 'junit:junit:4.13' }
            """
            consumingModuleInfo('exports consumer')
            consumingModuleClass()
            testModuleClass('org.junit.Assert.assertNull(consumer.MainModule.class.getModule().getName())')
    
            when:
            succeeds ':test'
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  8. src/runtime/sys_openbsd_arm64.s

    	MOVW	(R0), R0		// errno
    	NEG	R0, R0			// caller expects negative errno value
    noerr:
    	RET
    
    TEXT runtime·write_trampoline(SB),NOSPLIT,$0
    	MOVD	8(R0), R1		// arg 2 - buf
    	MOVW	16(R0), R2		// arg 3 - count
    	MOVW	0(R0), R0		// arg 1 - fd
    	CALL	libc_write(SB)
    	CMP	$-1, R0
    	BNE	noerr
    	CALL	libc_errno(SB)
    	MOVW	(R0), R0		// errno
    	NEG	R0, R0			// caller expects negative errno value
    noerr:
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  9. src/runtime/sys_openbsd_mips64.s

    	SYSCALL
    	BEQ	R7, 2(PC)
    	SUBVU	R2, R0, R2	// caller expects negative errno
    	MOVW	R2, ret+24(FP)
    	RET
    
    // func pipe2(flags int32) (r, w int32, errno int32)
    TEXT runtime·pipe2(SB),NOSPLIT|NOFRAME,$0-20
    	MOVV	$r+8(FP), R4
    	MOVW	flags+0(FP), R5
    	MOVV	$101, R2		// sys_pipe2
    	SYSCALL
    	BEQ	R7, 2(PC)
    	SUBVU	R2, R0, R2	// caller expects negative errno
    	MOVW	R2, errno+16(FP)
    	RET
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/plugins/form-validator/lang/cs.js

     *  @author Victor Jonsson, http://victorjonsson.se
     *  @license MIT
     */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.3K bytes
    - Viewed (0)
Back to top