Home
last modified time | relevance | path

Searched refs:this (Results 19026 – 19050 of 27090) sorted by relevance

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.output._interface.class.php4 die("Unoverridden 'content_type' method called in ".get_class($this));
8 die("Unoverridden 'process' method called in ".get_class($this));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_clone.tpl.dist3 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
/plugin/prolog/
H A Dattribute_maxruntime.php19 $this->setAttributePattern($this->name);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_multiselect.js.map1this","getSelected","length","setFirstSelected","id","getFirstSelected","isActive","updateState","…
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the //Edit this page// button at the top or bottom of the page. If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
24 or followed by\\ a whitespace \\this happens without it.
28 or followed by\\ a whitespace \\this happens without it.
38 External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
43 addresses like this one: <andi@splitbrain.org> are recognized, too.
60 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
62 This links to [[syntax#internal|this Section]].
67 * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.
72 DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. For example this i
[all...]
/plugin/bible/bible_douayRheims/
H A D1_John.txt12 2:3. And by this we know that we have known him, if we keep his commandments.
34 2:25. And this is the promise which he hath promised us, life everlasting.
41 3:3. And every one that hath this hope in him sanctifieth himself, as he also is holy.
49 …3:11. For this is the declaration which you have heard from the beginning, that you should love on…
57 3:19. In this we know that we are of the truth and in his sight shall persuade our hearts.
75 4:13. In this we know that we abide in him, and he in us: because he hath given us of his spirit.
79 …4:17. In this is the charity of God perfected with us, that we may have confidence in the day of j…
83 4:21. And this commandment we have from God, that he who loveth God love also his brother.
85 5:2. In this we know that we love the children of God: when we love God and keep his commandments.
86 …5:3. For this is the charity of God: That we keep his commandments. And his commandments are not h…
[all …]
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.iframe.src.empty.php5 $tree = $this->runPipeline('
11 $this->assertTrue(true);
H A Dtest.iframe.src.missing.php5 $tree = $this->runPipeline('
11 $this->assertTrue(true);
/plugin/jmol2/jmol/
H A DJmolApplet0_ReadersXml.jar ... .jmol.adapter.readers.xml.XmlArgusReader this$0 void <init> (org.jmol ...
H A DJmolAppletSigned0_ReadersXml.jar ... .jmol.adapter.readers.xml.XmlArgusReader this$0 void <init> (org.jmol ...
/plugin/database2/
H A Dmedia.php152 if ( !$this->connect( $dsn, $authSlot ) )
159 $this->table = $table;
160 $this->ioIndex = $ioIndex;
162 $this->explicitPageID = $pageId;
178 $st = $this->getLink()->prepare( 'SELECT ' . $column .
179 ' FROM ' . $this->table .
200 return $this->showTable( false, true, true, null, true );
/plugin/struct/action/
H A Dmigration.php26 $controller->register_hook('PLUGIN_SQLITE_DATABASE_UPGRADE', 'BEFORE', $this, 'handleMigrations');
42 if (is_callable([$this, "migration$to"])) {
44 $event->result = call_user_func([$this, "migration$to"], $event->data['adapter']);
143 // all lookup data has empty pids at this point
154 $s = $this->getLookupColsSql($sid);
250 $s = $this->getLookupColsSql($sid);
262 [$pid, $rid, $rev, $colref, $rowno, $fixes] = $this->getFixedValues($row);
282 [$pid, $rid, $rev, $colref, $rowno, $fixes] = $this->getFixedValues($row);
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DIssue.php56 $this
70 $this
84 $this
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Base.txt
/plugin/showsamples/
H A Dsyntax.php26 $this->Lexer->addEntryPattern ('<showSamples[^>]*>', $mode, 'plugin_showsamples');
29 $this->Lexer->addExitPattern ('</showSamples>', 'plugin_showsamples');
57 $this->help ($renderer);
/plugin/eventline/
H A Daction.php33 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'eventline_hookjs');
34 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'convert',array());
106 $wikihtml = $this->getConf('wikihtml'); }
/plugin/badbehaviour/
H A Daction.php31 $this,
37 $this,
53 'skipblackhole' => $this->getConf('skipblackhole')
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DSplFileInfoPatch.php56 if ($this->nodeIsDirectoryIterator($node)) {
62 if ($this->nodeIsSplFileObject($node)) {
69 if ($this->nodeIsSymfonySplFileInfo($node)) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteRenderer.php10 * file that was distributed with this source code.
43 $attrs->append('class', $this->config->get('footnote/footnote_class'));
44 $attrs->set('id', $this->config->get('footnote/footnote_id_prefix') . \mb_strtolower($node->getReference()->getLabel(), 'UTF-8'));
57 $this->config = $configuration;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/Resource/
H A DProjectsLocationsTemplates.php53 return $this->call('create', [$params], Job::class);
75 return $this->call('get', [$params], GetTemplateResponse::class);
104 return $this->call('launch', [$params], LaunchTemplateResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
H A DProjectsLocationsAgentsSessions.php64 …return $this->call('detectIntent', [$params], GoogleCloudDialogflowCxV3DetectIntentResponse::class…
88 …return $this->call('fulfillIntent', [$params], GoogleCloudDialogflowCxV3FulfillIntentResponse::cla…
111 … return $this->call('matchIntent', [$params], GoogleCloudDialogflowCxV3MatchIntentResponse::class);
H A DProjectsLocationsAgentsEnvironmentsSessions.php64 …return $this->call('detectIntent', [$params], GoogleCloudDialogflowCxV3DetectIntentResponse::class…
88 …return $this->call('fulfillIntent', [$params], GoogleCloudDialogflowCxV3FulfillIntentResponse::cla…
111 … return $this->call('matchIntent', [$params], GoogleCloudDialogflowCxV3MatchIntentResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/Resource/
H A DProjectsContent.php62 return $this->call('deidentify', [$params], GooglePrivacyDlpV2DeidentifyContentResponse::class);
90 return $this->call('inspect', [$params], GooglePrivacyDlpV2InspectContentResponse::class);
114 return $this->call('reidentify', [$params], GooglePrivacyDlpV2ReidentifyContentResponse::class);
H A DProjectsLocationsContent.php62 return $this->call('deidentify', [$params], GooglePrivacyDlpV2DeidentifyContentResponse::class);
90 return $this->call('inspect', [$params], GooglePrivacyDlpV2InspectContentResponse::class);
114 return $this->call('reidentify', [$params], GooglePrivacyDlpV2ReidentifyContentResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/
H A DProjectsInstances.php51 return $this->call('rescheduleMaintenance', [$params], Operation::class);
67 return $this->call('startExternalSync', [$params], Operation::class);
84 …return $this->call('verifyExternalSyncSettings', [$params], SqlInstancesVerifyExternalSyncSettings…

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