Home
last modified time | relevance | path

Searched refs:COMMAND_COUNT (Results 1 – 17 of 17) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/
H A Dreport-options.sh21 COMMAND_COUNT=$(grep -l -w "\-\-$line" ../../docs/server/*.Rmd | wc -l)
22 if [[ $MENTION_COUNT -ne 0 || $EXAMPLE_COUNT -ne 0 || $COMMAND_COUNT -ne 0 ]]; then
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/ftp/
H A Dftpcontentcaps.cxx115 #define COMMAND_COUNT 8 in getCommands() macro
164 return uno::Sequence< ucb::CommandInfo >( aCommandInfoTable, COMMAND_COUNT ); in getCommands()
/dports/www/web2ldap/web2ldap-1.6.27/web2ldap/app/
H A Dmetrics.py29 from .stats import COMMAND_COUNT
115 for cmd, cmd_ctr in COMMAND_COUNT.items():
H A Dmonitor.py35 from .stats import COMMAND_COUNT
238 for cmd, ctr in sorted(COMMAND_COUNT.items())
H A Dstats.py17 COMMAND_COUNT = defaultdict(lambda: 0) variable
H A Dhandler.py68 from .stats import COMMAND_COUNT
783 COMMAND_COUNT[self.command or 'connect'] += 1
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/ftp/
H A Dftpcontentcaps.cxx115 #define COMMAND_COUNT 8 in getCommands() macro
164 return uno::Sequence< ucb::CommandInfo >( aCommandInfoTable, COMMAND_COUNT ); in getCommands()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlhelp/source/cxxhelp/provider/
H A Dcontentcaps.cxx162 #define COMMAND_COUNT 5 in getCommands() macro
195 aCommandInfoTable, COMMAND_COUNT ); in getCommands()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlhelp/source/cxxhelp/provider/
H A Dcontentcaps.cxx162 #define COMMAND_COUNT 5 in getCommands() macro
195 aCommandInfoTable, COMMAND_COUNT ); in getCommands()
/dports/games/scourge/scourge/src/net/
H A Dcommands.h56 COMMAND_COUNT enumerator
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/dfg_tests/
H A Danon_multi_test.c103 #define COMMAND_COUNT 2 macro
319 for (i=0; i < EVENT_COUNT + COMMAND_COUNT; i++) { in generate_event_sequence()
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Playback/Localplay/Mpd/
H A Dmpd.php112 const COMMAND_COUNT = 'count'; define in Ampache\\Module\\Playback\\Localplay\\Mpd\\mpd
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/ibmtss/
H A DImplementation.h1429 #define COMMAND_COUNT \ macro
/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/generic/
H A DtkTreeHeader.c2887 COMMAND_COUNT, COMMAND_CREATE, COMMAND_DELETE, COMMAND_DRAGCGET, in TreeHeaderCmd() enumerator
2984 case COMMAND_COUNT: { in TreeHeaderCmd()
H A DtkTreeColumn.c3017 COMMAND_COUNT, COMMAND_CREATE, COMMAND_DELETE, COMMAND_DRAGCGET, in TreeColumnCmd() enumerator
3429 case COMMAND_COUNT: { in TreeColumnCmd()
H A DtkTreeCtrl.c3158 COMMAND_ADD, COMMAND_ANCHOR, COMMAND_CLEAR, COMMAND_COUNT, in TreeSelectionCmd() enumerator
3344 case COMMAND_COUNT: { in TreeSelectionCmd()
H A DtkTreeItem.c8646 COMMAND_COUNT, in TreeItemCmd() enumerator
9155 case COMMAND_COUNT: { in TreeItemCmd()