Home
last modified time | relevance | path

Searched refs:notAdded (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DPeerIPHelper.cs214 List<IPAddress> notAdded = new List<IPAddress>(); in ReorderAddresses()
224 notAdded.Add(address); in ReorderAddresses()
233 notAdded.Add(address); in ReorderAddresses()
238 notAdded.Add(address); in ReorderAddresses()
252 notAdded.Add(address); in ReorderAddresses()
264 notAdded.Add(address); in ReorderAddresses()
276 notAdded.Add(address); in ReorderAddresses()
283 notAdded.Add(address); in ReorderAddresses()
303 result.AddRange(notAdded); in ReorderAddresses()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/resourceeditor/
H A Dresourcenode.cpp137 FilePaths *notAdded, in addFilesToResource() argument
141 if (notAdded) in addFilesToResource()
142 *notAdded = filePaths; in addFilesToResource()
152 if (notAdded) in addFilesToResource()
153 notAdded->clear(); in addFilesToResource()
156 if (notAdded) in addFilesToResource()
157 *notAdded << path; in addFilesToResource()
177 bool addFiles(const Utils::FilePaths &filePaths, Utils::FilePaths *notAdded) final;
388 bool ResourceTopLevelNode::addFiles(const FilePaths &filePaths, FilePaths *notAdded) in addFiles() argument
390 return addFilesToResource(filePath(), filePaths, notAdded, "/", QString()); in addFiles()
[all …]
H A Dresourcenode.h45 bool addFiles(const Utils::FilePaths &filePaths, Utils::FilePaths *notAdded) override;
73 bool addFiles(const Utils::FilePaths &filePaths, Utils::FilePaths *notAdded) override;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/java/net/http/
H A DHttpHeaders.java238 TreeSet<String> notAdded = new TreeSet<>(CASE_INSENSITIVE_ORDER); in headersOf() local
255 || notAdded.contains(headerName.toLowerCase(Locale.ROOT))) in headersOf()
257 notAdded.add(headerName.toLowerCase(Locale.ROOT)); in headersOf()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.net.http/share/classes/java/net/http/
H A DHttpHeaders.java238 TreeSet<String> notAdded = new TreeSet<>(CASE_INSENSITIVE_ORDER); in headersOf() local
255 || notAdded.contains(headerName.toLowerCase(Locale.ROOT))) in headersOf()
257 notAdded.add(headerName.toLowerCase(Locale.ROOT)); in headersOf()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/java/net/http/
H A DHttpHeaders.java238 TreeSet<String> notAdded = new TreeSet<>(CASE_INSENSITIVE_ORDER); in headersOf() local
255 || notAdded.contains(headerName.toLowerCase(Locale.ROOT))) in headersOf()
257 notAdded.add(headerName.toLowerCase(Locale.ROOT)); in headersOf()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.net.http/share/classes/java/net/http/
H A DHttpHeaders.java238 TreeSet<String> notAdded = new TreeSet<>(CASE_INSENSITIVE_ORDER); in headersOf() local
255 || notAdded.contains(headerName.toLowerCase(Locale.ROOT))) in headersOf()
257 notAdded.add(headerName.toLowerCase(Locale.ROOT)); in headersOf()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.net.http/share/classes/java/net/http/
H A DHttpHeaders.java238 TreeSet<String> notAdded = new TreeSet<>(CASE_INSENSITIVE_ORDER); in headersOf() local
255 || notAdded.contains(headerName.toLowerCase(Locale.ROOT))) in headersOf()
257 notAdded.add(headerName.toLowerCase(Locale.ROOT)); in headersOf()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.net.http/share/classes/java/net/http/
H A DHttpHeaders.java238 TreeSet<String> notAdded = new TreeSet<>(CASE_INSENSITIVE_ORDER); in headersOf() local
255 || notAdded.contains(headerName.toLowerCase(Locale.ROOT))) in headersOf()
257 notAdded.add(headerName.toLowerCase(Locale.ROOT)); in headersOf()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.net.http/share/classes/java/net/http/
H A DHttpHeaders.java238 TreeSet<String> notAdded = new TreeSet<>(CASE_INSENSITIVE_ORDER); in headersOf() local
255 || notAdded.contains(headerName.toLowerCase(Locale.ROOT))) in headersOf()
257 notAdded.add(headerName.toLowerCase(Locale.ROOT)); in headersOf()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.net.http/share/classes/java/net/http/
H A DHttpHeaders.java238 TreeSet<String> notAdded = new TreeSet<>(CASE_INSENSITIVE_ORDER); in headersOf() local
255 || notAdded.contains(headerName.toLowerCase(Locale.ROOT))) in headersOf()
257 notAdded.add(headerName.toLowerCase(Locale.ROOT)); in headersOf()
/dports/math/rocs/rocs-21.12.3/libgraphtheory/editorplugins/generategraph/
H A Dgenerategraphwidget.cpp530 QVector<int> notAdded; in generateRandomTreeGraph() local
538 notAdded.push_back(i); in generateRandomTreeGraph()
542 std::shuffle(notAdded.begin(), notAdded.end(), gen); in generateRandomTreeGraph()
545 added.push_back(notAdded.front()); in generateRandomTreeGraph()
546 notAdded.pop_front(); in generateRandomTreeGraph()
548 while (!notAdded.empty()) { in generateRandomTreeGraph()
552 int next = notAdded.front(); in generateRandomTreeGraph()
554 notAdded.pop_front(); in generateRandomTreeGraph()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qbsprojectmanager/
H A Dqbsproject.cpp248 bool QbsBuildSystem::addFiles(Node *context, const FilePaths &filePaths, FilePaths *notAdded) in addFiles() argument
252 if (!notAdded) in addFiles()
253 notAdded = &notAddedDummy; in addFiles()
256 QTC_ASSERT(prdNode, *notAdded += filePaths; return false); in addFiles()
262 if (!notAdded) in addFiles()
263 notAdded = &notAddedDummy; in addFiles()
264 return addFilesToProduct(filePaths, n->productData(), n->mainGroup(), notAdded); in addFiles()
267 return BuildSystem::addFiles(context, filePaths, notAdded); in addFiles()
373 FilePaths *notAdded) in addFilesToProduct() argument
383 *notAdded = Utils::transform(result.failedFiles(), &FilePath::fromString); in addFilesToProduct()
[all …]
H A Dqbsproject.h88 Utils::FilePaths *notAdded = nullptr) final;
102 Utils::FilePaths *notAdded);
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Ddialog_bus_manager.cpp404 wxString notAdded; in OnAddSignal() local
425 notAdded = notAdded.IsEmpty() ? name : notAdded + " " + name; in OnAddSignal()
429 m_signal_edit->SetValue( notAdded ); in OnAddSignal()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmakeprojectmanager/
H A Dqmakenodes.cpp195 bool QmakeBuildSystem::addFiles(Node *context, const FilePaths &filePaths, FilePaths *notAdded) in addFiles() argument
218 if (notAdded) in addFiles()
219 *notAdded = alreadyPresentFiles; in addFiles()
223 return pri->addFiles(actualFilePaths, notAdded); in addFiles()
226 return BuildSystem::addFiles(context, filePaths, notAdded); in addFiles()
H A Dqmakeproject.h94 Utils::FilePaths *notAdded = nullptr) override;
H A Dqmakeparsernodes.cpp545 bool QmakePriFile::addFiles(const FilePaths &filePaths, FilePaths *notAdded) in addFiles() argument
587 if (notAdded) in addFiles()
588 *notAdded += failedFiles; in addFiles()
590 if (notAdded) in addFiles()
591 *notAdded += failedFiles; in addFiles()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dbuildsystem.cpp203 bool BuildSystem::addFiles(Node *, const FilePaths &filePaths, FilePaths *notAdded) in addFiles() argument
206 Q_UNUSED(notAdded) in addFiles()
H A Dprojectnodes.cpp776 bool FolderNode::addFiles(const FilePaths &filePaths, FilePaths *notAdded) in addFiles() argument
780 return pn->addFiles(filePaths, notAdded); in addFiles()
919 bool ProjectNode::addFiles(const FilePaths &filePaths, FilePaths *notAdded) in addFiles() argument
922 return bs->addFiles(this, filePaths, notAdded); in addFiles()
H A Dbuildsystem.h91 Utils::FilePaths *notAdded = nullptr);
H A Dprojectnodes.h310 virtual bool addFiles(const Utils::FilePaths &filePaths, Utils::FilePaths *notAdded = nullptr);
394 bool addFiles(const Utils::FilePaths &filePaths, Utils::FilePaths *notAdded = nullptr) final;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprojectmanager/
H A Dqmlproject.h57 const Utils::FilePaths &filePaths, Utils::FilePaths *notAdded = nullptr) override;
/dports/security/keybase/client-v5.7.1/go/systests/
H A Dteams_test.go1711 …added, notAdded, err := teams.AddMembers(context.Background(), alice.tc.G, teamID, users, nil /* e…
1714 require.Len(t, notAdded, 1)
1718 }, notAdded[0])
1797 …added, notAdded, err := teams.AddMembers(context.Background(), alice.tc.G, teamID, makeUserRolePai…
1801 require.Nil(t, notAdded)
1812 …added, notAdded, err = teams.AddMembers(context.Background(), alice.tc.G, teamID, makeUserRolePair…
1815 require.Len(t, notAdded, 0)
1882 …added, notAdded, err := teams.AddMembers(context.Background(), alice.tc.G, teamID, users, nil /* e…
1884 require.Len(t, notAdded, 0)
/dports/security/keybase/client-v5.7.1/go/teams/
H A Dmember_test.go1639 …added, notAdded, err := AddMembers(context.TODO(), tc.G, teamID, []keybase1.UserRolePair{{Assertio…
1645 require.Nil(t, notAdded)
1747 added, notAdded, err := AddMembers(context.TODO(), tc.G, teamID, users, nil /* emailInviteMsg */)
1751 require.Equal(t, 1, len(notAdded))
1752 require.Equal(t, libkb.NewNormalizedUsername(charlie.Username).String(), notAdded[0].Username)
1797 added, notAdded, err := AddMembers(context.TODO(), tc.G, teamID, users, nil /* emailInviteMsg */)
1808 require.Nil(t, notAdded)
1838 added, notAdded, err := AddMembers(context.TODO(), tcs[owner].G, teamID, []keybase1.UserRolePair{
1846 require.Len(t, notAdded, 0)

12