Home
last modified time | relevance | path

Searched refs:nSep (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/config/
H A Dconfigpaths.cxx144 sal_Int32 nSep = _sInPath.indexOf('/'); in extractFirstFromConfigurationPath() local
148 sal_Int32 nEnd = nSep; in extractFirstFromConfigurationPath()
152 if (nSep < 0 || nBracket < nSep) // and the separator comes after it in extractFirstFromConfigurationPath()
167 …OSL_ENSURE((nBracket+1 == _sInPath.getLength() && nSep == -1) || (_sInPath[nBracket+1] == '/' && n… in extractFirstFromConfigurationPath()
178 *_sOutPath = (nSep >= 0) ? _sInPath.copy(nSep + 1) : OUString(); in extractFirstFromConfigurationPath()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/config/
H A Dconfigpaths.cxx144 sal_Int32 nSep = _sInPath.indexOf('/'); in extractFirstFromConfigurationPath() local
148 sal_Int32 nEnd = nSep; in extractFirstFromConfigurationPath()
152 if (nSep < 0 || nBracket < nSep) // and the separator comes after it in extractFirstFromConfigurationPath()
167 …OSL_ENSURE((nBracket+1 == _sInPath.getLength() && nSep == -1) || (_sInPath[nBracket+1] == '/' && n… in extractFirstFromConfigurationPath()
178 *_sOutPath = (nSep >= 0) ? _sInPath.copy(nSep + 1) : OUString(); in extractFirstFromConfigurationPath()
/dports/databases/R-cran-RSQLite/RSQLite/src/
H A DimportFile.c96 int nSep; /* Number of bytes in separator[] */ in RS_sqlite_import() local
104 nSep = strlen(separator); in RS_sqlite_import()
105 if (nSep == 0) { in RS_sqlite_import()
152 if (*z == separator[0] && strncmp(z, separator, nSep) == 0) { in RS_sqlite_import()
156 azCol[i] = &z[nSep]; in RS_sqlite_import()
157 z += nSep - 1; in RS_sqlite_import()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dreffind.cxx278 sal_Int32 nSep; in ToggleRel() local
284 nSep = aExpr.lastIndexOf('!'); in ToggleRel()
288 nSep = aExpr.lastIndexOf('.'); in ToggleRel()
291 if (nSep >= 0) in ToggleRel()
293 OUString aRef = aExpr.copy(nSep+1); in ToggleRel()
294 OUString aExtDocNameTabName = aExpr.copy(0, nSep+1); in ToggleRel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dreffind.cxx278 sal_Int32 nSep; in ToggleRel() local
284 nSep = aExpr.lastIndexOf('!'); in ToggleRel()
288 nSep = aExpr.lastIndexOf('.'); in ToggleRel()
291 if (nSep >= 0) in ToggleRel()
293 OUString aRef = aExpr.copy(nSep+1); in ToggleRel()
294 OUString aExtDocNameTabName = aExpr.copy(0, nSep+1); in ToggleRel()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/utils/
H A Dsvm_utils.c447 int nSep; in splitFields() local
459 nSep = 1; in splitFields()
463 seps = (int *)vrna_realloc(seps, sizeof(int) * (nSep + 1)); in splitFields()
464 seps[nSep++] = i; in splitFields()
470 seps = (int *)vrna_realloc(seps, sizeof(int) * (nSep + 1)); in splitFields()
471 seps[nSep] = strlen(string); in splitFields()
479 for (i = 0; i < nSep; i++) { in splitFields()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/heuristics/
H A DCouenneFPphaseMILP.cpp159 if (nSep++ < nSepRounds_) in milpPhase()
410 nSep++ < nSepRounds_) in milpPhase()
H A DCouenneFPphaseNLP.cpp183 nSep = 0, // If separation short circuit, max # of consecutive separations in solution() local
343 if (nSep++ < nSepRounds_) in solution()
594 nSep++ < nSepRounds_) in solution()
604 nSep = 0; in solution()
H A DCouenneFeasPump.cpp189 nSep = 0, // If separation short circuit, max # of consecutive separations in solution() local
408 if (nSep++ < nSepRounds_) in solution()
669 nSep++ < nSepRounds_) in solution()
679 nSep = 0; in solution()
/dports/net/yate/yate-6.4.0-1/engine/
H A DMath.cpp97 unsigned int nSep = nFullLines + (lastLineLen ? 1 : 0); in dumpSplit() local
98 char* tmpBuf = new char[str.length() + nSep * linePrefLen + suffixLen + 1]; in dumpSplit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/helper/
H A Ddocumentsignaturemanager.cxx210 sal_Int32 nSep = rURI.lastIndexOf('.'); in isXML() local
211 if (nSep != -1) in isXML()
213 OUString aExt = rURI.copy(nSep + 1); in isXML()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/helper/
H A Ddocumentsignaturemanager.cxx209 sal_Int32 nSep = rURI.lastIndexOf('.'); in isXML() local
210 if (nSep != -1) in isXML()
212 OUString aExt = rURI.copy(nSep + 1); in isXML()
/dports/editors/abiword/abiword-3.0.5/src/af/ev/win/
H A Dev_Win32Toolbar.cpp888 int nHeight, nSep; in synthesize() local
900 nSep = (r.bottom - r.top - nHeight)/2; in synthesize()
901 if (nSep < 0) in synthesize()
902 nSep = 0; in synthesize()
904 MoveWindow(hwndCtrl, r.left, r.top + nSep, r.right - r.left, nHeight, TRUE); in synthesize()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dshell.c629 int nSep = strlen30(p->separator); in output_csv() local
633 (nSep==1 || memcmp(z, p->separator, nSep)==0)) ){ in output_csv()
1733 int nSep; /* Number of bytes in p->separator[] */ in do_meta_command() local
1742 nSep = strlen30(p->separator); in do_meta_command()
1743 if( nSep==0 ){ in do_meta_command()
1807 if( !inQuote && c==p->separator[0] && strncmp(z,p->separator,nSep)==0 ){ in do_meta_command()
1811 azCol[i] = &z[nSep]; in do_meta_command()
1812 z += nSep-1; in do_meta_command()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dshell.c612 int nSep = strlen30(p->separator); in output_csv() local
616 (nSep==1 || memcmp(z, p->separator, nSep)==0)) ){ in output_csv()
1662 int nSep; /* Number of bytes in p->separator[] */ in do_meta_command() local
1671 nSep = strlen30(p->separator); in do_meta_command()
1672 if( nSep==0 ){ in do_meta_command()
1734 if( *z==p->separator[0] && strncmp(z, p->separator, nSep)==0 ){ in do_meta_command()
1738 azCol[i] = &z[nSep]; in do_meta_command()
1739 z += nSep-1; in do_meta_command()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dshell.c625 int nSep = strlen30(p->separator); in output_csv() local
629 (nSep==1 || memcmp(z, p->separator, nSep)==0)) ){ in output_csv()
1693 int nSep; /* Number of bytes in p->separator[] */ in do_meta_command() local
1702 nSep = strlen30(p->separator); in do_meta_command()
1703 if( nSep==0 ){ in do_meta_command()
1765 if( *z==p->separator[0] && strncmp(z, p->separator, nSep)==0 ){ in do_meta_command()
1769 azCol[i] = &z[nSep]; in do_meta_command()
1770 z += nSep-1; in do_meta_command()
H A Dfunc.c1371 int nVal, nSep; in groupConcatStep() local
1384 nSep = sqlite3_value_bytes(argv[1]); in groupConcatStep()
1387 nSep = 1; in groupConcatStep()
1389 sqlite3StrAccumAppend(pAccum, zSep, nSep); in groupConcatStep()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dshell.c615 int nSep = strlen30(p->separator); in output_csv() local
619 (nSep==1 || memcmp(z, p->separator, nSep)==0)) ){ in output_csv()
1665 int nSep; /* Number of bytes in p->separator[] */ in do_meta_command() local
1674 nSep = strlen30(p->separator); in do_meta_command()
1675 if( nSep==0 ){ in do_meta_command()
1737 if( *z==p->separator[0] && strncmp(z, p->separator, nSep)==0 ){ in do_meta_command()
1741 azCol[i] = &z[nSep]; in do_meta_command()
1742 z += nSep-1; in do_meta_command()
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dshell.c612 int nSep = strlen30(p->separator); in output_csv() local
616 (nSep==1 || memcmp(z, p->separator, nSep)==0)) ){ in output_csv()
1662 int nSep; /* Number of bytes in p->separator[] */ in do_meta_command() local
1671 nSep = strlen30(p->separator); in do_meta_command()
1672 if( nSep==0 ){ in do_meta_command()
1734 if( *z==p->separator[0] && strncmp(z, p->separator, nSep)==0 ){ in do_meta_command()
1738 azCol[i] = &z[nSep]; in do_meta_command()
1739 z += nSep-1; in do_meta_command()
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dshell.c634 int nSep = strlen30(p->separator); in output_csv() local
638 (nSep==1 || memcmp(z, p->separator, nSep)==0)) ){ in output_csv()
1869 int nSep; /* Number of bytes in p->separator[] */ in do_meta_command() local
1878 nSep = strlen30(p->separator); in do_meta_command()
1879 if( nSep==0 ){ in do_meta_command()
1943 if( !inQuote && c==p->separator[0] && strncmp(z,p->separator,nSep)==0 ){ in do_meta_command()
1947 azCol[i] = &z[nSep]; in do_meta_command()
1948 z += nSep-1; in do_meta_command()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dmarkdown_html.c420 int nSep, /* Number of grave accents marks as delimiters */ in html_codespan() argument
425 }else if( nSep<=2 ){ in html_codespan()
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dspeedtest1.c491 int nVal, nSep; in groupStep() local
501 nSep = sqlite3_value_bytes(argv[1]); in groupStep()
504 nSep = 1; in groupStep()
506 if( nSep ) groupAppend(p, zSep, nSep); in groupStep()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/tox/
H A Dtxmsrt.cxx888 sal_Int32 nSep = aBaseURL.indexOf(':'); in FillText() local
889 if (nSep != -1) in FillText()
891 aBaseURIScheme = aBaseURL.copy(0, nSep); in FillText()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dshell.c836 int nSep = strlen30(p->colSeparator); in output_csv() local
840 (nSep==1 || memcmp(z, p->colSeparator, nSep)==0)) ){ in output_csv()
3132 int nSep; /* Number of bytes in p->colSeparator[] */ in do_meta_command() local
3147 nSep = strlen30(p->colSeparator); in do_meta_command()
3148 if( nSep==0 ){ in do_meta_command()
3153 if( nSep>1 ){ in do_meta_command()
3158 nSep = strlen30(p->rowSeparator); in do_meta_command()
3159 if( nSep==0 ){ in do_meta_command()
3163 if( nSep==2 && p->mode==MODE_Csv && strcmp(p->rowSeparator, SEP_CrLf)==0 ){ in do_meta_command()
3169 nSep = strlen30(p->rowSeparator); in do_meta_command()
[all …]
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/bandb/sqlite3/
H A Dshell.c834 int nSep = strlen30(p->colSeparator); in output_csv() local
838 (nSep==1 || memcmp(z, p->colSeparator, nSep)==0)) ){ in output_csv()
3058 int nSep; /* Number of bytes in p->colSeparator[] */ in do_meta_command() local
3073 nSep = strlen30(p->colSeparator); in do_meta_command()
3074 if( nSep==0 ){ in do_meta_command()
3079 if( nSep>1 ){ in do_meta_command()
3084 nSep = strlen30(p->rowSeparator); in do_meta_command()
3085 if( nSep==0 ){ in do_meta_command()
3089 if( nSep==2 && p->mode==MODE_Csv && strcmp(p->rowSeparator, SEP_CrLf)==0 ){ in do_meta_command()
3095 nSep = strlen30(p->rowSeparator); in do_meta_command()
[all …]

12345678910