Home
last modified time | relevance | path

Searched refs:this (Results 22026 – 22050 of 27090) sorted by relevance

1...<<881882883884885886887888889890>>...1084

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DUnknownFilterException.php25 $this->filterName = $filterName;
36 return $this->filterName;
H A DUnknownHelperException.php25 $this->helperName = $helperName;
36 return $this->helperName;
H A DUnknownTemplateException.php25 $this->templateName = $templateName;
36 return $this->templateName;
/plugin/imagereference/syntax/
H A Dtabcaption.php16 * need to inherit from this class
62 $this->Lexer->addEntryPattern('<tabcaption.*?>(?=.*?</tabcaption>)', $mode, 'plugin_imagereference_tabcaption');
66 $this->Lexer->addExitPattern('</tabcaption>', 'plugin_imagereference_tabcaption');
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DParser.php49 $this->setInput($input);
51 $this->options = $options;
/plugin/rigrr/action/
H A Djavascript.php14 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, '_hook_header');
28 $scripts = $this->rigrr_javascript();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithXmlNamespacesAndObjectPropertyAuthor.php36 $this->name = $name;
37 $this->author = $author;
/plugin/preventzerowidthchars/
H A Daction.php21 …$controller->register_hook('COMMON_WIKIPAGE_SAVE', 'BEFORE', $this, 'handle_common_wikipage_save');
34 $event->data['newContent'] = $this->replaceZeroWidthChars($event->data['newContent']);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php1737 $this->parse(null, $ics, $expected, 'mailto:martin@fruux.com');
2647 $this->parse($old, $new, array(), 'mailto:a1@example.org');
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DParser.php51 $this->setInput($input);
53 $this->options = $options;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php1737 $this->parse(null, $ics, $expected, 'mailto:martin@fruux.com');
2647 $this->parse($old, $new, [], 'mailto:a1@example.org');
/plugin/deniedpage/
H A Daction.php23 … $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'handle_action_headers_send');
34 send_redirect(wl($this->getConf('deniedpage'),'',true));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php1737 $this->parse(null, $ics, $expected, 'mailto:martin@fruux.com');
2647 $this->parse($old, $new, array(), 'mailto:a1@example.org');
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DFunctionsTest.php12 $this->assertEquals(
51 $this->assertEquals(
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DEvolutionTest.php1737 $this->parse(null, $ics, $expected, 'mailto:martin@fruux.com');
2647 $this->parse($old, $new, array(), 'mailto:a1@example.org');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTestPlugin.php27 $server->on('beforeMethod', [$this,'beforeMethod']);
33 $this->beforeMethod = $request->getMethod();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DAclRestrictionsTest.php13 $this->assertInstanceOf('Sabre\DAVACL\Xml\Property\AclRestrictions', $prop);
25 $this->assertXmlStringEqualsXmlString($expected, $xml);
/plugin/structtasks/meta/
H A DClosedStatusNotifier.php23 $new_closed = $this->isCompleted($new_data['status']);
24 $old_closed = $this->isCompleted($old_data['status']);
H A DOpenStatusNotifier.php23 $new_closed = $this->isCompleted($new_data['status']);
24 $old_closed = $this->isCompleted($old_data['status']);
/plugin/cite/
H A DCHANGELOG.md2 All notable changes to this project will be documented in this file.
5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
/plugin/freechat/phpfreechat/src/commands/
H A Dnick.class.php26 $cmdp["param"] .= " (".$this->usage.")";
49 $this->forceWhoisReload($u->nickid);
81 $this->forceWhoisReload($u->nickid);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DJunit.php62 $this->_tests++;
64 $this->_tests += ($report['errors'] + $report['warnings']);
142 …echo '<testsuites name="PHP_CodeSniffer '.PHP_CodeSniffer::VERSION.'" tests="'.$this->_tests.'" fa…
/plugin/inlineedit/
H A Daction.php18 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, '_ajax_call');
51 $Hajax = $this->loadHelper('ajaxedit');
106 'msg' => $this->getLang('success'),
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php39 $this->sharees = $sharees;
50 return $this->sharees;
77 foreach ($this->sharees as $sharee) {
/plugin/extlist/
H A Daction.php18 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'prepareCssFile');
26 if ($this->getConf('use_plugin_css')) {

1...<<881882883884885886887888889890>>...1084