Home
last modified time | relevance | path

Searched refs:GetQuotedString (Results 1 – 25 of 66) sorted by relevance

123

/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_parse_external.c272 GetQuotedString( family ) ; in AddProperty()
275 GetQuotedString( dummy ) ; in AddProperty()
337 GetQuotedString( dummy ) ; in AddProperty()
389 GetQuotedString( dummy ) ; in AddProperty()
412 GetQuotedString( read ) ; in AddProperty()
415 GetQuotedString( write ) ; in AddProperty()
418 GetQuotedString( data ) ; in AddProperty()
421 GetQuotedString( other ) ; in AddProperty()
467 GetQuotedString( name ) ; in AddSensor()
470 GetQuotedString( family ) ; in AddSensor()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.OracleClient/System.Data.OracleClient/
H A DOracleCommandBuilder.cs102 get { return GetQuotedString (tableName); }
221 …whereClause.Append (String.Format (clause1, GetQuotedString (parameter.SourceColumn), ":" + parame… in CreateDeleteCommand()
238 …whereClause.Append (String.Format (clause2, GetQuotedString (parameter.SourceColumn), ":" + parame… in CreateDeleteCommand()
286 columns.Append (GetQuotedString (parameter.SourceColumn)); in CreateInsertCommand()
336 …columns.Append (String.Format ("{0} = {1}", GetQuotedString (parameter.SourceColumn), ":" + parame… in CreateUpdateCommand()
364 …whereClause.Append (String.Format (clause1, GetQuotedString (parameter.SourceColumn), ":" + parame… in CreateUpdateCommand()
381 …whereClause.Append (String.Format (clause2, GetQuotedString (parameter.SourceColumn), ":" + parame… in CreateUpdateCommand()
445 private string GetQuotedString (string value) in GetQuotedString() method in System.Data.OracleClient.OracleCommandBuilder
/dports/x11-wm/fvwm2/fvwm-2.6.9/libs/
H A DFGettext.c74 domain = GetQuotedString(path, &dir, ";", NULL, NULL, NULL); in fgettext_add_one_path()
241 after = GetQuotedString(exp_path, &before, "+", NULL, NULL, NULL); in FGettextSetLocalePath()
256 after = GetQuotedString(after, &p, ":", NULL, NULL, NULL); in FGettextSetLocalePath()
270 str = GetQuotedString(str, &p, ":", NULL, NULL, NULL); in FGettextSetLocalePath()
H A DParse.h49 char *GetQuotedString(
H A DFlocale.c1080 hints = GetQuotedString(fontname, &fn, "/", NULL, NULL, NULL); in FlocaleGetFftFont()
1129 hints = GetQuotedString(fontname, &fn, "/", NULL, NULL, NULL); in FlocaleGetFontSet()
1215 hints = GetQuotedString(fontname, &tmp, "/", NULL, NULL, NULL); in FlocaleGetFont()
1216 str = GetQuotedString(tmp, &fn, ",", NULL, NULL, NULL); in FlocaleGetFont()
1232 str = GetQuotedString(str, &fn, ",", NULL, NULL, NULL); in FlocaleGetFont()
1436 str = GetQuotedString(str, &opt_str, ":", NULL, NULL, NULL); in FlocaleLoadFont()
1463 str = GetQuotedString(str, &fn, ";", NULL, NULL, NULL); in FlocaleLoadFont()
1481 str = GetQuotedString(str, &fn, ";", NULL, NULL, NULL); in FlocaleLoadFont()
H A DParse.c255 char *GetQuotedString( in GetQuotedString() function
511 return GetQuotedString(indata, option, ",\n", NULL, NULL, NULL); in GetNextFullOption()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/libs/
H A DFGettext.c74 domain = GetQuotedString(path, &dir, ";", NULL, NULL, NULL); in fgettext_add_one_path()
240 after = GetQuotedString(exp_path, &before, "+", NULL, NULL, NULL); in FGettextSetLocalePath()
254 after = GetQuotedString(after, &p, ":", NULL, NULL, NULL); in FGettextSetLocalePath()
268 str = GetQuotedString(str, &p, ":", NULL, NULL, NULL); in FGettextSetLocalePath()
H A DParse.h49 char *GetQuotedString(
H A DFlocale.c1089 hints = GetQuotedString(fontname, &fn, "/", NULL, NULL, NULL); in FlocaleGetFftFont()
1138 hints = GetQuotedString(fontname, &fn, "/", NULL, NULL, NULL); in FlocaleGetFontSet()
1223 hints = GetQuotedString(fontname, &tmp, "/", NULL, NULL, NULL); in FlocaleGetFont()
1224 str = GetQuotedString(tmp, &fn, ",", NULL, NULL, NULL); in FlocaleGetFont()
1240 str = GetQuotedString(str, &fn, ",", NULL, NULL, NULL); in FlocaleGetFont()
1444 str = GetQuotedString(str, &opt_str, ":", NULL, NULL, NULL); in FlocaleLoadFont()
1471 str = GetQuotedString(str, &fn, ";", NULL, NULL, NULL); in FlocaleLoadFont()
1489 str = GetQuotedString(str, &fn, ";", NULL, NULL, NULL); in FlocaleLoadFont()
H A DParse.c255 char *GetQuotedString( in GetQuotedString() function
511 return GetQuotedString(indata, option, ",\n", NULL, NULL, NULL); in GetNextFullOption()
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/
H A DProcessUtils.cpp16 static UString GetQuotedString(const UString &s) in GetQuotedString() function
45 GetQuotedString(imageName) + L' ' + in Create()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/Windows/
H A DProcessUtils.cpp16 static UString GetQuotedString(const UString &s) in GetQuotedString() function
30 GetQuotedString(imageName) + L' ' + in Create()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Common/
H A DCompressCall.cpp45 UString GetQuotedString(const UString &s) in GetQuotedString() function
221 params += GetQuotedString( in CompressFiles()
254 params += GetQuotedString(outFolder); in ExtractArchives()
H A DCompressCall.h8 UString GetQuotedString(const UString &s);
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Common/
H A DCompressCall.cpp50 UString GetQuotedString(const UString &s) in GetQuotedString() function
229 params += GetQuotedString( in CompressFiles()
262 params += GetQuotedString(outFolder); in ExtractArchives()
H A DCompressCall.h8 UString GetQuotedString(const UString &s);
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/Common/
H A DCompressCall.cpp118 static UString GetQuotedString(const UString &s) in GetQuotedString() function
134 return GetQuotedString(path); in Get7zGuiPath()
321 params += GetQuotedString(archiveName); in CompressFiles()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/net/
H A Djsonpath.cc115 bool GetQuotedString(const string &str, const char c, in GetQuotedString() function
239 if (GetQuotedString(nodes_exps[i], '\'', &in_nodes_exp) || in AddNodes()
240 GetQuotedString(nodes_exps[i], '\"', &in_nodes_exp)) { in AddNodes()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/net/
H A Djsonpath.cc115 bool GetQuotedString(const string &str, const char c, in GetQuotedString() function
239 if (GetQuotedString(nodes_exps[i], '\'', &in_nodes_exp) || in AddNodes()
240 GetQuotedString(nodes_exps[i], '\"', &in_nodes_exp)) { in AddNodes()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/net/
H A Djsonpath.cc115 bool GetQuotedString(const string &str, const char c, in GetQuotedString() function
239 if (GetQuotedString(nodes_exps[i], '\'', &in_nodes_exp) || in AddNodes()
240 GetQuotedString(nodes_exps[i], '\"', &in_nodes_exp)) { in AddNodes()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/net/
H A Djsonpath.cc115 bool GetQuotedString(const string &str, const char c, in GetQuotedString() function
239 if (GetQuotedString(nodes_exps[i], '\'', &in_nodes_exp) || in AddNodes()
240 GetQuotedString(nodes_exps[i], '\"', &in_nodes_exp)) { in AddNodes()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/net/
H A Djsonpath.cc115 bool GetQuotedString(const string &str, const char c, in GetQuotedString() function
239 if (GetQuotedString(nodes_exps[i], '\'', &in_nodes_exp) || in AddNodes()
240 GetQuotedString(nodes_exps[i], '\"', &in_nodes_exp)) { in AddNodes()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/net/
H A Djsonpath.cc115 bool GetQuotedString(const string &str, const char c, in GetQuotedString() function
239 if (GetQuotedString(nodes_exps[i], '\'', &in_nodes_exp) || in AddNodes()
240 GetQuotedString(nodes_exps[i], '\"', &in_nodes_exp)) { in AddNodes()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmButtons/
H A Ddynamic.c263 rest = GetQuotedString( in parse_message_line()
405 rest = GetQuotedString(rest, &buttonn, "", NULL, NULL, NULL); in parse_message_line()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmButtons/
H A Ddynamic.c266 rest = GetQuotedString( in parse_message_line()
408 rest = GetQuotedString(rest, &buttonn, "", NULL, NULL, NULL); in parse_message_line()

123