Home
last modified time | relevance | path

Searched refs:unenroll (Results 1 – 25 of 149) sorted by relevance

123456

/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/fleet/common/openapi/paths/
H A Dagents@bulk_unenroll.yaml2 summary: Agents - Bulk unenroll
20 operationId: bulk-unenroll-agents
H A Dagents@{agent_id}@unenroll.yaml32 operationId: unenroll-agent
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/normandy/lib/
H A DTelemetryEvents.jsm30 unenroll: {
31 methods: ["unenroll"],
/dports/www/firefox/firefox-99.0/toolkit/components/nimbus/lib/
H A DExperimentManager.jsm150 this.unenroll(slug, reason);
306 * we need to unenroll from that experiment.
319 this.unenroll(experiment.slug, source);
326 this.unenroll(rollout.slug, source);
365 this.unenroll(recipe.slug, "branch-removed");
377 unenroll(slug, reason = "unknown") {
394 TelemetryEvents.sendEvent("unenroll", TELEMETRY_EVENT_OBJECT, slug, {
412 this.unenroll(slug, "studies-opt-out");
415 this.unenroll(slug, "studies-opt-out");
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/nimbus/lib/
H A DExperimentManager.jsm131 this.unenroll(slug, "recipe-not-seen");
247 * we need to unenroll from that experiment.
259 this.unenroll(experiment.slug, source);
297 this.unenroll(recipe.slug, "branch-removed");
307 unenroll(slug, reason = "unknown") {
324 TelemetryEvents.sendEvent("unenroll", TELEMETRY_EVENT_OBJECT, slug, {
342 this.unenroll(slug, "studies-opt-out");
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/nimbus/lib/
H A DExperimentManager.jsm131 this.unenroll(slug, "recipe-not-seen");
247 * we need to unenroll from that experiment.
259 this.unenroll(experiment.slug, source);
297 this.unenroll(recipe.slug, "branch-removed");
307 unenroll(slug, reason = "unknown") {
324 TelemetryEvents.sendEvent("unenroll", TELEMETRY_EVENT_OBJECT, slug, {
342 this.unenroll(slug, "studies-opt-out");
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/fleet/common/openapi/
H A Dentrypoint.yaml41 '/agents/{agentId}/unenroll':
42 $ref: 'paths/agents@{agent_id}@unenroll.yaml'
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/normandy/actions/
H A DBranchedAddonStudyAction.jsm181 await this.unenroll(recipe.id, "capability-mismatch");
188 await this.unenroll(recipe.id, "filter-mismatch");
195 await this.unenroll(recipe.id, "arguments-invalid");
222 await this.unenroll(study.recipeId, "recipe-not-seen");
359 // 2. The study has been recorded, in which case we will unenroll on next
524 await this.unenroll(recipe.id, "branch-removed");
708 async unenroll(recipeId, reason = "unknown") {
751 * @param {Study} args.study The enrolled study to potentially unenroll.
768 await this.unenroll(study.recipeId, reason);
/dports/www/firefox/firefox-99.0/toolkit/components/normandy/actions/
H A DBranchedAddonStudyAction.jsm177 await this.unenroll(recipe.id, "capability-mismatch");
184 await this.unenroll(recipe.id, "filter-mismatch");
191 await this.unenroll(recipe.id, "arguments-invalid");
226 await this.unenroll(study.recipeId, "recipe-not-seen");
364 // 2. The study has been recorded, in which case we will unenroll on next
529 await this.unenroll(recipe.id, "branch-removed");
713 async unenroll(recipeId, reason = "unknown") {
756 * @param {Study} args.study The enrolled study to potentially unenroll.
777 await this.unenroll(study.recipeId, reason);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/normandy/actions/
H A DBranchedAddonStudyAction.jsm177 await this.unenroll(recipe.id, "capability-mismatch");
184 await this.unenroll(recipe.id, "filter-mismatch");
191 await this.unenroll(recipe.id, "arguments-invalid");
226 await this.unenroll(study.recipeId, "recipe-not-seen");
364 // 2. The study has been recorded, in which case we will unenroll on next
529 await this.unenroll(recipe.id, "branch-removed");
713 async unenroll(recipeId, reason = "unknown") {
756 * @param {Study} args.study The enrolled study to potentially unenroll.
777 await this.unenroll(study.recipeId, reason);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/normandy/actions/
H A DBranchedAddonStudyAction.jsm177 await this.unenroll(recipe.id, "capability-mismatch");
184 await this.unenroll(recipe.id, "filter-mismatch");
191 await this.unenroll(recipe.id, "arguments-invalid");
226 await this.unenroll(study.recipeId, "recipe-not-seen");
364 // 2. The study has been recorded, in which case we will unenroll on next
529 await this.unenroll(recipe.id, "branch-removed");
713 async unenroll(recipeId, reason = "unknown") {
756 * @param {Study} args.study The enrolled study to potentially unenroll.
777 await this.unenroll(study.recipeId, reason);
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/messaging-system/experiments/
H A DExperimentManager.jsm135 this.unenroll(slug, "recipe-not-seen");
215 this.unenroll(recipe.slug, "branch-removed");
225 unenroll(slug, reason = "unknown") {
242 TelemetryEvents.sendEvent("unenroll", EVENT_TELEMETRY_STUDY_TYPE, slug, {
/dports/www/firefox/firefox-99.0/toolkit/components/normandy/docs/
H A Ddata-collection.rst197 The string ``"unenroll"``.
231 A code describing the reason the unenroll failed. Possible values are:
233 * ``"does-not-exist"``: The system attempted to unenroll a study that
235 * ``"already-unenrolled"``: The system attempted to unenroll a study
294 A code describing the reason the unenroll failed. Possible values are:
415 The string ``"unenroll"``.
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/normandy/docs/
H A Ddata-collection.rst197 The string ``"unenroll"``.
231 A code describing the reason the unenroll failed. Possible values are:
233 * ``"does-not-exist"``: The system attempted to unenroll a study that
235 * ``"already-unenrolled"``: The system attempted to unenroll a study
294 A code describing the reason the unenroll failed. Possible values are:
415 The string ``"unenroll"``.
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/normandy/docs/
H A Ddata-collection.rst197 The string ``"unenroll"``.
231 A code describing the reason the unenroll failed. Possible values are:
233 * ``"does-not-exist"``: The system attempted to unenroll a study that
235 * ``"already-unenrolled"``: The system attempted to unenroll a study
294 A code describing the reason the unenroll failed. Possible values are:
415 The string ``"unenroll"``.
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/normandy/lib/
H A DAddonStudies.jsm266 await action.unenroll(
436 TelemetryEvents.sendEvent("unenroll", "addon_study", study.slug, {
481 * Invoke the unenroll callback (if any) for the given extension
486 * @returns {Promise} A Promise resolved after the unenroll listener
487 * (if any) has finished its unenroll tasks.
/dports/www/firefox/firefox-99.0/toolkit/components/normandy/lib/
H A DAddonStudies.jsm266 await action.unenroll(
436 TelemetryEvents.sendEvent("unenroll", "addon_study", study.slug, {
481 * Invoke the unenroll callback (if any) for the given extension
486 * @returns {Promise} A Promise resolved after the unenroll listener
487 * (if any) has finished its unenroll tasks.
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/normandy/lib/
H A DAddonStudies.jsm266 await action.unenroll(
436 TelemetryEvents.sendEvent("unenroll", "addon_study", study.slug, {
481 * Invoke the unenroll callback (if any) for the given extension
486 * @returns {Promise} A Promise resolved after the unenroll listener
487 * (if any) has finished its unenroll tasks.
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/normandy/lib/
H A DAddonStudies.jsm266 await action.unenroll(
436 TelemetryEvents.sendEvent("unenroll", "addon_study", study.slug, {
481 * Invoke the unenroll callback (if any) for the given extension
486 * @returns {Promise} A Promise resolved after the unenroll listener
487 * (if any) has finished its unenroll tasks.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/timers-browserify/
H A DREADME.md22 * `unenroll(item)`
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/timers-browserify/
H A DREADME.md22 * `unenroll(item)`
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/timers-browserify/
H A DREADME.md22 * `unenroll(item)`
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/timers-browserify/
H A DREADME.md22 * `unenroll(item)`
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/.pytool/Plugin/SpellCheck/
H A DReadme.md120 // spell-checker:ignore unenroll, word2, word3
126 # spell-checker:ignore unenroll, word2, word3
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/.pytool/Plugin/SpellCheck/
H A DReadme.md120 // spell-checker:ignore unenroll, word2, word3
126 # spell-checker:ignore unenroll, word2, word3

123456