Home
last modified time | relevance | path

Searched refs:this (Results 19051 – 19075 of 27090) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/Resource/
H A DTopicStatsProjectsLocationsTopics.php54 return $this->call('computeHeadCursor', [$params], ComputeHeadCursorResponse::class);
70 return $this->call('computeMessageStats', [$params], ComputeMessageStatsResponse::class);
86 return $this->call('computeTimeCursor', [$params], ComputeTimeCursorResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/Resource/
H A DProjectsHistoriesExecutionsStepsPerfSampleSeries.php50 return $this->call('create', [$params], PerfSampleSeries::class);
69 return $this->call('get', [$params], PerfSampleSeries::class);
93 return $this->call('list', [$params], ListPerfSampleSeriesResponse::class);
/plugin/upgrade/
H A Dlegacy.php10 * This means this script will make more assumptions and take shortcuts:
17 * Only use this if you can't run the normal upgrade script.
116 if ($this->lang === null) {
119 $this->lang = $lang;
121 return $this->lang[$key] ?? $key;
/plugin/layeranimation/syntax/
H A Danimation.php30 …$this->Lexer->addEntryPattern('<animation>(?=.*?</animation>)',$mode,'plugin_layeranimation_animat…
31 …$this->Lexer->addEntryPattern('<animation .+?>(?=.*?</animation>)',$mode,'plugin_layeranimation_an…
35 $this->Lexer->addExitPattern('</animation.*?>', 'plugin_layeranimation_animation');
/plugin/starred/
H A Dsyntax.php32 $this->Lexer->addSpecialPattern('{{starred(?:>min)?(?:\|\d+)?}}', $mode, 'plugin_starred');
53 $R->cdata($this->getLang('login'));
65 $R->cdata($this->getLang('none'));
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md8 called the Fully Qualified Structural Element Name (FQSEN). Using this it is possible to refer to m…
19 The easiest way to install this library is with [Composer](https://getcomposer.org) using the follo…
62 and call its `resolve` method like this:
69 In this example you will receive a Value Object of class `\phpDocumentor\Reflection\Types\Compound`…
73 The real power of this resolver is in its capability to expand partial class names into fully quali…
80 the `\phpDocumentor\Reflection\FqsenResolver` class' `resolve` method, like this:
90 The real power of this resolver is in its capability to expand partial element names into Fully Qua…
99 For example, you have this file:
125 You can do this by manually creating a Context like this:
153 class as second argument and the Resolvers will take this into account when resolving partial names.
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1149/
H A DIssue1149Test.php6 $this->assertTrue(true);
15 $this->assertTrue(true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2158/
H A DIssue2158Test.php10 $this->assertTrue(true);
21 $this->assertTrue(defined('TEST_CONSTANT'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2299/
H A DIssue2299Test.php9 $this->expectExceptionMessage('message');
16 $this->expectExceptionCode(123);
/plugin/html2pdf/html2pdf/html2ps/
H A Ddestination.browser.class.php5 …"Content-Disposition: inline; filename=".$this->filename_escape($this->get_filename()).".".$conten…
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.html.mode.php5 $tree = $this->runPipeline(file_get_contents('test.html.mode.1.html'));
7 $this->assertEqual($GLOBALS['g_config']['mode'], 'quirks');
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dunmocked_clone.tpl.dist3 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Config/
H A DFontVariables.php12 $this->defaults = [
291 // Add fonts to this array if they contain characters in the SIP or SMP Unicode planes
329 return $this->defaults;
/plugin/publistx/
H A Dsyntax.php32 $this->Lexer->addSpecialPattern('\[publist\|.+?\]',$mode,'plugin_publistx');
97 $bibtex = $this->_load($data, 'bibtex');
103 $template = $this->_load($data, 'template');
111 $authors = $this->_load($data, 'authors');
/plugin/refnotes/lang/en/
H A Dintro.txt3 On this page you modify the configuration settings used by [[doku>plugin:refnotes|RefNotes plugin]]. There are three sections that group related settings:
9 * **Namespaces** --- in this section you can specify rendering style for predefined namespaces. For a detailed explanation of each style see the [[doku>plugin:refnotes:style|style reference]].
10 * **Notes** --- this section is used to predefine commonly used notes.
15 Remember to press the **Save** button on the bottom of this page before leaving otherwise your changes will be lost.
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLookbehind.php54 $this
67 $this
126 $this
162 $this
/plugin/combo/syntax/
H A Dhighlightwiki.php120 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
128 $this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Drailroad.php75 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
84 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/struct/
H A Dremote.php31 $this->hlp = plugin_load('helper', 'struct');
55 return $this->hlp->getData($page, $schema, $time);
65 * If this call succeeds you can assume your data has either been saved or it was
86 $this->hlp->saveData($page, $data, $summary, $minor);
111 $schemas = $this->hlp::getSchema($schema ?: null);
/plugin/jsonrpc/
H A DIJR_Base64.php11 $this->data = $data;
14 return '<base64>'.base64_encode($this->data).'</base64>';
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/
H A DTokenTest.php21 $this->markTestIncomplete();
30 $this->markTestIncomplete();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2731/
H A DIssue2731Test.php6 $this->expectException(Exception::class);
7 $this->expectExceptionMessage('');
/plugin/pagemove/_test/
H A Dpagemove.group.php7 $this->GroupTest('pagemove_group_test');
8 $this->addTestFile($dir . 'pagemove.test.php');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DMyCommand.php7 $this->longOptions['my-option='] = 'myHandler';
8 $this->longOptions['my-other-option'] = null;
/plugin/jmol2/jmol/
H A DJmolApplet0_Minimize.jar ... { private final org.jmol.minimize.Minimizer this$0 void <init> (org.jmol ...

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