Home
last modified time | relevance | path

Searched refs:this (Results 17651 – 17675 of 27090) sorted by relevance

1...<<701702703704705706707708709710>>...1084

/plugin/combo/syntax/
H A Dheadingwiki.php96 if ($this->enableWikiHeading($mode)) {
97 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
104 $this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
130 $level = $this->getLevelFromMatch($match);
159 $levelFromMatch = $this->getLevelFromMatch($match);
/plugin/minimap/
H A Dsyntax.php22 $pattern = '<' . $this->getPluginName() . '[^>]*>';
23 $this->Lexer->addSpecialPattern($pattern, $aMode, 'plugin_' . $this->getPluginName());
76 …$parameters[self::INCLUDE_DIRECTORY_PARAMETERS] = $this->getConf(self::INCLUDE_DIRECTORY_PARAMETER…
77 $parameters[self::SHOW_HEADER] = $this->getConf(self::SHOW_HEADER);
136 …$pagesOfNamespace = $this->getNamespaceChildren($nameSpacePath, $sort = 'natural', $listdirs = $in…
162 $pageId = $this->getNamespaceStartId($page['id']);
306 …a class="minimap_badge" href="https://gerardnico.com/dokuwiki/minimap">'.$this->getConf(self::POWE…
/plugin/repo/
H A Dsyntax.php35 $this->Lexer->addSpecialPattern("{{repo>.+?}}", $mode, 'plugin_repo');
79 $this->_directory($base, $renderer, $path, $data[3]);
81 $this->_image($url, $renderer);
83 $this->_codefile($url, $renderer, $data[3]);
85 if ($path) $this->_location($path, $title, $renderer);
109 $items = $this->_index($url, $path);
143 $items = array_merge($items, $this->_index($url, $path, $base.$result, $lvl));
164 $renderer->doc .= $this->_cached_geshi($url, $refresh);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php9 * file that was distributed with this source code.
86 $this->messageId = $messageId;
87 $this->controls = new ControlBag(...$controls);
95 return $this->messageId;
99 * Get the controls for this specific message.
105 return $this->controls;
116 Asn1::integer($this->messageId),
117 $this->getOperationAsn1()
120 if (count($this->controls->toArray()) !== 0) {
123 foreach ($this
[all...]
/plugin/popupviewer/syntax/
H A Dviewer.php33 $this->Lexer->addSpecialPattern('{{popup>[^}]+}}}}', $mode, 'plugin_popupviewer_viewer');
34 $this->Lexer->addSpecialPattern('{{popup>[^}]+}}', $mode, 'plugin_popupviewer_viewer');
35 … $this->Lexer->addSpecialPattern('{{popupclose>[^}]+}}}}', $mode, 'plugin_popupviewer_viewer');
36 $this->Lexer->addSpecialPattern('{{popupclose>[^}]+}}', $mode, 'plugin_popupviewer_viewer');
84 $scID = sectionID(noNs($id), $this->headers);
115 $more = $this->_getOnClickHandler($close, array('isImage' => true, 'id' => $id));
144 $more = $this->_getOnClickHandler($close, $data);
148 …$renderer->doc .= $this->_renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, …
/plugin/templater/
H A Dsyntax.php36 * need to inherit from this class
68 $this->Lexer->addSpecialPattern("{{template>.+?}}", $mode, 'plugin_templater');
81 $replacers = $this->_massageReplacers($replacers);
119 $renderer->doc .= $this->getLang('no_permissions_view');
128 $renderer->doc .= $this->getLang('template');
132 $renderer->doc .= $this->getLang('not_found');
138 $renderer->doc .= $this->getLang('processing_template');
142 $renderer->doc .= $this->getLang('stopped_recursion');
146 self::$pagestack[] = $data[0]; // push this onto the stack
169 $getSection = $this
[all...]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DMkCol.php40 $this->resourceType = $resourceType;
52 return $this->resourceType;
68 return count(array_diff((array)$resourceType, $this->resourceType)) === 0;
/plugin/indextitleonly/_test/
H A Dindextitleonly.test.php12 $this->pluginsEnabled[] = 'indextitleonly';
25 …$this->assertEquals(array('title' => array('test' => 1, 'titleonly:sub:test' => 1)), idx_get_index…
30 … $this->assertEquals(array('content' => array('test' => 1)), idx_get_indexer()->lookup($query));
/plugin/jmol2/
H A Dsyntax.php21 $this->jmolDir = DOKU_BASE.$sl.'lib/plugins/jmol2/jmol/';
22 $this->jmolJS = $this->jmolDir.'Jmol.js';
/plugin/html2pdf/html2pdf/html2ps/
H A Ddestination._http.class.php4 $this->Destination($filename);
8 die("Unoverridden 'header' method called in ".get_class($this));
14 $headers = $this->headers($content_type);
/plugin/tplmod/
H A DMenuItem.php28 $this->params['do']="";
30 $this->btn_name = $btn_name;
41 return $this->btn_name;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DMkCol.php40 $this->resourceType = $resourceType;
52 return $this->resourceType;
67 return count(array_diff((array)$resourceType, $this->resourceType)) === 0;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DBoosting.php17 * Set the positive query for this Boosting Query.
19 * @return $this
23 return $this->setParam('positive', $query);
27 * Set the negative query for this Boosting Query.
29 * @return $this
33 return $this->setParam('negative', $query);
37 * Set the negative_boost parameter for this Boosting Query.
39 * @return $this
43 return $this->setParam('negative_boost', $negativeBoost);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DJoinProcessor.php19 $this->setField($field);
20 $this->setSeparator($separator);
26 * @return $this
30 return $this->setParam('separator', $separator);
/plugin/prosemirror/parser/
H A DPreformattedNode.php13 $this->parent = &$parent;
14 $this->data = $data;
19 $lines = explode("\n", $this->data['content'][0]['text']);
/plugin/mindmap/
H A Dsyntax.php123 if ( $this->getConf('use_plugin_path') == 1) {
124 $conf_plugin_path = $this->getConf('plugin_path');
139 …$renderer->doc .= '<p><a href="'.$xml.'" target="_blank">'.$this->getLang('gexf_mindmap').'</a></p…
200 $gathered_data = $this->gather_data(
221 $gathered_data = $this->get_gathered_data( $data );
223 $xml = $this->get_gexf( $gathered_data );
240 $gathered_data = $this->get_gathered_data( $data );
241 $dot_input = $this->get_dot( $gathered_data );
245 if ( $this->getConf('graphviz_path') ) {
247 $cmd = $this->getConf('path');
/plugin/structodt/
H A Dhelper.php53 $tmp_dir = $this->tmpFileName() . '/';
68 $this->rmdir_recursive($tmp_dir);
72 $content = $this->replace($content, $row);
77 $tmp_file = $this->tmpFileName('odt');
81 foreach($this->readdir_recursive($tmp_dir) as $file) {
89 $this->rmdir_recursive($tmp_dir);
107 $tmp_file = $this->renderODT($template, $row);
124 $tmp_file = $this->tmpFileName('pdf');
232 $search = $this->getSearch($schemas, $first_schema);
254 $search = $this
[all...]
/plugin/pgn4web/pgn4web/
H A Dtest.pgn30 1. e4 { [%clk 00:59:01] } 1... e5 { [%clk 00:58:02] this is an inline
33 % this line should not be passed through by the PGN viewer
39 00:46:14] } 8. Qf4 { [%clk 00:45:15] } ; the rest of this line is a comment
84 1. d4 { this comment is right after White's first move } ( { this also, but
85 already inside a variation } e4 { this is after the variation } ) { this is
105 2. c4 dxc4 (* $140 3. e4 e5 { this is a continuation }) 3. Nf3 Nf6
106 (* 4. e3 Bg4 { another continuation }) (3... b5 4. a4 {this is a
128 $22 {this is a draw} 1. Kd6 ($22 1. Kf7 ($11 Kf6 Kd7) Kd7) ({ if only White
130 lost if Black passes} $18 2. Kc6 Ke7) 2. Kd5?? { this is a blunder } Kd7 $11
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php29 $options = $this->getDefaultOptions($request, $headers);
30 $this->applyMethod($request, $options);
33 $this->applyHandlerOptions($request, $options);
36 $this->applyHeaders($request, $options);
41 $options = $this->applyCustomCurlOptions(
51 $body = $this->getOutputBody($request, $options);
203 $this->applyBody($request, $options);
239 $this->removeHeader('Content-Length', $options);
240 $this->removeHeader('Transfer-Encoding', $options);
246 $this
[all...]
/plugin/dokutranslate/
H A Daction.php114 $this->setupLocale();
115 …$controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_html_editform_output');
116 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, 'handle_disabled');
118 …$controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'handle_action_show_redirect');
119 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'handle_parser_handler_done');
120 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_parser_cache_use');
121 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_tpl_act_render');
122 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_tpl_content_display');
454 $status[$link[1]] = $this->_translationStatus($link[1]);
513 $ret = sprintf($this->getLang('trans_percentage'), 25 * $total / count($meta));
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php31 $this->maxHandles = $maxHandles;
44 $conf = $this->getDefaultConf($easy);
45 $this->applyMethod($easy, $conf);
46 $this->applyHandlerOptions($easy, $conf);
47 $this->applyHeaders($easy, $conf);
56 $easy->handle = $this->handles
57 ? array_pop($this->handles)
69 if (count($this->handles) >= $this->maxHandles) {
81 $this->handles[] = $resource;
273 $this->removeHeader('Content-Length', $conf);
[all …]
/plugin/swiftmail/Swift/Plugin/
H A DEasySwiftResponseTracker.php35 $this->target = $obj;
43 $this->target->lastResponse = $e->getString();
44 $this->target->responseCode = $e->getCode();
/plugin/translatebutton/
H A Daction.php31 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'translate_button', array ());
32 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, '_hookjs');
41 'title' => $this->getLang('translate'),
/plugin/authgoogle2fa/
H A Daction.php15 $enable = $this->getConf("use2fa_verify");
17 …$controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'two_fa_login_form', array());
24 …$twofa_form = "<label class=\"block\"><span>".$this->getLang('google_2fa')." </span><input type='p…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DWarningTestCase.php46 $this->message = $message;
55 throw new PHPUnit_Framework_Warning($this->message);
63 return $this->message;

1...<<701702703704705706707708709710>>...1084