Home
last modified time | relevance | path

Searched refs:this (Results 20651 – 20675 of 27090) sorted by relevance

1...<<821822823824825826827828829830>>...1084

/plugin/authorstats/
H A Dadmin.php20 echo "<div>" . $this->getLang("admin-description") . "</div>";
21 …echo "<button type='submit' name='init_db' value='1'>" . $this->getLang("admin-button") . "</butto…
/plugin/foldablelist/
H A Daction.php21 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'addconfig2js');
33 $this->loadConfig();
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DInsecureCredentials.php44 return $this->token;
66 return $this->token;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DIssue96Test.php19 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
20 $this->assertEquals("http://www.example.org", $vcard->url->getValue());
/plugin/scrollticker/
H A Daction.php21 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'addconfig2js');
32 $this->loadConfig();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DLimit.php21 $this->setLimit($limit);
29 * @return $this
33 return $this->setParam('value', $limit);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DFailProcessor.php18 $this->setMessage($message);
24 * @return $this
28 return $this->setParam('message', $message);
/plugin/prosemirror/parser/
H A DEmailLinkNode.php10 return $this->getDefaultLinkSyntax($this->attrs['data-inner']);
H A DExternalLinkNode.php9 return $this->getDefaultLinkSyntax($this->attrs['data-inner']);
/plugin/data/_test/
H A Dsyntax_plugin_data_table.test.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.Encoding.txt
H A DHTML.AllowedModules.txt
/plugin/barcode/
H A Dsyntax.php32 $this->Lexer->addSpecialPattern('~~BARCODE.*?~~', $mode, 'plugin_barcode');
69 $provider = $this->getConf('provider');
80 if ($this->getConf('showfooter')) {
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DFactoryTest.php75 $this->assertInstanceOf($expected, $actual);
94 $this->assertInstanceOf($expected, $actual);
113 $this->assertInstanceOf($expected, $actual);
/plugin/abstract/
H A Dsyntax.php20 $this->Lexer->addEntryPattern('<abstract[^>]*>(?=.*</abstract>)',$mode,'plugin_abstract');
24 $this->Lexer->addExitPattern('</abstract>','plugin_abstract');
35 $flags = $this->parseFlags($flags);
/plugin/ipgroup/
H A Daction.php23 $controller->register_hook('AUTH_ACL_CHECK', 'BEFORE', $this, 'start');
49 if ($this->ip2pton($ip."/".$network_bits) === $this->ip2pton($network)) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerBindHandler.php9 * file that was distributed with this source code.
48 $this->validateVersion($request);
49 $token = $this->simpleBind($dispatcher, $request);
50 $queue->sendMessage($this->responseFactory->getStandardResponse($message));
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceParser.php14 * file that was distributed with this source code.
71 return $this->paragraph;
79 $this->finishReference();
81 return $this->references;
86 return $this->references !== [];
91 if ($this->paragraph !== '') {
92 $this->paragraph .= "\n";
95 $this->paragraph .= $line;
100 switch ($this->state) {
106 $result = $this
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarQueryVAlarmTest.php57 $this->assertTrue($validator->validate($vcalendar, $filter));
73 $this->assertFalse($validator->validate($vcalendar, $filter));
118 $this->assertTrue($validator->validate($vcalendar, $filter));
/plugin/userhomepage/lang/en/
H A Duserhomepage_publicspace.default3 …* You can introduce yourself, add links to your contributions in this wiki, tell a story or presen…
5 …* To create a page inside this public space, simply use the standard link syntax __without any nam…
11 Feel free to remove this paragraph (beside the title)...\\
/plugin/statdisplay/
H A Dsyntax.php32 $this->Lexer->addSpecialPattern('\{\{statdisplay>[^\}]+\}\}', $mode, 'plugin_statdisplay');
59 'from' => $this->cleanDate($from),
60 'to' => $this->cleanDate($to),
/plugin/structacl/
H A Daction.php18 $mode = $this->getConf('run');
19 $controller->register_hook('AUTH_ACL_CHECK', $mode, $this, 'handleAclCheck', $mode);
38 $config = $helper->getConfiguration($this->getConf('fields'));
/plugin/combo/syntax/
H A Drelated.php22 * need to inherit from this class
71 * Create a pattern that will called this plugin
81 $extraPattern = $this->getConf(RelatedTag::EXTRA_PATTERN_CONF);
83 $this->Lexer->addSpecialPattern($extraPattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
/plugin/layeranimation/syntax/
H A Ditem.php30 $this->Lexer->addEntryPattern('<item>(?=.*?</item>)',$mode,'plugin_layeranimation_item');
31 $this->Lexer->addEntryPattern('<item .+?>(?=.*?</item>)',$mode,'plugin_layeranimation_item');
35 $this->Lexer->addExitPattern('</item.*?>', 'plugin_layeranimation_item');
/plugin/siteexport/syntax/
H A Dsiteexport.php27 … $this->Lexer->addSpecialPattern('\{\{siteexport .*?\}\}', $mode, 'plugin_siteexport_siteexport');
47 …$formParams = array( 'id' => sectionID('siteexport_siteexporter', $this->headers), 'action' => wl(…
54 $submitLabel = $this->getLang('SiteSubmitLabel');

1...<<821822823824825826827828829830>>...1084