Searched refs:token (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/libcroco/ |
H A D | cr-parser.c | 624 CRToken *token = NULL; local 629 if (token) { 630 cr_token_destroy (token); 631 token = NULL; 635 &token); 639 while ((token != NULL) 640 && (token->type == COMMENT_TK || token->type == S_TK)); 642 cr_tknzr_unget_token (PRIVATE (a_this)->tknzr, token); 648 if (token) { 679 CRToken *token = NULL; local 761 CRToken *token = NULL; local 836 CRToken *token = NULL; local 925 CRToken *token = NULL; local 964 CRToken *token = NULL; local 1033 CRToken *token = NULL; local 1089 CRToken *token = NULL; local 1330 CRToken *token = NULL; local 1513 CRToken *token = NULL; local 1666 CRToken *token = NULL; local 2135 CRToken *token = NULL; local 2310 CRToken *token = NULL; local 3124 CRToken *token = NULL; local 3267 CRToken *token = NULL; local 3710 CRToken *token = NULL; local 3880 CRToken *token = NULL; local 4132 CRToken *token = NULL; local 4224 CRToken *token = NULL; local [all...] |
/inkscape/src/util/ |
H A D | expression-evaluator.h | 175 const char *token = at_position ? at_position : "<End of input>"; local 176 os << "Expression evaluator error: " << message << " at '" << token << "'"; local
|
/inkscape/share/extensions/ |
H A D | simplepath.py | 89 token, isCommand = lexer.next() 95 if not lastCommand and token.upper() != 'M': 98 command = token 114 token, isCommand = lexer.next() 120 param = cast(token)
|
H A D | simplepath.rb | 80 lexPath(d) do |token, isCommand| 86 unless lastCommand or token.upcase == 'M' 87 command = token 102 param = token.send PATHDEFS[outputCommand].casts[params.length]
|
/inkscape/src/libnrtype/ |
H A D | font-lister.cpp | 1086 Glib::ustring token = tokens[i]; local 1098 if (onSystem && familyNamesAreEqual(token, family)) { 1104 markup += g_markup_escape_text(token.c_str(), -1); 1108 markup += g_markup_escape_text(token.c_str(), -1);
|
/inkscape/src/ui/dialog/ |
H A D | find.cpp | 516 Glib::ustring token = vStyleTokens[i]; local 518 if ( token.find(vFontTokenNames[j]) != std::string::npos) { 520 bool found = find_strcmp(token.c_str(), font1.c_str(), exact, casematch); 525 gchar *orig_str = g_strdup(token.c_str()); 526 // Exact match fails since the "font-family:" is in the token, since the find was exact it still works with false below
|
H A D | filedialogimpl-gtkmm.cpp | 248 std::string token; local 256 input >> token; local 257 // std::cout << "|" << token << "|" << std::endl; 259 if (regex1->match(token, match_info)) { 263 if (regex2->match(token, match_info)) {
|
Completed in 72 milliseconds