Home
last modified time | relevance | path

Searched refs:labels (Results 551 – 575 of 664) sorted by path

1...<<21222324252627

/plugin/picasawebalbum/
H A Dscript.js12 labels: {
/plugin/refnotes/lang/en/
H A D__template.txt10 For sheets and cards plugin does not make a distinction between normal table cells and header cells. The field name cells are identified only based on their content. The names are case insensitive and can also be specified using locale-specific labels. BibTeX and ''dataentry'' sections support only field names. The full list of field names is provided in [[doku>plugin:refnotes:refdb|reference database documentation]].
/plugin/statdisplay/helper/
H A Dgraph.php252 * @param array $labels the labels for the datasets
255 private function accessgraph($title, $axis, $labels, $datasets) argument
266 $DataSet->SetSeriesName($labels[$num], "series$num");
/plugin/struct/lang/en/
H A Deditor_edit.txt5 Field names have to be unique. It is recommended to use short identifiers that unlikely change later as they will be used to reference the fields in aggregations later. Use the translation labels in the field's configuration for more human readable names.
/plugin/struct/meta/
H A DAccessTable.php21 protected $labels = []; variable in dokuwiki\\plugin\\struct\\meta\\AccessTable
139 $this->labels[$col->getColref()] = $col->getType()->getLabel();
208 $colrefs = array_flip($this->labels);
H A DSchemaBuilder.php108 * Makes sure all labels in the schema to save are unique
112 $labels = [];
115 $this->data['cols'][$idx]['label'] = $this->fixLabel($column['label'], $labels);
119 $this->data['new'][$idx]['label'] = $this->fixLabel($column['label'], $labels);
127 * @param array $labels list of already assigned labels (will be filled)
130 protected function fixLabel($wantedlabel, &$labels)
135 while (isset($labels[PhpString::strtolower($fixedlabel)])) {
143 $labels[PhpString::strtolower($fixedlabel)] = 1;
129 fixLabel($wantedlabel, & $labels) global() argument
/plugin/switchpanel/
H A DREADME.md30 ## Coloring labels
39 Coloring labels
/plugin/tableplot/
H A Dsyntax.php89 $labels = "labels:'";
123 $labels .= $data['labels']. "',";
192 …#'.$id.'\').tablePlot({'.$orient .$series. $firstSeries . $lastSeries . $labels . $xaxis .$dataSta…
H A Dtable2Plot.js56labels: 0, // index of the cell in the series row/column that contains the label for the series property in jQuery.fn.tablePlot.args
85 $('tr',$(this)).eq(args.labels).find('th,td').length - 1 :
137 var label = $('th,td',$dataRow).eq(args.labels).text();
164 var $labelRow = $rows.eq(args.labels);
/plugin/tline/
H A DCHANGES.txt4 * Added test 5, really long labels, to test example page rev 1601, LarryK
43 issue 13 - TIMELINE: Event labels wrap on FF 3 on Mac
44 issue 30 - TIMELINE : Event labels wrap when 'classname' attribute is added and text is bold
86 random number generator. Add formated ids to event tapes, labels, icons to
124 * Span decorator improvements: now can have null labels. New param of
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs23059 …dcards="true" table:use-regular-expressions="false" table:automatic-find-labels="false">\n …
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1107 labels: GanttLocaleLabels; property
H A Ddhtmlxgantt.js13labels,l=e.scale_height-1,c=0;c<r.length;c++){var u=c==r.length-1,d=r[c];d.name||(d.name=t.uid()+"… class in t.locale
H A Ddhtmlxgantt.js.map1labels","lineHeigth","colWidth","_sort","direction","grid_header_class","gridScaleCellAttrString",…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_quick_info.js13labels[c[f]]);a+='<div class="gantt_qi_big_icon '+c[f]+'" title="'+gantt.locale.labels[c[f]]+'" '+…
H A Ddhtmlxgantt_quick_info.js.map1labels","innerHTML","_qi_button_click","target","srcElement","code","which","node","box","mask","i…
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale.js13 …iday","Saturday"],day_short:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},labels:{new_task:"New tas… class in gantt.locale
H A Dlocale.js.map1 …antt","locale","date","month_full","month_short","day_full","day_short","labels","new_task","icon_…
H A Dlocale_ar.js13 …السبت"],day_short:["احد","اثنين","ثلاثاء","اربعاء","خميس","جمعة","سبت"]},labels:{new_task:"مهمة جد… class in gantt.locale
H A Dlocale_ar.js.map1 …antt","locale","date","month_full","month_short","day_full","day_short","labels","new_task","dhx_c…
H A Dlocale_be.js13 …р","Пятніца","Субота"],day_short:["Нд","Пн","Аўт","Ср","Чцв","Пт","Сб"]},labels:{new_task:"Новае з… class in gantt.locale
H A Dlocale_be.js.map1 …antt","locale","date","month_full","month_short","day_full","day_short","labels","new_task","dhx_c…
H A Dlocale_ca.js13 …,"Divendres","Dissabte"],day_short:["Dg","Dl","Dm","Dc","Dj","Dv","Ds"]},labels:{new_task:"Nova ta… class in gantt.locale
H A Dlocale_ca.js.map1 …antt","locale","date","month_full","month_short","day_full","day_short","labels","new_task","dhx_c…
H A Dlocale_cn.js13 …,"星期二","星期三","星期四","星期五","星期六"],day_short:["日","一","二","三","四","五","六"]},labels:{new_task:"新任務",dh… class in gantt.locale

1...<<21222324252627