Home
last modified time | relevance | path

Searched refs:popt (Results 1 – 25 of 1492) sorted by relevance

12345678910>>...60

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/demos/python_scripts_examples/
H A Dplot_board.py30 popt = pctl.GetPlotOptions() variable
37 popt.SetPlotFrameRef(False)
40 popt.SetAutoScale(False)
41 popt.SetScale(1)
42 popt.SetMirror(False)
45 popt.SetScale(1)
46 popt.SetUseAuxOrigin(True)
83 popt.SetPlotReference(True)
84 popt.SetPlotValue(False)
93 popt.SetPlotValue(False)
[all …]
H A Dgen_gerber_and_drill_files_board.py45 popt = pctl.GetPlotOptions() variable
47 popt.SetOutputDirectory(plotDir)
51 popt.SetSketchPadLineWidth(FromMM(0.1))
55 popt.SetMirror(False)
56 popt.SetUseGerberAttributes(True)
57 popt.SetIncludeGerberNetlistInfo(True)
60 popt.SetExcludeEdgeLayer(False);
61 popt.SetUseAuxOrigin(True)
64 popt.SetSubtractMaskFromSilk(False)
69 popt.SetSkipPlotNPTH_Pads( False );
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/skins/classic/views/
H A Dplugin.php66 && $popt['Type']==$pluginOptions[$popt['Name']]['Type']
67 && $popt['Choices']==$pluginOptions[$popt['Name']]['Choices']
70 $pluginOptions[$popt['Name']]=$popt;
71 array_push($optionNames, $popt['Name']);
80 $popt=$pluginOptions[$name]; variable
82 …dbQuery($sql, array( $popt['Name'], $popt['Value'], $popt['Type'], $popt['Choices'], $mid, $zid, $…
119 foreach($pluginOptions as $name => $popt) {
123 switch($popt['Type']) {
128 $pchoices=explode(',',$popt['Choices']);
131 … <select name="pluginOpt[<?php echo $popt['Name'] ?>]" id="pluginOpt[<?php echo $popt['Name'] ?>]">
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/parser/
H A DParserOptionsTest.php49 $popt = ParserOptions::newCanonical();
50 $this->assertSame( $user, $popt->getUser() );
54 $popt = ParserOptions::newCanonical( $user );
55 $this->assertSame( $user, $popt->getUser() );
60 $this->assertSame( $user, $popt->getUser() );
65 $this->assertSame( $user, $popt->getUser() );
100 $popt->setOption( $name, $value );
168 $popt->setOption( $name, $value );
234 $popt->registerWatcher( function () {
251 $popt->getOption( 'bogus' );
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/parser/
H A DParserOptionsTest.php71 $popt = ParserOptions::newCanonical();
72 $this->assertSame( $user, $popt->getUser() );
76 $popt = ParserOptions::newCanonical( $user );
77 $this->assertSame( $user, $popt->getUser() );
82 $this->assertSame( $user, $popt->getUser() );
87 $this->assertSame( $user, $popt->getUser() );
121 $popt->setOption( $name, $value );
165 $popt->setOption( $name, $value );
231 $popt->registerWatcher( function () {
248 $popt->getOption( 'bogus' );
[all …]
/dports/math/aribas/aribas-1.64/src/
H A Dmainloop.c251 struct options *popt; in iniopt()
273 popt->home = home;
274 popt->mem = popt->cols = 0;
284 struct options *popt; in findcfg()
316 struct options *popt; in cfgfile()
357 popt->loadinit = popt->inibuf;
372 struct options *popt;
436 struct options *popt; in findhelpfile()
486 popt->helppath = popt->helpbuf;
491 struct options *popt; in initialize()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_toy_circle.c83 popt->dim = 2; in SUMA_toy_circle_ParseInput()
84 popt->adjust = 0; in SUMA_toy_circle_ParseInput()
86 popt->dot = 0; in SUMA_toy_circle_ParseInput()
89 popt->pause = 0; in SUMA_toy_circle_ParseInput()
147 if (popt->dom_dim != 2 && popt->dom_dim != 3) { in SUMA_toy_circle_ParseInput()
161 if (popt->N_sub <= 0 || popt->N_sub > 10000000) { in SUMA_toy_circle_ParseInput()
175 if (popt->N_step <= 0 || popt->N_step > 100000000) { in SUMA_toy_circle_ParseInput()
190 if (popt->M_time_steps <= 0 || popt->M_time_steps > 100) { in SUMA_toy_circle_ParseInput()
336popt->CtrlPts_i[i3 ], popt->CtrlPts_i[i3+1], popt->CtrlPts_i[i3+2], in SUMA_toy_circle_ParseInput()
337popt->CtrlPts_f[i3 ], popt->CtrlPts_f[i3+1], popt->CtrlPts_f[i3+2] ); in SUMA_toy_circle_ParseInput()
[all …]
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/util/
H A Dconvergence.py383 m += (ys[n] - function(x, popt[0], popt[1])) ** 2 * weights[n]
385 m += (ys[n] - function(x, popt[0], popt[1], popt[2])) ** 2 * weights[n]
497 line += "%s lt 3, %s lt 4, %s lt 4, " % (popt[0], popt[0] - tol, popt[0] + tol)
500 popt[0],
501 popt[1],
505 line += "%s + %s / x**%s" % (popt[0], popt[1], min(max(0.5, popt[2]), 6))
507 line += "%s + %s / (x - %s)" % (popt[0], popt[1], popt[2])
509 line += "%s + %s / x" % (popt[0], popt[1])
511 line += "%s + %s / x**2" % (popt[0], popt[1])
513 line += "%s + %s / x**4" % (popt[0], popt[1])
[all …]
/dports/devel/roswell/roswell-20.06.14.107/src/
H A Dproc-opt.c6 if(popt->alias) { in proc_alias()
7 for(i=popt->alias;i;i=rest(i)) in proc_alias()
24 for(p=popt->option;p;p=Next(p)) { in proc_options()
134 arg=proc_alias(arg,popt); in dispatch()
137 return proc_options(arg,popt); in dispatch()
141 proc_cmd(arg,popt); in dispatch()
146 popt->name=q_(name_); in dispatch_init()
147 popt->option=(LVal)0; in dispatch_init()
148 popt->command=(LVal)0; in dispatch_init()
149 popt->alias=0; in dispatch_init()
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/parser/
H A DParserOptionsTest.php46 $popt = ParserOptions::newCanonical( $user );
51 $popt = ParserOptions::newCanonical( $user, $lang );
53 $this->assertSame( $lang, $popt->getUserLangObj() );
56 $popt = ParserOptions::newCanonical( 'canonical' );
64 $popt = ParserOptions::newCanonical( $context );
72 $popt = ParserOptions::newCanonical( 'bogus' );
87 $popt->setOption( $name, $value );
155 $popt->setOption( $name, $value );
221 $popt->registerWatcher( function () {
261 $popt->getOption( 'bogus' );
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/popt/
H A Dlibpopt.m41 dnl Check to see if we should use the included popt
4 AC_ARG_WITH(included-popt,
5 [ --with-included-popt use bundled popt library, not from system],
12 AC_CHECK_HEADERS(popt.h)
13 AC_CHECK_LIB(popt, poptGetContext, [ POPT_LIBS="-lpopt" ])
22 AC_MSG_CHECKING(whether to use included popt)
25 dnl find the popt sources. This is meant to work both for
26 dnl popt standalone builds, and builds of packages using popt
28 poptpaths="$srcdir $srcdir/lib/popt $srcdir/popt $srcdir/../popt"
30 if test -f "$d/popt.c"; then
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c2866 popt->topt.expanded = !popt->topt.expanded; in do_pset()
2875 popt->topt.numericLocale = !popt->topt.numericLocale; in do_pset()
2930 popt->topt.tuples_only = !popt->topt.tuples_only; in do_pset()
2936 free(popt->title); in do_pset()
2938 popt->title = NULL; in do_pset()
2957 popt->topt.pager = 2; in do_pset()
2966 popt->topt.pager = 0; in do_pset()
2984 popt->topt.default_footer = !popt->topt.default_footer; in do_pset()
3076 popt->nullPrint ? popt->nullPrint : ""); in printPsetInfo()
3138 if (popt->title) in printPsetInfo()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c2866 popt->topt.expanded = !popt->topt.expanded; in do_pset()
2875 popt->topt.numericLocale = !popt->topt.numericLocale; in do_pset()
2930 popt->topt.tuples_only = !popt->topt.tuples_only; in do_pset()
2936 free(popt->title); in do_pset()
2938 popt->title = NULL; in do_pset()
2957 popt->topt.pager = 2; in do_pset()
2966 popt->topt.pager = 0; in do_pset()
2984 popt->topt.default_footer = !popt->topt.default_footer; in do_pset()
3076 popt->nullPrint ? popt->nullPrint : ""); in printPsetInfo()
3138 if (popt->title) in printPsetInfo()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c2866 popt->topt.expanded = !popt->topt.expanded; in do_pset()
2875 popt->topt.numericLocale = !popt->topt.numericLocale; in do_pset()
2930 popt->topt.tuples_only = !popt->topt.tuples_only; in do_pset()
2936 free(popt->title); in do_pset()
2938 popt->title = NULL; in do_pset()
2957 popt->topt.pager = 2; in do_pset()
2966 popt->topt.pager = 0; in do_pset()
2984 popt->topt.default_footer = !popt->topt.default_footer; in do_pset()
3076 popt->nullPrint ? popt->nullPrint : ""); in printPsetInfo()
3138 if (popt->title) in printPsetInfo()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c2866 popt->topt.expanded = !popt->topt.expanded; in do_pset()
2875 popt->topt.numericLocale = !popt->topt.numericLocale; in do_pset()
2930 popt->topt.tuples_only = !popt->topt.tuples_only; in do_pset()
2936 free(popt->title); in do_pset()
2938 popt->title = NULL; in do_pset()
2957 popt->topt.pager = 2; in do_pset()
2966 popt->topt.pager = 0; in do_pset()
2984 popt->topt.default_footer = !popt->topt.default_footer; in do_pset()
3076 popt->nullPrint ? popt->nullPrint : ""); in printPsetInfo()
3138 if (popt->title) in printPsetInfo()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c2866 popt->topt.expanded = !popt->topt.expanded; in do_pset()
2875 popt->topt.numericLocale = !popt->topt.numericLocale; in do_pset()
2930 popt->topt.tuples_only = !popt->topt.tuples_only; in do_pset()
2936 free(popt->title); in do_pset()
2938 popt->title = NULL; in do_pset()
2957 popt->topt.pager = 2; in do_pset()
2966 popt->topt.pager = 0; in do_pset()
2984 popt->topt.default_footer = !popt->topt.default_footer; in do_pset()
3076 popt->nullPrint ? popt->nullPrint : ""); in printPsetInfo()
3138 if (popt->title) in printPsetInfo()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c2866 popt->topt.expanded = !popt->topt.expanded; in do_pset()
2875 popt->topt.numericLocale = !popt->topt.numericLocale; in do_pset()
2930 popt->topt.tuples_only = !popt->topt.tuples_only; in do_pset()
2936 free(popt->title); in do_pset()
2938 popt->title = NULL; in do_pset()
2957 popt->topt.pager = 2; in do_pset()
2966 popt->topt.pager = 0; in do_pset()
2984 popt->topt.default_footer = !popt->topt.default_footer; in do_pset()
3076 popt->nullPrint ? popt->nullPrint : ""); in printPsetInfo()
3138 if (popt->title) in printPsetInfo()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/bin/psql/
H A Dcommand.c2866 popt->topt.expanded = !popt->topt.expanded; in do_pset()
2875 popt->topt.numericLocale = !popt->topt.numericLocale; in do_pset()
2930 popt->topt.tuples_only = !popt->topt.tuples_only; in do_pset()
2936 free(popt->title); in do_pset()
2938 popt->title = NULL; in do_pset()
2957 popt->topt.pager = 2; in do_pset()
2966 popt->topt.pager = 0; in do_pset()
2984 popt->topt.default_footer = !popt->topt.default_footer; in do_pset()
3076 popt->nullPrint ? popt->nullPrint : ""); in printPsetInfo()
3138 if (popt->title) in printPsetInfo()
[all …]
/dports/devel/popt/popt-1.18/po/
H A Dja.po18 #: src/popt.c:46
22 #: src/popt.c:1206
27 #: src/popt.c:1625
31 #: src/popt.c:1627
35 #: src/popt.c:1629
39 #: src/popt.c:1631
43 #: src/popt.c:1633
47 #: src/popt.c:1635
51 #: src/popt.c:1637
55 #: src/popt.c:1639
[all …]
H A Dth.po1 # Thai translation for popt.
20 #: src/popt.c:46
24 #: src/popt.c:1206
29 #: src/popt.c:1625
33 #: src/popt.c:1627
37 #: src/popt.c:1629
41 #: src/popt.c:1631
45 #: src/popt.c:1633
49 #: src/popt.c:1635
53 #: src/popt.c:1637
[all …]
H A Dzh_CN.po20 #: src/popt.c:46
24 #: src/popt.c:1206
29 #: src/popt.c:1625
33 #: src/popt.c:1627
37 #: src/popt.c:1629
41 #: src/popt.c:1631
45 #: src/popt.c:1633
49 #: src/popt.c:1635
53 #: src/popt.c:1637
57 #: src/popt.c:1639
[all …]
H A Dru.po22 #: src/popt.c:46
26 #: src/popt.c:1206
31 #: src/popt.c:1625
35 #: src/popt.c:1627
39 #: src/popt.c:1629
43 #: src/popt.c:1631
47 #: src/popt.c:1633
51 #: src/popt.c:1635
55 #: src/popt.c:1637
59 #: src/popt.c:1639
[all …]
H A Dda.po1 # Danish translation of popt.
2 # Copyright (C) 2008 popt.
20 #: src/popt.c:46
24 #: src/popt.c:1206
29 #: src/popt.c:1625
33 #: src/popt.c:1627
37 #: src/popt.c:1629
41 #: src/popt.c:1631
45 #: src/popt.c:1633
49 #: src/popt.c:1635
[all …]
H A Dfi.po23 #: src/popt.c:46
27 #: src/popt.c:1206
32 #: src/popt.c:1625
36 #: src/popt.c:1627
40 #: src/popt.c:1629
44 #: src/popt.c:1631
48 #: src/popt.c:1633
52 #: src/popt.c:1635
56 #: src/popt.c:1637
60 #: src/popt.c:1639
[all …]
H A Dsv.po1 # Swedish messages for popt.
21 #: src/popt.c:46
25 #: src/popt.c:1206
30 #: src/popt.c:1625
34 #: src/popt.c:1627
38 #: src/popt.c:1629
42 #: src/popt.c:1631
46 #: src/popt.c:1633
50 #: src/popt.c:1635
54 #: src/popt.c:1637
[all …]

12345678910>>...60