Home
last modified time | relevance | path

Searched refs:this (Results 23051 – 23075 of 27090) sorted by relevance

1...<<921922923924925926927928929930>>...1084

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/Resource/
H A DProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples.php57 return $this->call('batchCreate', [$params], BatchCreatePerfSamplesResponse::class);
88 return $this->call('list', [$params], ListPerfSamplesResponse::class);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DLockedTest.php36 $this->assertEquals($expected, $output);
65 $this->assertEquals($expected, $output);
/plugin/userhomepage/lang/en/
H A Duserhomepage_private.default3 …* To create a page inside this private space, simply use the standard link syntax __without any na…
9 Feel free to remove this paragraph (beside the title)...\\
/plugin/upgrade/lang/en/
H A Dfinal.txt6 If you enjoy DokuWiki and this plugin, please consider a [[doku>donate|donation]] to support the development of this and other plugins. Also check out our various [[doku>social|social network presences]] to stay informed about new developments.
/plugin/combo/action/
H A Dmetadescription.php25 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'description_modification', array());
62 $this->sendDestInfo($wikiPath->getWikiId());
/plugin/combo/ComboStrap/
H A DIFetcherLocalImage.php64 return FileSystems::getCacheBuster($this->getSourcePath());
74 $sourcePath = $this->getSourcePath();
/plugin/dw2pdf/syntax/
H A Dexportlink.php33 * Sort for applying this mode
47 $this->Lexer->addSpecialPattern('~~PDFNS>(?:.*?)\|(?:.*?)~~', $mode, 'plugin_dw2pdf_exportlink');
78 'title' => sprintf($this->getLang('export_ns'), $ns, $title),
/plugin/spatialhelper/syntax/
H A Dfindnearby.php8 * Permission to use, copy, modify, and distribute this software for any
10 * copyright notice and this permission notice appear in all copies.
39 * Return 'normal' so this syntax can be rendered inline.
64 $this->Lexer->addSpecialPattern('\{\{findnearby>.*?\}\}', $mode, 'plugin_spatialhelper_findnearby');
83 $data [0] = $this->getLang('search_findnearby');
/plugin/openlayersmap/syntax/
H A Dosmlayer.php8 * Permission to use, copy, modify, and distribute this software for any
10 * copyright notice and this permission notice appear in all copies.
69 $this->Lexer->addSpecialPattern(
84 $data = $this->dflt;
/plugin/struct/action/
H A Dsearch.php29 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'handleIndexing');
30 $controller->register_hook('FULLTEXT_SNIPPET_CREATE', 'BEFORE', $this, 'handleSnippets');
37 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
58 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
/plugin/siteexport/action/
H A Dsendfile.php24 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, 'siteexport_sendfile');
25 …$controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'siteexport_sendfile_not_found');
/plugin/openlayersmapoverlays/syntax/
H A Dosmlayer.php70 $this->Lexer->addSpecialPattern(
83 $data = $this->dflt;
/plugin/new_page_dialog/
H A Dhelper.php40 $label = $this->getLang('btn_create_new_page');
76 $link_type = $this->getConf('link_type');
/plugin/npd/
H A Dhelper.php50 $label = $this->getLang('btn_create_new_page');
82 $link_type = $this->getConf('link_type');
/plugin/bbcode/
H A Dsize.php23 …function connectTo($mode) { $this->Lexer->addEntryPattern('\[size=.*?\](?=.*?\x5B/size\x5D)',$mode…
24 function postConnect() { $this->Lexer->addExitPattern('\[/size\]','plugin_bbcode_size'); }
/plugin/croissant/
H A Dsyntax.php26 $this->Lexer->addSpecialPattern('~~bc:.*?~~',$mode,'plugin_croissant');
27 $this->Lexer->addSpecialPattern('~~nobc~~',$mode,'plugin_croissant');
/plugin/tooltip/syntax/
H A Dshort.php43 'name' => 'Tooltip Plugin ('. $this->getLang('comp.short'). ')',
44 'desc' => $this->getLang('descr.short').
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dhtaccess.txt1 # replace the name of this file to .htaccess (if using apache),
6 # If using mod_python uncomment this:
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.FixInnerHTML.txt
H A DOutput.SortAttr.txt
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DREADME.md7 You can add this library as a local, per-project dependency to your project using [Composer](https:…
11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/sincetil/
H A Dsyntax.php21 …public function connectTo($mode) { $this->Lexer->addEntryPattern('<sincetil.*?>(?=.*?</sincetil>)'…
22 … public function postConnect() { $this->Lexer->addExitPattern('</sincetil>','plugin_sincetil'); }
/plugin/jplayer/vendor/symfony/process/
H A DPhpProcess.php61 $this->setCommandLine($php);
69 if (null === $this->getCommandLine()) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DJumbledIncrementerSniff.php83 $outer = $this->findIncrementers($tokens, $token);
99 $inner = $this->findIncrementers($tokens, $tokens[$start]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DLowercasePHPFunctionsSniff.php48 $this->_builtInFunctions = array_flip($allFunctions['internal']);
120 if (isset($this->_builtInFunctions[strtolower($content)]) === false) {

1...<<921922923924925926927928929930>>...1084