Home
last modified time | relevance | path

Searched refs:this (Results 17351 – 17375 of 27090) sorted by relevance

1...<<691692693694695696697698699700>>...1084

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php30 * this situation occurs.
45 $this->exactOnly = $exactOnly;
57 if ($this->exactOnly && !$exact) {
65 $this->getDecisionDescription($recognizer, $dfa),
66 $this->getConflictingAlts($ambigAlts, $configs),
85 $this->getDecisionDescription($recognizer, $dfa),
104 $this->getDecisionDescription($recognizer, $dfa),
/plugin/cookiebanner/
H A Daction.php15 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'handleStart');
25 $JSINFO['plugins']['cookiebanner']['script'] = $this->getConf('script');
26 $JSINFO['plugins']['cookiebanner']['text'] = $this->locale_xhtml('intro');
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/_files/
H A DSampleClass.php25 $this->a = $a;
26 $this->b = $b;
27 $this->c = $c;
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DCodeExporter.php31 $this->exportVariable($value)
49 $this->exportVariable($key),
50 $this->exportVariable($value)
64 (is_array($variable) && $this->arrayOnlyContainsScalars($variable))) {
/plugin/csstimeline/
H A Dsyntax.php39 $this->_helper =& plugin_load('helper', 'csstimeline');
60 $this->Lexer->addSpecialPattern($this->_helper->specialPattern,$mode,'plugin_csstimeline');
68 $data = $this->_helper->handleMatch($match);
/plugin/rating/
H A Daction.php21 … $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
22 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'handle_vote');
23 $controller->register_hook('IO_WIKIPAGE_WRITE', 'AFTER', $this, 'handle_delete');
63 $this->handle_vote($event, $param);
/plugin/markdownextra/
H A Daction.php18 'BEFORE', $this, 'handle_parser_wikitext_preprocess');
20 'BEFORE', $this, 'handle_meltdown_metadata');
34 if ($this->getConf('frontmatter')){
51 if ($this->getConf('markdowneditor') == 'meltdown') {
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DFileSystem.php54 $this
66 $this
82 $this
101 $this
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableCell.php13 * file that was distributed with this source code.
56 $this->type = $type;
57 $this->align = $align;
67 return $this->type;
77 $this->type = $type;
87 return $this->align;
97 $this->align = $align;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Libraryagent/Resource/
H A DShelvesBooks.php47 return $this->call('borrow', [$params], GoogleExampleLibraryagentV1Book::class);
60 return $this->call('get', [$params], GoogleExampleLibraryagentV1Book::class);
83 return $this->call('list', [$params], GoogleExampleLibraryagentV1ListBooksResponse::class);
98 return $this->call('return', [$params], GoogleExampleLibraryagentV1Book::class);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteReplyTest.php18 $this->assertEquals('foo', $notification->getId());
19 $this->assertEquals('"1"', $notification->getETag());
33 $this->assertEquals($simpleExpected, $writer->outputMemory());
47 $this->assertXmlStringEqualsXmlString($expected, $writer->outputMemory());
/plugin/navi/_test/
H A DBasicListTest.php43 $this->assertEquals($expectedHTML, $actualHTML);
90 $this->assertEquals([
97 $this->assertEquals([
101 $this->assertEquals([
/plugin/combo/ComboStrap/
H A DPageTitle.php61 $resource = $this->getResource();
69 return PageH1::createForPage($this->getResource())
76 $metadataStore = $this->getReadStore();
85 $this->wasBuild = true;
87 $value = $dataCurrentAndPersistent[MetadataDokuWikiStore::PERSISTENT_DOKUWIKI_KEY][$this->getName()] ?? null;
88 $this->setFromStoreValueWithoutException($value);
89 return $this;
102 return $this->getValue();
104 return $this->getDefaultValue();
/plugin/confmanager/lang/ko/
H A Dinterwiki.txt10 [[doku>interwiki]] links to this page
18 InterWiki의 특별한 단축 링크는 **''this''** 입니다. DokuWiki가 설치된 웹서버 디렉토리로 항상 연결해줍니다. 즉, 상대 경로(URL)을 생성하는 데 사용…
20 <code> [[this>feed.php]] </code>
/plugin/struct/types/
H A DTraitFilterPrefix.php38 if ($this->config['prefix']) {
39 $pl = $QB->addValue($this->config['prefix']);
42 if ($this->config['postfix']) {
43 $pl = $QB->addValue($this->config['postfix']);
/plugin/highlight2wiki/
H A Daction.php21 // $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar_define',array());
22 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this,'_hookjs');
23 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'allowMyAction');
24 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'performMyAction');
72 $yournamespace = $this->getConf('highlight_namespace');
73 $allowed_tags = $this->getConf('allowed_tags');
74 $allow_css = $this->getConf('allow_css');
75 $allow_javascript = $this->getConf('allow_javascript');
76 $title_as_pagename = $this->getConf('title_as_pagename');
/plugin/blog/
H A Daction.php14 $contr->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_act_preprocess', array());
15 $contr->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, 'handle_feed_item');
16 $contr->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_cache');
28 $event->data = $this->_handle_newEntry($event);
91 $ID = $this->_newEntryID($ns, $_REQUEST['title']);
94 // check if we are allowed to create this file
115 $TEXT = $this->_pageTemplate($TEXT, $data);
192 $dateprefix = $this->getConf('dateprefix');
/plugin/strata/driver/
H A Dmysql.php25 $this->query('SET NAMES utf8mb4');
26 $this->query("SET sql_mode = 'PIPES_AS_CONCAT'"); // Ensure that || works as string concatenation
30 return $this->_db->query("SHOW TABLES LIKE 'data'")->rowCount() != 0;
/plugin/strata/_test/
H A Dquery_sort.test.php62 $this->assertQueryResult($query, $expected);
97 $this->assertTrue($this->_triples->queryRelations($query));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvTrait.php9 * file that was distributed with this source code.
41 return $this->contextId;
49 return $this->offset;
57 return $this->count;
/plugin/sapnotelink/
H A Daction.php15 …if($this->getConf('sapnotelink_toolbar_icon')) $controller->register_hook('TOOLBAR_DEFINE', 'AFTER…
24 'title' => $this->getLang('toolbar_icon'),
/plugin/zip/pear/File/Archive/Reader/
H A DSelect.php51 $this->filename = $filename;
59 return $this->source->select($this->filename, false);
/plugin/imagecarousel/_test/
H A Dparse.test.php9 $this->pluginsEnabled[] = 'imagecarousel';
20 $this->assertTrue(strpos($HTML, '<div class="slick') !== false, 'render class slick');
21 $this->assertTrue(strpos($HTML, '"slidesToShow":4') !== false, 'slidesToShow is 4');
/plugin/bureaucracyau/helper/
H A Dfieldemail.php25 $value = $this->getParam('value');
27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
/plugin/bureaucracy-au/helper/
H A Dfieldemail.php25 $value = $this->getParam('value');
27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));

1...<<691692693694695696697698699700>>...1084