Home
last modified time | relevance | path

Searched refs:this (Results 22101 – 22125 of 27090) sorted by relevance

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

/plugin/combo/action/
H A Dtxt.php30 $controller->register_hook('AUTH_ACL_CHECK', 'BEFORE', $this, 'txt_mime');
35 $controller->register_hook('PARSER_WIKITEXT_PREPROCESS', 'BEFORE', $this, 'txt_mime');
/plugin/combo/ComboStrap/
H A DExceptionCompile.php23 $this->canonical = $canonical;
32 return $this->canonical;
/plugin/pot/
H A DREADME.md65 * use the individual "< pot settings=setting > " to adjust only this "< pot>"
72 | set | | any number or word, | with this key word you will set a page default, see below |
73 …potid | @value or #value | unique id for this pot, see below: shortcut | necessary if you want …
110 You also can also write "{#examp}" to get the sum of all pots above this entry which have the lette…
114 …<pot potid=example_5 > {&} </pot> to sum up all pots where this pod id ("examp…
116 …s and not with the formulas ( have a look at "formula=true" to see more), this might give differen…
143 To use this plugin for text entries simply write:
147 You can use this text later on the page with {@value}. A other plugin with similar functions: [http…
159 In the current development state, this plugin should not be used in productive environments or open…
169 Unfortunately, I do not have the necessary time or knowledge to maintain this plugin permanently or…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue259Test.php17 $this->assertNotNull($rrule);
18 $this->assertEquals($rrule->getValue(), 'FREQ=MONTHLY;UNTIL=20160101T220000Z');
/plugin/findologicxmlexport/vendor/jms/serializer/src/Twig/
H A DSerializerRuntimeHelper.php22 $this->serializer = $serializer;
30 return $this->serializer->serialize($object, $type, $context);
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DBoolean.php33 $this->setValue($val);
43 return $this->value ? 'TRUE' : 'FALSE';
/plugin/latex/syntax/
H A Deqnarray.php15 $this->Lexer->addEntryPattern('\x5Cbegin\{eqnarray\}(?=.*\x5Cend\{eqnarray\})',
19 $this->Lexer->addExitPattern('\x5Cend\{eqnarray\}','plugin_latex_eqnarray');
H A Deqnarraystar.php15 $this->Lexer->addEntryPattern('\x5Cbegin\{eqnarray\*\}(?=.*\x5Cend\{eqnarray\*\})',
19 $this->Lexer->addExitPattern('\x5Cend\{eqnarray\*\}','plugin_latex_eqnarraystar');
H A Dequation.php16 $this->Lexer->addEntryPattern('\x5Cbegin\{equation\}(?=.*\x5Cend\{equation\})',
20 $this->Lexer->addExitPattern('\x5Cend\{equation\}','plugin_latex_equation');
H A Dequationstar.php16 $this->Lexer->addEntryPattern('\x5Cbegin\{equation\*\}(?=.*\x5Cend\{equation\*\})',
20 $this->Lexer->addExitPattern('\x5Cend\{equation\*\}','plugin_latex_equationstar');
H A Dlatex.php24 $this->Lexer->addEntryPattern('\x3Clatex\x3E(?=.*\x3C/latex\x3E)',$mode,'plugin_latex_latex');
28 $this->Lexer->addExitPattern('\x3C/latex\x3E','plugin_latex_latex');
H A Ddisplaymath.php16 $this->Lexer->addEntryPattern('\x5Cbegin\{displaymath\}(?=.*\x5Cend\{displaymath\})',
20 $this->Lexer->addExitPattern('\x5Cend\{displaymath\}','plugin_latex_displaymath');
/plugin/creole/syntax/
H A Dpreblock.php20 $this->Lexer->addEntryPattern(
28 $this->Lexer->addExitPattern(
H A Dlinebreak.php21 $this->Lexer->addSpecialPattern(
37 if ( $this->getConf('linebreak') == 'Linebreak' ) {
/plugin/top/_test/
H A DstartPages.test.php122 $this->assertSame($expected_list,$actual_list);
319 $this->assertSame($expected_list,$actual_list);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DPrintNode.php33 ->addDebugInfo($this)
35 ->subcompile($this->getNode('expr'))
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DNativeExtensionTest.php23 $this->markTestSkipped('Extension is not available on PHP 7+');
37 $this->assertEquals($output, $d1->date.$d2->date);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DByMonthInDailyTest.php39 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
56 $this->assertEquals($expectedDates, $dates, 'Recursed dates are restricted by month');
H A DBySetPosHangTest.php34 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
58 $this->assertEquals($expectedDates, $dates);
/plugin/stopforumspam2/lang/en/
H A Dbannededit.txt4 If you think this is an error, ask the admin of this website to be allowed to edit pages.
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php74 $this->assertInstanceOf('DateTimeZone', $data['timezone']);
75 $this->assertEquals($data['timezone']->getName(), 'Europe/Minsk');
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyTypeMatcher.php28 $this->propertyType = $propertyType;
44 return $reflectionProperty->getValue($object) instanceof $this->propertyType;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php74 $this->assertInstanceOf('DateTimeZone', $data['timezone']);
75 $this->assertEquals($data['timezone']->getName(), 'Europe/Minsk');
/plugin/components/ajax/
H A Dexample.php43 $this->error(404);
47 $this->error(400, "range must have a from proterty and a to property");
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DBoolean.php35 $this->setValue($val);
46 return $this->value ? 'TRUE' : 'FALSE';

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