Home
last modified time | relevance | path

Searched refs:name (Results 51 – 75 of 8094) sorted by last modified time

12345678910>>...324

/plugin/struct/types/
H A DDate.php40 * @param string $name the form name where this has to be stored
46 public function valueEditor($name, $rawvalue, $htmlID) argument
53 'name' => $name,
H A DDateTime.php38 * @param string $name the form name where this has to be stored
44 public function valueEditor($name, $rawvalue, $htmlID) argument
51 'name' => $name,
H A DDropdown.php29 * @param string $name
33 public function valueEditor($name, $rawvalue, $htmlID) argument
36 'name' => $name,
59 * @param string $name
65 public function multiValueEditor($name, $rawvalues, $htmlID) argument
68 'name' => $name . '[]',
H A DLongText.php52 * @param string $name
58 public function valueEditor($name, $rawvalue, $htmlID) argument
62 'name' => $name,
H A DMedia.php93 * @param string $name the form name where this has to be stored
100 public function valueEditor($name, $rawvalue, $htmlID)
105 $id = $htmlID ?: 'struct__' . md5($name . $count); argument
108 'name' => $name,
H A DPage.php94 $name = $title . ' (' . $id . ')';
98 $name = noNS($id) . ' (' . $ns . ')';
100 $name = $id;
105 'label' => $name,
H A DUser.php50 $name = userlink($value);
51 $R->doc .= $name;
53 $name = userlink($value, true);
54 $R->cdata($name);
98 $pad_keys($auth->retrieveUsers(0, $max, ['name' => $lookup]))
107 'label' => $info['name'] . ' [' . $true_login . ']',
/plugin/struct/
H A DLICENSE315 Gnomovision version 69, Copyright (C) year name of author
/plugin/struct/jsoneditor/
H A Dsetup.js23 name: 'config'
/plugin/struct/action/
H A Dedit.php26 * @var string The form name we use to transfer schema data
156 * @param String $name field's name argument
159 public function makeField(Value $field, $name)
167 $input = $field->getValueEditor($name, $id);
H A Dmigration.php59 $sql = "SELECT name FROM sqlite_master WHERE type = 'table' AND name LIKE 'multi_%'";
63 $table = $row['name']; // no escaping needed, it's our own tables
82 $sql = "SELECT sql, name FROM sqlite_master
84 AND (name LIKE 'data_%' OR name LIKE 'multi_%')";
97 $name = $table['name'];
101 $ok = $ok && $sqlite->query("ALTER TABLE $name RENAME TO temp_$name");
[all...]
/plugin/struct/helper/
H A Dfield.php101 $field = $this->makeField($value, $params['name']);
193 * @param String $name field's name
196 protected function makeField(Value $field, $name)
206 $input = $field->getValueEditor($name, $id);
190 makeField(Value $field, $name) global() argument
/plugin/mermaid/
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
H A Drenderer.php25 function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') argument
27 $xhtml = parent::internallink($id, $name, $search, true, $linktype);
42 function externallink($url, $name = null, $returnonly = false) argument
44 $xhtml = parent::externallink($url, $name, true);
/plugin/doi/
H A Dplugin.info.txt5 name doi plugin
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
/plugin/openlayersmap/
H A D.scrutinizer.yml8 dependencies: # This needs to be the section name like "tests", "dependencies", or "project_setup"
H A Dplugin.info.txt5 name OpenLayers map plugin for DokuWiki
H A Dprint.less31 h ~ div ~ .olStaticMap { /*?? page-break-inside: auto | avoid | inherit */ /* http://david.latapie.name/blog/page-break-in-css-print-how-to-get-rid-of-accidental-blank-pages/ */ /* http://www.w3.org/TR/CSS21/page.html */ page-break-before: always; /* page-break-after: always;*/ }
H A Dscript.js518 if (selFeature.get('name') !== undefined) {
519 pContent += '<span class="txt">' + selFeature.get('name') + '</span>';
520 // locDesc = selFeature.get('name');
522 // locDesc = selFeature.get('name').split(/\s+/).slice(0,2).join('+');
549 '&name=' + selFeature.get('alt') +
593 title: overlay.name,
606 title: overlay.name,
637 title: overlay.name,
647 title: overlay.name,
734 // overlay.name,
[all...]
H A Dstyle.less174 -moz-animation-name: fadeIn;
175 -webkit-animation-name: fadeIn;
176 animation-name: fadeIn;
211 -moz-animation-name: fadeOut;
212 -webkit-animation-name: fadeOut;
213 animation-name: fadeOut;
/plugin/openlayersmap/ol7/
H A Dol.js.map
H A Dgenerate-info.js.diff
/plugin/shell/
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
H A DP0wnyShell.js139 this.featureDownload(atob(response.name), response.file)
193 featureDownload(name, file) { argument
196 element.setAttribute('download', name);

12345678910>>...324