Home
last modified time | relevance | path

Searched refs:MATCHING_TOKEN (Results 1 – 3 of 3) sorted by relevance

/dports/security/sudoscript/sudoscript-2.1.2/
H A Dperltidy11508 use constant MATCHING_TOKEN => 2; # what token we are matching
11519 $_index_map{matching_token} = MATCHING_TOKEN;
11528 $_default_data[MATCHING_TOKEN] = undef;
11566 sub get_matching_token { return $_[0]->[MATCHING_TOKEN] }
11573 sub set_matching_token { $_[0]->[MATCHING_TOKEN] = $_[1] }
/dports/java/eclipse-EPIC/org.epic.updatesite/plugins/org.epic.perleditor_0.6.24/perlutils/perltidy/Perl/
H A DTidy.pm17610 use constant MATCHING_TOKEN => 2; # what token we are matching constant
17621 $_index_map{matching_token} = MATCHING_TOKEN;
17630 $_default_data[MATCHING_TOKEN] = undef;
17668 sub get_matching_token { return $_[0]->[MATCHING_TOKEN] }
17675 sub set_matching_token { $_[0]->[MATCHING_TOKEN] = $_[1] }
/dports/devel/p5-MooseX-CoverableModifiers/MooseX-CoverableModifiers-0.30/inc/Perl/
H A DTidy.pm18042 use constant MATCHING_TOKEN => 2; # what token we are matching constant
18053 $_index_map{matching_token} = MATCHING_TOKEN;
18062 $_default_data[MATCHING_TOKEN] = undef;
18100 sub get_matching_token { return $_[0]->[MATCHING_TOKEN] }
18107 sub set_matching_token { $_[0]->[MATCHING_TOKEN] = $_[1] }