Home
last modified time | relevance | path

Searched refs:name (Results 6201 – 6225 of 8094) sorted by path

1...<<241242243244245246247248249250>>...324

/plugin/minimap/
H A Dplugin.info.txt5 name Mini-Map Plugin
H A Dsyntax.php183 $name = noNSorNS($pageId);
185 $name = $title;
187 $title = $name;
202 $name = preg_replace($substrPattern, $replacement, $name);
254 ucfirst($name), // First letter upper case
/plugin/mllist/
H A DLICENSE315 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name Multiline list plugin
/plugin/mobiletable/
H A DLICENSE315 Gnomovision version 69, Copyright (C) year name of author
H A DmobileTable.js112 const addNameCell = (tr, name) => {
115 if (isTextCell(name)) {
117 cell.innerText = name.innerText
119 cell = name.cloneNode(true)
165 for (let name of schema) {
184 if (name !== hiddenHeading) {
185 addNameCell(tr, name)
192 … const newCell = addCell(tr, row.children[i - colOffset], name === hiddenHeading)
H A Dplugin.info.txt4 name Mobile Tables
/plugin/monthcal/
H A DLICENSE315 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name monthcal plugin
/plugin/move/_test/
H A Dplan.test.php102 * Get the full saved list specified by name
104 * @param $name
107 function getList($name) { argument
108 return file($this->files[$name]);
/plugin/move/helper/
H A Dfile.php82 $name = substr($src_name, 0, -1 * strlen($ext[0]) - 1);
84 $name = $src_name;
94 return $this->execute($conf['mediaolddir'], $src_ns, $name, $dst_ns, $newname, $regex);
H A Dhandler.php41 * @param string $original The name of the original ID of this page. Same as $id if this page wasn't moved
353 * @param string $pluginname The name of the plugin
368 * @param string $name Function name that was called
372 public function __call($name, $params) {
377 trigger_error('Error, handler function ' . hsc($name) . ' with ' . count($params) . ' parameters called which isn\'t implemented', E_USER_ERROR);
367 __call($name, $params) global() argument
H A Dplan.php140 * @param $name
143 public function getOption($name) { argument
144 if(isset($this->options[$name])) {
145 return $this->options[$name];
156 * @param $name
159 public function setOption($name, $value) { argument
160 $this->options[$name] = $value;
/plugin/move/lang/en/
H A Dmove.txt8 * You cannot move a page to a namespace where a page with the same name already exists.
10 All links to and from the pages that are moved will be updated to reflect the new location and/or name.
/plugin/move/
H A Dplugin.info.txt5 name Move plugin
/plugin/move/script/
H A Dtree.js36 * Check if the given name is allowed in the given parent
40 * @param {string} name the (new) name to check
43 var checkNameAllowed = function ($li, $parent, name) { argument
51 if ($this.data('name') == name && $this.hasClass(cname)) ok = false;
63 var myname = $li.data('name');
134 allowed &= checkNameAllowed($this, $new_parent, $this.data('name'));
154 var add_template = '<li class="type-d open created" data-name="%s" data-id="%s"><div class="li"><input type="checkbox"> <a href="%s" class="idx_dir">%s</a><img class="rename" src="' + DOKU_BASE + 'lib/plugins/move/images/rename.png"></div><ul class="tree_list"></ul></li>';
199 var newname = window.prompt(LANG.plugins.move.renameitem, $li.data('name'));
[all...]
/plugin/mp3play/
H A DCOPYING293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
316 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name mp3play plugin
/plugin/mp3play2/
H A Dplugin.info.txt5 name mp3play2 Plugin
H A Dsyntax.php106 $params['name'] = 'Plugin Mp3Play';
/plugin/mredirect/
H A Daction.php28 $url = html_wikilink ($parts[0], $name=null, $search='');
H A Dplugin.info.txt5 name MRedirect
/plugin/mtg/
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 Dplugin.info.txt5 name mtg plugin
/plugin/multilingual/
H A Dhelper.php65 $name = $lng;
73 if(file_exists(DOKU_PLUGIN.'multilingual/flags/'.$langflag[$name])){
74 $flag['title'] = $langname[$name];
75 $flag['src'] = DOKU_URL.'lib/plugins/multilingual/flags/'.$langflag[$name];
85 return array($link,$name,$exists);

1...<<241242243244245246247248249250>>...324