Searched refs:Custom (Results 1 – 25 of 169) sorted by relevance
1234567
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/ |
| D | Service.php | 28 protected $customType = Custom::class; 92 * @param Custom 94 public function setCustom(Custom $custom) 99 * @return Custom
|
| D | Custom.php | 20 class Custom extends \Google\Model class 25 class_alias(Custom::class, 'Google_Service_Monitoring_Custom');
|
| /plugin/navigatorlabels/navigatorlabels/ |
| H A D | CHANGELOG.md | 5 * Added Custom Link entry to the Topics panel for mobile and desktop 7 * Improved visual alignment of Custom Link with topic items inside the panel 13 * Added new configuration key `customlink_url` for admin-editable Custom Link destination 14 * Added new configuration key `customlink_newtab` to allow opening the Custom Link in a new tab 17 …* Improved integration with Navigator top bar (Custom Link label, URL, and behavior now fully conf…
|
| H A D | plugin.info.txt | 6 …g, multilingual sorting rules, customizable UI labels, and admin-defined Custom Link behavior. Des…
|
| /plugin/navigatorlabels/ |
| H A D | CHANGELOG.md | 5 * Added Custom Link entry to the Topics panel for mobile and desktop 7 * Improved visual alignment of Custom Link with topic items inside the panel 13 * Added new configuration key `customlink_url` for admin-editable Custom Link destination 14 * Added new configuration key `customlink_newtab` to allow opening the Custom Link in a new tab 17 …* Improved integration with Navigator top bar (Custom Link label, URL, and behavior now fully conf…
|
| /plugin/matrixnotifierwas/vendor/psr/http-message/docs/ |
| D | PSR7-Usage.md | 29 $response->withHeader('My-Custom-Header', 'My Custom Message'); 35 $response->withAddedHeader('My-Custom-Header', 'The second message'); 41 $request->hasHeader('My-Custom-Header'); // will return false 42 $response->hasHeader('My-Custom-Header'); // will return true 45 > Note: My-Custom-Header was only added in the Response 53 $response->getHeaderLine('My-Custom-Header'); // will return: "My Custom Message; The second messa… 61 $response->getHeader('My-Custom-Header'); // will return: ["My Custom Message", "The second messa…
|
| /plugin/bootswrapper/exe/help/ |
| D | callout.txt | 116 ===== Custom icons ===== 132 ===== Custom colors ===== 134 <callout icon="fa fa-user" color="blue" title="Custom color + icon"> 139 <callout icon="fa fa-user" color="blue" title="Custom color + icon"> [...] </callout>
|
| D | list-group.txt | 55 ===== Custom content =====
|
| /plugin/custommeta/ |
| D | plugin.info.txt | 4 name Custom Meta plugin
|
| /plugin/advanced/lang/en/ |
| D | config.txt | 24 …ipt.js'' | [[doku>devel:javascript]] | Custom JavaScript enhance… 25 …le.css'' | [[doku>devel:css]] | Custom CSS enhancements …
|
| /plugin/button/tests/data/pages/ |
| D | start.txt | 40 ===== Custom styles ===== 51 ==== Custom protocols ====
|
| /plugin/qna/ |
| D | plugin.info.txt | 6 desc Custom formatting for Q&A (FAQ) sections.
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | AutoFormat.Custom.txt | 1 AutoFormat.Custom
|
| D | Filter.Custom.txt | 1 Filter.Custom
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/ |
| D | fck_flash.js | 240 case 1 : // Custom error 243 case 101 : // Custom warning
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_flash/ |
| D | fck_flash.js | 243 case 1 : // Custom error 246 case 101 : // Custom warning
|
| /plugin/fckg/fckeditor/editor/dialog/fck_flash/ |
| D | fck_flash.js | 248 case 1 : // Custom error 251 case 101 : // Custom warning
|
| /plugin/indexmenu/scripts/fancytree/skin-custom-1/ |
| D | README.md | 1 ### Creating Custom Skins
|
| /plugin/dokullm/doc/ |
| H A D | prompts.txt | 50 * ''{prompt}'' - Custom user prompt 101 ==== 3. Custom Prompts ==== 144 * Custom instructions provided by the user 165 ===== Creating Custom Prompts ===== 288 * **Document Custom Placeholders**: If adding new placeholders, document their purpose 322 ==== Custom Profiles ====
|
| /plugin/fedauth/lang/en/ |
| D | admproviders.txt | 14 ===== Add Custom Provider =====
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | TODO | 8 Custom postscript prologue
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | configuration.asciidoc | 8 Custom configuration is accomplished before the client is instantiated, through
|
| D | selectors.asciidoc | 88 === Custom Selector 90 You can implement your own custom selector. Custom selectors must implement
|
| /plugin/syntaxhighlighter4/ |
| D | README.md | 105 * [Custom event handler which performs action] 166 * **Custom brushes** 185 * **Custom themes**
|
| /plugin/asciidocjs/node_modules/ejs/ |
| D | README.md | 20 * Custom delimiters (e.g. `[? ?]` instead of `<% %>`) 96 …- `includer` Custom function to handle EJS includes, receives `(originalPath, parsedP… 151 ## Custom delimiters 153 Custom delimiters can be applied on a per-template basis, or globally: 187 ### Custom file loader
|
1234567