Home
last modified time | relevance | path

Searched refs:labels (Results 626 – 650 of 664) sorted by last modified time

1...<<21222324252627

/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt81 // The following 4 are the labels at upper left corner of file browser
/plugin/authgoogle/google/contrib/
H A DGoogle_BloggerService.php1043 public $labels; variable in Google_Post
1091 public function setLabels(/* array(Google_string) */ $labels) { argument
1092 $this->assertIsArray($labels, 'Google_string', __METHOD__);
1093 $this->labels = $labels;
1096 return $this->labels;
H A DGoogle_DriveService.php2309 public $labels; variable in Google_DriveFile
2457 public function setLabels(Google_DriveFileLabels $labels) { argument
2458 $this->labels = $labels;
2461 return $this->labels;
H A DGoogle_CustomsearchService.php531 public $labels; variable in Google_Result
591 public function setLabels(/* array(Google_ResultLabels) */ $labels) { argument
592 $this->assertIsArray($labels, 'Google_ResultLabels', __METHOD__);
593 $this->labels = $labels;
596 return $this->labels;
/plugin/amcharts/assets/amcharts/
H A Damcharts.js35 …ter=0;this.destroy();this.fixAxisPosition();this.setBalloonBounds();this.labels=[];var b=a.contain…
98 …ntPrecision=2;this.decimalSeparator=".";this.thousandsSeparator=",";this.labels=[];this.allLabels=…
117 …yle.cursor=a;this.legendDiv.style.cursor=a},redrawLabels:function(){this.labels=[];var a=this.allL…
119labels.push(e)}},addLabel:function(a,b,c,e,d,f,g,k,l,m){a={x:a,y:b,text:c,align:e,size:d,color:f,a…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md161 to specify labels, action, icon, child items and even custom code to be executed
525 manually. For example, to hide all free labels you can simply do something like
890 * Fixed: Depth issue on value labels on columns
992 * Fixed: Positioning issue on multiline labels
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md13 line chart with legend guides, labels, titles and other elements will be
18 even further, axis titles are removed and its value labels are moved inside the
19 plot area. Going even smaller, bullets, labels gone. All the way to the
237 // at 300px or less, we move value axis labels inside plot area
248 // at 200 px we hide value axis labels altogether
/plugin/labeled/action/
H A Dchange.php81 $labels = $this->hlp->parseLabels($_REQUEST['labels']);
82 $this->hlp->setLabels($labels, $ID);
/plugin/labeled/
H A Dhelper.php7 private $labels = null; variable in helper_plugin_labeled
82 $labels = explode(',', $labels);
86 return $labels;
97 foreach ($labels as $label) {
146 $labels[] = $label;
147 $labels = array_unique($labels);
181 $labels = $db->res2arr($res);
204 if ($this->labels !== null && !$reload) return $this->labels;
211 $this->labels = array();
216 return $this->labels;
[all …]
H A Dadmin.php33 $labels = $this->hlp->getAllLabels();
41 $labels = array_keys($_POST['action']['delete']);
42 foreach ($labels as $label) {
49 $labels = $this->hlp->getAllLabels();
56 if ($labels[$oldName]['color'] != $newValues['color']) {
65 if ($labels[$oldName]['ordernr'] != $newValues['order']) {
69 $labels = $this->hlp->getAllLabels();
H A Dadmin_tpl.php24 <?php foreach ($labels as $label => $opts): ?>
/plugin/labeled/db/
H A Dupdate0001.sql2 CREATE TABLE labels ( name, color, namespace, ordernr, PRIMARY KEY(name) ); table
4 CREATE INDEX idx_name ON labels(name);
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcresource.js11 this.labels = $H();
20 this.labels.set(key,value);
26 if (this.labels.get(key))
28 this.getLabel.arguments[0] = this.labels.get(key);
/plugin/latexit/classes/
H A DLabelHandler.php24 protected $labels; variable in LabelHandler
46 $this->labels = array();
56 $search = array_search($label, $this->labels);
59 $this->labels[] = $label;
/plugin/ghissues/helper/
H A DapiCacheInterface.php197 foreach($issue->labels as $label) {
/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/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/flowplayer/player/
H A DREADME.txt302 - fix for verifying license keys for domains that have more than 4 labels in them
451 - Context menu now correctly handles menu items that are configured by their string labels only (no…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak432 submenu = (JMenu) menu.add(new JMenu(mxResources.get("labels")));
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties147 labels=Labels key
H A Deditor_de.properties155 labels=Beschriftungen key
H A Deditor.properties151 labels=Labels key
/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/animation/scripts/
H A Djquery.scianimator.min.js8labels:{text:{first:"First",previous:"Previous",play:"Play",stop:"Stop",next:"Next",last:"Last",lo… class in e.fn.scianimator.defaults

1...<<21222324252627