Home
last modified time | relevance | path

Searched refs:attribution (Results 1 – 25 of 7112) sorted by relevance

12345678910>>...285

/dports/lang/scheme48/scheme48-1.9.2/scheme/env/
H A Dparse-bytecode.scm7 (define-record-type attribution :attribution unknown
50 (define (parse-template x state attribution)
79 tem code state attribution
151 (define (add-pc! pc attribution)
156 (define (pc->label pc attribution)
161 (add-pc! pc attribution)
162 (pc->label pc attribution)))))
238 (define (parse-protocol code pc attribution)
272 (define (parse-dispatch code pc attribution)
344 (parse-protocol code pc attribution)
[all …]
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/handlers/dgml/
H A DDgmlLicenseTagHandler.cpp28 QString const attribution = parser.attribute(dgmlAttr_attribution).trimmed().toLower(); in DGML_DEFINE_TAG_HANDLER() local
29 if (attribution == QLatin1String("never")) { in DGML_DEFINE_TAG_HANDLER()
31 … } else if (attribution == QLatin1String("opt-in") || attribution == QLatin1String("optin")) { in DGML_DEFINE_TAG_HANDLER()
33 …} else if (attribution.isEmpty() || attribution == QLatin1String("opt-out") || attribution == QLat… in DGML_DEFINE_TAG_HANDLER()
35 } else if (attribution == QLatin1String("always")) { in DGML_DEFINE_TAG_HANDLER()
38 … mDebug() << "Unknown license attribution value " << attribution << ", falling back to 'opt-out'."; in DGML_DEFINE_TAG_HANDLER()
/dports/www/firefox-esr/firefox-91.8.0/browser/components/attribution/
H A DAttributionCode.jsm34 maxLogLevelPref: "browser.attribution.loglevel",
62 * attribution data.
110 * Write the given attribution code to the attribution file.
131 * Returns an array of allowed attribution code keys.
139 * data included in the passed-in attribution code string.
178 * attribution code.
181 * URLs than we accept attribution codes on Windows.
255 // This platform doesn't support attribution.
277 // Avoid partial attribution data.
376 * Deletes the attribution data file.
[all …]
/dports/www/firefox/firefox-99.0/browser/components/attribution/
H A DAttributionCode.jsm42 maxLogLevelPref: "browser.attribution.loglevel",
70 * attribution data.
118 * Write the given attribution code to the attribution file.
129 * Returns an array of allowed attribution code keys.
137 * data included in the passed-in attribution code string.
176 * attribution code.
179 * URLs than we accept attribution codes on Windows.
253 // This platform doesn't support attribution.
275 // Avoid partial attribution data.
374 * Deletes the attribution data file.
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/attribution/
H A DAttributionCode.jsm34 maxLogLevelPref: "browser.attribution.loglevel",
62 * attribution data.
110 * Write the given attribution code to the attribution file.
131 * Returns an array of allowed attribution code keys.
139 * data included in the passed-in attribution code string.
178 * attribution code.
181 * URLs than we accept attribution codes on Windows.
255 // This platform doesn't support attribution.
277 // Avoid partial attribution data.
376 * Deletes the attribution data file.
[all …]
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/
H A Dtile_providers.py211 return WMTSTileSource(url=provider_name.url, attribution=provider_name.attribution)
220 attribution = self._CARTO_ATTRIBUTION
222attribution = self._STAMEN_ATTRIBUTION % self._STAMEN_ATTRIBUTION_URLS[selected_provider]
224 attribution = self._OSM_ATTRIBTION
226 attribution = self._WIKIMEDIA_ATTRIBUTION
228 attribution = self._ESRI_IMAGERY_ATTRIBUTION
232 return WMTSTileSource(url=url, attribution=attribution)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/scheduler/main_thread/
H A Dattribution_group.h18 explicit AttributionGroup(WebInputEventAttribution attribution) in AttributionGroup()
19 : attribution(attribution) {} in AttributionGroup()
29 return attribution == other.attribution &&
33 WebInputEventAttribution attribution = {}; member
41 return group.attribution.GetHash(); in GetHash()
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/geomap/layers/basemaps/
H A Dgeneric.ts8 attribution: string; property
16 attribution: `Tiles © <a href="${sampleURL}">ArcGIS</a>`,
29 cfg.attribution = cfg.attribution ?? defaultXYZConfig.attribution;
34 attributions: cfg.attribution, // singular?
54 placeholder: defaultXYZConfig.attribution,
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/adjust/sdk/
H A DAdjustAttribution.java23 AdjustAttribution attribution = new AdjustAttribution(); in fromJson()
25 attribution.trackerToken = jsonObject.optString("tracker_token", null); in fromJson()
26 attribution.trackerName = jsonObject.optString("tracker_name", null); in fromJson()
27 attribution.network = jsonObject.optString("network", null); in fromJson()
28 attribution.campaign = jsonObject.optString("campaign", null); in fromJson()
29 attribution.adgroup = jsonObject.optString("adgroup", null); in fromJson()
30 attribution.creative = jsonObject.optString("creative", null); in fromJson()
32 return attribution; in fromJson()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/com/adjust/sdk/
H A DAdjustAttribution.java23 AdjustAttribution attribution = new AdjustAttribution(); in fromJson()
25 attribution.trackerToken = jsonObject.optString("tracker_token", null); in fromJson()
26 attribution.trackerName = jsonObject.optString("tracker_name", null); in fromJson()
27 attribution.network = jsonObject.optString("network", null); in fromJson()
28 attribution.campaign = jsonObject.optString("campaign", null); in fromJson()
29 attribution.adgroup = jsonObject.optString("adgroup", null); in fromJson()
30 attribution.creative = jsonObject.optString("creative", null); in fromJson()
32 return attribution; in fromJson()
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/MultimediaViewer/resources/mmv.ui.download.pane/
H A Dmmv.ui.download.pane.less6 @attribution-color: #f8f9fa;
7 @attribution-color-highlighted: #fff;
8 @attribution-logo-size: 40px;
110 .mw-mmv-download-attribution {
113 background-color: @attribution-color;
127 .mw-mmv-download-attribution-close-button {
161 background-size: @attribution-logo-size;
167 &.mw-mmv-download-attribution-collapsed {
168 .mw-mmv-download-attribution-cta {
172 .mw-mmv-download-attribution-how {
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/MultimediaViewer/resources/mmv.ui.download.pane/
H A Dmmv.ui.download.pane.less6 @attribution-color: #f8f9fa;
7 @attribution-color-highlighted: #fff;
8 @attribution-logo-size: 40px;
110 .mw-mmv-download-attribution {
113 background-color: @attribution-color;
127 .mw-mmv-download-attribution-close-button {
161 background-size: @attribution-logo-size;
167 &.mw-mmv-download-attribution-collapsed {
168 .mw-mmv-download-attribution-cta {
172 .mw-mmv-download-attribution-how {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/MultimediaViewer/resources/mmv.ui.download.pane/
H A Dmmv.ui.download.pane.less6 @attribution-color: #f8f9fa;
7 @attribution-color-highlighted: #fff;
8 @attribution-logo-size: 40px;
110 .mw-mmv-download-attribution {
113 background-color: @attribution-color;
127 .mw-mmv-download-attribution-close-button {
161 background-size: @attribution-logo-size;
167 &.mw-mmv-download-attribution-collapsed {
168 .mw-mmv-download-attribution-cta {
172 .mw-mmv-download-attribution-how {
[all …]
/dports/mail/exmh2/exmh-2.9.0/misc/
H A Dcite21 my($format, $attribution, $count, $arg, $date, $from, @files, $attr,
63 $attribution = '';
76 $attribution = '';
86 $attribution = $1;
157 $attribution = $attr unless $attribution;
183 $attribution_headers{"$attribution==$from"} = 1;
186 . "\n$ATTR_HDR_PREFIX \"$attribution\" == $from wrote:\n"
282 $tlw = $linewidth - (length(($tmp) ? $tmp : $attribution) + 4);
304 $out .= sprintf(" %s> %s\n", ($tmp) ? $tmp : $attribution, $thisline);
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/OpenLayers/
H A Dol.css1attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution u…
/dports/misc/lastools/LAStools-8ff2694/bin/serf/potree16/resources/page_template/libs/openlayers3/
H A Dol.css1attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution u…
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/openlayers/css/
H A Dol.css148 .ol-attribution {
155 .ol-attribution ul {
163 .ol-attribution li {
171 .ol-attribution img {
176 .ol-attribution ul, .ol-attribution button {
179 .ol-attribution.ol-collapsed ul {
182 .ol-attribution.ol-logo-only ul {
185 .ol-attribution:not(.ol-collapsed) {
188 .ol-attribution.ol-uncollapsible {
195 .ol-attribution.ol-logo-only {
[all …]
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/openlayers/build/
H A Dol.css1attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution u…
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omaha/metrics/
H A DHistogramUtils.java30 @AttributionType int attribution, Tracking info, boolean success) { in recordResultHistogram()
31 RecordHistogram.recordBooleanHistogram(buildResultHistogram(attribution, null), success); in recordResultHistogram()
32 RecordHistogram.recordBooleanHistogram(buildResultHistogram(attribution, info), success); in recordResultHistogram()
41 private static String buildResultHistogram(@AttributionType int attribution, Tracking info) { in buildResultHistogram() argument
42 String histogram = "GoogleUpdate.Result." + attributionToHistogram(attribution); in buildResultHistogram()
72 private static String attributionToHistogram(@AttributionType int attribution) { in attributionToHistogram() argument
73 switch (attribution) { in attributionToHistogram()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Books/
H A DDictlayerdataDictSource.php20 public $attribution; variable in Google_Service_Books_DictlayerdataDictSource
23 public function setAttribution($attribution) argument
25 $this->attribution = $attribution;
29 return $this->attribution;
H A DDictlayerdataDictWordsSensesSource.php20 public $attribution; variable in Google_Service_Books_DictlayerdataDictWordsSensesSource
23 public function setAttribution($attribution) argument
25 $this->attribution = $attribution;
29 return $this->attribution;
H A DDictlayerdataDictWordsDerivativesSource.php20 public $attribution; variable in Google_Service_Books_DictlayerdataDictWordsDerivativesSource
23 public function setAttribution($attribution) argument
25 $this->attribution = $attribution;
29 return $this->attribution;
H A DDictlayerdataDictWordsSensesSynonymsSource.php20 public $attribution; variable in Google_Service_Books_DictlayerdataDictWordsSensesSynonymsSource
23 public function setAttribution($attribution) argument
25 $this->attribution = $attribution;
29 return $this->attribution;
H A DDictlayerdataDictWordsSource.php20 public $attribution; variable in Google_Service_Books_DictlayerdataDictWordsSource
23 public function setAttribution($attribution) argument
25 $this->attribution = $attribution;
29 return $this->attribution;
H A DDictlayerdataDictWordsExamplesSource.php20 public $attribution; variable in Google_Service_Books_DictlayerdataDictWordsExamplesSource
23 public function setAttribution($attribution) argument
25 $this->attribution = $attribution;
29 return $this->attribution;

12345678910>>...285