Home
last modified time | relevance | path

Searched refs:equalIndex (Results 1 – 18 of 18) sorted by relevance

/dports/science/jstrack/jstrack/extlib/tcllib1.19/math/
H A Dkruskal.tcl115 set equalIndex [list]
122 if {($value != $prevValue) && ($i > 0) && ([llength $equalIndex] > 0)} {
126 set j [lindex $equalIndex 0]
128 set equalIndex [linsert $equalIndex 0 $j]
133 set firstRank [lindex $rankList [lindex $equalIndex 0] 2]
134 set lastRank [lindex $rankList [lindex $equalIndex end] 2]
136 foreach j $equalIndex {
143 set equalIndex [list]
148 lappend equalIndex $i
/dports/devel/tcllib/tcllib-1.20/modules/math/
H A Dkruskal.tcl115 set equalIndex [list]
122 if {($value != $prevValue) && ($i > 0) && ([llength $equalIndex] > 0)} {
126 set j [lindex $equalIndex 0]
128 set equalIndex [linsert $equalIndex 0 $j]
133 set firstRank [lindex $rankList [lindex $equalIndex 0] 2]
134 set lastRank [lindex $rankList [lindex $equalIndex end] 2]
136 foreach j $equalIndex {
143 set equalIndex [list]
148 lappend equalIndex $i
/dports/devel/tcllibc/tcllib-1.20/modules/math/
H A Dkruskal.tcl115 set equalIndex [list]
122 if {($value != $prevValue) && ($i > 0) && ([llength $equalIndex] > 0)} {
126 set j [lindex $equalIndex 0]
128 set equalIndex [linsert $equalIndex 0 $j]
133 set firstRank [lindex $rankList [lindex $equalIndex 0] 2]
134 set lastRank [lindex $rankList [lindex $equalIndex end] 2]
136 foreach j $equalIndex {
143 set equalIndex [list]
148 lappend equalIndex $i
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/baremetal/debugservers/uvsc/
H A Duvtargetdrivermodel.cpp54 const int equalIndex = line.indexOf('='); in extractDll() local
55 const int leftBracketIndex = line.indexOf('(', equalIndex + 1); in extractDll()
57 if (equalIndex < 0 || leftBracketIndex < 0 || rightBracketIndex < 0) in extractDll()
61 dll.index = line.mid(pattern.size(), equalIndex - pattern.size()).toInt(); in extractDll()
62 dll.mnemonic = line.mid(0, equalIndex).trimmed(); in extractDll()
63 dll.path = line.mid(equalIndex + 1, leftBracketIndex - equalIndex - 1).trimmed(); in extractDll()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/
H A DctkPluginManifest.cpp85 int equalIndex = line.indexOf('='); in read() local
88 if (colonIndex < 0) sepIndex = equalIndex; in read()
89 else if (equalIndex < 0) sepIndex = colonIndex; in read()
90 else sepIndex = colonIndex < equalIndex ? colonIndex : equalIndex; in read()
/dports/devel/folly/folly-2021.12.27.00/folly/logging/
H A DLogConfigParser.cpp264 auto equalIndex = piece.find('='); in parseCategoryConfigs() local
265 if (equalIndex == StringPiece::npos) { in parseCategoryConfigs()
271 categoryName = piece.subpiece(0, equalIndex); in parseCategoryConfigs()
272 configString = piece.subpiece(equalIndex + 1); in parseCategoryConfigs()
353 size_t equalIndex = input.find('='); in splitNameValue() local
354 if (equalIndex == StringPiece::npos) { in splitNameValue()
358 StringPiece name{input.begin(), input.begin() + equalIndex}; in splitNameValue()
359 StringPiece value{input.begin() + equalIndex + 1, input.end()}; in splitNameValue()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/credentialprovider/azure/
H A Dazure_acr_helper.go212 equalIndex := nextOccurrence(statements, cursor, "=")
213 if equalIndex == -1 {
216 key := strings.TrimSpace(statements[cursor:equalIndex])
219 cursor = nextNoneSpace(statements, equalIndex+1)
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qnx/
H A Dqnxutils.cpp132 int equalIndex = line.indexOf('='); in qnxEnvironmentFromEnvFile() local
133 if (equalIndex < 0) in qnxEnvironmentFromEnvFile()
135 QString var = line.left(equalIndex); in qnxEnvironmentFromEnvFile()
136 QString value = line.mid(equalIndex + 1); in qnxEnvironmentFromEnvFile()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/kfontinst/lib/
H A DFile.h21 static bool equalIndex(int a, int b) in equalIndex() function
36 return equalIndex(itsIndex, o.itsIndex) && itsPath == o.itsPath;
H A DFcEngine.cpp653 …if (!name.isEmpty() && ((name == itsName && style == itsStyle && File::equalIndex(faceNo, itsIndex… in drawPreview()
831 …if (!name.isEmpty() && ((name == itsName && style == itsStyle && File::equalIndex(faceNo, itsIndex… in draw()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Discovery/System/ServiceModel/Discovery/
H A DScopeCompiler.cs410 int equalIndex = attrTypeAndValue.IndexOf('='); in ParseAndSortRDNAttributes()
411 if (equalIndex != -1) in ParseAndSortRDNAttributes()
413 attrType = attrTypeAndValue.Substring(0, equalIndex); in ParseAndSortRDNAttributes()
414 attrValue = attrTypeAndValue.Substring(equalIndex + 1); in ParseAndSortRDNAttributes()
/dports/devel/kf5-knotifications/knotifications-5.89.0/src/
H A Dnotifybysnore.cpp74 const int equalIndex = str.indexOf(QLatin1Char('=')); in NotifyBySnore() local
75 … notificationResponseMap.insert(str.mid(0, equalIndex).toString(), str.mid(equalIndex + 1)); in NotifyBySnore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/flags/
H A DCommandLineFlags.cpp119 int equalIndex = SkStrFind(string, "="); in match() local
120 if (equalIndex > 0) { in match()
122 SkString flag(string, equalIndex); in match()
125 string += equalIndex + 1; in match()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/flags/
H A DCommandLineFlags.cpp119 int equalIndex = SkStrFind(string, "="); in match() local
120 if (equalIndex > 0) { in match()
122 SkString flag(string, equalIndex); in match()
125 string += equalIndex + 1; in match()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSCore/
H A DRinexObsID.hpp209 bool equalIndex(const RinexObsID& right) const;
H A DRinexObsID.cpp356 equalIndex(const RinexObsID& right) in equalIndex() function in gpstk::RinexObsID
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/linewrap/
H A DWrapPreparator.java798 int equalIndex = this.tm.firstIndexBefore(node.getInitializer(), TokenNameEQUAL); in visit() local
800 this.wrapIndexes.add(this.options.wrap_before_assignment_operator ? equalIndex : rightSideIndex); in visit()
801 …condaryWrapIndexes.add(this.options.wrap_before_assignment_operator ? rightSideIndex : equalIndex); in visit()
802 this.wrapParentIndex = equalIndex - 1; in visit()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/FileHandling/RINEX3/
H A DRinex3ObsHeader.cpp2553 if (rov[i].equalIndex(obsID)) in getObsIndex()