Home
last modified time | relevance | path

Searched refs:this (Results 17176 – 17200 of 27090) sorted by relevance

1...<<681682683684685686687688689690>>...1084

/plugin/webcomponent/syntax/
H A Dconsole.php68 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this
75 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DgrammarTest.php38 $this->fail('Exception not expected');
40 $this->assertEquals($exception, get_class($e));
46 $this->fail(sprintf('Exception "%s" expected', $exception));
50 $this->assertEquals($output, $actual);
/plugin/markdowku/
H A Dimagesreference.php21 $this->nested_brackets_re =
24 $this->Lexer->addSpecialPattern(
25 '\!\['.$this->nested_brackets_re.'\][ ]?(?:\n[ ]*)?\[[^\n]*?\]',
37 '/^\!\[('.$this->nested_brackets_re.')\][ ]?(?:\n[ ]*)?\[(.*?)\]$/',
/plugin/commonmark/vendor/league/commonmark/src/Extension/DisallowedRawHtml/
H A DDisallowedRawHtmlBlockRenderer.php
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCouchDBHandler.php33 $this->options = array_merge([
50 if ($this->options['username']) {
51 $basicAuth = sprintf('%s:%s@', $this->options['username'], $this->options['password']);
H A DSqsHandler.php39 $this->client = $sqsClient;
40 $this->queueUrl = $queueUrl;
57 $this->client->sendMessage([
58 'QueueUrl' => $this->queueUrl,
/plugin/sapnotelink/
H A Dsyntax.php28 $this->Lexer->addSpecialPattern('SAP#[0-9]{1,10}',$mode,'plugin_sapnotelink');
29 $this->Lexer->addSpecialPattern('sap#[0-9]{1,10}',$mode,'plugin_sapnotelink');
42 $url = $this->getConf('sapnoteurl')."/".$sapnote[1];
43 …<img src=\"".DOKU_BASE."lib/plugins/sapnotelink/images/sap.gif\" alt=\"".$this->getLang('url_alt')…
/plugin/publish/action/
H A Drevisions.php13 $this->hlp = plugin_load('helper','publish');
17 …$controller->register_hook('HTML_REVISIONSFORM_OUTPUT', 'BEFORE', $this, 'handle_revisions', array…
24 if (!$this->hlp->isActive()) {
46 if ($this->hlp->isRevisionApproved($revision)) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DIpRange.php17 * @param string $name the name of this aggregation
18 * @param string $field the field on which to perform this aggregation
23 $this->setField($field);
27 * Set the field for this aggregation.
29 * @param string $field the name of the document field on which to perform this aggregation
31 * @return $this
35 return $this->setParam('field', $field);
39 * Add an ip range to this aggregation.
41 * @param string|null $fromValue a valid ipv4 address. Low end of this range, exclusive (greater than)
42 * @param string|null $toValue a valid ipv4 address. High end of this rang
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DUpdateDocument.php34 $this->setSource($source);
36 return $this;
61 $this->setSource($source);
63 return $this;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/Response/
H A DActionException.php18 $this->_response = $response;
20 parent::__construct($this->getErrorMessage($response));
25 return $this->getResponse()->getAction();
30 return $this->_response;
/plugin/ifauthex/_test/
H A Dinstruction.test.php22 $this->assertJsonStringEqualsJsonFile(__DIR__.'/test_page.json', json_encode($calls));
34 $this->assertJsonStringEqualsJsonFile(__DIR__.'/test_nested.json', json_encode($calls));
47 $this->assertTrue($doc->loadHTML($xhtml));
53 $this->assertTrue($doc->loadHTML($xhtml));
/plugin/jdraw/lib/
H A Djdraw.jar ... synthetic com.mxgraph.examples.swing.ClickHandler this$0 void <init> (com.mxgraph ...
/plugin/querychangelog/
H A Dadmin.php29 $this->setupLocale();
41 'desc' => $this->lang['desc'],
195 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
238 ($row['id'] ? $row['id'].':' : ": ".$this->lang['qc_root']).
239 ($row['id'] == $opts['ns'] ? ' '.$this->lang['qc_current'] : '').
249 …ptln( ' <td align="right" nowrap><label><span>'.$this->lang['qc_users'].':</span></label></…
252 ptln ( ' <option value="." SELECTED>'.$this->lang['qc_all_users'].'</option>');
263 …ptln( ' <td align="right" nowrap><label><span>'.$this->lang['qc_major_only'].':</span></lab…
270 …ptln( ' <td colspan="5" align="center"><input type="submit" value="'.formtext($this->lang['…
375 foreach($this->changes as $change){
/plugin/mediasyntax/test/
H A Dissue91 - this is item 1
2 - this is item 2
3 - this is item 3, level 2
/plugin/subjectindex/syntax/
H A Dindex.php41 …$this->Lexer->addSpecialPattern('\{\{subjectindex>(?m).*?(?-m)\}\}', $mode, 'plugin_subjectindex_i…
131 $renderer->doc .= $this->getLang('empty_index');
138 … $lines = $this->_create_index($section_entries, $all_pages, $opt['hideatoz'], $opt['proper']);
139 $renderer->doc .= $this->_render_index($lines, $opt, $count);
269 …$show_jump = '<a class="jump" href="#' . $top_id . '">' . $this->getLang('link_to_top') . '</a>' .…
296 …$links .= $this->_render_wikilink($page, $opt['proper'], $opt['title'], $opt['abstract'], $anchor);
342 $name = (empty($value)) ? $this->_proper(noNS($id)) : $value;
344 $name = $this->_proper(noNS($id));
350 $link = $this->_add_page_anchor($link, $anchor);
353 $link = $this->_add_tooltip($link, $id);
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php35 $this->server = $server;
36 $this->server->on('method:GET', [$this, 'httpGet'], 90);
58 $this->davMount($response, $currentUri);
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSandboxTokenParser.php35 $stream = $this->parser->getStream();
37 $body = $this->parser->subparse([$this, 'decideBlockEnd'], true);
53 return new SandboxNode($body, $token->getLine(), $this->getTag());
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DEmphStrongTrait.php43 $this->parseInline($matches[1]),
66 $this->parseInline($matches[1]),
77 return '<strong>' . $this->renderAbsy($block[1]) . '</strong>';
82 return '<em>' . $this->renderAbsy($block[1]) . '</em>';
/plugin/ac/
H A Dac.php15 $this->base_url = "{$url}?token={$token}&format=json";
21 return $json->decode($client->get($this->base_url . '&' .
31 $all = $this->get($type);
49 $ret = $this->fetch($type, $values);
/plugin/bugzillaint/syntax/
H A Dlist.php45 $this->Lexer->addSpecialPattern('<[Bb]uglist\s+[^>]*>', $mode, 'plugin_bugzillaint_list');
60 …'extras' => preg_match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf(…
83 $render = $this->loadHelper('bugzillaint_render', false);
90 . ' <div class="li">' .htmlspecialchars($this->getLang('msg_empty')). '</div>'
H A Dlink.php45 …$this->Lexer->addSpecialPattern('[Bb]ug\s[0-9]+(?:\s<[a-z_,^>]+>)?', $mode, 'plugin_bugzillaint_li…
59 'extras' => isset($submatch[2]) ? trim($submatch[2]) : $this->getConf('link_default_extras')
82 $render = $this->loadHelper('bugzillaint_render', false);
86 $url = $this->getConf('show_baseurl') . (int) $data['link']['id'];
/plugin/poldek/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('\{\{poldek>.+?\}\}', $mode, 'plugin_poldek');
58 $packages = &$renderer->meta["plugin_" . $this->getPluginName()];
66 $helper = $this->loadHelper($this->getPluginName(), true);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php21 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
28 $this->assertTrue(isset($converted->EMAIL['X-INTERN']));
44 $this->assertEquals($expected, str_replace("\r", "", $vcard));
66 $this->assertEquals(implode("\r\n", $expected), $result);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Metrics/
H A DNestingLevelSniff.php93 if ($nestingLevel > $this->absoluteNestingLevel) {
97 $this->absoluteNestingLevel,
100 } else if ($nestingLevel > $this->nestingLevel) {
104 $this->nestingLevel,

1...<<681682683684685686687688689690>>...1084