Home
last modified time | relevance | path

Searched refs:labels (Results 376 – 400 of 664) sorted by path

1...<<11121314151617181920>>...27

/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1labels.js","webpack://mermaid/./node_modules/dagre-d3/lib/create-edge-paths.js","webpack://mermaid…
/plugin/discussion/
H A Dadmin.php149 $labels = array(
164 foreach ($labels as $key => $label) {
/plugin/displayorphans/
H A Drenderer.php43 function /* void */ _head(Doku_Renderer $renderer, array $labels) argument
45 if (!empty($labels))
49 foreach ($labels as $label)
/plugin/drawio/
H A DREADME.md39 I am using labels for Issue for the ones that I would like to be implemented by somebody else. The …
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A Docrbinfo.txt42 as to generate UPC labels for books that will be sold for profit, but it may
/plugin/fckg/action/
H A Dedit.php2802 $labels = array();
2825 $labels[] = "$index: " . $patterns[$index];
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt81 // The following 4 are the labels at upper left corner of file browser
/plugin/flowplay2/flowplayer/
H A DREADME.txt378 duration labels did not have the grey background
/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/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/ghissues/helper/
H A DapiCacheInterface.php197 foreach($issue->labels as $label) {
/plugin/gitlabapi/
H A Dsyntax.php220 $labels = $issues[$i]['labels'];
222 foreach ($labels as $l)
/plugin/guestbook/
H A Dstyle.css28 clear: both; /* das floating der labels und inputs aufheben */
/plugin/issuelinks/classes/
H A DIssue.php24 private $labels = []; variable in dokuwiki\\plugin\\issuelinks\\classes\\Issue
308 return $this->labels;
312 * @param array|string $labels
316 public function setLabels($labels) argument
318 if (!is_array($labels)) {
319 $labels = array_filter(array_map('trim', explode(',', $labels)));
321 $this->labels = $labels;
530 $labels = $this->getLabels();
532 foreach ($labels as $label) {
609 $labels = $this->getLabels();
[all …]
/plugin/issuelinks/db/
H A Dupdate0001.sql13 labels TEXT, field
/plugin/issuelinks/services/
H A DGitHub.service.php397 $labels = [];
399 $labels[] = $label['name'];
402 $issue->setType($this->getTypeFromLabels($labels));
408 $issue->setLabels($labels);
414 protected function getTypeFromLabels(array $labels) argument
420 if (count(array_intersect($labels, $bugTypeLabels))) {
424 if (count(array_intersect($labels, $improvementTypeLabels))) {
428 if (count(array_intersect($labels, $storyTypeLabels))) {
H A DGitLab.service.php357 protected function getTypeFromLabels(array $labels) argument
363 if (count(array_intersect($labels, $bugTypeLabels))) {
367 if (count(array_intersect($labels, $improvementTypeLabels))) {
371 if (count(array_intersect($labels, $storyTypeLabels))) {
H A DJira.service.php250 $issue->setLabels($issueData['fields']['labels']);
/plugin/issuelinks/
H A Dstyle.less64 .labels {
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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.properties151 labels=Labels key
H A Deditor.properties.bak147 labels=Labels
H A Deditor_de.properties155 labels=Beschriftungen key
H A Deditor_de.properties.bak148 labels=Beschriftungen

1...<<11121314151617181920>>...27