Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for jC (0.07 sec)

  1. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/KotlinDslJvmDefaultIntegrationTest.kt

                dependencies { implementation(project(":kotlin-dsl-producer")) }
                """
            )
            withFile(
                "java-consumer/src/main/java/jc/SomeJava.java",
                """
                package jc;
                class SomeJava implements some.Some {
                    public static void main(String[] args) {
                        new SomeJava().some();
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Sep 24 17:45:43 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  2. pkg/controller/cronjob/cronjob_controllerv2_test.go

    				}
    			}
    			if len(jc.Jobs) != expectedCreates {
    				t.Errorf("%s: expected %d job started, actually %v", name, expectedCreates, len(jc.Jobs))
    			}
    			for i := range jc.Jobs {
    				job := &jc.Jobs[i]
    				controllerRef := metav1.GetControllerOf(job)
    				if controllerRef == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 70.8K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/proxier.go

    		}
    	}
    
    	for _, jc := range iptablesJumpChain {
    		args := []string{"-m", "comment", "--comment", jc.comment, "-j", string(jc.to)}
    		if _, err := proxier.iptables.EnsureRule(utiliptables.Prepend, jc.table, jc.from, args...); err != nil {
    			proxier.logger.Error(err, "Failed to ensure chain jumps", "table", jc.table, "srcChain", jc.from, "dstChain", jc.to)
    		}
    	}
    
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/project/ProjectSorter.java

            }
        }
    
        private boolean isSpecificVersion(String version) {
            return !((version == null || version.isEmpty()) || version.startsWith("[") || version.startsWith("("));
        }
    
        // TODO !![jc; 28-jul-2005] check this; if we're using '-r' and there are aggregator tasks, this will result in
        // weirdness.
        public MavenProject getTopLevelProject() {
            return sortedProjects.stream()
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Sep 22 06:02:04 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  5. src/crypto/tls/testdata/Client-TLSv13-HelloRetryRequest

    000000f0  63 af 53 e5 cc 29 ce f7  18 7a 93 91 73 ae ff c1  |c.S..)...z..s...|
    00000100  2e 2b 3d 76 ab 99 c8 e0  fd 69 b3 67 39 e9 58 40  |.+=v.....i.g9.X@|
    00000110  4a 63 e8 71 c5 8d de 44  fb ef 4d 0a dc ae 51 12  |Jc.q...D..M...Q.|
    00000120  7e ea 6a 25 32 8e 5b 08  6e c7 b2 87 00 4e 35 d8  |~.j%2.[.n....N5.|
    00000130  cd 3b bd 8c dc e8 55 a9  2f 65 d1 7f c1 28 33 f9  |.;....U./e...(3.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  6. cmd/testdata/xl-meta-merge.zip

    _•[qVçñÑjinwȳÖA`kÖkV{A—}_ò_[«kw«mìigò™go7srQSò­]V|q@e2PB÷Ì«öö@ÔþËÚzÙù ÿÌëÙÆ ÿðÌßÜm¼Œ÷cluñ² ôUq}¤ G¢c2 ¾ic÷}VqyˆÂHrbÆø+ xo| jmLô[m}ïZL_ _BVWUx GVÜirxa\ªûvvi@xGz8ãOEwKW¨8q }¸¦K]ÎéaLXïh„q\|qÖYb}ïtBI“¾¼DWÙlxñK|ªÜ"}¼4%òE\oŒ`rí£töfvÜVW’1³tR¬÷}l®g{„ˆãXJ²JaÐv WïÆúâi¾uhy}N jc ?el ‰ @QtsÖI†ôGL£ÕúG þê7N²eTK÷Pni à·oJF³zsj£kqòSo~¬<ã6Z~ËÖ BIMßvEtha }J%%Õ ccxIˆàebqq 0;`ª—YÊv—tg|+minioú¦{`f¼xÌkcýï`¾xñºNK\êcJ{¾Dmgˆqrkûl¼ÕEpHgkïˆFeÕ\yP\ ejayW­hªÌ½ "oH¸çò BGôvC|cctWˆMKgòaª AMBO}H† ûT í ~r[CÛ*>EBuÊqrñ¨D}E>," £ ‘ ²LIUãkcC_¸ žZGpýnfsfjÑ...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  7. pkg/controller/cronjob/cronjob_controllerv2.go

    }
    
    // deleteJob reaps a job, deleting the job, the pods and the reference in the active list
    func deleteJob(logger klog.Logger, cj *batchv1.CronJob, job *batchv1.Job, jc jobControlInterface, recorder record.EventRecorder) bool {
    	// delete the job itself...
    	if err := jc.DeleteJob(job.Namespace, job.Name); err != nil {
    		recorder.Eventf(cj, corev1.EventTypeWarning, "FailedDelete", "Deleted job: %v", err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 29.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/end2end/back2back_fake_quant.pbtxt

    \275\301\233\262=d\327\031\275V\030`>1U\212\276\325\353,=\321\375+=\305\016-=IQC\276\272N\255\276\342\\\241=\253K\230>\221\247\220\274\026[\220=\301W9\276\3041\311>\200\013\255\276@\331\307>\250\246\320=e\305A\276\312\211\200>\252\220x\276?\306\305>jC\221>_h\304>\350\2701>\213&\014\277\327a\251>\010\321\365=\022\346\357>_P\326>\024@\260\276\010\002\203\275%\013;\276\300\270s\2762~\206\2769\341\356<;\364\023\276\'=\225\276\347\327\247\275\037\317\326\276\2379\243>\241+\306\276\252\226\007\276\232\273\010=...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 15 19:42:47 UTC 2021
    - 25.9K bytes
    - Viewed (0)
  9. src/runtime/memmove_amd64.s

    	MOVQ	DI, CX
    	SUBQ	SI, CX
    	// Now CX contains distance between SRC and DEST
    	CMPQ	CX, BX
    	// If the distance lesser than region length it means that regions are overlapped
    	JC	copy_backward
    
    	// Non-temporal copy would be better for big sizes.
    	CMPQ	BX, $0x100000
    	JAE	gobble_big_data_fwd
    
    	// Memory layout on the source side
    	// SI                                       CX
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 10 15:52:08 UTC 2022
    - 12.5K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/jquery-3.6.3.min.map

    CNslB,SAAUzgC,EACVihB,KAAMA,EACNwjB,QAASjiC,GACPnB,EAAO2C,cAAew9B,IAASA,OAIpCngC,EAAOmhC,cAAe,SAAUhD,GAC/B,IAAIh/B,EACJ,IAAMA,KAAKg/B,EAAE+E,QACa,iBAApB/jC,EAAEsF,gBACN05B,EAAEqC,YAAcrC,EAAE+E,QAAS/jC,IAAO,MAMrCa,EAAO2sB,SAAW,SAAUwT,EAAK/9B,EAASlD,GACzC,OAAOc,EAAOqhC,KAAM,CACnBlB,IAAKA,EAGLxhC,KAAM,MACNygC,SAAU,SACV/zB,OAAO,EACPk1B,OAAO,EACP/jC,QAAQ,EAKRokC,WAAY,CACX2D,cAAe,cAEhBL,WAAY,SAAUT,GACrBzjC,EAAO0D,WAAY+/B,EAAUrhC,EAASlD,OAMzCc,EAAOG,GAAGgC,OAAQ,CACjBqiC,QAAS,SAAU9X,GAClB,IAAI/H,EAyBJ,O...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
Back to top