Home
last modified time | relevance | path

Searched refs:this (Results 23176 – 23200 of 27090) sorted by relevance

1...<<921922923924925926927928929930>>...1084

/plugin/deletepagebutton/
H A DREADME.md39 for information on how to install and configure this plugin in DokuWiki.
41 If you install this plugin manually, make sure it is installed in
65 Source code and support for this plugin can be found at
73 [this old plugin](https://github.com/caillou/dokuwiki-plugin-delete)
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DLICENSE.txt6 of this software and associated documentation files (the "Software"), to deal
12 The above copyright notice and this permission notice shall be included in all
32 of this software and associated documentation files (the "Software"), to deal
38 The above copyright notice and this permission notice shall be included in all
H A DREADME.md10 this library aims to offer character encoding functions that do not leak
25 Version 2 of this library should work on **PHP 7** or newer. For PHP 5
28 If you are adding this as a dependency to a project intended to work on both PHP 5 and PHP 7, pleas…
83 If your company uses this library in their products or services, you may be
/plugin/ireadit/action/
H A Dmigration.php25 $controller->register_hook('PLUGIN_SQLITE_DATABASE_UPGRADE', 'AFTER', $this, 'handle_migrations');
41 if (is_callable([$this, "migration$to"])) {
42 $event->result = call_user_func([$this, "migration$to"], $event->data);
258 $this->insertOrIgnore($sqlite,'ireadit', [
/plugin/combo/syntax/
H A Dlabel.php69 $this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
74 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
111 LogUtility::log2FrontEnd("The label is included in the $grandFatherName component and this is unexpected", LogUtility::LVL_MSG_WARNING, self::TAG);
H A Dcontentlist.php169 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
177 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
237 * The number are inside (this is a **content** list)
/plugin/addnewpage/
H A DREADME.md25 for information on how to install, configure and use this plugin in DokuWiki.
30 Source code and support for this plugin can be found at
39 During this time, he merged several improvements and fixes contributed by these fine people:
48 …ps://github.com/dregad/dokuwiki-plugin-addnewpage/graphs/contributors) to this plugin over the yea…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DBlockCommentSniff.php67 if ($this->_tabWidth === null) {
71 $this->_tabWidth = 4;
73 $this->_tabWidth = $cliValues['tabWidth'];
242 $padding = str_repeat("\t", floor($starColumn / $this->_tabWidth));
293 $padding = str_repeat("\t", floor($starColumn / $this->_tabWidth));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarQueryValidatorTest.php19 $this->assertFalse($validator->validate($vcal, ['name' => 'VFOO']));
44 $this->assertFalse($validator->validate($vObject, $filters));
47 $this->assertTrue($validator->validate($vObject, $filters));
52 $this->fail('This test was supposed to fail');
56 $this->assertTrue(true);
/plugin/drawio/
H A DREADME.md3 Automatically generated documentation (I guess the DokuWiki community likes this form of documentat…
8 All documentation for this plugin can be found at
11 If you install this plugin manually, make sure it is installed in
35 … somebody else. In special cases I can commit to implement it. Generally, this is a non-profit are…
44 …asks i would like to be working on are labeled as *enhacement* in the Issues page of this project:
50 ## How to extend this plugin?
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md33 With [Composer](https://getcomposer.org/), to include this library into
64 to resolve a `hoa://` path and finally how to add a new node in this tree.
105 Thus, `hoa://Library/Protocol/README.md` represents the abstract path to this
106 real file. No matter where you are on the disk, this path will always be valid
107 and pointing to this file. This becomes useful in an application where you would
108 like to access to a configuration file like this
133 this tree, we must create a node and register it as a child of an existing node.
161 contains detailed information about how to use this library and how it works.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.AggressivelyFixLt.txt
/plugin/visio/
H A Dsyntax.php68 $renderer->doc .= '<OBJECT classid="'.$this->getConf('classid').'" ';
69 …$renderer->doc .= 'codebase="'.$this->getConf('codebase').'" id="viewer1" width="'.$width.'" heigh…
/plugin/publist/
H A DREADME5 All documentation for this plugin can be found at
8 If you install this plugin manually, make sure it is installed in
/plugin/adminperm/
H A Daction.php21 … $controller->register_hook('ADMINPLUGIN_ACCESS_CHECK', 'AFTER', $this, 'handle_accesscheck');
22 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'handle_menu');
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDOMNodeComparator.php47 $expectedAsString = $this->nodeToText($expected, true, $ignoreCase);
48 $actualAsString = $this->nodeToText($actual, true, $ignoreCase);
/plugin/fckg/syntax/
H A Dfont.php28 …function connectTo($mode) { $this->Lexer->addEntryPattern('<font.*?>(?=.*?</font>)',$mode,'plugin_…
29 function postConnect() { $this->Lexer->addExitPattern('</font>','plugin_fckg_font'); }
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php49 $this->locks = $locks;
70 foreach ($this->locks as $lock) {
/plugin/lang/
H A Dsyntax.php73 $this->Lexer->addEntryPattern(
194 $this->Lexer->addExitPattern('\x3C\x2Flang\x3E', 'plugin_lang');
/plugin/webcomponent/syntax/
H A Dheading.php88 …$this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $th…
/plugin/autogallery/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('\{\{NEWGALLERY[^\}]*\}\}',$mode,'plugin_autogallery');
84 $newpagetemplateinput = $this->_htmlTemplateInput($data['newpagetemplates']);
/plugin/tipoftheday/syntax/
H A Dtotns.php23 $this->Lexer->addSpecialPattern('{{totns>.+?}}', $mode, 'plugin_totd_totns');
34 $header = $this->_getNSFiles(getNS($page));
/plugin/pixelyear/
H A Dsyntax.php21 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<pixelyear.*?>(?=.*?</pixelyear>…
22 … public function postConnect() { $this->Lexer->addExitPattern('</pixelyear>','plugin_pixelyear'); }
/plugin/swarmwebhook/webhooks/
H A DZapier.php45 $ok = $this->handleWebhookPayload($json);
73 $lookupData = $this->extractDataFromPayload(json_decode($json, true));
/plugin/flattr/
H A Dsyntax.php34 $this->Lexer->addSpecialPattern('<flattr>.*?</flattr>', $mode, 'plugin_flattr');
35 $this->Lexer->addSpecialPattern('<flattr\s*/>', $mode, 'plugin_flattr');

1...<<921922923924925926927928929930>>...1084