Home
last modified time | relevance | path

Searched refs:update_channel (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/util/
H A Ddeclarative_artifacts.py43 def get_geckoview_template_vars(config, platform, update_channel): argument
52 update_channel,
60 def get_geckoview_artifact_id(config, platform, update_channel=None): argument
61 if update_channel == "release":
62 update_channel = ""
63 elif update_channel is not None:
64 update_channel = "-{}".format(update_channel)
69 update_channel = "-nightly-{}".format(config.params["project"])
70 return _ARTIFACT_ID_PER_PLATFORM[platform].format(update_channel=update_channel)
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/util/
H A Ddeclarative_artifacts.py43 def get_geckoview_template_vars(config, platform, update_channel): argument
52 update_channel,
60 def get_geckoview_artifact_id(config, platform, update_channel=None): argument
61 if update_channel == "release":
62 update_channel = ""
63 elif update_channel is not None:
64 update_channel = "-{}".format(update_channel)
69 update_channel = "-nightly-{}".format(config.params["project"])
70 return _ARTIFACT_ID_PER_PLATFORM[platform].format(update_channel=update_channel)
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/util/
H A Ddeclarative_artifacts.py40 def get_geckoview_template_vars(config, platform, update_channel): argument
47 config, platform, update_channel,
55 def get_geckoview_artifact_id(config, platform, update_channel=None): argument
56 if update_channel == 'release':
57 update_channel = ''
58 elif update_channel is not None:
59 update_channel = '-{}'.format(update_channel)
64 update_channel = '-nightly-{}'.format(config.params['project'])
65 return _ARTIFACT_ID_PER_PLATFORM[platform].format(update_channel=update_channel)
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/util/
H A Ddeclarative_artifacts.py63 def get_geckoview_template_vars(config, platform, package, update_channel): argument
73 update_channel,
81 def get_geckoview_artifact_id(config, platform, package, update_channel=None): argument
82 if update_channel == "release":
83 update_channel = ""
84 elif update_channel is not None:
85 update_channel = f"-{update_channel}"
90 update_channel = "-nightly-{}".format(config.params["project"])
92 update_channel=update_channel, package=package
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/
H A Dupdater.hpp30 enum class update_channel { enum
41 update_channel channel = update_channel::RELEASE;
59 update_channel _channel;
91 update_channel channel();
92 void set_channel(update_channel channel);
106 util::event<updater&, update_channel> channel_changed;
H A Dupdater.cpp58 json["preview"] = info.channel == update_channel::TESTING; in to_json()
79 info.channel = entry_preview->get<bool>() ? update_channel::TESTING : update_channel::RELEASE; in from_json()
118 …info.channel = json.at("preview").get<bool>() ? update_channel::TESTING : update_channel::RE… in from_json()
296 if (info.channel == update_channel::RELEASE) { in task_parse()
333 _channel = static_cast<update_channel>(obs_data_get_int(dataptr.get(), ST_CFG_CHANNEL)); in load()
354 _gdpr(false), _automation(true), _channel(update_channel::RELEASE), _lastcheckedat(), in updater()
419 streamfx::update_channel streamfx::updater::channel() in channel()
424 void streamfx::updater::set_channel(update_channel value) in set_channel()
434 …D_LOG_INFO("Update channel changed to %s.", value == update_channel::RELEASE ? "Release" : "Testin… in set_channel()
473 if (info.is_newer(_testing_info) && (_channel == update_channel::TESTING)) in get_update_info()
/dports/multimedia/gavl/gavl-1.4.0/gavl/
H A Dpeakdetector.c48 pd->update_channel(pd, f->channels.s_8[i], f->valid_samples, in update_none()
58 pd->update_channel(pd, f->samples.s_8, in update_all()
69 pd->update_channel(pd, f->samples.s_8, in update_2()
72 pd->update_channel(pd, f->samples.s_8, in update_2()
229 pd->update_channel = update_channel_u8; in gavl_peak_detector_set_format()
232 pd->update_channel = update_channel_s8; in gavl_peak_detector_set_format()
235 pd->update_channel = update_channel_u16; in gavl_peak_detector_set_format()
238 pd->update_channel = update_channel_s16; in gavl_peak_detector_set_format()
241 pd->update_channel = update_channel_s32; in gavl_peak_detector_set_format()
244 pd->update_channel = update_channel_float; in gavl_peak_detector_set_format()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/firefox-ui/tests/puppeteer/
H A Dtest_software_update.py44 self.assertEqual(build_info['channel'], self.software_update.update_channel)
79 self.saved_channel = self.software_update.update_channel
80 self.software_update.update_channel = 'expected_channel'
84 self.software_update.update_channel = self.saved_channel
90 self.assertEqual(self.software_update.update_channel, self.saved_channel)
97 self.assertEqual(self.software_update.update_channel, 'expected_channel')
99 self.software_update.update_channel = self.saved_channel
/dports/lang/spidermonkey60/firefox-60.9.0/testing/firefox-ui/tests/puppeteer/
H A Dtest_software_update.py49 self.assertEqual(build_info['channel'], self.software_update.update_channel)
87 self.saved_channel = self.software_update.update_channel
88 self.software_update.update_channel = 'expected_channel'
92 self.software_update.update_channel = self.saved_channel
98 self.assertEqual(self.software_update.update_channel, self.saved_channel)
105 self.assertEqual(self.software_update.update_channel, 'expected_channel')
108 self.software_update.update_channel = self.saved_channel
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/transforms/
H A Dbuild.py56 def update_channel(config, jobs): function
64 update_channel = job['run'].pop('update-channel', None)
65 if update_channel:
66 job['run'].setdefault('extra-config', {})['update_channel'] = update_channel
67 job['attributes']['update-channel'] = update_channel
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/ui/
H A Dui-updater.hpp39 Q_DECLARE_METATYPE(streamfx::update_channel);
90 void on_updater_channel_changed(streamfx::updater&, streamfx::update_channel);
99 void channel_changed(streamfx::update_channel);
108 void on_channel_changed(streamfx::update_channel);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/credential_provider/gaiacp/
H A Ddevice_policies_manager.cc227 base::string16 update_channel; // Empty value indicates the stable channel. in EnforceGcpwUpdatePolicy() local
238 update_channel = ap_components[0]; in EnforceGcpwUpdatePolicy()
247 if (ap_status == ERROR_SUCCESS && update_channel.empty()) { in EnforceGcpwUpdatePolicy()
253 } else if (update_channel != ap_value) { in EnforceGcpwUpdatePolicy()
254 status = key.WriteValue(kRegUpdateTracksName, update_channel.c_str()); in EnforceGcpwUpdatePolicy()
257 << " value to " << update_channel << ". status=" << status; in EnforceGcpwUpdatePolicy()
279 if (!update_channel.empty()) in EnforceGcpwUpdatePolicy()
280 ap_value = update_channel + kChannelAndVersionSeparator + gcpw_version; in EnforceGcpwUpdatePolicy()
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/transforms/
H A Dbuild.py71 def update_channel(config, jobs): function
87 update_channel = job['run'].pop('update-channel', None)
88 if update_channel:
89 job['run'].setdefault('extra-config', {})['update_channel'] = update_channel
90 job['attributes']['update-channel'] = update_channel
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/transforms/
H A Dbuild.py80 def update_channel(config, jobs):
98 update_channel = job["run"].pop("update-channel", None)
99 if update_channel:
100 job["run"].setdefault("extra-config", {})["update_channel"] = update_channel
101 job["attributes"]["update-channel"] = update_channel
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/transforms/
H A Dbuild.py79 def update_channel(config, jobs): function
97 update_channel = job["run"].pop("update-channel", None)
98 if update_channel:
99 job["run"].setdefault("extra-config", {})["update_channel"] = update_channel
100 job["attributes"]["update-channel"] = update_channel
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/transforms/
H A Dbuild.py80 def update_channel(config, jobs): function
98 update_channel = job["run"].pop("update-channel", None)
99 if update_channel:
100 job["run"].setdefault("extra-config", {})["update_channel"] = update_channel
101 job["attributes"]["update-channel"] = update_channel
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/scripts/
H A Dmobile_l10n.py105 update_channel = c['update_channel']
107 update_channel = "nightly-%s" % (c['branch'],)
108 if isinstance(update_channel, unicode):
109 update_channel = update_channel.encode("utf-8")
110 repack_env["MOZ_UPDATE_CHANNEL"] = update_channel
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/marionette/puppeteer/firefox/firefox_puppeteer/api/
H A Dsoftware_update.py223 'channel': self.update_channel,
294 info = {'channel': self.update_channel}
317 def update_channel(self): member in SoftwareUpdate
322 @update_channel.setter
323 def update_channel(self, channel): member in SoftwareUpdate
/dports/lang/spidermonkey60/firefox-60.9.0/testing/marionette/puppeteer/firefox/firefox_puppeteer/api/
H A Dsoftware_update.py227 'channel': self.update_channel,
298 info = {'channel': self.update_channel}
321 def update_channel(self): member in SoftwareUpdate
326 @update_channel.setter
327 def update_channel(self, channel): member in SoftwareUpdate
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/firefox-ui/harness/firefox_ui_harness/
H A Dtestcases.py37 self.update_channel = kwargs.pop('update_channel')
53 if self.update_channel:
54 self.software_update.update_channel = self.update_channel
57 self.assertEqual(self.software_update.update_channel, self.update_channel)
/dports/www/firefox-esr/firefox-91.8.0/testing/mozharness/scripts/
H A Ddesktop_l10n.py136 update_channel = config["update_channel"]
138 update_channel = "nightly-%s" % (config["branch"],)
139 if not isinstance(update_channel, bytes):
140 update_channel = update_channel.encode("utf-8")
141 bootstrap_env["MOZ_UPDATE_CHANNEL"] = update_channel
/dports/www/firefox/firefox-99.0/testing/mozharness/scripts/
H A Ddesktop_l10n.py136 update_channel = config["update_channel"]
138 update_channel = "nightly-%s" % (config["branch"],)
139 if not isinstance(update_channel, bytes):
140 update_channel = update_channel.encode("utf-8")
141 bootstrap_env["MOZ_UPDATE_CHANNEL"] = update_channel
/dports/lang/spidermonkey60/firefox-60.9.0/testing/firefox-ui/harness/firefox_ui_harness/
H A Dtestcases.py37 self.update_channel = kwargs.pop('update_channel')
54 if self.update_channel:
55 self.software_update.update_channel = self.update_channel
58 self.assertEqual(self.software_update.update_channel, self.update_channel)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozharness/scripts/
H A Ddesktop_l10n.py136 update_channel = config["update_channel"]
138 update_channel = "nightly-%s" % (config["branch"],)
139 if not isinstance(update_channel, bytes):
140 update_channel = update_channel.encode("utf-8")
141 bootstrap_env["MOZ_UPDATE_CHANNEL"] = update_channel
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozharness/scripts/
H A Ddesktop_l10n.py117 update_channel = config['update_channel']
119 update_channel = "nightly-%s" % (config['branch'],)
120 if isinstance(update_channel, unicode):
121 update_channel = update_channel.encode("utf-8")
122 bootstrap_env["MOZ_UPDATE_CHANNEL"] = update_channel

1234567