Home
last modified time | relevance | path

Searched refs:optionset (Results 1 – 25 of 68) sorted by relevance

123

/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Dfoomatic-rip-hplip1889 my $optionset;
1891 $optionset = "pages:$1";
1893 $optionset = 'userval';
1905 if (($optionset =~ /pages/) &&
2049 $arg->{$optionset};
2056 $arg->{$optionset} = 0;
2722 $optionset, 0) .
2796 $optionset = 'currentpage';
3088 $optionset);
3223 $optionset,
[all …]
/dports/print/foomatic-filters/foomatic-filters-4.0.17/
H A Dpdf.c207 build_commandline(optionset("currentpage"), cmd, 1); in render_pages()
240 optionset_copy_values(optionset("header"), optionset("currentpage")); in print_pdf_file()
241 optionset_copy_values(optionset("currentpage"), optionset("previouspage")); in print_pdf_file()
245 set_options_for_page(optionset("currentpage"), i); in print_pdf_file()
246 if (!optionset_equal(optionset("currentpage"), optionset("previouspage"), 1)) in print_pdf_file()
251 optionset_copy_values(optionset("currentpage"), optionset("previouspage")); in print_pdf_file()
H A Dpostscript.c302 int optset = optionset("header"); /* Where do the option settings which in _print_ps()
621 optset = optionset("currentpage"); in _print_ps()
639 … optionset_copy_values(optionset("currentpage"), optionset("previouspage")); in _print_ps()
640 optionset_delete_values(optionset("currentpage")); in _print_ps()
643 optionset_copy_values(optionset("header"), optionset("currentpage")); in _print_ps()
752 !option_get_value(o, optionset("notfirst")) && in _print_ps()
1062 … if (rendererpid && !optionset_equal(optionset("currentpage"), optionset("previouspage"), 0)) { in _print_ps()
1187 optionset_copy_values(optionset("header"), optionset("currentpage")); in _print_ps()
1188 optset = optionset("currentpage"); in _print_ps()
1206 … if (rendererpid > 0 && !optionset_equal(optionset("currentpage"), optionset("previouspage"), 0)) { in _print_ps()
[all …]
H A Doptions.c442 if (val->optionset == optionset) in option_find_value()
451 val = option_find_value(opt, optionset); in option_assure_value()
454 val->optionset = optionset; in option_assure_value()
794 value_t *val = option_find_value(opt, optionset); in option_get_value()
887 if (!(valstr = option_get_value(opt, optionset))) in composite_get_command()
948 valstr = option_get_value(opt, optionset); in option_get_command()
1018 value_t *val = option_assure_value(opt, optionset); in option_set_value()
1465 int optionset(const char * name) in optionset() function
1493 if (val->optionset == src_optset) { in optionset_copy_values()
1501 void optionset_delete_values(int optionset) in optionset_delete_values() argument
[all …]
H A Doptions.h113 int optionset; member
168 int optionset(const char * name);
172 void optionset_delete_values(int optionset);
H A Dfoomaticrip.c347 optset = optionset(tmp); in process_cmdline_options()
350 optset = optionset("userval"); in process_cmdline_options()
459 optset = optionset(tmp); in process_cmdline_options()
468 optset = optionset("userval"); in process_cmdline_options()
1597 optionset_copy_values(optionset("default"), optionset("userval")); in main()
1602 print_pdq_driver(genpdqfile, optionset("userval")); in main()
1671 optionset_copy_values(optionset("userval"), optionset("header")); in main()
/dports/print/cups-filters/cups-filters-1.28.10/filter/foomatic-rip/
H A Dpdf.c226 build_commandline(optionset("currentpage"), cmd, 1); in render_pages()
264 optionset_copy_values(optionset("header"), optionset("currentpage")); in print_pdf_file()
265 optionset_copy_values(optionset("currentpage"), optionset("previouspage")); in print_pdf_file()
269 set_options_for_page(optionset("currentpage"), i); in print_pdf_file()
270 if (!optionset_equal(optionset("currentpage"), optionset("previouspage"), 1)) in print_pdf_file()
275 optionset_copy_values(optionset("currentpage"), optionset("previouspage")); in print_pdf_file()
H A Dpostscript.c315 int optset = optionset("header"); /* Where do the option settings which in _print_ps()
587 optset = optionset("currentpage"); in _print_ps()
605 … optionset_copy_values(optionset("currentpage"), optionset("previouspage")); in _print_ps()
606 optionset_delete_values(optionset("currentpage")); in _print_ps()
609 optionset_copy_values(optionset("header"), optionset("currentpage")); in _print_ps()
718 !option_get_value(o, optionset("notfirst")) && in _print_ps()
1028 … if (rendererpid && !optionset_equal(optionset("currentpage"), optionset("previouspage"), 0)) { in _print_ps()
1121 optionset_copy_values(optionset("header"), optionset("currentpage")); in _print_ps()
1122 optset = optionset("currentpage"); in _print_ps()
1140 … if (rendererpid > 0 && !optionset_equal(optionset("currentpage"), optionset("previouspage"), 0)) { in _print_ps()
[all …]
H A Doptions.c441 if (val->optionset == optionset) in option_find_value()
450 val = option_find_value(opt, optionset); in option_assure_value()
453 val->optionset = optionset; in option_assure_value()
793 value_t *val = option_find_value(opt, optionset); in option_get_value()
886 if (!(valstr = option_get_value(opt, optionset))) in composite_get_command()
947 valstr = option_get_value(opt, optionset); in option_get_command()
1021 value_t *val = option_assure_value(opt, optionset); in option_set_value()
1466 int optionset(const char * name) in optionset() function
1494 if (val->optionset == src_optset) { in optionset_copy_values()
1502 void optionset_delete_values(int optionset) in optionset_delete_values() argument
[all …]
H A Doptions.h113 int optionset; member
166 int optionset(const char * name);
170 void optionset_delete_values(int optionset);
H A Dfoomaticrip.c343 optset = optionset(tmp); in process_cmdline_options()
346 optset = optionset("userval"); in process_cmdline_options()
455 optset = optionset(tmp); in process_cmdline_options()
464 optset = optionset("userval"); in process_cmdline_options()
1141 optionset_copy_values(optionset("default"), optionset("userval")); in main()
1184 optionset_copy_values(optionset("userval"), optionset("header")); in main()
/dports/sysutils/amtc/amtc-e7822e8/amtc-web/lib/install-db/
H A Dmysql-exampledata.sql12 INSERT INTO optionset VALUES(1,'DASH / No TLS','Uses DASH',0,1,1,1,0,0,10,'/tmp/test2.pass','');
13 INSERT INTO optionset VALUES(2,'DASH / TLS / VerifyCertSkip','Skips TLS certificate verification',0…
14 INSERT INTO optionset VALUES(3,'DASH / TLS / VerifyCert','Most secure optionset',0,1,1,1,1,0,15,'/t…
15 INSERT INTO optionset VALUES(4,'EOI / No TLS - AMT v5','For old hardware with AMT 5.0 (around 2008)…
16 INSERT INTO optionset VALUES(5,'EOI / No TLS - AMT v6-8','EOI + No TLS = the fastest. But only does…
H A Dmysql.sql33 FOREIGN KEY(optionset_id) REFERENCES optionset(id),
83 CREATE TABLE IF NOT EXISTS optionset ( table
H A Dsqlite.sql29 FOREIGN KEY(optionset_id) REFERENCES optionset(id),
/dports/sysutils/amtc/amtc-e7822e8/amtc-web/lib/
H A DAmtcwebSpooler.php250 $optionset = Optionset::find_one($ou->optionset_id);
256 $optionset->sw_scan22 && $cmd_opts[] = '-s';
257 $optionset->sw_scan3389 && $cmd_opts[] = '-r';
258 $optionset->sw_v5 && $cmd_opts[] = '-5';
259 $optionset->sw_dash && $cmd_opts[] = '-d';
260 $optionset->sw_usetls && $cmd_opts[] = '-g';
261 $optionset->sw_skiptcertchk && $cmd_opts[] = '-n';
262 $optionset->opt_timeout && $cmd_opts[] = '-t '.$optionset->opt_timeout;
263 $optionset->opt_passfile && $cmd_opts[] = '-p '.$optionset->opt_passfile;
264 $optionset->opt_cacertfile && $cmd_opts[] = '-c '.$optionset->opt_cacertfile;
/dports/chinese/phpbb3-tw/phpBB3/includes/ucp/
H A Ducp_prefs.php86 $user->optionset('popuppm', $data['popuppm']);
236 $user->optionset('viewimg', $data['images']);
237 $user->optionset('viewflash', $data['flash']);
238 $user->optionset('viewsmilies', $data['smilies']);
239 $user->optionset('viewsigs', $data['sigs']);
240 $user->optionset('viewavatars', $data['avatars']);
244 $user->optionset('viewcensors', $data['wordcensor']);
350 $user->optionset('bbcode', $data['bbcode']);
351 $user->optionset('smilies', $data['smilies']);
352 $user->optionset('attachsig', $data['sig']);
/dports/www/phpbb3/phpBB3/includes/ucp/
H A Ducp_prefs.php282 $user->optionset('viewimg', $data['images']);
283 $user->optionset('viewflash', $data['flash']);
284 $user->optionset('viewsmilies', $data['smilies']);
285 $user->optionset('viewsigs', $data['sigs']);
286 $user->optionset('viewavatars', $data['avatars']);
290 $user->optionset('viewcensors', $data['wordcensor']);
464 $user->optionset('bbcode', $data['bbcode']);
465 $user->optionset('smilies', $data['smilies']);
466 $user->optionset('attachsig', $data['sig']);
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/tools/
H A Ddalton-benchmark55 push(@optionset, $linein);
58 $numopt = scalar(@optionset);
64 print "Run #$i: $optionset[$i-1]\n";
129 print "\n *\n*#* Run $run of $numopt: \'$optionset[$run-1]\'\n *\n\n";
131 print LOGFILE "Run $run of $numopt: \'$optionset[$run-1]\'\n";
140 print CONFIGFILE "FFLAGS = $optionset[$run-1]\n";
/dports/chinese/phpbb3-tw/phpBB3/includes/acp/
H A Dacp_users.php1521 $this->optionset($user_row, 'popuppm', $data['popuppm']);
1522 $this->optionset($user_row, 'viewimg', $data['view_images']);
1523 $this->optionset($user_row, 'viewflash', $data['view_flash']);
1525 $this->optionset($user_row, 'viewsigs', $data['view_sigs']);
1528 $this->optionset($user_row, 'bbcode', $data['bbcode']);
1529 $this->optionset($user_row, 'smilies', $data['smilies']);
1530 $this->optionset($user_row, 'attachsig', $data['sig']);
1842 $this->optionset($user_row, 'sig_bbcode', $enable_bbcode);
1843 $this->optionset($user_row, 'sig_smilies', $enable_smilies);
1844 $this->optionset($user_row, 'sig_links', $enable_urls);
[all …]
/dports/games/omega/omega/
H A Dchar.c77 optionset(RUNSTOP); in initplayer()
78 optionset(CONFIRM); in initplayer()
80 optionset(COMPRESS_OPTION); in initplayer()
82 optionset(SHOW_COLOUR); in initplayer()
/dports/sysutils/amtc/amtc-e7822e8/
H A DCHANGELOG.md37 - Scheduler used invalid AMT optionset when querying more than 180
38 clients of same optionset
/dports/www/phpbb3/phpBB3/includes/acp/
H A Dacp_users.php1649 $this->optionset($user_row, 'viewimg', $data['view_images']);
1650 $this->optionset($user_row, 'viewflash', $data['view_flash']);
1651 $this->optionset($user_row, 'viewsmilies', $data['view_smilies']);
1652 $this->optionset($user_row, 'viewsigs', $data['view_sigs']);
1655 $this->optionset($user_row, 'bbcode', $data['bbcode']);
1656 $this->optionset($user_row, 'smilies', $data['smilies']);
1657 $this->optionset($user_row, 'attachsig', $data['sig']);
2087 $this->optionset($user_row, 'sig_bbcode', $enable_bbcode);
2088 $this->optionset($user_row, 'sig_smilies', $enable_smilies);
2089 $this->optionset($user_row, 'sig_links', $enable_urls);
[all …]
/dports/www/moodle39/moodle/cache/
H A Dforms.php307 foreach ($options as $mode => $optionset) {
308 … $form->addElement('select', 'mode_'.$mode, get_string('mode_'.$mode, 'cache'), $optionset);
/dports/math/maxima/maxima-5.43.2/doc/info/de/
H A DREADME63 optionset optionset
/dports/www/moodle310/moodle/cache/
H A Dforms.php307 foreach ($options as $mode => $optionset) {
308 … $form->addElement('select', 'mode_'.$mode, get_string('mode_'.$mode, 'cache'), $optionset);

123