Home
last modified time | relevance | path

Searched defs:opt_base (Results 1 – 21 of 21) sorted by relevance

/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Daudio_colorscheme.cpp42 std::string opt_base = "Colour/Schemes/" + scheme_name + "/"; in AudioColorScheme() local
/dports/math/plplot-ada/plplot-5.15.0/examples/octave/
H A Dx33c.m294 opt_base = bitor(PL_LEGEND_BACKGROUND, PL_LEGEND_BOUNDING_BOX); variable
369 opt_base = bitor(PL_LEGEND_BACKGROUND, PL_LEGEND_BOUNDING_BOX); variable
499 opt_base = bitor(PL_LEGEND_BACKGROUND, PL_LEGEND_BOUNDING_BOX); variable
643 opt_base = bitor(PL_LEGEND_BACKGROUND, bitor(PL_LEGEND_BOUNDING_BOX, PL_LEGEND_TEXT_LEFT)); variable
/dports/math/plplot/plplot-5.15.0/examples/octave/
H A Dx33c.m294 opt_base = bitor(PL_LEGEND_BACKGROUND, PL_LEGEND_BOUNDING_BOX); variable
369 opt_base = bitor(PL_LEGEND_BACKGROUND, PL_LEGEND_BOUNDING_BOX); variable
499 opt_base = bitor(PL_LEGEND_BACKGROUND, PL_LEGEND_BOUNDING_BOX); variable
643 opt_base = bitor(PL_LEGEND_BACKGROUND, bitor(PL_LEGEND_BOUNDING_BOX, PL_LEGEND_TEXT_LEFT)); variable
/dports/math/plplot-ada/plplot-5.15.0/examples/python/
H A Dtest_style.py40 opt_base = w.PL_LEGEND_BACKGROUND | w.PL_LEGEND_BOUNDING_BOX | w.PL_LEGEND_TEXT_LEFT variable
/dports/math/plplot/plplot-5.15.0/examples/python/
H A Dtest_style.py40 opt_base = w.PL_LEGEND_BACKGROUND | w.PL_LEGEND_BOUNDING_BOX | w.PL_LEGEND_TEXT_LEFT variable
/dports/math/plplot-ada/plplot-5.15.0/examples/c/
H A Dx33c.c325 PLINT position, opt_base, nrow, ncolumn; in main() local
/dports/math/plplot-ada/plplot-5.15.0/examples/d/
H A Dx33d.d301 PLINT position, opt_base, nrow, ncolumn; in main() local
/dports/math/plplot-ada/plplot-5.15.0/examples/java/
H A Dx33.java285 int position, opt_base, nrow, ncolumn; in x33() local
/dports/math/plplot/plplot-5.15.0/examples/c/
H A Dx33c.c325 PLINT position, opt_base, nrow, ncolumn; in main() local
/dports/math/plplot/plplot-5.15.0/examples/d/
H A Dx33d.d301 PLINT position, opt_base, nrow, ncolumn; in main() local
/dports/math/plplot/plplot-5.15.0/examples/java/
H A Dx33.java285 int position, opt_base, nrow, ncolumn; in x33() local
/dports/math/plplot-ada/plplot-5.15.0/examples/c++/
H A Dx33.cc329 PLINT position, opt_base, nrow, ncolumn; in x33() local
/dports/math/plplot/plplot-5.15.0/examples/c++/
H A Dx33.cc329 PLINT position, opt_base, nrow, ncolumn; in x33() local
/dports/math/plplot-ada/plplot-5.15.0/examples/fortran/
H A Dx33f.f9071 integer :: opt_base, nrow, ncolumn variable
/dports/math/plplot/plplot-5.15.0/examples/fortran/
H A Dx33f.f9071 integer :: opt_base, nrow, ncolumn variable
/dports/net-mgmt/darkstat/darkstat-3.0.719/
H A Ddarkstat.c130 const char *opt_base = NULL; variable
/dports/math/plplot-ada/plplot-5.15.0/examples/ada/
H A Dxstandard33a.adb265 position, opt_base, nrow, ncolumn : Integer; variable
H A Dxtraditional33a.adb265 position, opt_base, nrow, ncolumn : Integer; variable
/dports/math/plplot/plplot-5.15.0/examples/ada/
H A Dxstandard33a.adb265 position, opt_base, nrow, ncolumn : Integer; variable
H A Dxtraditional33a.adb265 position, opt_base, nrow, ncolumn : Integer; variable
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DConfig.cpp929 ConfigOption *opt_base = this->option(opt_key, true); in read_cli() local