Home
last modified time | relevance | path

Searched refs:splitChar (Results 1 – 25 of 82) sorted by relevance

1234

/dports/science/silo/silo-4.10.2-bsd/tools/silex/
H A DSiloArrayView.cpp195 char splitChar; in SiloArrayViewWindow() local
197 splitChar = ';'; in SiloArrayViewWindow()
199 splitChar = ' '; in SiloArrayViewWindow()
201 splitChar = ';'; in SiloArrayViewWindow()
203 splitChar = ' '; in SiloArrayViewWindow()
210 if (*p == splitChar) in SiloArrayViewWindow()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/corelib/tools/qstringlist/
H A Dmain.cpp146 const char splitChar = ':'; in split_qlist_qbytearray() local
150 ba.split(splitChar); in split_qlist_qbytearray()
157 const QChar splitChar = ':'; in split_qlist_qstring() local
160 input.split(splitChar); in split_qlist_qstring()
/dports/misc/bibletime/bibletime-2.11.2/src/backend/filters/
H A Dosistohtml.cpp112 char splitChar = '|'; in handleToken() local
118 splitChar = '|'; /// \todo not allowed, remove soon in handleToken()
122 splitChar = ' '; in handleToken()
134 attrib = tag.getAttribute("lemma", i, splitChar); in handleToken()
153 char splitChar = '|'; in handleToken() local
159 splitChar = '|'; in handleToken()
163 splitChar = ' '; in handleToken()
176 attrib = tag.getAttribute("morph", i, splitChar); in handleToken()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Validator/
H A DTimestamp.php48 $splitChar = false !== strpos($value, 'T') ? 'T' : ' ';
50 $e = explode($splitChar, trim($value));
/dports/sysutils/plasma5-kinfocenter/kinfocenter-5.23.5/Modules/base/
H A Dinfo_linux.cpp35 bool GetInfo_ReadfromFile(QTreeWidget *tree, const char *FileName, const QChar &splitChar) in GetInfo_ReadfromFile() argument
54 if (!splitChar.isNull()) { in GetInfo_ReadfromFile()
55 int pos = line.indexOf(splitChar); in GetInfo_ReadfromFile()
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DString.cpp25 std::vector<csg::string> *csg::string::split(char splitChar) in split() argument
32 if ((*this)[i]==splitChar) in split()
/dports/editors/textadept/cdk-5.0-20200923/
H A Dcdk_compat.c55 int splitString (char *string, char **items, char splitChar) in splitString() argument
57 char **temp = CDKsplitString (string, splitChar); in splitString()
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dcdk_compat.c55 int splitString (char *string, char **items, char splitChar) in splitString() argument
57 char **temp = CDKsplitString (string, splitChar); in splitString()
H A Dcdk_compat.h80 extern int splitString (char *string, char **items, char splitChar);
/dports/devel/cdk/cdk-5.0-20161210/
H A Dcdk_compat.c55 int splitString (char *string, char **items, char splitChar) in splitString() argument
57 char **temp = CDKsplitString (string, splitChar); in splitString()
/dports/devel/awless/awless-0.1.11/commands/
H A Dtabcompletion.go121 return &prefixCompleter{callback: completeFunc, splitChar: ","}
126 splitChar string member
142 if p.splitChar != "" {
143 line = splitKeepLast(line, p.splitChar)
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Page/
H A DPageRenderer.php1132 * @param string $splitChar The char used to split the allWrap value, default is "|"
1152 'splitChar' => $splitChar,
1171 * @param string $splitChar The char used to split the allWrap value, default is "|"
1192 'splitChar' => $splitChar,
1210 * @param string $splitChar The char used to split the allWrap value, default is "|"
1230 'splitChar' => $splitChar,
1248 * @param string $splitChar The char used to split the allWrap value, default is "|"
1268 'splitChar' => $splitChar,
1328 * @param string $splitChar The char used to split the allWrap value, default is "|"
1343 'splitChar' => $splitChar,
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Page/
H A DPageRenderer.php1070 * @param string $splitChar The char used to split the allWrap value, default is "|"
1088 'splitChar' => $splitChar,
1108 * @param string $splitChar The char used to split the allWrap value, default is "|"
1127 'splitChar' => $splitChar,
1146 * @param string $splitChar The char used to split the allWrap value, default is "|"
1164 'splitChar' => $splitChar,
1183 * @param string $splitChar The char used to split the allWrap value, default is "|"
1201 'splitChar' => $splitChar,
1262 * @param string $splitChar The char used to split the allWrap value, default is "|"
1277 'splitChar' => $splitChar,
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Page/
H A DPageRenderer.php1058 * @param string $splitChar The char used to split the allWrap value, default is "|"
1076 'splitChar' => $splitChar,
1096 * @param string $splitChar The char used to split the allWrap value, default is "|"
1115 'splitChar' => $splitChar,
1134 * @param string $splitChar The char used to split the allWrap value, default is "|"
1152 'splitChar' => $splitChar,
1171 * @param string $splitChar The char used to split the allWrap value, default is "|"
1189 'splitChar' => $splitChar,
1250 * @param string $splitChar The char used to split the allWrap value, default is "|"
1265 'splitChar' => $splitChar,
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/Http/
H A DRequestHandler.php466 $cssFileConfig['allWrap.']['splitChar'] ?? '|',
511 $cssFileConfig['allWrap.']['splitChar'] ?? '|',
558 $jsFileConfig['allWrap.']['splitChar'] ?? '|',
600 $jsFileConfig['allWrap.']['splitChar'] ?? '|',
642 $jsConfig['allWrap.']['splitChar'] ?? '|',
683 $jsConfig['allWrap.']['splitChar'] ?? '|',
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/Http/
H A DRequestHandler.php477 $cssFileConfig['allWrap.']['splitChar'],
520 $cssFileConfig['allWrap.']['splitChar'],
567 $jsFileConfig['allWrap.']['splitChar'],
609 $jsFileConfig['allWrap.']['splitChar'],
651 $jsConfig['allWrap.']['splitChar'],
692 $jsConfig['allWrap.']['splitChar'],
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/py/
H A Dfckutil.py56 for splitChar in ["/", "\\"]:
57 array = filename.split(splitChar)
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Page/
H A DPageGenerator.php343 $cssFileConfig['allWrap.']['splitChar'],
385 $cssFileConfig['allWrap.']['splitChar'],
458 $jsFileConfig['allWrap.']['splitChar'],
502 $jsFileConfig['allWrap.']['splitChar'],
546 $jsConfig['allWrap.']['splitChar'],
589 $jsConfig['allWrap.']['splitChar'],
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Http/
H A DRequestHandler.php497 $cssFileConfig['allWrap.']['splitChar'],
540 $cssFileConfig['allWrap.']['splitChar'],
613 $jsFileConfig['allWrap.']['splitChar'],
657 $jsFileConfig['allWrap.']['splitChar'],
701 $jsConfig['allWrap.']['splitChar'],
744 $jsConfig['allWrap.']['splitChar'],
/dports/misc/mnn/MNN-1.2.0/tools/train/source/datasets/
H A DImageDataset.cpp27 vector<string> split(const string sourceStr, string splitChar = " ") { in split() argument
32 while ((pos = sourceStr.find(splitChar, start)) != string::npos) { in split()
34 start = pos + splitChar.size(); in split()
/dports/editors/textadept/cdk-5.0-20200923/include/
H A Dcdk_compat.h80 extern int splitString (char *string, char **items, char splitChar);
/dports/devel/cdk/cdk-5.0-20161210/include/
H A Dcdk_compat.h80 extern int splitString (char *string, char **items, char splitChar);
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/NGHttp/
H A DNGHttpHeaderFieldParser.h37 unsigned char splitChar; // the char to split at, usually ','
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/NGHttp/
H A DNGHttpHeaderFieldParser.h37 unsigned char splitChar; // the char to split at, usually ','
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/util/
H A Dkdevstringhandler.h21 KDEVPLATFORMUTIL_EXPORT QStringList splitWithEscaping(const QString& input, QChar splitChar,

1234