Home
last modified time | relevance | path

Searched refs:EXPAND_ALL (Results 1 – 25 of 46) sorted by relevance

12

/dports/www/p5-Template-Toolkit/Template-Toolkit-3.010/bin/
H A Dttree608 'src|s=s' => { EXPAND => EXPAND_ALL },
609 'dest|d=s' => { EXPAND => EXPAND_ALL },
610 'lib|l=s@' => { EXPAND => EXPAND_ALL },
611 'cfg|c=s' => { EXPAND => EXPAND_ALL, DEFAULT => '.' },
630 'depend_file|depfile=s' => { EXPAND => EXPAND_ALL },
655 'template_compile_dir|compile_dir=s' => { EXPAND => EXPAND_ALL },
656 'template_plugin_base|plugin_base|pluginbase=s@' => { EXPAND => EXPAND_ALL },
657 'perl5lib|perllib=s@' => { EXPAND => EXPAND_ALL },
664 EXPAND => EXPAND_ALL,
H A Dtpage142 EXPAND => AppConfig::EXPAND_ALL,
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/normalform/
H A DNE.hh65 const unsigned int EXPAND_ALL = (~0); variable
148 unsigned int expand = EXPAND_ALL);
151 unsigned int expand = EXPAND_ALL);
/dports/devel/p5-AppConfig/AppConfig-1.71/t/
H A Dconst.t33 ok( EXPAND_ALL == EXPAND_UID | EXPAND_VAR | EXPAND_ENV, 'EXPAND_ALL' );
43 ok( AppConfig::EXPAND_ALL ==
H A Dfile.t44 EXPAND => EXPAND_ALL,
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/drivers/
H A Dbalsente.c2473 #define EXPAND_ALL 0x00 macro
2543 static void init_sentetst(void) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in init_sentetst()
2544 static void init_cshift(void) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in init_cshift()
2545 static void init_gghost(void) { expand_roms(EXPAND_ALL); balsente_shooter = 0; adc_shift = 1; } in init_gghost()
2546 static void init_hattrick(void) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in init_hattrick()
2547 static void init_otwalls(void) { expand_roms(EXPAND_ALL); balsente_shooter = 0; adc_shift = 0; } in init_otwalls()
2548 static void init_snakepit(void) { expand_roms(EXPAND_ALL); balsente_shooter = 0; adc_shift = 1; } in init_snakepit()
2549 static void init_snakjack(void) { expand_roms(EXPAND_ALL); balsente_shooter = 0; adc_shift = 1; } in init_snakjack()
2550 static void init_stocker(void) { expand_roms(EXPAND_ALL); balsente_shooter = 0; adc_shift = 0; } in init_stocker()
2551 static void init_triviag1(void) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in init_triviag1()
[all …]
/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/peval/
H A Dpeval.cc86 #define EXPAND_ALL (~0) macro
92 int opt_expand = EXPAND_ALL;
/dports/cad/horizon-eda/horizon-2.1.0/src/board/
H A Dboard.hpp139 EXPAND_ALL = 0xff, enumerator
147 ExpandFlags expand_flags = EXPAND_ALL;
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/actions/
H A DFoldingExpandAllRulerAction.java36 "Projection.ExpandAll.", editor, ProjectionViewer.EXPAND_ALL, true); //$NON-NLS-1$ in createAction()
H A DFoldingActionGroup.java76 "Projection.ExpandAll.", editor, ProjectionViewer.EXPAND_ALL, true); //$NON-NLS-1$ in FoldingActionGroup()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/actions/
H A DFoldingExpandAllRulerAction.java28 …getResourceBundle(), "Projection.ExpandAll.", editor, ProjectionViewer.EXPAND_ALL, true); //$NON-N… in createAction()
H A DFoldingActionGroup.java72 …getResourceBundle(), "Projection.ExpandAll.", editor, ProjectionViewer.EXPAND_ALL, true); //$NON-N… in FoldingActionGroup()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dbalsente.c2237 #define EXPAND_ALL 0x00 in MDRV_CPU_MEMORY() macro
2307 static DRIVER_INIT( sentetst ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in DRIVER_INIT()
2308 static DRIVER_INIT( cshift ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in DRIVER_INIT()
2309 static DRIVER_INIT( gghost ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; balsente_adc_shift… in DRIVER_INIT()
2310 static DRIVER_INIT( hattrick ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in DRIVER_INIT()
2311 static DRIVER_INIT( otwalls ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; balsente_adc_shift… in DRIVER_INIT()
2315 static DRIVER_INIT( triviag1 ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in DRIVER_INIT()
2325 static DRIVER_INIT( toggle ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in DRIVER_INIT()
2340 expand_roms(EXPAND_ALL | SWAP_HALVES); balsente_shooter = 0; balsente_adc_shift = 0; in DRIVER_INIT()
2347 expand_roms(EXPAND_ALL | SWAP_HALVES); balsente_shooter = 0; balsente_adc_shift = 1; in DRIVER_INIT()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dbalsente.c2167 #define EXPAND_ALL 0x00 in MDRV_CPU_MEMORY() macro
2237 static DRIVER_INIT( sentetst ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in DRIVER_INIT()
2238 static DRIVER_INIT( cshift ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in DRIVER_INIT()
2239 static DRIVER_INIT( gghost ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; balsente_adc_shift… in DRIVER_INIT()
2240 static DRIVER_INIT( hattrick ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in DRIVER_INIT()
2241 static DRIVER_INIT( otwalls ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; balsente_adc_shift… in DRIVER_INIT()
2245 static DRIVER_INIT( triviag1 ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in DRIVER_INIT()
2255 static DRIVER_INIT( toggle ) { expand_roms(EXPAND_ALL); balsente_shooter = 0; /* noanalog */ } in DRIVER_INIT()
2270 expand_roms(EXPAND_ALL | SWAP_HALVES); balsente_shooter = 0; balsente_adc_shift = 0; in DRIVER_INIT()
2277 expand_roms(EXPAND_ALL | SWAP_HALVES); balsente_shooter = 0; balsente_adc_shift = 1; in DRIVER_INIT()
[all …]
/dports/devel/p5-AppConfig/AppConfig-1.71/lib/
H A DAppConfig.pm27 use constant EXPAND_ALL => EXPAND_VAR | EXPAND_UID | EXPAND_ENV; constant
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dbalsente.cpp2374 #define EXPAND_ALL 0x00 in ROM_START() macro
2432 void balsente_state::init_sentetst() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 0 /* no… in init_sentetst()
2434 void balsente_state::init_gghost() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 1); } in init_gghost()
2437 void balsente_state::init_otwalls() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 0); } in init_otwalls()
2438 void balsente_state::init_snakepit() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 1); } in init_snakepit()
2439 void balsente_state::init_snakjack() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 1); } in init_snakjack()
2440 void balsente_state::init_stocker() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 0); } in init_stocker()
2445 void balsente_state::init_gimeabrk() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 1); } in init_gimeabrk()
2451 void balsente_state::init_sfootbal() { expand_roms(EXPAND_ALL | SWAP_HALVES); config_shooter_adc(… in init_sfootbal()
2452 void balsente_state::init_spiker() { expand_roms(EXPAND_ALL | SWAP_HALVES); config_shooter_adc(… in init_spiker()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dbalsente.cpp2374 #define EXPAND_ALL 0x00 in ROM_START() macro
2432 void balsente_state::init_sentetst() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 0 /* no… in init_sentetst()
2434 void balsente_state::init_gghost() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 1); } in init_gghost()
2437 void balsente_state::init_otwalls() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 0); } in init_otwalls()
2438 void balsente_state::init_snakepit() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 1); } in init_snakepit()
2439 void balsente_state::init_snakjack() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 1); } in init_snakjack()
2440 void balsente_state::init_stocker() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 0); } in init_stocker()
2445 void balsente_state::init_gimeabrk() { expand_roms(EXPAND_ALL); config_shooter_adc(false, 1); } in init_gimeabrk()
2451 void balsente_state::init_sfootbal() { expand_roms(EXPAND_ALL | SWAP_HALVES); config_shooter_adc(… in init_sfootbal()
2452 void balsente_state::init_spiker() { expand_roms(EXPAND_ALL | SWAP_HALVES); config_shooter_adc(… in init_spiker()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dinspector_dock.h66 EXPAND_ALL, enumerator
H A Dinspector_dock.cpp39 case EXPAND_ALL: { in _menu_option()
427 …>add_shortcut(ED_SHORTCUT("property_editor/expand_all", TTR("Expand All Properties")), EXPAND_ALL); in update()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dinspector_dock.h66 EXPAND_ALL, enumerator
H A Dinspector_dock.cpp39 case EXPAND_ALL: { in _menu_option()
427 …>add_shortcut(ED_SHORTCUT("property_editor/expand_all", TTR("Expand All Properties")), EXPAND_ALL); in update()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/diffs/components/
H A Ddiff_expansion_cell.vue10 const EXPAND_ALL = 0;
104 handleExpandLines(type = EXPAND_ALL) {
/dports/graphics/zathura/zathura-0.4.5/zathura/
H A Dzathura.h45 EXPAND_ALL, enumerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/
H A DFoldingActionGroup.java145 …getResourceBundle(), "Projection.ExpandAll.", editor, ProjectionViewer.EXPAND_ALL, true); //$NON-N… in FoldingActionGroup()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/icons/lib/cjs/generated/
H A DiconContents.d.ts137 export declare const EXPAND_ALL = "\uE764"; constant

12