Home
last modified time | relevance | path

Searched refs:cj (Results 1 – 25 of 3612) sorted by relevance

12345678910>>...145

/dports/www/hotcrp/hotcrp-2.102/src/
H A Duserstatus.php207 if (isset($cj->$x) && !isset($cj->$y))
208 $cj->$y = $cj->$x;
214 if (isset($cj->$k) && !is_string($cj->$k)) {
238 if (get($cj, "id") && !is_int($cj->id))
368 if (isset($cj->add_tags) || isset($cj->remove_tags)) {
432 if (isset($cj->bad_follow) && !empty($cj->bad_follow))
434 if (isset($cj->bad_topics) && !empty($cj->bad_topics))
445 if (!$old_user && is_int(get($cj, "id")) && $cj->id)
459 else if (is_string(get($cj, "email")) && $cj->email)
532 $cj->roles->chair = $cj->roles->pc = true;
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libcoshell/
H A Dcowait.c170 for (cj = co->jobs; cj; cj = cj->next) in cowait()
171 if (cj->pid == CO_PID_ZOMBIE && (!job || cj == job)) in cowait()
183 else if (cj->service && !cj->service->pid) in cowait()
226 for (cj = co->jobs; cj; cj = cj->next) in cowait()
228 errormsg(state.lib, 2, "\tjob %d pid=%d status=%d", cj->id, cj->pid, cj->status); in cowait()
247 for (cj = co->jobs; cj; cj = cj->next) in cowait()
287 for (cj = co->jobs; cj; cj = cj->next) in cowait()
290 if ((co->flags | (cj ? cj->flags : 0)) & CO_DEBUG) in cowait()
292 if (!cj) in cowait()
360 cat(cj, &cj->out, sfstdout); in cowait()
[all …]
H A Dcokill.c45 if (cj->pid < 0) in cokilljob()
47 if (cj->pid == 0) in cokilljob()
49 if (cj->service) in cokilljob()
63 n = kill(cj->pid, sig); in cokilljob()
64 killpg(cj->pid, sig); in cokilljob()
81 n = sfsprintf(buf, sizeof(buf), "#%05d\nk %d %d\n", 0, cj ? cj->id : 0, sig); in cokillshell()
85 if (cj) in cokillshell()
88 for (cj = co->jobs; cj; cj = cj->next) in cokillshell()
89 if (cj->pid > 0) in cokillshell()
100 if (cj) in cokill()
[all …]
H A Dcoexec.c86 cj->pid = 0; in service()
94 return cj; in service()
141 return cj; in request()
170 for (cj = co->jobs; cj; cj = cj->next) in coexec()
173 if (cj) in coexec()
224 cj->id, in coexec()
242 cj->id, in coexec()
257 cj->id, in coexec()
309 cj->id); in coexec()
399 cj->id, in coexec()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libcoshell/
H A Dcowait.c170 for (cj = co->jobs; cj; cj = cj->next) in cowait()
171 if (cj->pid == CO_PID_ZOMBIE && (!job || cj == job)) in cowait()
183 else if (cj->service && !cj->service->pid) in cowait()
226 for (cj = co->jobs; cj; cj = cj->next) in cowait()
228 errormsg(state.lib, 2, "\tjob %d pid=%d status=%d", cj->id, cj->pid, cj->status); in cowait()
247 for (cj = co->jobs; cj; cj = cj->next) in cowait()
287 for (cj = co->jobs; cj; cj = cj->next) in cowait()
290 if ((co->flags | (cj ? cj->flags : 0)) & CO_DEBUG) in cowait()
292 if (!cj) in cowait()
360 cat(cj, &cj->out, sfstdout); in cowait()
[all …]
H A Dcokill.c45 if (cj->pid < 0) in cokilljob()
47 if (cj->pid == 0) in cokilljob()
49 if (cj->service) in cokilljob()
63 n = kill(cj->pid, sig); in cokilljob()
64 killpg(cj->pid, sig); in cokilljob()
81 n = sfsprintf(buf, sizeof(buf), "#%05d\nk %d %d\n", 0, cj ? cj->id : 0, sig); in cokillshell()
85 if (cj) in cokillshell()
88 for (cj = co->jobs; cj; cj = cj->next) in cokillshell()
89 if (cj->pid > 0) in cokillshell()
100 if (cj) in cokill()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libcoshell/
H A Dcowait.c170 for (cj = co->jobs; cj; cj = cj->next) in cowait()
171 if (cj->pid == CO_PID_ZOMBIE && (!job || cj == job)) in cowait()
183 else if (cj->service && !cj->service->pid) in cowait()
226 for (cj = co->jobs; cj; cj = cj->next) in cowait()
228 errormsg(state.lib, 2, "\tjob %d pid=%d status=%d", cj->id, cj->pid, cj->status); in cowait()
247 for (cj = co->jobs; cj; cj = cj->next) in cowait()
287 for (cj = co->jobs; cj; cj = cj->next) in cowait()
290 if ((co->flags | (cj ? cj->flags : 0)) & CO_DEBUG) in cowait()
292 if (!cj) in cowait()
360 cat(cj, &cj->out, sfstdout); in cowait()
[all …]
H A Dcokill.c45 if (cj->pid < 0) in cokilljob()
47 if (cj->pid == 0) in cokilljob()
49 if (cj->service) in cokilljob()
63 n = kill(cj->pid, sig); in cokilljob()
64 killpg(cj->pid, sig); in cokilljob()
85 if (cj) in cokillshell()
88 for (cj = co->jobs; cj; cj = cj->next) in cokillshell()
89 if (cj->pid > 0) in cokillshell()
100 if (cj) in cokill()
103 co = cj->coshell; in cokill()
[all …]
H A Dcoexec.c85 cj->pid = 0; in service()
93 return cj; in service()
141 return cj; in request()
170 for (cj = co->jobs; cj; cj = cj->next) in coexec()
173 if (cj) in coexec()
224 cj->id, in coexec()
242 cj->id, in coexec()
257 cj->id, in coexec()
309 cj->id); in coexec()
399 cj->id, in coexec()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D94013.cc37 VERIFY( std::lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
40 VERIFY( std::lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
41 VERIFY( ! std::lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
54 VERIFY( lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
55 VERIFY( ! lexicographical_compare(cj, cj+3, i+1, i+4) ); // cv v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
62 VERIFY( lexicographical_compare(cj+1, cj+3, ck, ck+3) ); // cv c in test01()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D94013.cc37 VERIFY( std::lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
40 VERIFY( std::lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
41 VERIFY( ! std::lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
54 VERIFY( lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
55 VERIFY( ! lexicographical_compare(cj, cj+3, i+1, i+4) ); // cv v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
62 VERIFY( lexicographical_compare(cj+1, cj+3, ck, ck+3) ); // cv c in test01()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D94013.cc37 VERIFY( std::lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
40 VERIFY( std::lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
41 VERIFY( ! std::lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
54 VERIFY( lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
55 VERIFY( ! lexicographical_compare(cj, cj+3, i+1, i+4) ); // cv v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
62 VERIFY( lexicographical_compare(cj+1, cj+3, ck, ck+3) ); // cv c in test01()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D94013.cc37 VERIFY( std::lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
40 VERIFY( std::lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
41 VERIFY( ! std::lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
54 VERIFY( lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
55 VERIFY( ! lexicographical_compare(cj, cj+3, i+1, i+4) ); // cv v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
62 VERIFY( lexicographical_compare(cj+1, cj+3, ck, ck+3) ); // cv c in test01()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D94013.cc37 VERIFY( std::lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
40 VERIFY( std::lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
41 VERIFY( ! std::lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
54 VERIFY( lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
55 VERIFY( ! lexicographical_compare(cj, cj+3, i+1, i+4) ); // cv v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
62 VERIFY( lexicographical_compare(cj+1, cj+3, ck, ck+3) ); // cv c in test01()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D94013.cc37 VERIFY( std::lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
40 VERIFY( std::lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
41 VERIFY( ! std::lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
54 VERIFY( lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
55 VERIFY( ! lexicographical_compare(cj, cj+3, i+1, i+4) ); // cv v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
62 VERIFY( lexicographical_compare(cj+1, cj+3, ck, ck+3) ); // cv c in test01()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D94013.cc37 VERIFY( std::lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
40 VERIFY( std::lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
41 VERIFY( ! std::lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
54 VERIFY( lexicographical_compare(cj, cj+2, cj+1, cj+3) ); // cv cv in test01()
55 VERIFY( ! lexicographical_compare(cj, cj+3, i+1, i+4) ); // cv v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
62 VERIFY( lexicographical_compare(cj+1, cj+3, ck, ck+3) ); // cv c in test01()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/equal/
H A D94013.cc35 VERIFY( ! std::equal(cj, cj+2, cj+1) ); // const volatile, const volatile in test01()
36 VERIFY( std::equal(cj, cj+3, i+1) ); // const volatile, volatile in test01()
38 VERIFY( std::equal(cj+1, cj+3, k) ); // const volatile, unqual in test01()
43 VERIFY( std::equal(cj+1, cj+3, ck) ); // const volatile, const in test01()
52 VERIFY( ! equal(cj, cj+2, cj+1, cj+3) );// const volatile, const volatile in test01()
53 VERIFY( equal(cj, cj+3, i+1, i+4) ); // const volatile, volatile in test01()
54 VERIFY( ! equal(i, i+2, cj, cj+2) ); // volatile, const volatile in test01()
55 VERIFY( equal(cj+1, cj+3, k, k+2) ); // const volatile, unqual in test01()
56 VERIFY( ! equal(k, k+2, cj, cj+2) ); // unqual, const volatile in test01()
60 VERIFY( equal(cj+1, cj+3, ck, ck+2) ); // const volatile, const in test01()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/equal/
H A D94013.cc35 VERIFY( ! std::equal(cj, cj+2, cj+1) ); // const volatile, const volatile in test01()
36 VERIFY( std::equal(cj, cj+3, i+1) ); // const volatile, volatile in test01()
38 VERIFY( std::equal(cj+1, cj+3, k) ); // const volatile, unqual in test01()
43 VERIFY( std::equal(cj+1, cj+3, ck) ); // const volatile, const in test01()
52 VERIFY( ! equal(cj, cj+2, cj+1, cj+3) );// const volatile, const volatile in test01()
53 VERIFY( equal(cj, cj+3, i+1, i+4) ); // const volatile, volatile in test01()
54 VERIFY( ! equal(i, i+2, cj, cj+2) ); // volatile, const volatile in test01()
55 VERIFY( equal(cj+1, cj+3, k, k+2) ); // const volatile, unqual in test01()
56 VERIFY( ! equal(k, k+2, cj, cj+2) ); // unqual, const volatile in test01()
60 VERIFY( equal(cj+1, cj+3, ck, ck+2) ); // const volatile, const in test01()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/25_algorithms/equal/
H A D94013.cc35 VERIFY( ! std::equal(cj, cj+2, cj+1) ); // const volatile, const volatile
36 VERIFY( std::equal(cj, cj+3, i+1) ); // const volatile, volatile
38 VERIFY( std::equal(cj+1, cj+3, k) ); // const volatile, unqual
43 VERIFY( std::equal(cj+1, cj+3, ck) ); // const volatile, const
52 VERIFY( ! equal(cj, cj+2, cj+1, cj+3) );// const volatile, const volatile in test1()
53 VERIFY( equal(cj, cj+3, i+1, i+4) ); // const volatile, volatile
54 VERIFY( ! equal(i, i+2, cj, cj+2) ); // volatile, const volatile
55 VERIFY( equal(cj+1, cj+3, k, k+2) ); // const volatile, unqual
56 VERIFY( ! equal(k, k+2, cj, cj+2) ); // unqual, const volatile
60 VERIFY( equal(cj+1, cj+3, ck, ck+2) ); // const volatile, const
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/25_algorithms/equal/
H A D94013.cc35 VERIFY( ! std::equal(cj, cj+2, cj+1) ); // const volatile, const volatile in test01()
36 VERIFY( std::equal(cj, cj+3, i+1) ); // const volatile, volatile in test01()
38 VERIFY( std::equal(cj+1, cj+3, k) ); // const volatile, unqual in test01()
43 VERIFY( std::equal(cj+1, cj+3, ck) ); // const volatile, const in test01()
52 VERIFY( ! equal(cj, cj+2, cj+1, cj+3) );// const volatile, const volatile in test01()
53 VERIFY( equal(cj, cj+3, i+1, i+4) ); // const volatile, volatile in test01()
54 VERIFY( ! equal(i, i+2, cj, cj+2) ); // volatile, const volatile in test01()
55 VERIFY( equal(cj+1, cj+3, k, k+2) ); // const volatile, unqual in test01()
56 VERIFY( ! equal(k, k+2, cj, cj+2) ); // unqual, const volatile in test01()
60 VERIFY( equal(cj+1, cj+3, ck, ck+2) ); // const volatile, const in test01()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/25_algorithms/equal/
H A D94013.cc35 VERIFY( ! std::equal(cj, cj+2, cj+1) ); // const volatile, const volatile in test01()
36 VERIFY( std::equal(cj, cj+3, i+1) ); // const volatile, volatile in test01()
38 VERIFY( std::equal(cj+1, cj+3, k) ); // const volatile, unqual in test01()
43 VERIFY( std::equal(cj+1, cj+3, ck) ); // const volatile, const in test01()
52 VERIFY( ! equal(cj, cj+2, cj+1, cj+3) );// const volatile, const volatile in test01()
53 VERIFY( equal(cj, cj+3, i+1, i+4) ); // const volatile, volatile in test01()
54 VERIFY( ! equal(i, i+2, cj, cj+2) ); // volatile, const volatile in test01()
55 VERIFY( equal(cj+1, cj+3, k, k+2) ); // const volatile, unqual in test01()
56 VERIFY( ! equal(k, k+2, cj, cj+2) ); // unqual, const volatile in test01()
60 VERIFY( equal(cj+1, cj+3, ck, ck+2) ); // const volatile, const in test01()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/25_algorithms/equal/
H A D94013.cc35 VERIFY( ! std::equal(cj, cj+2, cj+1) ); // const volatile, const volatile in test01()
36 VERIFY( std::equal(cj, cj+3, i+1) ); // const volatile, volatile in test01()
38 VERIFY( std::equal(cj+1, cj+3, k) ); // const volatile, unqual in test01()
43 VERIFY( std::equal(cj+1, cj+3, ck) ); // const volatile, const in test01()
52 VERIFY( ! equal(cj, cj+2, cj+1, cj+3) );// const volatile, const volatile in test01()
53 VERIFY( equal(cj, cj+3, i+1, i+4) ); // const volatile, volatile in test01()
54 VERIFY( ! equal(i, i+2, cj, cj+2) ); // volatile, const volatile in test01()
55 VERIFY( equal(cj+1, cj+3, k, k+2) ); // const volatile, unqual in test01()
56 VERIFY( ! equal(k, k+2, cj, cj+2) ); // unqual, const volatile in test01()
60 VERIFY( equal(cj+1, cj+3, ck, ck+2) ); // const volatile, const in test01()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/equal/
H A D94013.cc35 VERIFY( ! std::equal(cj, cj+2, cj+1) ); // const volatile, const volatile in test01()
36 VERIFY( std::equal(cj, cj+3, i+1) ); // const volatile, volatile in test01()
38 VERIFY( std::equal(cj+1, cj+3, k) ); // const volatile, unqual in test01()
43 VERIFY( std::equal(cj+1, cj+3, ck) ); // const volatile, const in test01()
52 VERIFY( ! equal(cj, cj+2, cj+1, cj+3) );// const volatile, const volatile in test01()
53 VERIFY( equal(cj, cj+3, i+1, i+4) ); // const volatile, volatile in test01()
54 VERIFY( ! equal(i, i+2, cj, cj+2) ); // volatile, const volatile in test01()
55 VERIFY( equal(cj+1, cj+3, k, k+2) ); // const volatile, unqual in test01()
56 VERIFY( ! equal(k, k+2, cj, cj+2) ); // unqual, const volatile in test01()
60 VERIFY( equal(cj+1, cj+3, ck, ck+2) ); // const volatile, const in test01()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/cronjob/
H A Dcronjob_controllerv2.go403 cj = cj.DeepCopy()
411 cjCopy, err := jm.cronJobControl.GetCronJob(cj.Namespace, cj.Name)
416 cj = cjCopy
467 *cj = *updatedCJ
475 if cj.Spec.Suspend != nil && *cj.Spec.Suspend {
503 return cj, t, nil
522 return cj, t, nil
531 return cj, t, nil
601 cj.Status.Active = append(cj.Status.Active, *jobRef)
605 …return cj, nil, fmt.Errorf("unable to update status for %s (rv = %s): %v", klog.KRef(cj.GetNamespa…
[all …]
H A Dcronjob_controller.go137 syncOne(cj, jobsByCj[cj.UID], time.Now(), jm.jobControl, jm.cjControl, jm.recorder)
138 cleanupFinishedJobs(cj, jobsByCj[cj.UID], jm.jobControl, jm.cjControl, jm.recorder)
169 removeOldestJobs(cj,
177 removeOldestJobs(cj,
186 nameForLog := fmt.Sprintf("%s/%s", cj.Namespace, cj.Name)
198 nameForLog := fmt.Sprintf("%s/%s", cj.Namespace, cj.Name)
213 nameForLog := fmt.Sprintf("%s/%s", cj.Namespace, cj.Name)
253 *cj = *updatedCJ
261 if cj.Spec.Suspend != nil && *cj.Spec.Suspend {
358 cj.Status.Active = append(cj.Status.Active, *ref)
[all …]

12345678910>>...145