Home
last modified time | relevance | path

Searched refs:name (Results 226 – 250 of 8094) sorted by last modified time

12345678910>>...324

/plugin/button/
H A DLICENSE315 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name Button Plugin
H A Dsyntax.php111 protected function setStyle($name, $value)
114 $this->styles[$ID][$name] = $value;
116 protected function getStyle($name)
119 return isset($this->styles[$ID][$name]) ? $this->styles[$ID][$name] : $this->getConfStyles($name);
121 protected function hasStyle($name)
124 return (array_key_exists($ID, $this->styles) && is_array($this->styles[$ID]) && array_key_exists($name, $this->styles[$ID]))
125 || $this->getConfStyles($name) ? true : false;
127 protected function getConfStyles($name
83 setStyle($name, $value) global() argument
87 getStyle($name) global() argument
91 hasStyle($name) global() argument
96 getConfStyles($name = null) global() argument
132 setTarget($name, $value) global() argument
136 getTarget($name) global() argument
140 hasTarget($name) global() argument
310 dokuwiki_get_link(& $xhtml, $id, $name = NULL) global() argument
328 internallink(& $xhtml, $id, $name = NULL, $search = NULL, $returnonly = false, $linktype = 'content') global() argument
[all...]
/plugin/button/docs/
H A D_config.yml15 name: Rémi Peyronnet
/plugin/bibtex4dw/
H A DCHANGELOG.md37 * Display of PDF files: If a PDF file with a name identical to the BibTeX key of a reference esists in a configurable namespace, a link to this file will be added to the end of the reference, permitted the user has read access to this namespace
H A DLICENSE315 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name bibtex4dw plugin
/plugin/copycode/
H A Dplugin.info.txt5 name Copycode
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/tag/
H A Dhelper.php57 'name' => 'overrideSortFlags',
60 'name' => 'string'
64 'name' => 'th',
69 'name' => 'td',
75 'name' => 'tagLinks',
81 'name' => 'getTopic',
91 'name' => 'tagRefine',
100 'name' => 'tagOccurrences',
556 if(is_array($USERINFO) && isset($USERINFO['name'])) {
557 $name
[all...]
H A Dplugin.info.txt5 name Tag Plugin
H A DCOPYING298 <one line to give the program's name and a brief idea of what it does.>
299 Copyright (C) <year> <name of author>
321 Gnomovision version 69, Copyright (C) year name of author
/plugin/imapmarkers/
H A Djquery.imagemapster.js198 this.hooks[name] = (this.hooks[name] || []).push(callback);
585 me.name = opts.name;
594 me.name = opts.name;
779 name: 'get',
1010 name: 'rebind',
1043 name: 'get_options',
1088 { name: 'snapshot' }
1352 name,
1368 me.begin(canvas, name);
3972 name: 'resize',
[all …]
H A Dplugin.info.txt5 name imapmarkers plugin
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php990 function __get($name) { argument
994 switch ($name) {
1014 switch ($name) {
1032 function __isset($name) { argument
1033 switch ($name) {
2041 if ($name !== '/' && $name !== '') { // this is a attribute name
2045 $name = $this->restore_noise($name); // might be a noisy name
2048 $name = strtolower($name);
2305 function __get($name) { argument
2306 switch ($name) {
[all …]
/plugin/recommend/
H A Dplugin.info.txt5 name recommend
H A Daction.php27 if ($event->name === 'ACTION_ACT_PREPROCESS') {
41 if ($event->name === 'AJAX_CALL_UNKNOWN') {
/plugin/translation/
H A Dhelper.php115 * Returns the ID and name to the wanted translation, empty
126 $name = $lng;
129 $name = $this->realLC('');
131 return [$link, $name];
212 [$link, $name] = $this->buildTransID($t, $idpart);
214 $result[$name] = $link;
263 * Return the local name
307 if (isset($this->opts['name'])) {
H A Dplugin.info.txt6 name Translation Plugin
/plugin/todo/syntax/
H A Dtodo.php355 * Prepare user name string.
366 $username = $auth->getUserData($username)['name'];
384 * @param string $name
387 private function _createLink($renderer, $pagename, $name = NULL) {
390 return $renderer->internallink($id, $name, null, true);
425 * intable:whole = the left side of table (page name) is done by searchpattern, the right side
358 _createLink($renderer, $pagename, $name = NULL) global() argument
/plugin/todo/
H A Dplugin.info.txt5 name ToDo
/plugin/bureaucracy/helper/
H A Dfieldradio.php46 list($name, $entries, $value, $label, $id, $class) = $this->_parse_tpl(
79 $form->addElement(form_makeRadioField($name, $val, $val, $_id, $class, $attrs));
H A Dfieldsubmit.php82 * @param string $name
85 public function getParam($name) { argument
86 return ($name === 'value') ? null : parent::getParam($name);
H A Dfield.php338 * @param string $name
341 public function getParam($name) { argument
342 if (!isset($this->opt[$name]) || $name === 'value' && $this->hidden) {
345 if ($name === 'pagename') {
355 return $this->opt[$name];
H A Dfieldaddpage.php54 * @param string $name
57 function getParam($name) { argument
58 return ($name === 'value' ||
59 (in_array($name, array('page_tpl', 'page_tgt')) && $this->hidden)) ?
61 parent::getParam($name);

12345678910>>...324