Home
last modified time | relevance | path

Searched refs:_legend (Results 1 – 25 of 83) sorted by relevance

1234

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthSplat/
H A DCoverage.cpp51 _legend = value;
57 return _legend.get();
89 _legend = new SplatCoverageLegend();
90 _legend->fromConfig( doc->getConfig().child("legend") );
93 if ( !_legend.valid() || _legend->empty() )
100 OE_INFO << LC << "Legend: found " << _legend->getPredicates().size() << " mappings \n";
/dports/finance/prestashop/prestashop/modules/statspersonalinfos/
H A Dstatspersonalinfos.php241 $this->_legend[] = $genders[$type];
258 … $this->_legend[] = $this->trans('0-18', array(), 'Modules.Statspersonalinfos.Admin');
272 … $this->_legend[] = $this->trans('18-24', array(), 'Modules.Statspersonalinfos.Admin');
286 … $this->_legend[] = $this->trans('25-34', array(), 'Modules.Statspersonalinfos.Admin');
300 … $this->_legend[] = $this->trans('35-49', array(), 'Modules.Statspersonalinfos.Admin');
314 … $this->_legend[] = $this->trans('50-59', array(), 'Modules.Statspersonalinfos.Admin');
327 … $this->_legend[] = $this->trans('60+', array(), 'Modules.Statspersonalinfos.Admin');
339 … $this->_legend[] = $this->trans('Unknown', array(), 'Admin.Shopparameters.Feature');
356 $this->_legend[] = $row['name'];
372 $this->_legend[] = $row['name'] . ' (' . $row['iso_code'] . ')';
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/modules/statsmodule/stats/
H A Dstatspersonalinfos.php236 $this->_legend[] = $genders[$type];
252 … $this->_legend[] = Translate::getModuleTranslation('statsmodule', '0-18', 'statsmodule');
265 … $this->_legend[] = Translate::getModuleTranslation('statsmodule', '18-24', 'statsmodule');
278 … $this->_legend[] = Translate::getModuleTranslation('statsmodule', '25-34', 'statsmodule');
291 … $this->_legend[] = Translate::getModuleTranslation('statsmodule', '35-49', 'statsmodule');
304 … $this->_legend[] = Translate::getModuleTranslation('statsmodule', '50-59', 'statsmodule');
316 … $this->_legend[] = Translate::getModuleTranslation('statsmodule', '60+', 'statsmodule');
327 … $this->_legend[] = Translate::getModuleTranslation('statsmodule', 'Unknown', 'statsmodule');
344 $this->_legend[] = $row['name'];
359 $this->_legend[] = $row['name'];
[all …]
H A Dstatsorigin.php148 $this->_legend[] = $website;
154 … $this->_legend[] = Translate::getModuleTranslation('statsmodule', 'Others', 'statsmodule');
H A Dstatssearch.php154 $this->_legend[] = $row['keywords'];
160 $this->_legend[] = Translate::getModuleTranslation('statsmodule', 'Others', 'statsmodule');
H A Dsekeywords.php224 $this->_legend[] = $row['keyword'];
229 … $this->_legend[] = Translate::getModuleTranslation('statsmodule', 'Others', 'statsmodule');
/dports/www/thirtybees/thirtybees-1.1.0/classes/module/
H A DModuleGraph.php45 protected $_legend = []; variable in ModuleGraphCore
98 $this->_legend[$i] = ($i % 2) ? '' : sprintf('%02dh', $i);
130 $this->_legend[$i] = ($i % 2) ? '' : sprintf('%02d', $i);
160 $this->_legend[$i] = sprintf('%02d', $i);
181 $this->_legend[$i] = sprintf('%04d', $i);
224 if (count($this->_legend)) {
227 foreach ($this->_legend as $key => $legend) {
233 foreach ($this->_legend as $key => $legend) {
302 $this->_render->setLegend($this->_legend);
H A DModuleStats.php48 protected $_legend = []; variable in ModuleStatsCore
113 $this->_legend[$i] = ($i % 2) ? '' : sprintf('%02dh', $i);
145 $this->_legend[$i] = ($i % 2) ? '' : sprintf('%02d', $i);
175 $this->_legend[$i] = sprintf('%02d', $i);
196 $this->_legend[$i] = sprintf('%04d', $i);
239 if (count($this->_legend)) {
242 foreach ($this->_legend as $key => $legend) {
248 foreach ($this->_legend as $key => $legend) {
338 $this->_render->setLegend($this->_legend);
H A DModuleGraphEngine.php44 protected $_legend; variable in ModuleGraphEngineCore
173 $this->_legend = $legend;
192 $nvd3Values[] = ['label' => $this->_legend[$x], 'value' => $y];
/dports/finance/prestashop/prestashop/classes/module/
H A DModuleGraph.php34 protected $_legend = []; variable in ModuleGraphCore
71 $this->_legend[$i] = ($i % 2) ? '' : sprintf('%02dh', $i);
107 $this->_legend[$i] = ($i % 2) ? '' : sprintf('%02d', $i);
139 $this->_legend[$i] = sprintf('%02d', $i);
162 $this->_legend[$i] = sprintf('%04d', $i);
202 if (count($this->_legend)) {
206 foreach ($this->_legend as $key => $legend) {
213 foreach ($this->_legend as $key => $legend) {
269 $this->_render->setLegend($this->_legend);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/parameter/
H A Dmessage.cpp28 _legend(std::move(legend)), in MessageParam()
34 if (_legend == Glib::ustring("Use Label")) { in MessageParam()
35 _legend = label; in MessageParam()
85 Gtk::Frame * frame = new Gtk::Frame (_legend); in param_newWidget()
/dports/biology/scrm/scrm-1.7.4/tests/manualtests/LD/cluster/
H A Dplotting.py21 _legend = [ job[len(_use_param.case):-1] for job in _use_param.jobs ] variable
25 … ld.myfigures ( _use_param.small_delta, processed_data , _use_param.case+"tmrca", _legend, _colors)
26 …rray(processed_data, _use_param.small_delta) , runtime , _use_param.case+"tmrca", _legend, _colors)
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Form/Decorator/
H A DFieldset.php56 protected $_legend; variable in Zend_Form_Decorator_Fieldset
90 $this->_legend = (string) $value;
101 $legend = $this->_legend;
/dports/finance/prestashop/prestashop/modules/graphnvd3/
H A Dgraphnvd3.php35 private $_legend; variable in GraphNvD3
140 $this->_legend = $legend;
161 $nvd3_values[] = array('label' => $this->_legend[$x], 'value' => $y);
/dports/science/py-paida/paida-3.2.1_2.10.1/paida/paida_core/
H A DIInfo.py7 self._legend = []
42 self._legend.append([style._createCopy(), description])
56 self._legend = []
119 if self._legend == []:
123 for [style, description] in self._legend:
/dports/biology/scrm/scrm-1.7.4/tests/manualtests/LD/
H A Dld_test.py359 _legend = ["ms", "exact window = 10000", "exact window = 1000", "exact window = 0"] variable
364 myfigures ( _use_param.small_delta, _rho, "tmrca", _legend, _colors)
368 myfigures ( _use_param.big_delta, _rho, "tmrc", _legend, _colors)
372 myfigures ( _use_param.big_delta, _rho, "clade", _legend, _colors)
395 myfigures ( _use_param.small_delta, _rho, "Divergencetmrca", _legend, _colors)
399 myfigures ( _use_param.big_delta, _rho, "Divergencetmrc", _legend, _colors)
403 myfigures ( _use_param.big_delta, _rho, "Divergenceclade", _legend, _colors)
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/
H A Dhtmldiff.py43 legend = _legend.format(
98 _legend = """<p> variable
/dports/finance/weberp/webERP/Classes/PHPExcel/
H A DChart.php64 private $_legend = null; variable in PHPExcel_Chart
184 $this->_legend = $legend;
254 return $this->_legend;
264 $this->_legend = $legend;
/dports/biology/py-orange3-single-cell/orange3-single-cell-0.8.2/orangecontrib/single_cell/widgets/
H A Dowaligndatasets.py120 self._legend = None
294 self._legend.scene().removeItem(self._legend)
295 self._legend = None
350 if self._legend is not None:
351 self._legend.scene().removeItem(self._legend)
352 self._legend = self.plot.addLegend(offset=(-1, 1))
367 self._legend.addItem(MyLegendItem(pg.ScatterPlotItem(pen=colors[i])),
/dports/finance/prestashop/prestashop/modules/statssearch/
H A Dstatssearch.php160 $this->_legend[] = $row['keywords'];
165 $this->_legend[] = $this->trans('Others', array(), 'Modules.Statssearch.Admin');
/dports/lang/v8/v8-9.6.180.12/tools/system-analyzer/view/timeline/
H A Dtimeline-track-base.mjs20 _legend; field in TimelineTrackBase
29 this._legend = new Legend(this.$('#legendTable'));
30 this._legend.onFilter = (type) => this._handleFilterTimeline();
66 this._legend.timeline = timeline;
78 this._legend.update();
211 this._legend.update();
222 this._timeline.chunks(this.nofChunks, this._legend.filterPredicate);
251 const color = this._legend.colorForType(group.key);
288 const color = this._legend.colorForType(entry.type);
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/src/plugins/vis_type_vislib/public/vislib/components/legend/
H A D_index.scss1 @import './_legend';
/dports/devel/p5-Form-Sensible/Form-Sensible-0.20023/share/templates/default/
H A Dform_start.tt5 …<legend class="[% css_prefix %]legend [% css_prefix _ form.name %]_legend">[% render_hints.legend …
/dports/devel/p5-Form-Sensible/Form-Sensible-0.20023/share/templates/table/
H A Dform_start.tt5 …<legend class="[% css_prefix %]legend [% css_prefix _ form.name %]_legend">[% render_hints.legend …
/dports/graphics/py-plotly/plotly-4.14.3/plotly/graph_objs/layout/
H A D__init__.py14 from ._legend import Legend

1234