Home
last modified time | relevance | path

Searched refs:name (Results 126 – 150 of 8094) sorted by last modified time

12345678910>>...324

/plugin/nodetailsxhtml/
H A Drenderer.php192 $name = $this->startSectionEdit($pos, array( 'target' => 'section_empty', 'name' => rand() . $level));
194 $this->doc .= '<'.($this->sectionLevel<1?'section':'article').' class="'.$name.'">';
197 $this->doc .= DOKU_LF.'<a name="'. $name .'" class="' . $name . '" ></a>'.DOKU_LF;
242 function internallink($id, $name = null, $search=null,$returnonly=false,$linktype='content') {
262 // default name is based on $id as given
273 $name = $this->_getLinkTitle($name,
283 internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() argument
367 locallink($hash, $name = NULL, $returnonly = false) global() argument
[all...]
H A Dplugin.info.txt7 name No Details XHTML
/plugin/keywords/
H A Dplugin.info.txt5 name Keywords
/plugin/keywords/action/
H A Dkeywords.php129 if ( $data->choices[0]->message->function_call->name == "keywords_for_text" ) {
/plugin/diffpreview/
H A Dplugin.info.txt5 name diffpreview
/plugin/qna/
H A Dplugin.info.txt5 name QnA Plugin
H A Daction.php233 public function insertPluginCall($index, $name, $data, $state, $text = '') { argument
234 …$this->correction[$index][] = array(self::INSERT, array('plugin', array($name, $data, $state, $tex…
260 public function appendPluginCall($name, $data, $state, $text = '') { argument
261 …$this->correction[-1][] = array(self::INSERT, array('plugin', array($name, $data, $state, $text)));
/plugin/templater/
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.txt6 name Templater Plugin
/plugin/batchedit/
H A Dinterface.php128 print('<input type="hidden" name="session" value="' . $sessionId . '" />');
231 print('<input type="hidden" name="apply" value="" />');
393 private function printFormEdit($title, $name) {
398 switch ($name) {
400 $this->printEditBox($name);
406 $placeholder = $this->getLang($this->getPlaceholderId($name));
408 $this->printEditBox($name, FALSE, TRUE, !$multiline, $placeholder);
409 $this->printTextArea($name, $multiline, $placeholder);
413 $this->printEditBox($name);
521 print('<select name
381 printFormEdit($title, $name) global() argument
517 printEditBox($name, $submitted = TRUE, $enabled = TRUE, $visible = TRUE, $placeholder = '') global() argument
546 printTextArea($name, $visible = TRUE, $placeholder = '') global() argument
587 printCheckBox($name, $label) global() argument
603 printRadioButton($group, $name, $label) global() argument
620 printLabel($name, $label) global() argument
641 printSubmitButton($name, $label, $enabled = TRUE) global() argument
654 printButton($name, $label) global() argument
[all...]
H A Dplugin.info.txt5 name BatchEdit Plugin
H A Dengine.php453 public static function getFileName($name, $ext = '') { argument
456 return $conf['cachedir'] . '/batchedit/' . $name . (!empty($ext) ? '.' . $ext : '');
478 public function save($id, $name, $data) { argument
479 file_put_contents(self::getFileName($id, $name), serialize($data));
485 public function load($id, $name) { argument
486 return @unserialize(file_get_contents(self::getFileName($id, $name)));
743 return md5($time['sec'] . $time['usec'] . $USERINFO['name'] . $USERINFO['mail']);
754 $properties['username'] = $USERINFO['name'];
769 private function saveArray($name, $array) { argument
770 $this->cache->save($this->id, $name,
776 loadArray($name) global() argument
[all...]
H A Djs.cookie.js117 var name = parts[0].replace(rdecode, decodeURIComponent);
119 converter.read(cookie, name) : converter(cookie, name) ||
128 if (key === name) {
134 result[name] = cookie;
/plugin/columns/
H A Daction.php325 list($name, $temp) = $this->parseAttribute($a);
326 if ($name == 'width') {
344 list($name, $temp) = $this->parseAttribute($a);
362 foreach ($syntax as $pattern => $name) {
364 $attributeName = $name;
502 public function addAttribute($name, $value) { argument
503 $this->attribute[$name] = $value;
518 public function getAttribute($name) { argument
520 if (array_key_exists($name, $this->attribute)) {
521 $result = $this->attribute[$name];
H A Drewriter.php132 public function addCall($name, $data) { argument
133 $this->call[] = array($name, $data);
139 public function addPluginCall($name, $data, $state, $text = '') { argument
140 $this->call[] = array('plugin', array($name, $data, $state, $text));
H A Dsyntax.php184 protected function getAttribute($attribute, $name) { argument
186 if (array_key_exists($name, $attribute)) {
187 $result = $attribute[$name];
H A Dplugin.info.txt5 name Columns Plugin
/plugin/mikioplugin/
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 Mikio plugin
H A DREADME.md27 Sometimes GitHub releases change the name of the mikioplugin directory, so make sure that the directory is `mikioplugin` else you may see errors in DokuWiki.
H A Dcss.php19 foreach($_SERVER as $name => $value) {
20 if(substr($name, 0, 5) == 'HTTP_') {
21 $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
/plugin/mikioplugin/syntax/
H A Dquizitem.php49 $name = rand(10000, 99999);
54 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'quiz-option"><label><input type="radio" name="' . $name . '" value="' . $option . '" ' . (isset($scores[$key]) && $scores[$key] != "" ? 'data-score="' . $scores[$key] . '" ' : '') . '/>' . $this->applyMarkdownEffects($option) . '</label></div>';
58 $name = rand(10000, 99999);
77 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'quiz-option"><label><input type="radio" name="' . $name . '-group-' . $groupKey . '" value="' . $option . '" ' . (isset($scores[$key]) && $scores[$key] != "" ? 'data-score="' . $scores[$key] . '" ' : '') . '/>' . $this->applyMarkdownEffects($option) . '</label></div>';
79 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'quiz-option"><label><input type="checkbox" name="' . $name . '-' . $key . '" value="' . $option . '" ' . (isset($scores[$key]) && $scores[$key] != "" ? 'data-score="' . $scores[$key] . '" ' : '') . '/>' . $this->applyMarkdownEffects($option) . '</label></div>';
/plugin/aichat/
H A Dcomposer.lock10 "name": "bdelespierre/php-kmeans",
41 "name": "Benjamin Delespierre",
59 "name": "erusev/parsedown",
91 "name": "Emanuil Rusev",
109 "name": "mehrab-wj/tiktoken-php",
145 "name": "Mehrab Hojjati Pour",
156 "name": "vanderlee/php-sentence",
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php333 'name' => 'pre',
336 'name' => 'code',
426 'name' => 'code',
456 'name' => 'pre',
526 'name' => 'h' . min(6, $level),
541 list($name, $pattern) = $Line['text'][0] <= '-' ? array('ul', '[*+-]') : array('ol', '[0-9]+[.]');
549 'name' => $name,
554 if($name === 'ol')
565 'name'
1656 instance($name = 'default') global() argument
[all...]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock11 "name": "composer/pcre",
49 "name": "Jordi Boggiano",
82 "name": "composer/semver",
119 "name": "Nils Adermann",
124 "name": "Jordi Boggiano",
129 "name": "Rob Bast",
163 "name": "composer/xdebug-handler",
198 "name": "John Stevenson",
229 "name": "doctrine/annotations",
271 "name"
[all...]

12345678910>>...324