Home
last modified time | relevance | path

Searched refs:this (Results 17076 – 17100 of 27090) sorted by relevance

1...<<681682683684685686687688689690>>...1084

/plugin/data-au/syntax/
H A Dlist.php20 …$this->Lexer->addSpecialPattern('----+ *dataaulist(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'plu…
39 return $this->before_val;
54 return $this->after_val;
78 $R->cdata($this->getLang('none'));
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DDeprecatedNode.php32 $compiler->addDebugInfo($this);
34 $expr = $this->getNode('expr');
49 … ->string(sprintf(' ("%s" at line %d).', $this->getTemplateName(), $this->getTemplateLine()))
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DLateComputed.php55 $this
82 $this->_buffer =
83 strtolower($this->_buffer) . ' ' .
84 strlen($this->_buffer); // proof that the buffer contains all the data
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DCounter.php54 $this
64 $this
74 $this
83 $this
/plugin/swarmwebhook/_test/
H A DZapierHandlePayload.test.php51 $this->assertEquals($rows[0], $expectedRows, 'single event, initially creating the schema');
82 $this->assertTrue($actualOK, 'single event, initially creating the schema');
83 $this->assertCount(1, $rows, 'saving a payload twice should only create one row');
84 $this->assertEquals($rows[0], $expectedRows);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.radio.png.php8 $pipeline = $this->preparePipeline($media);
21 $this->assertNotNull($tree);
30 $pipeline = $this->preparePipeline($media);
43 $this->assertNotNull($tree);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php60 $server->on('propFind', [$this, 'propFind'], 200);
78 return $this->getContentType($fileName);
94 if (isset($this->extensionMap[$extension])) {
95 return $this->extensionMap[$extension];
/plugin/dirtylittlehelper/syntax/
H A Dcomment.php49 …$this->Lexer->addEntryPattern('\<dlh\.\*\>',$mode,'plugin_dirtylittlehelper_'.$this->getPluginComp…
55 …$this->Lexer->addExitPattern('\<\/dlh\.\*\>','plugin_dirtylittlehelper_'.$this->getPluginComponent…
/plugin/filelisting/action/
H A Dajax.php22 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
30 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
44 $lvl = $this->getNumberOfSubnamespaces($ns) - $this->getNumberOfSubnamespaces($baseNs);
47 $filelisting = $this->loadHelper('filelisting');
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DDisjunctExclusionStrategy.php30 $this->delegates = $delegates;
35 $this->delegates[] = $strategy;
43 foreach ($this->delegates as $delegate) {
58 foreach ($this->delegates as $delegate) {
/plugin/webdav/core/DAV/Collection/ODT/
H A DFile.php28 if (auth_quickaclcheck($this->info['id']) < AUTH_READ) {
33 $filename = wikiFN($this->info['id']);
34 $meta = p_get_metadata($this->info['id']);
49 return basename($this->info['file'], '.txt') . '.odt';
/plugin/guestbook/
H A Dsyntax.php57 $this->Lexer->addSpecialPattern('\{\{guestbook\}\}',$mode, 'plugin_guestbook');
82 $renderer->doc .= $guestbook->newEntry($this);
85 $renderer->doc .= $guestbook->form($this, intval($_POST['guestEdit']));
88 $renderer->doc .= $guestbook->html($this);
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DSplObjectStorageComparator.php48 $this->exporter->export($expected),
49 $this->exporter->export($actual),
61 $this->exporter->export($expected),
62 $this->exporter->export($actual),
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php21 $this->assertEquals(
26 $this->assertFalse($it->isInfinite());
48 $this->assertEquals(
53 $this->assertFalse($it->isInfinite());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php21 $this->assertEquals(
26 $this->assertFalse($it->isInfinite());
48 $this->assertEquals(
53 $this->assertFalse($it->isInfinite());
/plugin/commonmark/vendor/league/commonmark/src/Extension/DisallowedRawHtml/
H A DDisallowedRawHtmlInlineRenderer.php
/plugin/oauthkeycloak/
H A Daction.php24 $oauth = $this->getOAuthService();
32 $oauth = $this->getOAuthService();
64 return $this->getConf('label');
70 return $this->getConf('color');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue205Test.php79 $response = $this->request($request);
81 …$this->assertFalse(strpos($response->body, '<s:exception>Exception</s:exception>'), 'Exception occ…
82 …$this->assertFalse(strpos($response->body, 'Unknown or bad format'), 'DateTime unknown format Exce…
94 $this->assertEquals(1, count($vObject->VEVENT));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DPropertiesCollection.php34 $this->properties = $properties;
54 switch($this->failMode) {
87 if (isset($this->properties[$requestedProperty])) {
89 $this->properties[$requestedProperty];
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRDateIteratorTest.php21 $this->assertEquals(
26 $this->assertFalse($it->isInfinite());
48 $this->assertEquals(
53 $this->assertFalse($it->isInfinite());
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php60 $server->on('propFind', [$this, 'propFind'], 200);
78 return $this->getContentType($fileName);
94 if (isset($this->extensionMap[$extension])) {
95 return $this->extensionMap[$extension];
/plugin/data/syntax/
H A Dlist.php20 $this->Lexer->addSpecialPattern('----+ *datalist(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'plugin_data_list');
40 return $this->before_val;
56 return $this->after_val;
82 $R->cdata($this->getLang('none'));
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverBy.php25 $this->mechanism = $mechanism;
26 $this->value = $value;
34 return $this->mechanism;
42 return $this->value;
/plugin/combo/syntax/
H A Dxmlinlineemptytag.php59 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
67 return XmlTagProcessing::handleStaticEmptyTag($match, $state, $pos, $handler, $this);
82 return XmlTagProcessing::renderStaticEmptyTag($format, $renderer, $data, $this);
/plugin/revealjs/syntax/
H A Dbackground.php27 …$this->Lexer->addSpecialPattern('----+>>?|----+[^\n]*?----+>>?|<<?----+|{{background>.+?}}', $mode…
56 if (!$data['background_color'] && $this->_is_valid_color($param)) {
59 elseif (!$data['background_image'] && $this->_is_valid_image($param)) {
62 elseif (!$data['background_size'] && $this->_is_valid_size($param)) {
65 elseif ($position_count == 0 && $this->_is_valid_position($param)) {
77 elseif (!$data['background_transition'] && $this->_is_valid_bg_transition($param)) {
80 elseif ($transition_count < 2 && $this->_is_valid_transition($param)) {
147 elseif ($this->getConf('revealjs_active')) {
225 …onEditStartData, 'Slide '.$renderer->wikipage_slide_number).'"></h2>' . ($this->getConf('show_slid…

1...<<681682683684685686687688689690>>...1084