Searched refs:vtopic (Results 1 – 4 of 4) sorted by relevance
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/ |
H A D | Form.pm | 88 my ( $vweb, $vtopic ) = $session->normalizeWebTopicName( $web, $form ); 89 my $this = $session->{forms}->{"$vweb.$vtopic"}; 96 $vtopic = Foswiki::Sandbox::untaint( $vtopic, 98 unless ( $vweb && $vtopic ) { 109 unless ( $def || $session->topicExists( $vweb, $vtopic ) ) { 115 params => [ $vweb, $vtopic ] 119 $this = $class->SUPER::new( $session, $vweb, $vtopic ); 123 $vweb, $vtopic, $Foswiki::Meta::reason ); 134 $session->{forms}->{"$vweb.$vtopic"} = $this;
|
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/UI/ |
H A D | Save.pm | 204 my ( $vweb, $vtopic ) = 209 $vtopic = Foswiki::Sandbox::untaint( $vtopic, 211 unless ( $vweb && $vtopic ) {
|
/dports/games/freeciv/freeciv-2.6.6/client/ |
H A D | helpdata.c | 3623 static char vtopic[128]; in get_help_item_spec() local 3643 vitem.topic = vtopic; in get_help_item_spec() 3644 sz_strlcpy(vtopic, name); in get_help_item_spec()
|
/dports/games/freeciv-nox11/freeciv-2.6.6/client/ |
H A D | helpdata.c | 3623 static char vtopic[128]; in get_help_item_spec() local 3643 vitem.topic = vtopic; in get_help_item_spec() 3644 sz_strlcpy(vtopic, name); in get_help_item_spec()
|