Lines Matching refs:_
138 print $FH ' 'x$urlIndent, '<src xlink:href="'.$_.'" />', "\n";
193 $dep1.= " xmlns:".$_.'="'.$notDefInDep{$_}.'"' for (keys %notDefInDep);
224 if (($validPrefsInDep{$_} eq $defNsDep) && $_ ne "#default") {
225 $prefix = $_; last;
232 if (($notDefInDep{$_} eq $defNsCur) && $_ ne "#default") {
233 $prefix = $_; last;
326 $validPrefsInDep{$_} = $parser->expand_ns_prefix($_);
331 collectPrefixes($parser, $name, \@_, \@usedNsInDependencies);
357 if (($validPrefsInDep{$_} eq $defNsDep) && $_ ne "#default") {
358 $prefix = $_; last;
377 determineNsDefinitions($parser, $name, \@_);
378 collectPrefixes($parser, $name, \@_, \@usedNsInDependencies);
418 @usedNsInDependencies = grep(!$hashtmp{$_}++, @usedNsInDependencies);
426 if ($_ eq $generatedPrefix) {
457 my ($name, $args_r) = @_;
489 if ($_ eq '#default') {
492 my $ns = $parser->expand_ns_prefix($_);
493 $map_ns{$ns} = $_;
513 if ($_ eq '#default') {
516 push (@{$out_r}, $_);
530 my ($parser, $name, $attr_r) = @_;
547 my ($parser, $name) = @_;
557 if ( $validPrefsInDep{$_} eq $ns) {
571 $curPrefToNs{$_} = $parser->expand_ns_prefix($_);
576 if ($validPrefsInDep{$_} eq $ns) {
578 next if $_ eq "#default";
579 $validDepPref = $_;
586 if ($curPrefToNs{$_} eq $ns) {
588 next if $_ eq "#default";
589 $curPref = $_;
599 if ($curPref eq $_) {