/dports/finance/prestashop/prestashop/vendor/greenlion/php-sql-parser/src/PHPSQLParser/processors/ |
H A D | SQLProcessor.php | 59 $prev_category = ""; 81 $prev_category = $token_category; 193 if ($prev_category === 'DROP') { 204 … if ($prev_category === 'DROP' || $prev_category === 'ALTER' || $prev_category === 'CREATE') { 227 … if ($prev_category === 'CREATE' || $prev_category === 'RENAME' || $prev_category === 'DROP') { 234 … if ($prev_category === 'CREATE' || $prev_category === 'ALTER' || $prev_category === 'DROP') { 268 if ($prev_category === '') { 275 $out[$prev_category][] = $trim; 310 $out[ $prev_category ][] = $trim; 362 … if ($prev_category === "" || $prev_category === 'RESET' || $prev_category === 'FLUSH' [all …]
|
/dports/www/thirtybees/thirtybees-1.1.0/vendor/greenlion/php-sql-parser/src/PHPSQLParser/processors/ |
H A D | SQLProcessor.php | 59 $prev_category = ""; 81 $prev_category = $token_category; 193 if ($prev_category === 'DROP') { 204 … if ($prev_category === 'DROP' || $prev_category === 'ALTER' || $prev_category === 'CREATE') { 227 … if ($prev_category === 'CREATE' || $prev_category === 'RENAME' || $prev_category === 'DROP') { 234 … if ($prev_category === 'CREATE' || $prev_category === 'ALTER' || $prev_category === 'DROP') { 268 if ($prev_category === '') { 275 $out[$prev_category][] = $trim; 310 $out[ $prev_category ][] = $trim; 362 … if ($prev_category === "" || $prev_category === 'RESET' || $prev_category === 'FLUSH' [all …]
|
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/ |
H A D | notifications.php | 69 $prev_category = -1; variable 75 $prev_category = -1; variable 104 if ($category != $prev_category) { 105 $prev_category = $category; variable
|
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/ |
H A D | getprocaddress.py | 60 prev_category = None 65 if category != prev_category: 67 prev_category = category
|
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/ |
H A D | getprocaddress.py | 60 prev_category = None 65 if category != prev_category: 67 prev_category = category
|
/dports/textproc/p5-XML-LibXML-PrettyPrint/XML-LibXML-PrettyPrint-0.006/lib/XML/LibXML/ |
H A D | PrettyPrint.pm | 239 my $prev_category = $self->element_category($kids[$i-1]); 240 if (defined $prev_category 241 and ($prev_category==EL_BLOCK or $prev_category==EL_COMPACT))
|
/dports/editors/helix/helix-0.5.0/helix-core/src/ |
H A D | textobject.rs | 25 let mut prev_category = match direction { in find_word_boundary() localVariable 36 if category != prev_category && pos != 0 && pos != slice.len_chars() { in find_word_boundary() 43 prev_category = category; in find_word_boundary()
|
/dports/deskutils/synapse/synapse-0.2.99.4/src/ui/ |
H A D | keybindings.vala | 66 public string prev_category { get; set; default = "Left"; } 187 name_to_key_mod (prev_category, out keyval, out mods);
|
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/ |
H A D | IpBacktrackingLineSearch.cpp | 63 std::string prev_category = roptions->RegisteringCategory(); in RegisterOptions() local 72 roptions->SetRegisteringCategory(prev_category); in RegisterOptions()
|
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/ |
H A D | IpBacktrackingLineSearch.cpp | 63 std::string prev_category = roptions->RegisteringCategory(); in RegisterOptions() local 72 roptions->SetRegisteringCategory(prev_category); in RegisterOptions()
|
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/ |
H A D | m17n-flt.c | 2286 FontLayoutCategory *prev_category = NULL; in run_stages() local 2319 || (prev_category && prev_category != ctx->stage->category)) in run_stages() 2370 prev_category = ctx->stage->category; in run_stages()
|
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/ |
H A D | visual_shader_editor_plugin.cpp | 299 String prev_category; in _update_options_menu() local 346 if (prev_category != add_options[i].category) { in _update_options_menu() 425 prev_category = add_options[i].category; in _update_options_menu()
|
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/ |
H A D | visual_shader_editor_plugin.cpp | 299 String prev_category; in _update_options_menu() local 346 if (prev_category != add_options[i].category) { in _update_options_menu() 425 prev_category = add_options[i].category; in _update_options_menu()
|
/dports/lang/ruby26/ruby-2.6.9/ |
H A D | gc.c | 4955 const char *prev_category = 0; in gc_mark_roots() local 4970 if (prev_category) { \ in gc_mark_roots() 4973 mark_ticks_categories[tick_count] = prev_category; \ in gc_mark_roots() 4976 prev_category = category; \ in gc_mark_roots()
|
/dports/graphics/gegl/gegl-0.4.34/bin/ |
H A D | ui-core.c | 2955 static char *prev_category = NULL; in list_node_props() local 2956 if (prev_category != active_category) in list_node_props() 2959 prev_category = active_category; in list_node_props()
|