Home
last modified time | relevance | path

Searched refs:channelNames (Results 1 – 25 of 117) sorted by relevance

12345

/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DLogCommandParser.cpp23 memset(channelNames,0,sizeof(channelNames)); in LogCommandParser()
44 …transport->Send(systemAddress, "You are now subscribed to channel %s.\r\n", channelNames[channelIn… in OnCommand()
69 …transport->Send(systemAddress, "You are now unsubscribed from channel %s.\r\n", channelNames[chann… in OnCommand()
106 if (channelNames[i]==0) in AddChannel()
109 channelNames[i]=channelName; in AddChannel()
171 if (channelNames[i]) in PrintChannels()
173 transport->Send(systemAddress, "%i. %s\r\n", i+1,channelNames[i]); in PrintChannels()
256 if (channelNames[i]==0) in GetChannelIndexFromName()
259 if (_stricmp(channelNames[i], channelName)==0) in GetChannelIndexFromName()
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/util/lib/
H A DLTKInkUtils.cpp91 … const vector<string>& channelNames, const vector<ELTKTraceGroupStatistics>& properties, in computeChannelStatistics() argument
99 int numChannels = channelNames.size(); //num of channels for which statistics need to be computed in computeChannelStatistics()
160 trace.getChannelValues(channelNames[channelIndex], currChannel); in computeChannelStatistics()
259 …kUtils::computeChannelMaximum(const LTKTraceGroup& traceGroup, const vector<string>& channelNames, in computeChannelMaximum() argument
274 if(errorCode = computeChannelStatistics(traceGroup,channelNames,properties,results)) in computeChannelMaximum()
307 …nkUtils::computeChannelMinimum(const LTKTraceGroup& traceGroup,const vector<string>& channelNames, in computeChannelMinimum() argument
324 if(errorCode = computeChannelStatistics(traceGroup,channelNames,properties,results)) in computeChannelMinimum()
357 …nkUtils::computeChannelMaxMin(const LTKTraceGroup& traceGroup, const vector<string>& channelNames, in computeChannelMaxMin() argument
377 if(errorCode = computeChannelStatistics(traceGroup,channelNames,properties,results)) in computeChannelMaxMin()
H A DLTKInkUtils.h92 … int computeChannelStatistics(const LTKTraceGroup& traceGroup,const vector<string>& channelNames,
103 …tic int computeChannelMaximum(const LTKTraceGroup& traceGroup, const vector<string>& channelNames,
113 …tic int computeChannelMinimum(const LTKTraceGroup& traceGroup, const vector<string>& channelNames,
124 …atic int computeChannelMaxMin(const LTKTraceGroup& traceGroup, const vector<string>& channelNames,
H A DLTKInkFileWriter.cpp190 vector<string> channelNames = tempTrace.getTraceFormat().getAllChannelNames(); in writeUnipenInkFile() local
194 for(int c=0;c<channelNames.size();c++) in writeUnipenInkFile()
196 output<<" "<<channelNames[c]; in writeUnipenInkFile()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/
H A DLexerInterpreter.swift13 internal let channelNames: [String] variable
21 …Name: String, _ vocabulary: Vocabulary, _ ruleNames: Array<String>, _ channelNames: Array<String>,…
26 self.channelNames = channelNames
64 return channelNames in getChannelNames()
/dports/audio/praat/praat-6.2.03/EEG/
H A DEEG.cpp136 autoSTRVEC channelNames (numberOfChannels); in EEG_readFromBdfFile() local
324 his channelNames = std::move (channelNames); in EEG_readFromBdfFile() local
555 thy channelNames = autoSTRVEC (1); in EEG_extractChannel() local
556 thy channelNames [1] = Melder_dup (my channelNames [1].get()); in EEG_extractChannel() local
587 your channelNames [ichan] = Melder_dup (my channelNames [originalChannelNumber].get()); in EEG_extractChannels() local
616 my channelNames [ichan] = my channelNames [ichan + 1].move(); in EEG_removeChannel() local
642 autoSTRVEC channelNames = copy_STRVEC (first -> channelNames.get()); in EEGs_concatenate() local
648 if (! Melder_equ (other -> channelNames [ichan].get(), channelNames [ichan].get())) in EEGs_concatenate()
650 …U" (", other -> channelNames [ichan].get(), U") than in ", first, U" (", channelNames [ichan].get(… in EEGs_concatenate()
662 thy channelNames = std::move (channelNames); in EEGs_concatenate() local
[all …]
H A DERPTier.cpp50 if (Melder_equ (my channelNames [ichan].get(), channelName)) in ERPTier_getChannelNumber()
73 thy channelNames = copy_STRVEC (my channelNames.part (1, thy numberOfChannels)); in EEG_PointProcess_to_ERPTier() local
239 thy channelNames = copy_STRVEC (my channelNames.get()); in ERPTier_extractERP() local
262 mean -> channelNames = copy_STRVEC (my channelNames.get()); in ERPTier_to_ERP_mean()
279 thy channelNames = copy_STRVEC (my channelNames.get()); in ERPTier_extractEventsWhereColumn_number() local
308 thy channelNames = copy_STRVEC (my channelNames.get()); in ERPTier_extractEventsWhereColumn_string() local
H A DERP.cpp46 if (Melder_equ (my channelNames [ichan].get(), channelName)) in ERP_getChannelNumber()
85 …Graphics_textTop (graphics, true, Melder_cat (U"Channel ", my channelNames [channelNumber].get())); in ERP_drawChannel_number()
118 Table_setColumnLabel (thee.get(), ++ icol, Melder_cat (my channelNames [ichan].get(), unitText)); in ERP_tabulate()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/
H A DLexerInterpreter.cs24 private readonly string[] channelNames; field in Antlr4.Runtime.LexerInterpreter
40 …bulary vocabulary, IEnumerable<string> ruleNames, IEnumerable<string> channelNames, IEnumerable<st… in LexerInterpreter() argument
50 this.channelNames = channelNames.ToArray(); in LexerInterpreter()
89 return channelNames;
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/
H A DLexerInterpreter.java25 protected final String[] channelNames; field in LexerInterpreter
45 …cabulary vocabulary, Collection<String> ruleNames, Collection<String> channelNames, Collection<Str… in LexerInterpreter() argument
60 this.channelNames = channelNames.toArray(new String[channelNames.size()]); in LexerInterpreter()
94 return channelNames; in getChannelNames()
/dports/lang/tclX/tclx8.4/generic/
H A DtclXfilecmds.c74 CONST84 char *channelNames [2]; local
83 channelNames [0] = Tcl_GetChannelName (channels [0]);
84 channelNames [1] = Tcl_GetChannelName (channels [1]);
87 TclX_AppendObjResult (interp, channelNames [0], " ",
88 channelNames [1], (char *) NULL);
90 if (Tcl_ObjSetVar2(interp, objv[1], NULL, Tcl_NewStringObj(channelNames [0], -1),
95 Tcl_NewStringObj(channelNames [1], -1),
/dports/multimedia/kaffeine/kaffeine-2.0.18/src/dvb/
H A Ddvbchannel.cpp239 return channelNames.value(channelName); in findChannelByName()
244 if (channelNames.contains(channelName)) in hasChannelByName()
268 channelNames = other->channelNames; in cloneFrom()
382 channelNames.insert(newChannel->name, newChannel); in addChannel()
435 channelNames.remove(channel->name); in updateChannel()
448 channelNames.insert(detachedChannel->name, detachedChannel); in updateChannel()
456 channelNames.insert(channel->name, channel); in updateChannel()
488 channelNames.remove(channel->name); in removeChannel()
610 channelNames.insert(sharedChannel->name, sharedChannel); in insertFromSqlQuery()
647 if (!channelNames.contains(name)) { in findNextFreeChannelName()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Profile/
H A DChannelList.php46 function canExecuteChannels(array $channelNames, array $groups, $skipInputCheck = false) argument
48 foreach ($channelNames as $channel) {
81 function getProfiles(array $channelNames) argument
85 foreach ($channelNames as $channelName) {
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/
H A DLexerInterpreter.cpp18 …const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames, const std… in LexerInterpreter() argument
20 …mmarFileName, dfa::Vocabulary::fromTokenNames(tokenNames), ruleNames, channelNames, modeNames, atn… in LexerInterpreter()
24 …const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames, const std… in LexerInterpreter() argument
27 _channelNames(channelNames), _modeNames(modeNames), in LexerInterpreter()
H A DLexerInterpreter.h18 … const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames,
21 … const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/
H A DLexerInterpreter.cpp18 …const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames, const std… in LexerInterpreter() argument
20 …mmarFileName, dfa::Vocabulary::fromTokenNames(tokenNames), ruleNames, channelNames, modeNames, atn… in LexerInterpreter()
24 …const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames, const std… in LexerInterpreter() argument
27 _channelNames(channelNames), _modeNames(modeNames), in LexerInterpreter()
H A DLexerInterpreter.h18 … const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames,
21 … const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames,
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/
H A DLexerInterpreter.cpp18 …const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames, const std… in LexerInterpreter() argument
20 …mmarFileName, dfa::Vocabulary::fromTokenNames(tokenNames), ruleNames, channelNames, modeNames, atn… in LexerInterpreter()
24 …const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames, const std… in LexerInterpreter() argument
27 _channelNames(channelNames), _modeNames(modeNames), in LexerInterpreter()
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/
H A DLexerInterpreter.cpp20 const std::vector<std::string>& channelNames, in LexerInterpreter() argument
25 channelNames, modeNames, atn, input) {} in LexerInterpreter()
30 const std::vector<std::string>& channelNames, in LexerInterpreter() argument
37 _channelNames(channelNames), in LexerInterpreter()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DEEG_extensions.cpp33 thy channelNames = copy_STRVEC (my channelNames.get()); in EEG_copyWithoutSound() local
40 static autoINTVEC EEG_channelNames_to_channelNumbers (EEG me, constSTRVEC const& channelNames) { in EEG_channelNames_to_channelNumbers() argument
42 autoINTVEC channelNumbers = zero_INTVEC (channelNames.size); in EEG_channelNames_to_channelNumbers()
43 for (integer i = 1; i <= channelNames.size; i ++) { in EEG_channelNames_to_channelNumbers()
45 if (Melder_equ (channelNames [i], my channelNames [j].get())) in EEG_channelNames_to_channelNumbers()
48 U"Channel name \"", channelNames [i], U"\" not found."); in EEG_channelNames_to_channelNumbers()
94 const conststring32 label = my channelNames [ichannel].get(); in EEG_to_CrossCorrelationTable()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Diagnostics/Eventing/Reader/
H A DEventLogReader.cs330 string[] channelNames = null;
337channelNames = (string[])NativeWrapper.EvtGetQueryInfo(queryHandle, UnsafeNativeMethods.EvtQueryPr…
340 if (channelNames.Length != errorStatuses.Length)
343 list = new List<EventLogStatus>(channelNames.Length);
344 for (int i = 0; i < channelNames.Length; i++) {
345 EventLogStatus cs = new EventLogStatus(channelNames[i], errorStatuses[i]);
/dports/graphics/pixie/Pixie/src/ri/
H A Dtexture3d.cpp149 void CTexture3d::defineChannels(int n,char **channelNames,char **channelTypes) { in defineChannels() argument
160 if (parseVariable(&var,channelNames[i],channelTypes[i]) == TRUE) { in defineChannels()
163 strcpy(channels[numChannels].name,channelNames[i]); in defineChannels()
173 error(CODE_BADTOKEN,"Failed to interpret display channel name \"%s\"\n",channelNames[i]); in defineChannels()
/dports/multimedia/minitube/minitube-3.9.2/src/
H A Dchannelaggregator.cpp177 QString channelNames; in finish() local
181 channelNames += channel->getDisplayName(); in finish()
182 if (i < total - 1) channelNames.append(", "); in finish()
184 channelNames = tr("By %1").arg(channelNames); in finish()
186 mac::notify(tr("You have %n new video(s)", "", actualNewVideoCount), channelNames, in finish()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Dtesting_lexer_b_test.go68 channelNames []string member
87 l.channelNames = lexerB_lexerChannelNames
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/parser/gen/
H A Dcel_lexer.go252 channelNames []string member
270 l.channelNames = lexerChannelNames

12345