Home
last modified time | relevance | path

Searched refs:commandEnd (Results 1 – 24 of 24) sorted by relevance

/dports/irc/ergo/ergo-2.8.0/vendor/github.com/ergochat/irc-go/ircmsg/
H A Dmessage.go246 commandEnd := strings.IndexByte(line, ' ')
247 paramStart := commandEnd + 1
248 if commandEnd == -1 {
249 commandEnd = len(line)
253 ircmsg.Command = strings.ToUpper(line[:commandEnd])
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkConsole.cpp364 text_cursor.setPosition(this->commandEnd()); in keyPressEvent()
400 text_cursor.setPosition(this->commandEnd()); in keyPressEvent()
430 if (text_cursor.position() <= this->commandEnd()) in keyPressEvent()
436 text_cursor.setPosition(this->commandEnd(), moveMode); in keyPressEvent()
450 if (text_cursor.position() < this->commandEnd() in keyPressEvent()
451 || (text_cursor.position() <= this->commandEnd() in keyPressEvent()
587 int ctkConsolePrivate::commandEnd() const in commandEnd() function in ctkConsolePrivate
751 this->commandEnd() - this->InteractivePosition; in updateCommandBuffer()
1008 return this->textCursor().anchor() > this->commandEnd() in isCursorInMessageOutputArea()
1009 || this->textCursor().position() > this->commandEnd(); in isCursorInMessageOutputArea()
[all …]
H A DctkConsole_p.h61 int commandEnd() const;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Daln_scanner_nexus.cpp702 size_t commandEnd(0); in xImportAlignmentData() local
750 commandEnd = sFindCharOutsideComment(';', line, numOpenBrackets); in xImportAlignmentData()
757 while (commandEnd != NPOS) { in xImportAlignmentData()
759 NStr::TruncateSpaces(line.substr(commandStart, commandEnd-commandStart)); in xImportAlignmentData()
766 commandStart = commandEnd+1; in xImportAlignmentData()
768 commandEnd = in xImportAlignmentData()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Daln_scanner_nexus.cpp702 size_t commandEnd(0); in xImportAlignmentData() local
750 commandEnd = sFindCharOutsideComment(';', line, numOpenBrackets); in xImportAlignmentData()
757 while (commandEnd != NPOS) { in xImportAlignmentData()
759 NStr::TruncateSpaces(line.substr(commandStart, commandEnd-commandStart)); in xImportAlignmentData()
766 commandStart = commandEnd+1; in xImportAlignmentData()
768 commandEnd = in xImportAlignmentData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp504 const CommandHeader *commandEnd = command; in getMemoryUsageStats() local
505 while (commandEnd->id != CommandID::Invalid) in getMemoryUsageStats()
507 commandEnd = NextCommand(commandEnd); in getMemoryUsageStats()
510 *usedMemoryOut += reinterpret_cast<const uint8_t *>(commandEnd) - in getMemoryUsageStats()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/imap/
H A DConnection.php321 $commandEnd = false;
331 …if(($commandEnd = $chunk === false || substr($chunk, 0, $lastCommandTagLength) === $lastCommandTag…
384 } while ($commandEnd === false);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp605 const CommandHeader *commandEnd = command; in getMemoryUsageStats() local
606 while (commandEnd->id != CommandID::Invalid) in getMemoryUsageStats()
608 commandEnd = NextCommand(commandEnd); in getMemoryUsageStats()
611 *usedMemoryOut += reinterpret_cast<const uint8_t *>(commandEnd) - in getMemoryUsageStats()
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/vacation/
H A Dvacationscriptextractor.cpp53 void VacationDataExtractor::commandEnd(int lineNumber) in commandEnd() function in VacationDataExtractor
212 void RequireExtractor::commandEnd(int lineNumber) in commandEnd() function in RequireExtractor
H A Dvacationscriptextractor.h95 void commandEnd(int lineNumber) override in commandEnd() function
97 FOREACH commandEnd(lineNumber); in commandEnd()
289 void commandEnd(int lineNumber) override in commandEnd() function
695 void commandEnd(int lineNumber) override;
791 void commandEnd(int lineNumber) override;
/dports/net/libksieve/libksieve-21.12.3/src/ksieve/
H A Dscriptbuilder.h34 virtual void commandEnd(int lineNumber) = 0;
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/scriptsparsing/
H A Dxmlprintingscriptbuilder.h25 void commandEnd(int lineNumber) override;
H A Dxmlprintingscriptbuilder.cpp82 void XMLPrintingScriptBuilder::commandEnd(int lineNumber) in commandEnd() function in XMLPrintingScriptBuilder
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/vacation/legacy/
H A Dvacationscriptextractor.cpp31 void KSieveUi::Legacy::VacationDataExtractor::commandEnd(int lineNumber) in commandEnd() function in KSieveUi::Legacy::VacationDataExtractor
H A Dvacationscriptextractor.h284 void commandEnd(int lineNumber) override;
/dports/graphics/gmic/gmic-3.0.0/gmic-qt/src/
H A DMisc.cpp203 const char * const commandEnd = pc; in parseGmicUniqueFilterCommand() local
223 command = QString::fromUtf8(commandBegin, static_cast<int>(commandEnd - commandBegin)); in parseGmicUniqueFilterCommand()
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/src/
H A DMisc.cpp203 const char * const commandEnd = pc; in parseGmicUniqueFilterCommand() local
223 command = QString::fromUtf8(commandBegin, static_cast<int>(commandEnd - commandBegin)); in parseGmicUniqueFilterCommand()
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/main/java/com/sun/mail/iap/
H A DProtocol.java423 commandEnd(); in command()
694 private void commandEnd() { } in commandEnd() method in Protocol
/dports/net/libksieve/libksieve-21.12.3/autotests/
H A Dparsertest.cpp311 void commandEnd(int lineNumber) override in commandEnd() function in PrintingScriptBuilder
478 void commandEnd(int lineNumber) override in commandEnd() function in VerifyingScriptBuilder
/dports/www/httrack/httrack-3.49.2/src/
H A Dhtsserver.c87 int commandEnd = 0; variable
248 commandRunning = commandEnd = commandReturn = commandReturnSet = in smallserver_init()
480 if (commandEnd && !commandReturnSet) { in smallserver()
756 commandEnd = 1; in smallserver()
834 } else if (commandEnd && !virtualpath && !willexit) { in smallserver()
H A Dhtsweb.c91 extern int commandEnd;
365 commandEnd = 1; in back_launch_cmd()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/text/
H A Dtext_entity.cpp1538 const QChar *commandEnd = start + commandOffset; in checkTagStartInCommand() local
1540 commandEnd = textSkipCommand(start + commandOffset, start + len); in checkTagStartInCommand()
1541 if (commandEnd > start + commandOffset) { in checkTagStartInCommand()
1542 if (tagStart < (commandEnd - start)) { in checkTagStartInCommand()
1546 for (commandOffset = commandEnd - start; commandOffset < len; ++commandOffset) { in checkTagStartInCommand()
1562 commandOffset = commandEnd - start; in checkTagStartInCommand()
/dports/net/libksieve/libksieve-21.12.3/src/parser/
H A Dparser.cpp294 scriptBuilder()->commandEnd(lexer.line()); in parseCommand()
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Ddesktop-app-info.c194 const gchar *commandEnd; in _xfdashboard_desktop_app_info_update_binary_executable() local
202 commandEnd=command; in _xfdashboard_desktop_app_info_update_binary_executable()
204 priv->binaryExecutable=g_strndup(commandStart, commandEnd-commandStart); in _xfdashboard_desktop_app_info_update_binary_executable()