Home
last modified time | relevance | path

Searched refs:addLabels (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/segment/
H A DSegmentLabelCommand.cpp47 bool addLabels = false; in execute() local
49 addLabels = true; in execute()
52 if (addLabels) in execute()
/dports/audio/audacity/audacity-Audacity-3.1.3/scripts/piped-work/
H A Ddocimages_labels.py13 def addLabels(): function
53 addLabels()
65 addLabels()
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/UI/User/
H A DKBUserInfoView.m40 - (void)addLabels:(NSArray *)labels {
87 [self addLabels:@[label]];
95 [self addLabels:@[label]];
104 [self addLabels:@[label]];
117 [self addLabels:@[label]];
/dports/graphics/drawpile/Drawpile-2.1.20/src/thinsrv/gui/
H A Dsessionpage.cpp101 static void addLabels(QGridLayout *layout, int row, const QString labelText, QLabel *value) in addLabels() function
146 addLabels(grid, row++, tr("ID"), new QLabel(d->id)); in SessionPage()
147 addLabels(grid, row++, tr("Alias"), d->alias); in SessionPage()
148 addLabels(grid, row++, tr("Title"), d->title); in SessionPage()
149 addLabels(grid, row++, tr("Started"), d->started); in SessionPage()
150 addLabels(grid, row++, tr("Protocol version"), d->protocol); in SessionPage()
151 addLabels(grid, row++, tr("Started by"), d->founder); in SessionPage()
152 addLabels(grid, row++, tr("Password protected"), d->password); in SessionPage()
153 addLabels(grid, row++, tr("Size"), d->size); in SessionPage()
/dports/www/ilias/ILIAS-5.4.25/tests/Transformation/Transformations/
H A DAddLabelTest.php21 $this->add_label = $this->f->addLabels(self::$labels);
77 $add_label = $this->f->addLabels(self::$labels);
84 $add_label = $this->f->addLabels(self::$labels);
/dports/www/ilias6/ILIAS-6.14/tests/Refinery/Container/Transformation/
H A DAddLabelTest.php29 $this->add_label = $this->f->container()->addLabels(self::$labels);
85 $add_label = $this->f->container()->addLabels(self::$labels);
92 $add_label = $this->f->container()->addLabels(self::$labels);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/download/home/list/mutator/
H A DNoopLabelAdder.java28 mListConsumer.onListUpdated(addLabels(inputList)); in onListUpdated()
31 private List<ListItem> addLabels(List<ListItem> sortedList) { in addLabels() method in NoopLabelAdder
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/security/visibility/
H A DVisibilityClient.java83 return addLabels(connection, new String[] { label }); in addLabel()
97 return addLabels(connection, new String[] { label }); in addLabel()
110 public static VisibilityLabelsResponse addLabels(Configuration conf, final String[] labels) in addLabels() method in VisibilityClient
113 return addLabels(connection, labels); in addLabels()
125 public static VisibilityLabelsResponse addLabels(Connection connection, final String[] labels) in addLabels() method in VisibilityClient
145 service.addLabels(controller, builder.build(), rpcCallback); in addLabels()
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/
H A Dbloch_sphere.ts52 this.addLabels();
99 private addLabels() { method in BlochSphere
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/
H A Dbloch_sphere.ts52 this.addLabels();
99 private addLabels() { method in BlochSphere
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/
H A Dbloch_sphere.ts52 this.addLabels();
99 private addLabels() { method in BlochSphere
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-web/cirq_ts/src/bloch_sphere/
H A Dbloch_sphere.ts52 this.addLabels();
99 private addLabels() { method in BlochSphere
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-web/cirq_ts/src/bloch_sphere/
H A Dbloch_sphere.ts52 this.addLabels();
99 private addLabels() { method in BlochSphere
/dports/databases/hbase/hbase-1.2.1/hbase-it/src/test/java/org/apache/hadoop/hbase/
H A DIntegrationTestIngestWithVisibilityLabels.java84 addLabels(); in setUpCluster()
116 private void addLabels() throws Exception { in addLabels() method in IntegrationTestIngestWithVisibilityLabels
118 VisibilityClient.addLabels(util.getConnection(), LABELS); in addLabels()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/
H A DTestVisibilityLabelsWithSLGStack.java80 addLabels(); in setupBeforeClass()
106 private static void addLabels() throws Exception { in addLabels() method in TestVisibilityLabelsWithSLGStack
112 VisibilityClient.addLabels(conn, labels); in addLabels()
H A DTestVisibilityLabelsOpWithDifferentUsersNoACL.java75 addLabels(); in setupBeforeClass()
161 private static void addLabels() throws Exception { in addLabels() method in TestVisibilityLabelsOpWithDifferentUsersNoACL
167 VisibilityClient.addLabels(conn, labels); in addLabels()
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/store/
H A Dtsdb_test.go178 addLabels := func(lbs []string) {
210 addLabels(tc.labels)
233 addLabels := func(lbs []string) {
268 addLabels(tc.addedLabels)
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/configdialog/dialogs/
H A DExcludedLabelsDialog.cpp56 addLabels( config->excludedLabels(), true ); in ExcludedLabelsDialog()
128 ExcludedLabelsDialog::addLabels( const QSet<QString> &labels, bool selected ) in addLabels() function in ExcludedLabelsDialog
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/.github/workflows/
H A Drelease.yaml29 await github.issues.addLabels({
56 await github.issues.addLabels({
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/.github/workflows/
H A Drelease.yaml29 await github.issues.addLabels({
56 await github.issues.addLabels({
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/.github/workflows/
H A Drelease.yaml29 await github.issues.addLabels({
56 await github.issues.addLabels({
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/.github/workflows/
H A Drelease.yaml29 await github.issues.addLabels({
56 await github.issues.addLabels({
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/cloud.google.com/go/.github/workflows/
H A Drelease.yaml29 await github.issues.addLabels({
56 await github.issues.addLabels({
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/.github/workflows/
H A Drelease.yaml29 await github.issues.addLabels({
56 await github.issues.addLabels({
/dports/sysutils/restic/google-cloud-go-storage-v1.16.0/.github/workflows/
H A Drelease.yaml29 await github.issues.addLabels({
56 await github.issues.addLabels({

12345678910