Home
last modified time | relevance | path

Searched refs:this (Results 19126 – 19150 of 27090) sorted by relevance

1...<<761762763764765766767768769770>>...1084

/plugin/pageredirect/
H A Dsyntax.php45 // this fixes creole greedyness:
47 $this->Lexer->addSpecialPattern('(?:~~REDIRECT>.+?~~|\n#(?i:redirect) [^\r\n]+)', $mode, 'plugin_pageredirect');
107 * the output. How this is done depends on the renderer used (specified
121 $renderer->doc .= $this->redirect_message($data);
161 $message = '<div class="noteredirect">' . sprintf($this->getLang('redirect_to'), $link) . '</div>';
/plugin/elasticsearch/helper/
H A Dacl.php46 $this->addRule($acl[$id], $rules);
57 $this->addRule($acl['*'], $rules);
66 $this->addRule($acl[$ns . ':*'], $rules);
/plugin/snow/
H A DCONTRIBUTING.md5 Please note that, since this plugin's source code includes a copy of the Snowstorm script by Scott …
6 which has been provided under the BSD license, the code for this plugin is provided under a BSD lic…
8 Also note that in providing a contribution you will provide the author of this plugin free use
/plugin/combo/ComboStrap/
H A DPageUrlType.php42 $resourceCombo = $this->getResource();
51 $confCanonicalType = $this->getName();
52 $confDefaultValue = $this->getDefaultValue();
H A DResourceName.php86 $resourceCombo = $this->getResource();
89 * If this is a home page, the default
125 return $this->getValue();
127 return $this->getDefaultValue();
/plugin/aichat/
H A Daction.php21 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleQuestion');
50 'answer' => $this->getLang('restricted'),
78 if ($this->getConf('logging')) {
/plugin/twofactor/action/
H A Dresendpwd.php23 $this,
32 $this,
60 if (!count($manager->getUserProviders())) return; // no 2fa for this user, don't interrupt
108 echo $this->locale_xhtml('resendpwd');
/plugin/swiftmail/Swift/
H A DEvents.php31 $this->swift = $swift;
39 return $this->swift;
/plugin/zotero/tests/
H A DStubZoteroFeedReader.php10 $this->fileName = $fileName;
15 return file_get_contents(dirname(__FILE__) . DIRECTORY_SEPARATOR . $this->fileName);
/plugin/doodle3toolbar/
H A Daction.php19 … $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array());
30 'insert' => $this->getConf('inserttext')
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.page.break.inside.php5 $tree = $this->runPipeline('
20 $this->assertEqual(PAGE_BREAK_AVOID, $div->getCSSProperty(CSS_PAGE_BREAK_INSIDE));
/plugin/authucenter/lib/uc_client/control/
H A Dcache.php15 $this->cachecontrol();
23 $this->load("cache");
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithToString.php13 $this->input = $input;
18 return $this->input;
/plugin/eventum/
H A Daction.php21 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button');
30 'title' => $this->getLang('btn_issue'),
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/
H A DHtmlTest.php19 $this->assertStringMatchesFormat(<<<EOF
30 , $dumper->dump($this->getProfile()));
H A DTextTest.php19 $this->assertStringMatchesFormat(<<<EOF
30 , $dumper->dump($this->getProfile()));
H A DBlackfireTest.php20 $this->assertStringMatchesFormat(<<<EOF
32 , $dumper->dump($this->getProfile()));
/plugin/quickstats/GEOIP/
H A DccArraysDat.php85 $key = array_search($cc, $this->COUNTRY_CODES);
87 return $this->COUNTRY_NAMES[$key];
/plugin/commonmark/vendor/league/commonmark/src/Event/
H A DAbstractEvent.php14 * file that was distributed with this source code.
40 return $this->propagationStopped;
52 $this->propagationStopped = true;
/plugin/doi/Resolver/
H A DAbstractIsbnResolver.php9 $this->defaultResult['idtype'] = 'ISBN';
10 $this->defaultResult['type'] = 'book';
/plugin/pageimage/_test/
H A Dsyntax.test.php11 $this->assertEquals('pageimage:png',p_get_metadata('pageimage:page','pageimage'));
15 $this->assertEquals($xhtml,'');
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.local.class.php7 $this->_content = file_get_contents($file);
11 return new FetchedDataURL($this->_content, array(), "");
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/
H A DNode.php31 $this->class = $class;
36 return $this->class;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2382/
H A DIssue2382Test.php11 $this->assertInstanceOf(\Exception::class, $test);
18 $this->getMockBuilder(\Exception::class)->getMock()
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DIgnoreCodeCoverageClassTest.php7 $this->assertTrue($sut->returnTrue());
13 $this->assertFalse($sut->returnFalse());

1...<<761762763764765766767768769770>>...1084