Home
last modified time | relevance | path

Searched refs:this (Results 22301 – 22325 of 27090) sorted by relevance

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

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php353 …$this->assertContains((string)$fb, $expected, "$fb did not appear in our list of expected freebusy…
359 $this->assertTrue(
377 $this->assertEquals('PUBLISH', $result->METHOD->getValue());
/plugin/move/action/
H A Drewrite.php22 $controller->register_hook('IO_WIKIPAGE_READ', 'AFTER', $this, 'handle_read', array());
23 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_cache', array());
99 $helper = $this->loadHelper('move_rewrite');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php353 …$this->assertContains((string)$fb, $expected, "$fb did not appear in our list of expected freebusy…
359 $this->assertTrue(
377 $this->assertEquals('PUBLISH', $result->METHOD->getValue());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php353 …$this->assertContains((string)$fb, $expected, "$fb did not appear in our list of expected freebusy…
359 $this->assertTrue(
377 $this->assertEquals('PUBLISH', $result->METHOD->getValue());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteTest.php18 $this->assertEquals('foo', $notification->getId());
19 $this->assertEquals('"1"', $notification->getETag());
22 $this->namespaceMap['http://calendarserver.org/ns/'] = 'cs';
/plugin/sortablejs/
H A Dsyntax.php38 … $this->Lexer->addEntryPattern( '<sortable[^>]*>(?=.*?</sortable>)', $mode, 'plugin_sortablejs' );
42 $this->Lexer->addExitPattern( '</sortable>', 'plugin_sortablejs' );
53 $scl = $this->__validateOptions( $match );
/plugin/combo/action/
H A Dsnippets.php36 // ie $this->lang
37 $this->setupLocale();
46 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'componentSnippetHead', array());
61 $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, 'componentSnippetContent', array());
77 * Advertise that this event has occurred
78 * In a strap template, this event is last because head are added after content rendering
79 * In another template, this event is first
156 * - if this is not a page rendering (ie an admin rendering)
161 * Dynamic rendering call this event
162 * We don't add any component at this momen
[all...]
/plugin/diagrams/syntax/
H A Dmediafile.php33 if (!($this->getConf('mode') & Diagrams::MODE_MEDIA)) return;
36 $this->Lexer->addSpecialPattern('\{\{[^\}]+(?:\.svg)[^\}]*?\}\}', $mode, 'plugin_diagrams_mediafile');
103 $cachefile = $this->getCachedPNG($data);
164 if (!$this->getConf('pngcache') || $REV) return '';
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DExpressionMetadataTrait.php25 if (null === $this->expressionEvaluator) {
30 …return $this->expressionEvaluator->parse($expression, array_merge(['context', 'property_metadata',…
/plugin/clearfloat/
H A Dsyntax.php38 $this->Lexer->addSpecialPattern('~~CLEARFLOAT~~',$mode,'plugin_clearfloat');
39 $this->Lexer->addSpecialPattern('~~CL~~',$mode,'plugin_clearfloat');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DApcCache.php50 $store = apc_store($key, $value, $this->ttl);
53 throw new \RuntimeException('Unable to store "'.$key.'" for '.$this->ttl.' seconds.');
/plugin/filelisting/action/
H A Ddelete.php22 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess');
30 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
49 $filelisting = $this->loadHelper('filelisting');
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DUri.php39 $this->value = $value;
66 $this->value
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/
H A DDivTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DFloorDivTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DModTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DMulTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DOrTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
H A DAddTest.php24 $this->assertEquals($left, $node->getNode('left'));
25 $this->assertEquals($right, $node->getNode('right'));
/plugin/localization/
H A Daction.php21 …$controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'handle_init_lang_load', null, 3999…
41 $local = $this->load($conf['lang']);
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DXml.php
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DUri.php39 $this->value = $value;
66 $this->value
/plugin/wikistats/
H A Dhelper.php65 $label = $this->getLang('btn_display_stats');
73 $id = idfilter($this->getConf('stats_page'), false);
/plugin/prettyphoto/
H A Daction.php21 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, '_handleMeta');
22 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_exportToJSINFO');
/plugin/structsection/types/
H A DSection.php35 'class' => 'struct_' . strtolower($this->getClass()),
37 'placeholder' => $this->config['placeholder'],

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