Home
last modified time | relevance | path

Searched refs:name (Results 251 – 275 of 8094) sorted by last modified time

1...<<11121314151617181920>>...324

/plugin/bureaucracy/helper/
H A Dfieldhidden.php33 * @param string $name
36 function getParam($name) { argument
37 … if (!isset($this->opt[$name]) || in_array($name, array('pagename', 'value')) && $this->hidden) {
40 if ($name === 'pagename') {
43 $name = 'value';
45 return $this->opt[$name];
H A Dfieldfieldset.php104 * @param string $name
107 function getParam($name) { argument
108 if($name === 'value') {
111 return parent::getParam($name);
H A Dfieldstatic.php39 * @param string $name
42 public function getParam($name) { argument
43 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldusemailtemplate.php53 * @param string $name
56 function getParam($name) { argument
57 return ($name === 'value' ||
58 (in_array($name, array('template')) && $this->hidden)) ?
60 parent::getParam($name);
H A Dfieldwiki.php40 * @param string $name
43 public function getParam($name) { argument
44 return ($name === 'value') ? null : parent::getParam($name);
/plugin/bureaucracy/
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 Bureaucracy Plugin
H A Dsyntax.php119 $name = 'bureaucracy_field' . $args[0];
122 $name = $args[0];
126 $field = $this->loadHelper($name, false);
134 msg(sprintf($this->getLang('e_unknowntype'), hsc($name)), -1);
515 foreach ($this->functions as $name => $callback) {
516 $pattern = '/@' . preg_quote($name) . '\((.*?)\)@/';
/plugin/bureaucracy/script/
H A Duser.js21 response(jQuery.map(data, function (name, user) { argument
23 label: name + ' (' + user + ')',
/plugin/tgnotify/
H A DLICENSE45 separable from, or merely link (or bind by name) to the interfaces of,
185 file or class name and description of purpose be included on the
189 Copyright [yyyy] [name of copyright owner]
H A Dplugin.info.txt5 name Telegram nofity
H A DCHANGELOG.rst25 * Feature: user name in message can be enabled/disabled in plugin config
/plugin/htmlok/
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 htmlok plugin
/plugin/addnewpage/
H A Dplugin.info.txt6 name Add New Page plugin
H A Dsyntax.php293 list($template, $name) = $this->_parseNSTemplatePage($template);
295 $input .= "<option $p>".formText($name)."</option>";
313 @list($template, $name) = explode('|', $nstemplate, 2);
315 if (is_null($name)) $name = $template;
317 return array($template, $name);
/plugin/adhocmathml/
H A Dabstract.php21 protected function allowSpecificAttribute(&$name, &$value) { return false; } argument
24 function allowAttribute(&$name, &$value) { argument
27 switch (trim($name)) {
55 return $this->allowSpecificAttribute($name, $value);
H A Dmaction.php19 function allowSpecificAttribute(&$name, &$value) { argument
22 switch (trim($name)) {
H A Dmath.php17 protected function allowSpecificAttribute(&$name, &$value) { argument
20 switch (trim($name)) {
H A Dmfrac.php17 function allowSpecificAttribute(&$name, &$value) { argument
20 switch (trim($name)) {
H A Dmo.php17 function allowSpecificAttribute(&$name, &$value) { argument
20 switch (trim($name)) {
H A Dmover.php17 function allowSpecificAttribute(&$name, &$value) { argument
20 switch (trim($name)) {
H A Dmpadded.php17 function allowSpecificAttribute(&$name, &$value) { argument
20 switch (trim($name)) {
H A Dmspace.php17 function allowSpecificAttribute(&$name, &$value) { argument
20 switch (trim($name)) {
H A Dmtd.php17 function allowSpecificAttribute(&$name, &$value) { argument
20 switch (trim($name)) {

1...<<11121314151617181920>>...324