Searched refs:quotedId (Results 1 – 7 of 7) sorted by relevance
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/gpkg/ |
H A D | connector.py | 111 def unquoteId(self, quotedId): argument 112 if len(quotedId) <= 2 or quotedId[0] != '"' or quotedId[len(quotedId) - 1] != '"': 113 return quotedId 116 while i < len(quotedId) - 1: 117 if quotedId[i] == '"' and quotedId[i + 1] == '"': 121 unquoted += quotedId[i]
|
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/gpkg/ |
H A D | connector.py | 111 def unquoteId(self, quotedId): argument 112 if len(quotedId) <= 2 or quotedId[0] != '"' or quotedId[len(quotedId) - 1] != '"': 113 return quotedId 116 while i < len(quotedId) - 1: 117 if quotedId[i] == '"' and quotedId[i + 1] == '"': 121 unquoted += quotedId[i]
|
/dports/databases/pear-Horde_Db/Horde_Db-2.4.0/lib/Horde/Db/Adapter/Base/ |
H A D | Schema.php | 210 return $value->quotedId();
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/ |
H A D | Object.cpp | 304 UniqueChars quotedId = QuoteString(cx, idstr, '\''); in ObjectToSource() local 305 if (!quotedId) { in ObjectToSource() 308 idstr = NewStringCopyZ<CanGC>(cx, quotedId.get()); in ObjectToSource()
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/ |
H A D | Object.cpp | 320 UniqueChars quotedId = QuoteString(cx, idstr, '\''); in ObjectToSource() local 321 if (!quotedId) { in ObjectToSource() 324 idstr = NewStringCopyZ<CanGC>(cx, quotedId.get()); in ObjectToSource()
|
/dports/www/firefox/firefox-99.0/js/src/builtin/ |
H A D | Object.cpp | 339 UniqueChars quotedId = QuoteString(cx, idstr, '\''); in ObjectToSource() local 340 if (!quotedId) { in ObjectToSource() 343 idstr = NewStringCopyZ<CanGC>(cx, quotedId.get()); in ObjectToSource()
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/ |
H A D | Object.cpp | 320 UniqueChars quotedId = QuoteString(cx, idstr, '\''); in ObjectToSource() local 321 if (!quotedId) { in ObjectToSource() 324 idstr = NewStringCopyZ<CanGC>(cx, quotedId.get()); in ObjectToSource()
|