Home
last modified time | relevance | path

Searched refs:this (Results 22951 – 22975 of 27090) sorted by relevance

1...<<911912913914915916917918919920>>...1084

/plugin/mediasyntax/syntax/
H A Dcodeblock.php29 $this->Lexer->addEntryPattern(
38 $this->Lexer->addExitPattern(
H A Dteletyper.php18 $this->Lexer->addEntryPattern(
27 $this->Lexer->addExitPattern(
42 // For understanding this see the very valuable code by Christopher Smith on http://www.dokuwiki.org/devel:syntax_plugins
/plugin/autolink3/
H A Daction.php40 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this,
78 $event->data[0][1] = $this->_is_link_application($event->data[0][0], $event->data[0][1]);
/plugin/bbcode/
H A Dquote.php23 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[quote.*?\](?=.*?\x5B/quote\x5D)',$mod…
24 function postConnect() { $this->Lexer->addExitPattern('\[/quote\]','plugin_bbcode_quote'); }
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/
H A DCamelCapsMethodNameSniff.php57 if (isset($this->magicMethods[$magicPart]) === true
58 || isset($this->methodsDoubleUnderscore[$magicPart]) === true
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.YouTube.txt
/plugin/googleads/lang/en/
H A Douttro.txt3 …emplate "Google AdSense Ready", even if your users do not use Google AdSense (or have this plugin.)
9 If you find this plugin useful, please consider supporting the project via [[http://tjgrant.com/wik…
/plugin/letsencrypt/classes/
H A DLescript.php16 $client = new Client($this->ca);
38 $certfile = $this->certificatesDir.'/'.$domain.'/cert.pem';
/plugin/reliwa/
H A Dsyntax.php89 $txt .= ' src="'.$this->getConf('url');
92 $uname = $this->getConf('user');
/plugin/alertbox/
H A Dsyntax.php18 …function connectTo($mode) { $this->Lexer->addEntryPattern('<alert.*?>(?=.*?</alert>)',$mode,'plugi…
19 function postConnect() { $this->Lexer->addExitPattern('</alert>','plugin_alertbox'); }
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFactory.php33 $paths = $this->getPathsAfterResolvingWildcards($paths);
34 $exclude = $this->getPathsAfterResolvingWildcards($exclude);
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php39 return $this->isInteractive(STDOUT);
83 if (!$this->isInteractive(self::STDIN)) {
/plugin/signavio/
H A Dsyntax.php38 … $this->Lexer->addEntryPattern('<signavio[\s]*?.*?>(?=.*?</signavio>)', $mode, 'plugin_signavio');
43 $this->Lexer->addExitPattern('</signavio>', 'plugin_signavio');
/plugin/socialshareprivacy/
H A Dsyntax.php33 … $this->Lexer->addSpecialPattern('\{\{socialshareprivacy\}\}',$mode,'plugin_socialshareprivacy');
34 …$this->Lexer->addSpecialPattern('\{\{socialshareprivacy>.+?\}\}',$mode,'plugin_socialshareprivacy'…
/plugin/jirainfo/
H A Dsyntax.php20 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<(?:ji|jirainfo).*?>(?=.*?</(?:j…
21 …public function postConnect() { $this->Lexer->addExitPattern('</(?:ji|jirainfo)>','plugin_jirainfo…
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest8.txt8 ^ Heading 4 | no colspan this time | |
13 | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 |
/plugin/swiftmail/
H A Dadmin.php55 echo $this->locale_xhtml('intro');
57 if(!$conf['mailfrom']) msg($this->getLang('nofrom'),-1);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DLockable.php55 $this
65 $this
H A DTouchable.php55 $this
65 $this
/plugin/drawio/
H A Dsyntax.php39 $this->Lexer->addSpecialPattern("\{\{drawio>.+?\}\}",$mode,'plugin_drawio');
77 …if(!in_array(pathinfo($media_id, PATHINFO_EXTENSION),array_map('trim',explode(",",$this->getConf('…
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DFqsenResolver.php28 if ($this->isFqsen($fqsen)) {
32 return $this->resolvePartialStructuralElementName($fqsen, $context);
/plugin/alphalist2/
H A Dsyntax.php17 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<alphalist.*?>(?=.*?</alphalist>…
18 …public function postConnect() { $this->Lexer->addExitPattern('</alphalist>','plugin_alphalist2'); }
/plugin/ggb/
H A Dsyntax.php24 …function connectTo($mode) { $this->Lexer->addEntryPattern('<ggb.*?>(?=.*?</ggb>)',$mode,'plugin_gg…
25 function postConnect() { $this->Lexer->addExitPattern('</ggb>','plugin_ggb'); }
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteBackrefRenderer.php10 * file that was distributed with this source code.
45 $attrs->append('class', $this->config->get('footnote/backref_class'));
50 $symbol = $this->config->get('footnote/backref_symbol');
58 $this->config = $configuration;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DOrderinvoices.php50 …return $this->call('createchargeinvoice', [$params], OrderinvoicesCreateChargeInvoiceResponse::cla…
70 …return $this->call('createrefundinvoice', [$params], OrderinvoicesCreateRefundInvoiceResponse::cla…

1...<<911912913914915916917918919920>>...1084