Home
last modified time | relevance | path

Searched refs:this (Results 22801 – 22825 of 27090) sorted by relevance

1...<<911912913914915916917918919920>>...1084

/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt4 * You can use this file as your template and over-write the English with your tanslations
48 DlgLnkTypeAnchor : "Anchor in this page",
71 DlgFileBrowserUpPrg : "Upload a new file in this folder (Upload in progress, please wait...)",
72 DlgFileBrowserUpMsg : "Upload a new file in this folder",
98 …rError_203: 'You do not have permission to upload files to this folder. If you think this is inc…
148 geshiHelp: 'With this tool you can create either a "Code Block" or "Downloadable Code Snippe…
158 …+ "select it with mouse or keyboard, then open this dialog. Your text will appear in the text wi…
160 + " the markup and this method will fail. "
161 …+ "<LI>You can open this dialog and paste the code into the text window below. This method is <b…
165 geshiAlertSnippet: 'Please enter a file name for this snippet',
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DXMLTest.php29 $this->assertNull($e, sprintf(
88 $this->assertSame($expected, $actual);
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
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/mediasyntax/test/
H A Ddokusyntax-test.txt1 this is //italic//
6 - this is item 1
/plugin/codebender/syntax/
H A Dsyntax.php41 …$this->Lexer->addEntryPattern('<codebender>(?=.*?</codebender.*?>)',$mode,'plugin_codebender_synta…
45 $this->Lexer->addExitPattern('</codebender>','plugin_codebender_syntax');
/plugin/manlink/
H A Dsyntax.php17 $this->Lexer->addSpecialPattern(
32 $mantarget = $this->getconf('mantarget');
/plugin/noprint/
H A Dsyntax.php71 $this->Lexer->addSpecialPattern('<noprint>',$mode,'plugin_noprint');
72 $this->Lexer->addSpecialPattern('</noprint>',$mode,'plugin_noprint');
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DREADME.md5 You can add this library as a local, per-project dependency to your project using [Composer](https:…
9 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/complex_lists/list_xrefs/
H A Dsyntax.php43 $this->Lexer->addEntryPattern('#[(]', $mode, 'plugin_list_xrefs');
48 $this->Lexer->addExitPattern('[)]#', 'plugin_list_xrefs');
/plugin/htmldetailstag/syntax/
H A Dsummary.php55 …$this->Lexer->addEntryPattern('<summary>(?=.*?</summary>)', $mode, 'plugin_htmldetailstag_summary'…
60 $this->Lexer->addExitPattern('</summary>', 'plugin_htmldetailstag_summary');
/plugin/tokenbucketauth/lang/en/
H A Dbanned.txt3 Your IP address is currently not allowed to access this wiki. This is probably
7 misbehavior who had your IP before. If this is the case you should contact the
/plugin/farm/install/animaltemplate/conf/
H A Dmsg2 The first line of this file contains a number, indicating
6 change this number as it gets updated when you install the
/plugin/sympaauth/lang/en/
H A Dintro.txt3 From this page you can set up or unset the authentication backend which uses the soap frontend of a…
5 To activate this backend, you must go to the configuration plugin page, and select "sympa" as the a…
/plugin/mediasyntax/syntax/
H A Dunderline.php20 $this->Lexer->addEntryPattern(
29 $this->Lexer->addExitPattern(
43 // For understanding this see the very valuable code by Christopher Smith on http://www.dokuwiki.org/devel:syntax_plugins
/plugin/tcycle/
H A DREADME.md3 All documentation for this plugin can be found at
6 If you install this plugin manually, make sure it is installed in
/plugin/pagehere/
H A Dsyntax.php23 $this->Lexer->addSpecialPattern('{{pagehere}}',$mode,'plugin_pagehere');
42 $renderer->doc .= '<input type="submit" value="' . $this->getLang('submit') . '" class="btn" />';
/plugin/displaytitle/
H A Dsyntax.php34 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_displaytitle');
37 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_displaytitle');
/plugin/adfs/
H A Daction.php13 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_request');
14 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handle_loginform');
/plugin/flowchartjs/
H A Dsyntax.php17 * need to inherit from this class
25 $this->Lexer->addEntryPattern('<flowchartjs.*?>(?=.*?</flowchartjs>)', $mode, 'plugin_flowchartjs');
28 $this->Lexer->addExitPattern('</flowchartjs>', 'plugin_flowchartjs');
/plugin/stale/
H A Daction.php23 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call');
29 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'add_menu_item');
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsPlaceholderParser.php11 * file that was distributed with this source code.
34 $this->block = new TableOfContentsPlaceholder();
39 return $this->block;
55 $placeholder = $this->config->get('table_of_contents/placeholder');
70 $this->config = $configuration;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
H A DQuery.php54 return $this->call('search', [$params], SearchResponse::class);
72 return $this->call('suggest', [$params], SuggestResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/Resource/
H A DV1.php48 return $this->call('introspect', [$params], GoogleIdentityStsV1IntrospectTokenResponse::class);
66 return $this->call('token', [$params], GoogleIdentityStsV1ExchangeTokenResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/Resource/
H A DInstaller.php47 return $this->call('generateSecret', [$params], SasPortalGenerateSecretResponse::class);
61 return $this->call('validate', [$params], SasPortalValidateInstallerResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DLayersVolumeAnnotations.php50 return $this->call('get', [$params], Volumeannotation::class);
86 return $this->call('list', [$params], Volumeannotations::class);

1...<<911912913914915916917918919920>>...1084