Home
last modified time | relevance | path

Searched refs:bQuote (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dreffind.cxx48 bool IsText( bool& bQuote, sal_Unicode c ) in IsText() argument
52 bQuote = !bQuote; in IsText()
55 if (bQuote) in IsText()
76 bool bQuote = false; in FindEndPosA1() local
78 while (nNewEnd <= nEndPos && IsText(bQuote, p[nNewEnd])) in FindEndPosA1()
135 bool bQuote = false; // skip quoted text in ExpandToTextA1() local
136 while (rStartPos > 0 && IsText(bQuote, p[rStartPos - 1]) ) in ExpandToTextA1()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dreffind.cxx48 bool IsText( bool& bQuote, sal_Unicode c ) in IsText() argument
52 bQuote = !bQuote; in IsText()
55 if (bQuote) in IsText()
76 bool bQuote = false; in FindEndPosA1() local
78 while (nNewEnd <= nEndPos && IsText(bQuote, p[nNewEnd])) in FindEndPosA1()
135 bool bQuote = false; // skip quoted text in ExpandToTextA1() local
136 while (rStartPos > 0 && IsText(bQuote, p[rStartPos - 1]) ) in ExpandToTextA1()
/dports/lang/python-legacy/Python-2.7.18/PC/
H A Dw9xpopen.c69 int bQuote = strchr(argv[i], ' ') != NULL; in main() local
70 if (bQuote) in main()
78 if (bQuote) in main()
/dports/lang/python27/Python-2.7.18/PC/
H A Dw9xpopen.c69 int bQuote = strchr(argv[i], ' ') != NULL; in main() local
70 if (bQuote) in main()
78 if (bQuote) in main()
/dports/databases/WWWdb/WWWdb-0.8.3/lib/WWWdb/Db/
H A DInstallDB.pl287 my $bQuote;
366 $bQuote = "Yes";
373 $bQuote = $pTypeInfo->{LITERAL_PREFIX};
381 $bQuote = "";
384 if ($bQuote)
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dfonthdl.cxx164 bool bQuote = false; in exportXML() local
170 bQuote = true; in exportXML()
174 if( bQuote ) in exportXML()
177 if( bQuote ) in exportXML()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dfonthdl.cxx165 bool bQuote = false; in exportXML() local
171 bQuote = true; in exportXML()
175 if( bQuote ) in exportXML()
178 if( bQuote ) in exportXML()
/dports/net-im/licq-jabber/licq-f271d55/licq/src/
H A Dfifo.cpp747 bool bQuote; in line2argv() local
757 bQuote=false,*argc=0,argv[(*argc)++]=p,size--; in line2argv()
760 if(!bQuote && isspace(*p)) in line2argv()
768 bQuote = !bQuote; in line2argv()
769 else if( bQuote && *p == '\\' ) in line2argv()
777 return !bQuote; in line2argv()
/dports/net-im/licq-qt-gui/licq-f271d55/licq/src/
H A Dfifo.cpp747 bool bQuote; in line2argv() local
757 bQuote=false,*argc=0,argv[(*argc)++]=p,size--; in line2argv()
760 if(!bQuote && isspace(*p)) in line2argv()
768 bQuote = !bQuote; in line2argv()
769 else if( bQuote && *p == '\\' ) in line2argv()
777 return !bQuote; in line2argv()
/dports/net-im/licq/licq-f271d55/licq/src/
H A Dfifo.cpp747 bool bQuote; in line2argv() local
757 bQuote=false,*argc=0,argv[(*argc)++]=p,size--; in line2argv()
760 if(!bQuote && isspace(*p)) in line2argv()
768 bQuote = !bQuote; in line2argv()
769 else if( bQuote && *p == '\\' ) in line2argv()
777 return !bQuote; in line2argv()
/dports/net-im/licq-icq/licq-f271d55/licq/src/
H A Dfifo.cpp747 bool bQuote; in line2argv() local
757 bQuote=false,*argc=0,argv[(*argc)++]=p,size--; in line2argv()
760 if(!bQuote && isspace(*p)) in line2argv()
768 bQuote = !bQuote; in line2argv()
769 else if( bQuote && *p == '\\' ) in line2argv()
777 return !bQuote; in line2argv()
/dports/net-im/licq-osd/licq-f271d55/licq/src/
H A Dfifo.cpp747 bool bQuote; in line2argv() local
757 bQuote=false,*argc=0,argv[(*argc)++]=p,size--; in line2argv()
760 if(!bQuote && isspace(*p)) in line2argv()
768 bQuote = !bQuote; in line2argv()
769 else if( bQuote && *p == '\\' ) in line2argv()
777 return !bQuote; in line2argv()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dalter.c535 int bQuote; /* True to quote the new name */ in sqlite3AlterRenameColumn() local
577 bQuote = sqlite3Isquote(pNew->z[0]); in sqlite3AlterRenameColumn()
585 zDb, pTab->zName, iCol, zNew, bQuote, iSchema==1, in sqlite3AlterRenameColumn()
594 zDb, pTab->zName, iCol, zNew, bQuote in sqlite3AlterRenameColumn()
1068 int bQuote /* True to always quote token */ in renameEditSql() argument
1089 if( bQuote ){ in renameEditSql()
1300 int bQuote = sqlite3_value_int(argv[7]); in renameColumnFunc() local
1427 rc = renameEditSql(context, &sCtx, zSql, zNew, bQuote); in renameColumnFunc()
1516 int bQuote = 1; in renameTableFunc() local
1617 rc = renameEditSql(context, &sCtx, zInput, zNew, bQuote); in renameTableFunc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dalter.c554 int bQuote; /* True to quote the new name */ in sqlite3AlterRenameColumn() local
596 bQuote = sqlite3Isquote(pNew->z[0]); in sqlite3AlterRenameColumn()
604 zDb, pTab->zName, iCol, zNew, bQuote, iSchema==1, in sqlite3AlterRenameColumn()
612 zDb, pTab->zName, iCol, zNew, bQuote in sqlite3AlterRenameColumn()
1086 int bQuote /* True to always quote token */ in renameEditSql() argument
1107 if( bQuote ){ in renameEditSql()
1340 int bQuote = sqlite3_value_int(argv[7]); in renameColumnFunc() local
1467 rc = renameEditSql(context, &sCtx, zSql, zNew, bQuote); in renameColumnFunc()
1556 int bQuote = 1; in renameTableFunc() local
1657 rc = renameEditSql(context, &sCtx, zInput, zNew, bQuote); in renameTableFunc()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dalter.c565 int bQuote; /* True to quote the new name */ in sqlite3AlterRenameColumn() local
607 bQuote = sqlite3Isquote(pNew->z[0]); in sqlite3AlterRenameColumn()
615 zDb, pTab->zName, iCol, zNew, bQuote, iSchema==1, in sqlite3AlterRenameColumn()
623 zDb, pTab->zName, iCol, zNew, bQuote in sqlite3AlterRenameColumn()
1113 int bQuote /* True to always quote token */ in renameEditSql() argument
1134 if( bQuote ){ in renameEditSql()
1366 int bQuote = sqlite3_value_int(argv[7]); in renameColumnFunc() local
1493 rc = renameEditSql(context, &sCtx, zSql, zNew, bQuote); in renameColumnFunc()
1582 int bQuote = 1; in renameTableFunc() local
1683 rc = renameEditSql(context, &sCtx, zInput, zNew, bQuote); in renameTableFunc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/forms/
H A Dpropertyexport.cxx489 const bool bQuote = !sQuote.isEmpty(); in exportStringSequenceAttribute() local
503 if (bQuote) in exportStringSequenceAttribute()
506 if (bQuote) in exportStringSequenceAttribute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/forms/
H A Dpropertyexport.cxx486 const bool bQuote = !sQuote.isEmpty(); in exportStringSequenceAttribute() local
500 if (bQuote) in exportStringSequenceAttribute()
503 if (bQuote) in exportStringSequenceAttribute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx716 bool bQuote = false; in parseText() local
776 bQuote = true; in parseText()
905 if ( bQuote ) in parseText()
922 else if ( bQuote ) in parseText()
980 bQuote = false; in parseText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx716 bool bQuote = false; in parseText() local
776 bQuote = true; in parseText()
905 if ( bQuote ) in parseText()
922 else if ( bQuote ) in parseText()
980 bQuote = false; in parseText()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxjson.cpp814 static const BYTE * JsonFormatStr ( CSphVector<BYTE> & dOut, const BYTE * p, bool bQuote=true ) in JsonFormatStr() argument
818 if ( bQuote ) in JsonFormatStr()
822 if ( bQuote ) in JsonFormatStr()
840 if ( bQuote ) in JsonFormatStr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/i18n/
H A Dlocaledatawrapper.cxx482 bool bQuote = false; in scanCurrFormatImpl() local
485 if ( bQuote ) in scanCurrFormatImpl()
488 bQuote = false; in scanCurrFormatImpl()
496 bQuote = true; in scanCurrFormatImpl()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dfileconf.cpp2026 bool bQuote = wxIsspace(str[0]) || str[0] == wxT('"'); in FilterOutValue() local
2028 if ( bQuote ) in FilterOutValue()
2051 if ( bQuote ) { in FilterOutValue()
2066 if ( bQuote ) in FilterOutValue()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dfileconf.cpp2026 bool bQuote = wxIsspace(str[0]) || str[0] == wxT('"'); in FilterOutValue() local
2028 if ( bQuote ) in FilterOutValue()
2051 if ( bQuote ) { in FilterOutValue()
2066 if ( bQuote ) in FilterOutValue()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dfileconf.cpp2026 bool bQuote = wxIsspace(str[0]) || str[0] == wxT('"'); in FilterOutValue() local
2028 if ( bQuote ) in FilterOutValue()
2051 if ( bQuote ) { in FilterOutValue()
2066 if ( bQuote ) in FilterOutValue()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dfileconf.cpp2001 bool bQuote = wxIsspace(str[0]) || str[0] == wxT('"'); in FilterOutValue() local
2003 if ( bQuote ) in FilterOutValue()
2026 if ( bQuote ) { in FilterOutValue()
2041 if ( bQuote ) in FilterOutValue()

1234567