Home
last modified time | relevance | path

Searched refs:replace_existing (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/net-p2p/bazarr/bazarr-1.0.2/bazarr/
H A Dscheduler.py148 replace_existing=True)
152 replace_existing=True)
159 replace_existing=True)
176 name='Update all Episode Subtitles from disk', replace_existing=True)
182 name='Update all Episode Subtitles from disk', replace_existing=True)
202 name='Update all Movie Subtitles from disk', replace_existing=True)
219 replace_existing=True)
227 id='update_release', name='Update Release Info', replace_existing=True)
234 name='Search for wanted Series Subtitles', replace_existing=True)
239 name='Search for wanted Movies Subtitles', replace_existing=True)
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin_py2x/scripts/
H A DAutoquote2.py185 replace_existing = scribus.valueDialog("Agir sur l'existant ?", variable
189 replace_existing = scribus.valueDialog("What about existing qyotes ?",
193 if ((replace_existing=='y') or (replace_existing=='Y') or (replace_existing=='o') or (replace_exist…
194 replace_existing=1 variable
196 replace_existing=0
244 if ((replace_existing == 1) and (nextchar != spacenquotes) and (alafin==0)):
260 if ((replace_existing == 1) and (prevchar != spacenquotes) and (c > 1)):
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin/scripts/
H A DAutoquote2.py185 replace_existing = scribus.valueDialog("Agir sur l'existant ?", variable
189 replace_existing = scribus.valueDialog("What about existing qyotes ?",
193 if ((replace_existing=='y') or (replace_existing=='Y') or (replace_existing=='o') or (replace_exist…
194 replace_existing=1 variable
196 replace_existing=0
244 if ((replace_existing == 1) and (nextchar != spacenquotes) and (alafin==0)):
260 if ((replace_existing == 1) and (prevchar != spacenquotes) and (c > 1)):
/dports/databases/p5-Rose-DB-Object/Rose-DB-Object-0.814/t/
H A Dundef-overrides-default.t168 My::DB::Object->meta->initialize(replace_existing => 1);
171 My::DB::Object::USN->meta->initialize(replace_existing => 1);
174 My::DB::Object::USN::Default->meta->initialize(replace_existing => 1);
179 eval { My::DB::Object->meta->initialize(replace_existing => 1) };
184 eval { My::DB::Object::USN->meta->initialize(replace_existing => 1) };
189 eval { My::DB::Object::USN::Default->meta->initialize(replace_existing => 1) };
H A Ddb-object-helpers.t454 __PACKAGE__->meta->initialize(replace_existing => 1);
539 __PACKAGE__->meta->initialize(replace_existing => 1);
611 __PACKAGE__->meta->initialize(replace_existing => 1);
683 __PACKAGE__->meta->initialize(replace_existing => 1);
/dports/x11-toolkits/p5-Pango/Pango-1.227/xs/
H A DPangoFont.xs170 … (PangoFontDescription *desc, const PangoFontDescription *desc_to_merge, gboolean replace_existing)
172 pango_font_description_merge (desc, desc_to_merge, replace_existing)
175 gboolean replace_existing
177 … (PangoFontDescription *desc, const PangoFontDescription *desc_to_merge, gboolean replace_existing)
179 pango_font_description_merge_static (desc, desc_to_merge, replace_existing)
182 gboolean replace_existing
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/apscheduler/schedulers/
H A Dbase.py166 for job, jobstore_alias, replace_existing in self._pending_jobs:
167 self._real_add_job(job, jobstore_alias, replace_existing)
378 replace_existing=False, **trigger_args): argument
444 self._pending_jobs.append((job, jobstore, replace_existing))
448 self._real_add_job(job, jobstore, replace_existing)
569 for job, alias, replace_existing in self._pending_jobs:
608 for i, (job, alias, replace_existing) in enumerate(self._pending_jobs):
672 for job, jobstore_alias, replace_existing in self._pending_jobs:
810 for job, alias, replace_existing in self._pending_jobs:
848 def _real_add_job(self, job, jobstore_alias, replace_existing): argument
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apscheduler/schedulers/
H A Dbase.py166 for job, jobstore_alias, replace_existing in self._pending_jobs:
167 self._real_add_job(job, jobstore_alias, replace_existing)
378 replace_existing=False, **trigger_args): argument
444 self._pending_jobs.append((job, jobstore, replace_existing))
448 self._real_add_job(job, jobstore, replace_existing)
569 for job, alias, replace_existing in self._pending_jobs:
608 for i, (job, alias, replace_existing) in enumerate(self._pending_jobs):
672 for job, jobstore_alias, replace_existing in self._pending_jobs:
810 for job, alias, replace_existing in self._pending_jobs:
848 def _real_add_job(self, job, jobstore_alias, replace_existing): argument
[all …]
/dports/devel/py-apscheduler/APScheduler-3.8.1/apscheduler/schedulers/
H A Dbase.py166 for job, jobstore_alias, replace_existing in self._pending_jobs:
167 self._real_add_job(job, jobstore_alias, replace_existing)
378 replace_existing=False, **trigger_args): argument
444 self._pending_jobs.append((job, jobstore, replace_existing))
448 self._real_add_job(job, jobstore, replace_existing)
569 for job, alias, replace_existing in self._pending_jobs:
608 for i, (job, alias, replace_existing) in enumerate(self._pending_jobs):
672 for job, jobstore_alias, replace_existing in self._pending_jobs:
810 for job, alias, replace_existing in self._pending_jobs:
848 def _real_add_job(self, job, jobstore_alias, replace_existing): argument
[all …]
/dports/textproc/py-pikepdf/pikepdf-2.16.1/tests/
H A Dtest_page.py64 graph_page.add_resource(d, Name.XObject, Name.Im0, replace_existing=False)
66 res = graph_page.add_resource(d, Name.XObject, Name.Im0, replace_existing=True)
78 self.d, Name.XObject, Name.Im0, replace_existing=False
83 graph_page.add_resource(self.d, Name.XObject, Name.Im0, replace_existing=False)
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-font.go324 func (v *FontDescription) Merge(desc_to_merge *FontDescription, replace_existing bool) {
325 C.pango_font_description_merge(v.native(), desc_to_merge.native(), gbool(replace_existing))
331 func (v *FontDescription) MergeStatic(desc_to_merge *FontDescription, replace_existing bool) {
332 C.pango_font_description_merge_static(v.native(), desc_to_merge.native(), gbool(replace_existing))
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-font.go334 func (v *FontDescription) Merge(desc_to_merge *FontDescription, replace_existing bool) {
335 C.pango_font_description_merge(v.native(), desc_to_merge.native(), gbool(replace_existing))
341 func (v *FontDescription) MergeStatic(desc_to_merge *FontDescription, replace_existing bool) {
342 C.pango_font_description_merge_static(v.native(), desc_to_merge.native(), gbool(replace_existing))
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-font.go334 func (v *FontDescription) Merge(desc_to_merge *FontDescription, replace_existing bool) {
335 C.pango_font_description_merge(v.native(), desc_to_merge.native(), gbool(replace_existing))
341 func (v *FontDescription) MergeStatic(desc_to_merge *FontDescription, replace_existing bool) {
342 C.pango_font_description_merge_static(v.native(), desc_to_merge.native(), gbool(replace_existing))
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-font.go334 func (v *FontDescription) Merge(desc_to_merge *FontDescription, replace_existing bool) {
335 C.pango_font_description_merge(v.native(), desc_to_merge.native(), gbool(replace_existing))
341 func (v *FontDescription) MergeStatic(desc_to_merge *FontDescription, replace_existing bool) {
342 C.pango_font_description_merge_static(v.native(), desc_to_merge.native(), gbool(replace_existing))
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/pango/
H A Dpango-font.go334 func (v *FontDescription) Merge(desc_to_merge *FontDescription, replace_existing bool) {
335 C.pango_font_description_merge(v.native(), desc_to_merge.native(), gbool(replace_existing))
341 func (v *FontDescription) MergeStatic(desc_to_merge *FontDescription, replace_existing bool) {
342 C.pango_font_description_merge_static(v.native(), desc_to_merge.native(), gbool(replace_existing))
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/infobars/core/
H A Dinfobar_manager.cc37 bool replace_existing) { in AddInfoBar() argument
44 return replace_existing ? ReplaceInfoBar(*i, std::move(infobar)) in AddInfoBar()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/infobars/core/
H A Dinfobar_manager.cc37 bool replace_existing) { in AddInfoBar() argument
44 return replace_existing ? ReplaceInfoBar(*i, std::move(infobar)) in AddInfoBar()
/dports/www/castor/castor-0.8.16/cargo-crates/pango-0.8.0/src/auto/
H A Dfont_description.rs137 pub fn merge(&mut self, desc_to_merge: Option<&FontDescription>, replace_existing: bool) { in merge()
142 replace_existing.to_glib(), in merge()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/pango-0.7.0/src/auto/
H A Dfont_description.rs137 pub fn merge(&mut self, desc_to_merge: Option<&FontDescription>, replace_existing: bool) { in merge()
142 replace_existing.to_glib(), in merge()
/dports/net-im/fractal/fractal-4.4.0/vendor/pango/src/auto/
H A Dfont_description.rs137 pub fn merge(&mut self, desc_to_merge: Option<&FontDescription>, replace_existing: bool) { in merge()
142 replace_existing.to_glib(), in merge()
/dports/x11-toolkits/pangomm/pangomm-2.40.1/pango/pangomm/
H A Dfontdescription.cc260 void FontDescription::merge(const FontDescription& desc_to_merge, bool replace_existing) in merge() argument
262 pango_font_description_merge(gobj(), (desc_to_merge).gobj(), static_cast<int>(replace_existing)); in merge()
/dports/math/gri/gri-2.12.23/src/
H A Dvariable.cc240 put_var(const char *name, double value, bool replace_existing) in put_var() argument
280 if (replace_existing) { in put_var()
/dports/devel/hpx/hpx-1.2.1/hpx/util/
H A Dini.hpp121 bool weed_out_comments = true, bool replace_existing = true);
125 bool weed_out_comments = true, bool replace_existing = true) in parse() argument
130 replace_existing); in parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/infobars/
H A Dinfobar_badge_tab_helper_unittest.mm53 // InfoBarManagerImpl. Set replace_existing to true, if a matching infobar
56 FakeInfobarIOS* AddInfobar(bool has_badge, bool replace_existing = false) {
62 ->AddInfoBar(std::move(added_infobar), replace_existing);
206 AddInfobar(/*has_badge=*/true, /*replace_existing=*/true);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/dbus-0.9.5/src/
H A Dblocking.rs50 …ocking::BlockingSender>(s: &S, name: &str, allow_replacement: bool, replace_existing: bool, do_not… in request_name()
54 if replace_existing { 2 } else { 0 } + in request_name()
168 …<'a, N: Into<BusName<'a>>>(&self, name: N, allow_replacement: bool, replace_existing: bool, do_not…
170 …_dbus::request_name(&self.channel, &name.into(), allow_replacement, replace_existing, do_not_queue)

1234567