Home
last modified time | relevance | path

Searched refs:formatTags (Results 1 – 25 of 107) sorted by relevance

12345

/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/expr/
H A Dgraphite.go32 func parseGraphiteResponse(req *graphite.Request, s *graphite.Response, formatTags []string) ([]*Re…
42 if len(formatTags) == 1 && formatTags[0] == "" {
46 if len(nodes) < len(formatTags) {
47 …rintf("returned target '%s' does not match format '%s'", res.Target, strings.Join(formatTags, ","))
50 for i, key := range formatTags {
130 formatTags := strings.Split(format, ".")
132 results, err = parseGraphiteResponse(req, &s, formatTags)
190 formatTags := strings.Split(format, ".")
192 results, err := parseGraphiteResponse(req, &s, formatTags)
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/jai/opimage/
H A DLCMSColorConvertOpImage.java96 RasterFormatTag[] formatTags = getFormatTags(); in computeRect()
98 …RasterAccessor src = new RasterAccessor(sources[0], srcRect, formatTags[0], getSourceImage(0).getC… in computeRect()
99 … RasterAccessor dst = new RasterAccessor(dest, destRect, formatTags[1], this.getColorModel()); in computeRect()
102 transform.doTransform(src, formatTags[0], getSourceImage(0).getColorModel(), in computeRect()
103 dst, formatTags[1], this.getColorModel()); in computeRect()
H A DRedMaskBlackener.java38 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
41 formatTags[0], in computeRect()
44 formatTags[1], in computeRect()
47 formatTags[2], getColorModel()); in computeRect()
H A DRGBDemosaicOpImage.java57 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
83 new RasterAccessor(source, srcRect, formatTags[0], in computeRect()
86 new RasterAccessor(dest, destRect, formatTags[1], in computeRect()
89 new RasterAccessor(tmp, tmpRect, formatTags[1], in computeRect()
H A DHighlightRecoveryOpImage.java31 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
37 new RasterAccessor(source, srcRect, formatTags[0], in computeRect()
40 new RasterAccessor(dest, destRect, formatTags[1], in computeRect()
H A DHDROpImage.java69 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
72 formatTags[0], in computeRect()
75 formatTags[1], in computeRect()
78 formatTags[2], getColorModel()); in computeRect()
H A DBilateralFilterOpImage.java63 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
69 new RasterAccessor(source, srcRect, formatTags[0], in computeRect()
72 new RasterAccessor(dest, destRect, formatTags[1], in computeRect()
H A DRedMaskOpImage.java46 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
51 RasterAccessor src = new RasterAccessor(source, srcRect, formatTags[0], in computeRect()
53 RasterAccessor dst = new RasterAccessor(dest, destRect, formatTags[1], getColorModel()); in computeRect()
H A DBilateralFilterRGBOpImage.java91 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
97 new RasterAccessor(source, srcRect, formatTags[0], in computeRect()
100 new RasterAccessor(dest, destRect, formatTags[1], in computeRect()
H A DRawAdjustmentsOpImage.java38 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
44 new RasterAccessor(source, srcRect, formatTags[0], in computeRect()
47 new RasterAccessor(dest, destRect, formatTags[1], in computeRect()
H A DHueRotateOpImage.java49 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
51 RasterAccessor src = new RasterAccessor(sources[0], destRect, formatTags[0], in computeRect()
53 RasterAccessor dst = new RasterAccessor(dest, destRect, formatTags[1], getColorModel()); in computeRect()
H A DHDROpImage2.java60 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
63 formatTags[0], in computeRect()
66 formatTags[1], in computeRect()
69 formatTags[2], getColorModel()); in computeRect()
H A DFilteredGrayscaleOpImage.java50 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
52 RasterAccessor src = new RasterAccessor(sources[0], destRect, formatTags[0], in computeRect()
54 RasterAccessor dst = new RasterAccessor(dest, destRect, formatTags[1], getColorModel()); in computeRect()
H A DFastBilateralFilterOpImage.java102 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
108 new RasterAccessor(source, srcRect, formatTags[0], in computeRect()
111 new RasterAccessor(dest, destRect, formatTags[1], in computeRect()
/dports/french/py-grammalecte-fr/grammalecte/fr/
H A Dlexicographe.py200 aMorph.append( (sWord, [ self.formatTags(s) for s in lMorph if ":" in s ]) )
202 aMorph.append( "{} : {}".format(sWord, self.formatTags(lMorph[0])) )
215 def formatTags (self, sTags): member in Lexicographe
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DAddOpImage.java164 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
169 formatTags[0], in computeRect()
173 formatTags[1], in computeRect()
177 formatTags[2], getColorModel()); in computeRect()
197 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
200 formatTags[0], in computeRect()
203 formatTags[1], in computeRect()
206 formatTags[2], getColorModel()); in computeRect()
H A DAndOpImage.java95 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
99 formatTags[0], in computeRect()
102 formatTags[1], in computeRect()
105 formatTags[2], getColorModel()); in computeRect()
H A DXorOpImage.java95 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
99 formatTags[0], in computeRect()
102 formatTags[1], in computeRect()
105 formatTags[2], getColorModel()); in computeRect()
H A DOrOpImage.java95 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
99 formatTags[0], in computeRect()
102 formatTags[1], in computeRect()
105 formatTags[2], getColorModel()); in computeRect()
H A DMinFilterOpImage.java84 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
92 formatTags[0], in computeRect()
96 formatTags[1], getColorModel()); in computeRect()
H A DMaxFilterOpImage.java85 RasterFormatTag[] formatTags = getFormatTags(); in computeRect() local
93 formatTags[0], in computeRect()
97 formatTags[1], getColorModel()); in computeRect()
/dports/www/nextcloud/nextcloud/core/Command/SystemTag/
H A DListCommand.php67 $this->writeArrayInOutputFormat($input, $output, $this->formatTags($tags));
75 private function formatTags(array $tags) { function in OC\\Core\\Command\\SystemTag\\ListCommand
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/export/
H A DCConfigurationExportBuilder.php260 'tags' => $this->formatTags($template['tags']),
301 'tags' => $this->formatTags($host['tags']),
704 'tags' => $this->formatTags($httptest['tags'])
824 'tags' => $this->formatTags($hostPrototype['tags']),
927 'tags' => $this->formatTags($trigger['tags'])
1081 'tags' => $this->formatTags($item['tags']),
1195 protected function formatTags(array $tags) { function in CConfigurationExportBuilder
1492 'tags' => $this->formatTags($element['tags'])
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/export/
H A DCConfigurationExportBuilder.php260 'tags' => $this->formatTags($template['tags']),
301 'tags' => $this->formatTags($host['tags']),
704 'tags' => $this->formatTags($httptest['tags'])
824 'tags' => $this->formatTags($hostPrototype['tags']),
927 'tags' => $this->formatTags($trigger['tags'])
1081 'tags' => $this->formatTags($item['tags']),
1195 protected function formatTags(array $tags) { function in CConfigurationExportBuilder
1492 'tags' => $this->formatTags($element['tags'])
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/export/
H A DCConfigurationExportBuilder.php260 'tags' => $this->formatTags($template['tags']),
301 'tags' => $this->formatTags($host['tags']),
704 'tags' => $this->formatTags($httptest['tags'])
824 'tags' => $this->formatTags($hostPrototype['tags']),
927 'tags' => $this->formatTags($trigger['tags'])
1081 'tags' => $this->formatTags($item['tags']),
1195 protected function formatTags(array $tags) { function in CConfigurationExportBuilder
1492 'tags' => $this->formatTags($element['tags'])

12345