Searched refs:die (Results 1 - 3 of 3) sorted by relevance

/inkscape/share/extensions/
H A Dreplace_font.py123 def die(msg = "Dying!"): function
133 die(_('Couldn\'t find anything using that font, please ensure the spelling and spacing is correct.'))
196 die(_("There was nothing selected"))
244 die(_("Please enter a search string in the find box."));
248 die(_("Please enter a replacement font in the replace with box."));
253 die(_("Please enter a replacement font in the replace all box."));
/inkscape/po/
H A Dcheck-markup38 $str =~ s/\A"// or die "Bug: No leading `\"' in `$str'";
39 $str =~ s/"\Z// or die "Bug: No trailing `\"' in `$str'";
138 die "check_strs: expecting >= 2 strings";
241 $rest eq '' or die "BUG: unparsed plural entries `$rest'";
/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat61 open OUTPUT, ">$output" or die "Cannot create output file \"$output\"\n";

Completed in 15 milliseconds