Home
last modified time | relevance | path

Searched refs:showall (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/dports/www/moodle310/moodle/mod/quiz/
H A Dreview.php35 $showall = optional_param('showall', null, PARAM_BOOL); variable
41 } else if ($showall) {
42 $url->param('showall', $showall);
50 if ($showall === null) {
53 $PAGE->set_url($attemptobj->review_url(null, $page, $showall));
81 if ($showall) {
92 redirect($attemptobj->review_url(null, $page, $showall));
106 $headtags = $attemptobj->get_html_head_contributions($page, $showall);
107 $PAGE->set_title($attemptobj->review_page_title($page, $showall));
148 $showall));
[all …]
/dports/www/moodle311/moodle/mod/quiz/
H A Dreview.php35 $showall = optional_param('showall', null, PARAM_BOOL); variable
41 } else if ($showall) {
42 $url->param('showall', $showall);
51 if ($showall === null) {
54 $PAGE->set_url($attemptobj->review_url(null, $page, $showall));
82 if ($showall) {
93 redirect($attemptobj->review_url(null, $page, $showall));
107 $headtags = $attemptobj->get_html_head_contributions($page, $showall);
108 $PAGE->set_title($attemptobj->review_page_title($page, $showall));
149 $showall));
[all …]
/dports/www/moodle39/moodle/mod/quiz/
H A Dreview.php35 $showall = optional_param('showall', null, PARAM_BOOL); variable
41 } else if ($showall) {
42 $url->param('showall', $showall);
50 if ($showall === null) {
53 $PAGE->set_url($attemptobj->review_url(null, $page, $showall));
81 if ($showall) {
92 redirect($attemptobj->review_url(null, $page, $showall));
106 $headtags = $attemptobj->get_html_head_contributions($page, $showall);
107 $PAGE->set_title($attemptobj->review_page_title($page, $showall));
148 $showall));
[all …]
/dports/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/sample/
H A DMakefile.am1 SAMPLES=secret.cs keyring-showall.cs
8 samples: secret.exe keyring-showall.exe
13 keyring-showall.exe: keyring-showall.cs
16 -rm -f secret.exe keyring-showall.exe Gnome.Keyring.dll*
/dports/www/moodle310/moodle/lib/form/
H A Dlisting.php63 protected $showall; variable in MoodleQuickForm_listing
83 $this->showall = $options['showall'];
85 $this->showall = get_string('showall');
120 html_writer::tag('div', $this->showall,
153 'showall' => $this->showall,
/dports/www/moodle39/moodle/lib/form/
H A Dlisting.php63 protected $showall; variable in MoodleQuickForm_listing
83 $this->showall = $options['showall'];
85 $this->showall = get_string('showall');
120 html_writer::tag('div', $this->showall,
153 'showall' => $this->showall,
/dports/www/moodle311/moodle/lib/form/
H A Dlisting.php63 protected $showall; variable in MoodleQuickForm_listing
83 $this->showall = $options['showall'];
85 $this->showall = get_string('showall');
120 html_writer::tag('div', $this->showall,
153 'showall' => $this->showall,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/app/blast/
H A DMakefile.update_blastdb.app11 CHECK_CMD = perl update_blastdb.pl --showall
12 CHECK_CMD = perl update_blastdb.pl --showall --source gcp
13 CHECK_CMD = perl update_blastdb.pl --showall --source ncbi
14 CHECK_CMD = perl update_blastdb.pl --showall --source aws
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/blast/
H A DMakefile.update_blastdb.app11 CHECK_CMD = perl update_blastdb.pl --showall
12 CHECK_CMD = perl update_blastdb.pl --showall --source gcp
13 CHECK_CMD = perl update_blastdb.pl --showall --source ncbi
14 CHECK_CMD = perl update_blastdb.pl --showall --source aws
/dports/devel/py-plac/plac-1.3.4/doc/
H A Dishelve.py11 showall=('show all parameters in the shelve', 'flag'),
17 def main(help, showall, clear, delete, filename=DEFAULT_SHELVE, argument
22 if not any([help, showall, clear, delete, params, setters]):
29 elif showall:
/dports/www/moodle310/moodle/cohort/
H A Dindex.php32 $showall = optional_param('showall', false, PARAM_BOOL); variable
65 $showall = false; variable
72 if ($showall) {
96 if ($showall) {
108 (object) ['name' => 'showall', 'value' => $showall]
132 if ($showall) {
197 if ($showall) {
/dports/www/moodle311/moodle/cohort/
H A Dindex.php32 $showall = optional_param('showall', false, PARAM_BOOL); variable
65 $showall = false; variable
72 if ($showall) {
96 if ($showall) {
108 (object) ['name' => 'showall', 'value' => $showall]
132 if ($showall) {
197 if ($showall) {
/dports/www/moodle39/moodle/cohort/
H A Dindex.php32 $showall = optional_param('showall', false, PARAM_BOOL); variable
65 $showall = false; variable
72 if ($showall) {
96 if ($showall) {
115 … .= html_writer::empty_tag('input', array('type'=>'hidden', 'name'=>'showall', 'value'=>$showall));
130 if ($showall) {
195 if ($showall) {
/dports/dns/bind911/bind-9.11.37/bin/dnssec/
H A Ddnssec-dsfromkey.c236 emit(dns_dsdigest_t dtype, bool showall, char *lookaside, in emit() argument
259 if ((dnskey.flags & DNS_KEYFLAG_KSK) == 0 && !showall) in emit()
355 bool showall = false; in main() local
390 showall = true; in main()
485 showall = true; in main()
551 emit(DNS_DSDIGEST_SHA1, showall, lookaside, in main()
553 emit(DNS_DSDIGEST_SHA256, showall, lookaside, in main()
556 emit(dtype, showall, lookaside, cds, &rdata); in main()
565 emit(DNS_DSDIGEST_SHA1, showall, lookaside, cds, in main()
567 emit(DNS_DSDIGEST_SHA256, showall, lookaside, cds, in main()
[all …]
/dports/dns/bind916/bind-9.16.27/bin/dnssec/
H A Ddnssec-dsfromkey.c245 emit(dns_dsdigest_t dt, bool showall, bool cds, dns_rdata_t *rdata) { in emit() argument
271 if ((dnskey.flags & DNS_KEYFLAG_KSK) == 0 && !showall) { in emit()
318 emits(bool showall, bool cds, dns_rdata_t *rdata) { in emits() argument
324 emit(dtype[i], showall, cds, rdata); in emits()
370 bool showall = false; in main() local
401 showall = true; in main()
475 showall = true; in main()
541 emits(showall, cds, &rdata); in main()
548 emits(showall, cds, &rdata); in main()
/dports/dns/samba-nsupdate/bind-9.16.5/bin/dnssec/
H A Ddnssec-dsfromkey.c243 emit(dns_dsdigest_t dt, bool showall, bool cds, dns_rdata_t *rdata) { in emit() argument
265 if ((dnskey.flags & DNS_KEYFLAG_KSK) == 0 && !showall) { in emit()
312 emits(bool showall, bool cds, dns_rdata_t *rdata) { in emits() argument
318 emit(dtype[i], showall, cds, rdata); in emits()
364 bool showall = false; in main() local
395 showall = true; in main()
469 showall = true; in main()
535 emits(showall, cds, &rdata); in main()
542 emits(showall, cds, &rdata); in main()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/dnssec/
H A Ddnssec-dsfromkey.c241 emit(dns_dsdigest_t dt, bool showall, bool cds, dns_rdata_t *rdata) { in emit() argument
263 if ((dnskey.flags & DNS_KEYFLAG_KSK) == 0 && !showall) { in emit()
310 emits(bool showall, bool cds, dns_rdata_t *rdata) { in emits() argument
316 emit(dtype[i], showall, cds, rdata); in emits()
362 bool showall = false; in main() local
388 showall = true; in main()
462 showall = true; in main()
528 emits(showall, cds, &rdata); in main()
535 emits(showall, cds, &rdata); in main()
/dports/dns/bind-tools/bind-9.16.27/bin/dnssec/
H A Ddnssec-dsfromkey.c245 emit(dns_dsdigest_t dt, bool showall, bool cds, dns_rdata_t *rdata) { in emit() argument
271 if ((dnskey.flags & DNS_KEYFLAG_KSK) == 0 && !showall) { in emit()
318 emits(bool showall, bool cds, dns_rdata_t *rdata) { in emits() argument
324 emit(dtype[i], showall, cds, rdata); in emits()
370 bool showall = false; in main() local
401 showall = true; in main()
475 showall = true; in main()
541 emits(showall, cds, &rdata); in main()
548 emits(showall, cds, &rdata); in main()
/dports/deskutils/egroupware/egroupware/setup/
H A Dsqltoarray.php43 $showall = $_REQUEST['showall']; variable
119 $showall = $_REQUEST['showall'];
134 $GLOBALS['setup_tpl']->set_var('showall',$showall);
149 if($submit || $showall)
159 if($showall)
/dports/www/phpgroupware/phpgroupware-0.9.16.017/setup/
H A Dsqltoarray.php36 $showall = get_var('showall',Array('GET','POST')); variable
137 global $download,$appname,$table,$showall;
149 $GLOBALS['setup_tpl']->set_var('showall',$showall);
165 if ($submit || $showall)
175 if ($showall)
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dwhichdb.c51 AjBool showall = ajFalse; in main() local
64 showall = ajAcdGetBoolean("showall"); in main()
108 if(showall && outf) in main()
113 if(showall && outf) in main()
/dports/devel/R-cran-gmodels/gmodels/R/
H A Dfit.contrast.R3 fit.contrast.lm <- function(model, varname, coeff, showall=FALSE, argument
77 if( !showall )
117 fit.contrast.lme <- function(model, varname, coeff, showall=FALSE, argument
120 fit.contrast.lm(model, varname, coeff, showall, conf.int, df)
/dports/www/moodle310/moodle/calendar/classes/local/event/forms/
H A Deventtype.php101 $showall = is_siteadmin() && !empty($CFG->calendar_adminseesall);
103 … $mform->addElement('course', 'courseid', get_string('course'), ['limittoenrolled' => !$showall]);
116 …form->addElement('course', 'groupcourseid', get_string('course'), ['limittoenrolled' => !$showall,
/dports/www/moodle311/moodle/calendar/classes/local/event/forms/
H A Deventtype.php101 $showall = is_siteadmin() && !empty($CFG->calendar_adminseesall);
103 … $mform->addElement('course', 'courseid', get_string('course'), ['limittoenrolled' => !$showall]);
116 …form->addElement('course', 'groupcourseid', get_string('course'), ['limittoenrolled' => !$showall,
/dports/www/moodle39/moodle/calendar/classes/local/event/forms/
H A Deventtype.php101 $showall = is_siteadmin() && !empty($CFG->calendar_adminseesall);
103 … $mform->addElement('course', 'courseid', get_string('course'), ['limittoenrolled' => !$showall]);
116 …form->addElement('course', 'groupcourseid', get_string('course'), ['limittoenrolled' => !$showall,

12345678910>>...24