Home
last modified time | relevance | path

Searched refs:update_labels (Results 1 – 25 of 113) sorted by relevance

12345

/dports/graphics/R-cran-ggplot2/ggplot2/man/
H A Dupdate_labels.Rd3 \name{update_labels}
4 \alias{update_labels}
7 update_labels(p, labels)
19 update_labels(p, list(x = "New x"))
20 update_labels(p, list(x = expression(x / y ^ 2)))
21 update_labels(p, list(x = "New x", y = "New Y"))
22 update_labels(p, list(colour = "Fail silently"))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/deployment_manager/
H A Ddm_labels.py24 def UpdateLabels(labels, labels_proto, update_labels=None, remove_labels=None): argument
36 if not update_labels and not remove_labels:
47 if update_labels:
48 new_labels.update(update_labels)
/dports/games/simutrans/simutrans-121.0/gui/
H A Dconvoi_detail_t.cc110 update_labels(); in gui_vehicleinfo_t()
113 void update_labels() in update_labels() function in gui_vehicleinfo_t
129 update_labels(); in draw()
190 update_labels(); in init()
194 void convoi_detail_t::update_labels() in update_labels() function in convoi_detail_t
223 update_labels(); in draw()
H A Dconvoi_detail_t.h56 void update_labels();
H A Dcity_info.h57 void update_labels();
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_synth.cpp193 void update_labels();
246 void Group::update_labels() in update_labels() function in Group
370 group1.update_labels(); in run()
371 group2.update_labels(); in run()
372 group3.update_labels(); in run()
373 group4.update_labels(); in run()
374 group5.update_labels(); in run()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/functions/v1/deploy/
H A Dlabels_util.py48 def SetFunctionLabels(function, update_labels, remove_labels, clear_labels): argument
61 labels_to_update = update_labels or {}
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/composer/
H A Denvironment_patch_util.py89 update_labels=None, argument
179 if clear_labels or remove_labels or update_labels:
181 clear_labels, remove_labels, update_labels, release_track=release_track)
278 update_labels, argument
300 update_labels, 'labels', entry_cls,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/apigee/archives/
H A Dupdate.py89 if args.update_labels:
90 new_labels.update(args.update_labels)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/metastore/services/
H A Dutil.py103 if args.update_labels:
104 for key in args.update_labels:
/dports/deskutils/synapse/synapse-0.2.99.4/src/ui/
H A Dview-virgilio.vala192 update_labels ();
195 private void update_labels ()
246 if (model.searching_for == SearchingFor.SOURCES) update_labels ();
255 if (model.searching_for == SearchingFor.ACTIONS) update_labels ();
261 if (model.searching_for == SearchingFor.TARGETS) update_labels ();
H A Dview-essential.vala183 update_labels ();
273 private void update_labels ()
341 if (model.searching_for == SearchingFor.SOURCES) update_labels ();
354 if (model.searching_for == SearchingFor.ACTIONS) update_labels ();
368 if (model.searching_for == SearchingFor.TARGETS) update_labels ();
H A Dview-default.vala215 update_labels ();
306 private void update_labels ()
392 if (model.searching_for == SearchingFor.SOURCES) update_labels ();
405 if (model.searching_for == SearchingFor.ACTIONS) update_labels ();
419 if (model.searching_for == SearchingFor.TARGETS) update_labels ();
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dplot-construction.r119 update_labels(plot, object)
133 update_labels(plot, labels)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wave/network/api/
H A Dsessions_api_handler.py175 def update_labels(self, request, response): member in SessionsApiHandler
187 self._sessions_manager.update_labels(token=token, labels=labels)
337 self.update_labels(request, response)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wave/network/api/
H A Dsessions_api_handler.py175 def update_labels(self, request, response): member in SessionsApiHandler
187 self._sessions_manager.update_labels(token=token, labels=labels)
337 self.update_labels(request, response)
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/
H A DHungarianMethod.hpp78update_labels(); //augmenting path not found, so im… in augment()
121 void update_labels() in update_labels() function in HungarianMethod
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/
H A DHungarianMethod.hpp78update_labels(); //augmenting path not found, so im… in augment()
121 void update_labels() in update_labels() function in HungarianMethod
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/deployment_manager/deployments/
H A Dupdate.py251 bool(args.update_labels) or bool(args.remove_labels))
327 update_labels = labels_util.GetUpdateLabelsDictFromArgs(args)
331 update_labels, remove_labels)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/composer/environments/
H A Dupdate.py83 update_labels=args.update_labels,
/dports/databases/grass7/grass-7.8.6/vector/v.to.rast/
H A Dlocal.h47 int update_labels(const char *, const char *, int, const char *, int, int, const char *);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/roses/
H A Dclroses.py227 self.update_labels()
232 def update_labels(self): member in rose
368 self.update_labels()
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/tests/
H A Dtest_owscatterplotbase.py992 graph.update_labels()
1001 graph.update_labels()
1012 graph.update_labels()
1025 graph.update_labels()
1215 graph.update_labels()
1222 graph.update_labels()
1464 graph.update_labels = Mock()
1474 graph.update_labels.reset_mock()
1497 graph.update_labels()
1512 graph.update_labels()
[all …]
/dports/x11/cinnamon-screensaver/cinnamon-screensaver-4.8.1/src/
H A DplayerControl.py127 self.update_labels()
129 def update_labels(self): member in PlayerControl
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wave/network/api/
H A Dsessions_api_handler.py241 def update_labels(self, request, response): member in SessionsApiHandler
253 self._sessions_manager.update_labels(token=token, labels=labels)
433 self.update_labels(request, response)

12345