Home
last modified time | relevance | path

Searched refs:this (Results 22251 – 22275 of 27090) sorted by relevance

1...<<891892893894895896897898899900>>...1084

/plugin/sql2wiki/action/
H A Dindexer.php16 $controller->register_hook('INDEXER_VERSION_GET', 'BEFORE', $this, 'handle_indexer_version_get');
17 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'handle_indexer_page_add');
/plugin/lists/
H A Dsyntax.php76 $this->Lexer->addEntryPattern(
79 $this->Lexer->addPattern(
81 $this->Lexer->addEntryPattern(
84 $this->Lexer->addPattern(
244 $this->Lexer->addExitPattern('(?<=\x3C)\n(?=\n)', PLUGIN_LISTS);
/plugin/snow/
H A DLICENSE.md7 Permission to use, copy, modify, and distribute this software for any
9 copyright notice and this permission notice appear in all copies.
31 * Redistributions of source code must retain the above copyright notice, this
34 * Redistributions in binary form must reproduce the above copyright notice, this
39 used to endorse or promote products derived from this software without
/plugin/geophp/
H A DLICENCE5 Permission to use, copy, modify, and distribute this software for any
7 copyright notice and this permission notice appear in all copies.
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DEnum.php81 $this->value = $values['value'];
82 $this->literal = $values['literal'];
/plugin/bureaucracyau/_test/
H A Dfield_yesno.test.php67 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
68 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
/plugin/yuriigantt/
H A Daction.php31 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'callback');
39 if ($event->data !== 'plugin_' . $this->getPluginName()) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DEndsWithBinary.php24 ->subcompile($this->getNode('left'))
26 ->subcompile($this->getNode('right'))
H A DStartsWithBinary.php24 ->subcompile($this->getNode('left'))
26 ->subcompile($this->getNode('right'))
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DComparator.php32 $this->exporter = new Exporter;
40 $this->factory = $factory;
/plugin/today/
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file. See [standard-version](https:/…
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DElements.php52 $this->value = $value;
77 Serializer\enum($writer, $this->value);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DEnumTest.php30 $this->assertEquals($expected, $result);
58 $this->assertEquals($expected, $result);
/plugin/projects/action/
H A Dnamespace.php28 $controller->register_hook('IO_NAMESPACE_CREATED', 'AFTER', $this,
30 $controller->register_hook('IO_NAMESPACE_DELETED', 'AFTER', $this,
/plugin/bureaucracy-au/_test/
H A Dfield_yesno.test.php67 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
68 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookRoot.php48 $this->carddavBackend = $carddavBackend;
76 return new AddressBookHome($this->carddavBackend, $principal['uri']);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.text-decoration.inc.php20 $this->CSSPropertyHandler(true, true);
34 $parsed = $this->default_value();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DAutoEscapeTest.php24 $this->assertEquals($body, $node->getNode('body'));
25 $this->assertTrue($node->getAttribute('value'));
/plugin/divalign2/syntax/
H A Dcenter.php23 $this->Lexer->addEntryPattern(';#;(?=.+\n;#;)',
28 $this->Lexer->addExitPattern('\n;#;',
H A Djustify.php23 $this->Lexer->addEntryPattern('###(?=.+\n###)',
28 $this->Lexer->addExitPattern('\n###',
H A Dleft.php23 $this->Lexer->addEntryPattern('#;;(?=.+\n#;;)',
28 $this->Lexer->addExitPattern('\n#;;',
H A Dright.php23 $this->Lexer->addEntryPattern(';;#(?=.+\n;;#)',
28 $this->Lexer->addExitPattern('\n;;#',
/plugin/allowindentation/
H A Dsyntax.php71 $this->Lexer->addSpecialPattern('\n (?![\*\-])', $mode, 'plugin_allowindentation');
72 $this->Lexer->addSpecialPattern('\n\t(?![\*\-])', $mode, 'plugin_allowindentation');
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_method.tpl.dist15 $result = $this->__phpunit_getInvocationMocker()->invoke(
17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
/plugin/simplemap/
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file. See [standard-version](https:/…

1...<<891892893894895896897898899900>>...1084