Home
last modified time | relevance | path

Searched refs:nextLabel (Results 1 – 25 of 119) sorted by relevance

12345

/dports/biology/mothur/mothur-1.46.1/TestMothur/testcontainers/
H A Dtestsharedrabundfloatvectors.cpp30 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
32 EXPECT_EQ(nextLabel, ""); in TEST()
48 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
50 EXPECT_EQ(nextLabel, ""); in TEST()
112 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
133 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
151 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
176 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
189 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
203 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
[all …]
H A Dtestsharedrabundvectors.cpp30 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
32 EXPECT_EQ(nextLabel, ""); in TEST()
48 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
50 EXPECT_EQ(nextLabel, ""); in TEST()
113 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
137 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
155 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
180 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
193 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
209 vector<string> userGroups; string nextLabel, labelTag; in TEST() local
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic/baseline/
H A Dtetrixwindow.ui.h39 QLabel *nextLabel; variable
110 nextLabel = new QLabel(TetrixWindow); in setupUi()
111 nextLabel->setObjectName(QString::fromUtf8("nextLabel")); in setupUi()
112 nextLabel->setAlignment(Qt::AlignBottom|Qt::AlignHCenter); in setupUi()
114 gridLayout->addWidget(nextLabel, 0, 0, 1, 1); in setupUi()
158nextLabel->setText(QApplication::translate("TetrixWindow", "NEXT", 0, QApplication::UnicodeUTF8)); in retranslateUi()
/dports/devel/sope/SOPE/sope-appserver/WEExtensions/WETableView/
H A DWETableViewLabelConfig.m34 self->nextLabel = WOExtGetProperty(_config, @"nextLabel");
48 SetAssociationValue(self->nextLabel, @">");
62 [self->nextLabel release];
82 SetConfigInContext(self->nextLabel, WETableView_nextLabel);
H A DWETableViewLabelConfig.h33 WOAssociation *nextLabel; variable
/dports/devel/sope2/SOPE/sope-appserver/WEExtensions/WETableView/
H A DWETableViewLabelConfig.m34 self->nextLabel = WOExtGetProperty(_config, @"nextLabel");
48 SetAssociationValue(self->nextLabel, @">");
62 [self->nextLabel release];
82 SetConfigInContext(self->nextLabel, WETableView_nextLabel);
H A DWETableViewLabelConfig.h33 WOAssociation *nextLabel; variable
/dports/databases/kexi/kexi-3.2.0/src/widget/
H A Dkexislider.cpp93 int nextLabel = current; in paintEvent() local
100 nextLabel = -1; in paintEvent()
126 if(current == nextLabel) in paintEvent()
131 if(current == nextLabel) in paintEvent()
137 if(current == nextLabel) in paintEvent()
142 if(current == nextLabel) in paintEvent()
148 if (current == nextLabel) in paintEvent()
149 nextLabel += interval*valStep; in paintEvent()
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSMacOSX/DomainBrowser/Shared/
H A DCNDomainBrowserPathUtils.m60 NSString * nextLabel;
61 …if (dnsStr.length) nextLabel = [NSString stringWithUTF8String: EscapeLabel([next UTF8String], labe…
62 else nextLabel = next;
63 [dnsStr insertString: [NSString stringWithFormat: @"%@.", nextLabel] atIndex: 0];
/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dsharedordervector.cpp36 string holdLabel, nextLabel, groupN; in SharedOrderVector() local
98 if (!(f.eof())) { f >> nextLabel; } in SharedOrderVector()
101 while ((nextLabel == holdLabel) && (f.eof() != true)) { in SharedOrderVector()
129 if (f.eof() != true) { f >> nextLabel; } in SharedOrderVector()
133 previousLabel = nextLabel; in SharedOrderVector()
H A Dsharedclrvectors.cpp13 SharedCLRVectors::SharedCLRVectors(ifstream& f, vector<string>& userGroups, string& nextLabel, stri… in SharedCLRVectors() argument
22 if (nextLabel == "") { in SharedCLRVectors()
72 label = nextLabel; in SharedCLRVectors()
99 if (!(f.eof())) { f >> nextLabel; } in SharedCLRVectors()
102 while ((nextLabel == holdLabel) && (f.eof() != true)) { in SharedCLRVectors()
119 if (f.eof() != true) { f >> nextLabel; } in SharedCLRVectors()
H A Dsharedrabundfloatvectors.cpp14 …aredRAbundFloatVectors(ifstream& f, vector<string>& userGroups, string& nextLabel, string& labelTa… in SharedRAbundFloatVectors() argument
23 if (nextLabel == "") { in SharedRAbundFloatVectors()
73 label = nextLabel; in SharedRAbundFloatVectors()
100 if (!(f.eof())) { f >> nextLabel; } in SharedRAbundFloatVectors()
103 while ((nextLabel == holdLabel) && (f.eof() != true)) { in SharedRAbundFloatVectors()
120 if (f.eof() != true) { f >> nextLabel; } in SharedRAbundFloatVectors()
H A Dsharedrabundvectors.cpp14 SharedRAbundVectors::SharedRAbundVectors(ifstream& f, vector<string>& userGroups, string& nextLabel in SharedRAbundVectors() argument
24 if (nextLabel == "") { in SharedRAbundVectors()
81 label = nextLabel; in SharedRAbundVectors()
111 f >> nextLabel; in SharedRAbundVectors()
115 while ((nextLabel == holdLabel) && (f.eof() != true)) { in SharedRAbundVectors()
133 if (f.eof() != true) { f >> nextLabel; } in SharedRAbundVectors()
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamaresui/
H A DViewManager.h34 Q_PROPERTY( QString nextLabel READ nextLabel NOTIFY nextLabelChanged FINAL )
127 QString nextLabel() const in nextLabel() function
/dports/science/jmol/jmol-14.32.7/src/jspecview/source/
H A DJDXSourceStreamTokenizer.java64 return nextLabel(false); in peakLabel()
68 return nextLabel(true); in getLabel()
71 private String nextLabel(boolean isGet) { in nextLabel() method in JDXSourceStreamTokenizer
/dports/graphics/ipe/ipe-7.2.23/src/ipepresenter/
H A Dipepresenter_qt.cpp127 QLabel *nextLabel = new QLabel(nextView); in MainWindow() local
131 sizePolicy1.setHeightForWidth(nextLabel->sizePolicy().hasHeightForWidth()); in MainWindow()
132 nextLabel->setSizePolicy(sizePolicy1); in MainWindow()
134 nextLayout->addWidget(nextLabel); in MainWindow()
154 nextLabel->setText("Next view:"); in MainWindow()
/dports/lang/spidermonkey78/firefox-78.9.0/tools/rb/
H A Dmake-tree.pl243 my $nextLabel = 0;
253 $label = "__" . ++$nextLabel . "__";
/dports/lang/spidermonkey60/firefox-60.9.0/tools/rb/
H A Dmake-tree.pl243 my $nextLabel = 0;
253 $label = "__" . ++$nextLabel . "__";
/dports/mail/thunderbird/thunderbird-91.8.0/tools/rb/
H A Dmake-tree.pl243 my $nextLabel = 0;
253 $label = "__" . ++$nextLabel . "__";
/dports/www/firefox/firefox-99.0/tools/rb/
H A Dmake-tree.pl243 my $nextLabel = 0;
253 $label = "__" . ++$nextLabel . "__";
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/rb/
H A Dmake-tree.pl243 my $nextLabel = 0;
253 $label = "__" . ++$nextLabel . "__";
/dports/www/firefox-esr/firefox-91.8.0/tools/rb/
H A Dmake-tree.pl243 my $nextLabel = 0;
253 $label = "__" . ++$nextLabel . "__";
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/Clients/dnssdutil/
H A DDNSMessage.c120 const uint8_t * nextLabel; in DNSMessageExtractDomainName() local
128 for( label = inPtr; ( labelLen = label[ 0 ] ) != 0; label = nextLabel ) in DNSMessageExtractDomainName()
132 nextLabel = label + 1 + labelLen; in DNSMessageExtractDomainName()
133 require_action_quiet( nextLabel < msgEnd, exit, err = kUnderrunErr ); in DNSMessageExtractDomainName()
152 nextLabel = inMsgPtr + offset; in DNSMessageExtractDomainName()
153 require_action_quiet( nextLabel < msgEnd, exit, err = kUnderrunErr ); in DNSMessageExtractDomainName()
1031 const uint8_t * nextLabel; in DomainNameLabelCount() local
1040 nextLabel = &label[ 1 + labelLen ]; in DomainNameLabelCount()
1065 const uint8_t * nextLabel; in DomainNameToString() local
1078 nextLabel = &label[ 1 + labelLen ]; in DomainNameToString()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Providers/
H A DICodeProvider.cs36 bool Next (TLabel current, out TLabel nextLabel); in Next() argument
/dports/net-p2p/jigdo/jigdo-0.7.3/src/util/
H A Dconfigfile.hh247 inline bool nextLabel();
257 size_t nextLabel(const string& labelName);
386 bool ConfigFile::iterator::nextLabel() { in nextLabel() function in ConfigFile::iterator

12345