Home
last modified time | relevance | path

Searched refs:this (Results 17826 – 17850 of 27090) sorted by relevance

1...<<711712713714715716717718719720>>...1084

/plugin/loginredirect/
H A Daction.php26 $controller->register_hook('ACTION_ACT_PREPROCESS','BEFORE', $this, 'handle_loginredirect');
33 $url = $this->getConf('url');
36 $return_key = $this->getConf('return_key');
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/Markdown/
H A DTraditional.php15 $this->renderer = $renderer;
16 $this->rendererData = $data;
17 $this->rendererContext = $context;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DPDO.php38 $this->pdo = $pdo;
51 … $stmt = $this->pdo->prepare('SELECT digesta1 FROM ' . $this->tableName . ' WHERE username = ?');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DAttachmentProcessor.php24 $this->setField($field);
30 * @return $this
34 return $this->setParam('indexed_chars', $indexedChars);
40 * @return $this
44 return $this->setParam('properties', $properties);
H A DConvertProcessor.php24 $this->setField($field);
25 $this->setType($type);
31 * @return $this
35 return $this->setParam('type', $type);
/plugin/statistics/inc/
H A DStatisticsBrowscap.class.php14 $this->cacheDir = $conf['cachedir'] . '/';
15 $this->cacheFilename = 'browscap.ini.php';
16 $this->remoteIniUrl = 'http://browscap.org/stream?q=Lite_PHP_BrowsCapINI';
/plugin/katex/
H A DCHANGELOG.md3 …hanges to this project will documented in this file. The format is based on [Keep a Changelog](htt…
/plugin/copycode/action/
H A Dcopycode.php26 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'pass_settings_js');
27 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this,'add_cursor_styling');
28 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this,'hook_copycode_js');
37 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
44 // this code does not need execution (anymore?), as 'script.js' is automatically merged into global js.php.
58 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
71 'EnableForInline' => $this->getConf('enable_for_inline', 0),
72 'EnableForHighlighted' => $this->getConf('enable_for_highlighted', 0),
73 'EnableBlockInline' => $this->getConf('enable_blockinline', 0)
83 $cursor = $this
[all...]
/plugin/mikioplugin/syntax/
H A Dheading.php28 $styles = $this->buildStyle(array(
33 $renderer->doc .= '<h' . $data['size'] . ' class="' . $this->elemClass. ' ' . $this->classPrefix . 'heading ' . $this->classPrefix . 'heading-' . $data['size'] . '"' . $styles . '>';
H A Dgrid.php24 $styles = $this->buildStyle(array(
29 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'grid"' . $styles . '>';
/plugin/nspages/printers/
H A DprinterLineBreak.php18 $this->renderer->linebreak();
20 $this->_printElementLink($item);
26 $this->renderer->cdata(', ');
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc9 // The plugin initialization logic goes inside this method.
34 + this.numbersToTwoDigits(d.getMonth() +1) + '/'
35 + this.numbersToTwoDigits(d.getDate())
36 + ' ' + this.numbersToTwoDigits(d.getHours())
37 + ':' + this.numbersToTwoDigits(d.getMinutes());
54 icon: this.path + 'images/sig.png'
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc9 // The plugin initialization logic goes inside this method.
34 + this.numbersToTwoDigits(d.getMonth() +1) + '/'
35 + this.numbersToTwoDigits(d.getDate())
36 + ' ' + this.numbersToTwoDigits(d.getHours())
37 + ':' + this.numbersToTwoDigits(d.getMinutes());
54 icon: this.path + 'images/sig.png'
/plugin/dbquery/syntax/
H A Dquery.php32 $this->Lexer->addSpecialPattern('{{QUERY:\w+}}', $mode, 'plugin_dbquery_query');
59 $this->renderStatus($result, $qdata['codeblocks'][$result[0]['status']], $renderer);
62 $this->renderTransposedResultTable($result, $renderer);
64 $this->renderResultTable($result, $renderer);
116 $this->cellFormat($cell, $R);
152 $this->cellFormat(array_values($result[$y])[$x], $R);
/plugin/resizeblacklist/
H A Daction.php12 $controller->register_hook('MEDIA_RESIZE', 'BEFORE', $this, 'can_resize');
24 …if($isImage && (in_array("all", $this->getConf("no_resize")) || in_array($EXT, $this->getConf("no_…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DBaseTag.php36 return $this->name;
41 return $this->description;
50 return $formatter->format($this);
/plugin/showinitpage/
H A Daction.php26 'ACTION_HEADERS_SEND', 'AFTER', $this, 'redirect_whole_content'
43 && ($ID === $conf['start'] || $this->getConf('initpagestartonly') === 0))
45 $rurl=$this->getConf('initpageurl');
/plugin/stopforumspam2/lang/en/
H A Dbannedreg.txt3 Sorry, you can't register with this wiki because you were regarded as a spammer.
4 If you think this is an error, ask the admin of this website to be allowed to register.
/plugin/bugzillahttp/
H A DcUrlHelper.php25 curl_setopt($handle, CURLOPT_HTTPHEADER, $this->header);
26 curl_setopt($handle, CURLOPT_USERAGENT, $this->useragent);
33 $this->setCurlOptions($handle);
/plugin/authfacebook/lib/FileUpload/
H A DMimetypes.php974 return isset($this->mimetypes[$extension]) ? $this->mimetypes[$extension] : null;
986 return $this->fromExtension(pathinfo($filename, PATHINFO_EXTENSION));
/plugin/authfacebook/lib/GraphNodes/
H A DGraphObjectFactory.php59 return $this->makeGraphNode($subclassName);
71 return $this->makeGraphNode(static::BASE_GRAPH_OBJECT_PREFIX . 'GraphEvent');
86 return $this->makeGraphEdge($subclassName, $auto_prefix);
/plugin/hidemenus/action/
H A Dhidepagetools.php16 …$controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_menu_items_assembly', ar…
39 $allowPageToolsHiding = $this->getConf('hidePageTools');
40 $allowSiteToolsHiding = $this->getConf('hideSiteTools');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DExtendedStatsBucket.php19 $this->setBucketsPath($bucketsPath);
24 return $this->setParam('format', $format);
29 return $this->setParam('sigma', $sigma);
H A DBucketSelector.php19 $this->setBucketsPath($bucketsPath);
27 $this->setScript($script);
36 * Set the buckets_path for this aggregation.
38 * @return $this
42 return $this->setParam('buckets_path', $bucketsPath);
/plugin/glossary/syntax/
H A Dspan.php26 if ($mode == substr (get_class ($this), 7))
32 $this->Lexer->addSpecialPattern ('<glossary[^/]*?/>', $mode, 'plugin_glossary_span');
33 …$this->Lexer->addEntryPattern ('<glossary[^/]*?>(?=.*?</glossary>)', $mode, 'plugin_glossary_span'…
36 $this->Lexer->addExitPattern ('</glossary>', 'plugin_glossary_span');
100 $glossary = new glossary ($this, $ns);

1...<<711712713714715716717718719720>>...1084