Home
last modified time | relevance | path

Searched refs:this (Results 22326 – 22350 of 27090) sorted by relevance

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/
H A DAndTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DConcatTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DSubTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
/plugin/move/_test/
H A DaffectedPagesNs.test.php46 $this->assertFalse($plan->inProgress());
54 $this->assertSame('oldns:start',trim($affected_file[0]));
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DOidType.php8 * file that was distributed with this source code.
32 * @return $this
36 $this->value = $oid;
38 return $this;
H A DBooleanType.php8 * file that was distributed with this source code.
32 * @return $this
36 $this->value = $value;
38 return $this;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResponse.php9 * file that was distributed with this source code.
35 $this->entries = $entries;
44 return $this->entries;
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DUri.php39 $this->value = $value;
66 $this->value
/plugin/bootswrapper/syntax/
H A Dmacros.php36 foreach ($this->macros as $macro) {
37 $this->Lexer->addSpecialPattern($macro, $mode, 'plugin_bootswrapper_macros');
/plugin/mobiletable/
H A Dsyntax.php22 …$this->Lexer->addEntryPattern('<mobiletable(?: [0-9]+)?>(?=.*?</mobiletable>)', $mode, 'plugin_mob…
26 $this->Lexer->addExitPattern('<\/mobiletable>', 'plugin_mobiletable');
/plugin/combo/ComboStrap/
H A DExceptionRuntime.php25 $this->canonical = $canonical;
47 return $this->canonical;
/plugin/combo/action/
H A Dsvg.php26 $controller->register_hook('AUTH_ACL_CHECK', 'BEFORE', $this, 'svg_mime');
31 $controller->register_hook('PARSER_WIKITEXT_PREPROCESS', 'BEFORE', $this, 'svg_mime');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DInputMismatchException.php25 $this->setOffendingState($state);
28 $this->setOffendingToken($recognizer->getCurrentToken());
/plugin/tline/
H A DLICENSE.txt9 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
16 * derived from this software without specific prior written permission.
29 * Note: JQuery, www.jquery.com is included in the Ajax section of this
/plugin/allowindentation/
H A DREADME.md6 Documentation and examples for this plugin can be found at Dokuwiki plugin
10 If you install this plugin manually, make sure it is installed in
22 this software and associated documentation files (the "Software"), to deal in
28 The above copyright notice and this permission notice shall be included in all
/plugin/eventline/
H A DLICENSE.txt9 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
16 * derived from this software without specific prior written permission.
29 * Note: JQuery, www.jquery.com is included in the Ajax section of this
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DComment.php109 $space = $this->_collectWhitespace($string, $char, $numChars);
145 $lineTokens = $this->_processLine($string, $eolChar, $char, $numChars);
193 $space = $this->_collectWhitespace($string, $start, $end);
217 $space = $this->_collectWhitespace($string, $start, $end);
/plugin/data-graph/
H A Dsyntax.php25 $this->db = $sqlite;
41 … $this->Lexer->addSpecialPattern('----+ *datagraph *-+\n.*?\n---+', $mode, 'plugin_datagraph');
153 …$arr = $this->db->res2arr($this->db->query('select d2.value as k, sum(d.value) as s, count(d.value…
/plugin/datagraph/
H A Dsyntax.php25 $this->db = $sqlite;
41 … $this->Lexer->addSpecialPattern('----+ *datagraph *-+\n.*?\n---+', $mode, 'plugin_datagraph');
153 …$arr = $this->db->res2arr($this->db->query('select d2.value as k, sum(d.value) as s, count(d.value…
/plugin/rst/
H A DLicense.text21 this list of conditions and the following disclaimer.
24 notice, this list of conditions and the following disclaimer in the
28 be used to endorse or promote products derived from this software
40 negligence or otherwise) arising in any way out of the use of this
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example4 * - Rename this file to contextmenu.local.js
5 * - Make in this file your modifications
6 * - and go to the Configuration Manager and save the config again (this clears the cached javascript)
55 * Insert your custom functions (available for all users) at the bottom of this file.
/plugin/combo/syntax/
H A Dmenubar.php23 * need to inherit from this class
120 * Create a pattern that will called this plugin
130 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
138 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/sequencediagram/bower_components/snap.svg/
H A DNOTICE14 you may not use this file except in compliance with the License.
34 a copy of this software and associated documentation files (the
41 The above copyright notice and this permission notice shall be
61 a copy of this software and associated documentation files (the
68 The above copyright notice and this permission notice shall be
86 obtaining a copy of this software and associated documentation
94 The above copyright notice and this permission notice shall be
116 a copy of this software and associated documentation files (the
123 The above copyright notice and this permission notice shall be
151 The above copyright notice and this permission notice shall be
[all …]
/plugin/pagehere/
H A Daction.php12 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'handleDokuwikiStarted');
22 if (!$this->getConf('subns')){
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php71 $this->assertVObjectEqualsVObject(
115 $this->assertVObjectEqualsVObject(

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