Home
last modified time | relevance | path

Searched refs:template (Results 1 – 25 of 695) sorted by path

12345678910>>...28

/plugin/abc2/
H A Dstyle.css2 /* inherit SVG colours from the template settings */
12 /* for the default 'dokuwiki' template, other templates might need other fixes */
/plugin/aceeditor/
H A DNEWS113 * Fixed issue #1: width wrong when using sidebar template
H A Dbuild.js1template))?|Ensemble|KNN(?:.(?:fit|template))?|PartitionedEnsemble|PartitionedModel|Tree(?:.(?:fit…
/plugin/acmenu/
H A Dstyle.css11 /* for template different from the DokuWiki's default one is necessary
/plugin/addnewpage/
H A Dsyntax.php284 list($template, ) = $this->_parseNSTemplatePage($newpagetemplates[0]);
285 … $input = '<input type="hidden" name="newpagetemplate" value="' . formText($template) . '" />';
289 foreach($newpagetemplates as $template) {
293 list($template, $name) = $this->_parseNSTemplatePage($template);
294 $p .= ' value="'.formText($template).'"';
313 @list($template, $name) = explode('|', $nstemplate, 2);
314 $template = (new PageResolver($ID))->resolveId($template);
315 if (is_null($name)) $name = $template;
317 return array($template, $name);
/plugin/adfs/phpsaml/
H A DREADME.md258 * `settings_example.php` - A template to be used in order to create a
260 * `advanced_settings_example.php` - A template to be used in order to create a
294 There is a template file, `settings_example.php`, so you can make a copy of this
439 information that could be defined. In the same way that a template exists
440 for the basic info, there is a template for that advanced info located
555 // Contact information template, it is recommended to supply a
568 // Organization information template, the info in en_US lang is
1527 `$settingsInfo`. This array users the `settings_example.php` included as a template
1674 could be used as a template for your `settings.php` file.
1676 In that template, SAML settings are divided into two parts, the application
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php533 const template = '<ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> define in XMLSecurityDSig
553 $sigdoc->loadXML(XMLSecurityDSig::template);
1342 const template = "<xenc:EncryptedData xmlns:xenc='http://www.w3.org/2001/04/xmlenc#'> define in XMLSecEnc
1406 throw new Exception('Error locating CipherValue element within template');
/plugin/adultcontent/
H A DREADME.md9 You can retrieve this flag in your template and might control your contents like Google AdSense.
/plugin/advanced/lang/en/config/
H A Dhooks.txt3template without modifying any of the template files itself, making them safe to survive an update…
17 * [[doku>template:dokuwiki]]
H A Dstyleini.txt3 …style.ini'' is a [[wp>INI_file|ini file]] in each [[doku>template]]'s directory((if the template s…
36 Template authors should generally try to reuse the placeholder names of the default template.
H A Duserstyle.txt3 …mal styles itself. The rest of the CSS definitions come from the [[doku>template]] and [[doku>plug…
5 …gs is done via the ''tpl_metaheaders()'' function, so don't forget to have it within your template.
/plugin/advanced/lang/fr/config/
H A Dhooks.txt4 Créez juste le fichier approprié dans le dossier (''lib/tpl/<template>/'') ou dans le répertoire ''…
19 * [[doku>template:dokuwiki]]
/plugin/ahrefmenu/
H A Dadmin.php70 if ($conf['template'] != "default")
/plugin/aichat/
H A Dhelper.php329 * Load the given prompt template and fill in the variables
337 $template = file_get_contents($this->localFN($type, 'prompt'));
345 return strtr($template, $replace);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock847 "phpunit/php-text-template": "^2.0.2",
1027 "name": "phpunit/php-text-template",
1031 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1036 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
1068 "description": "Simple template engine.",
1069 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1071 "template"
1074 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
1075 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
1173 "phpunit/php-text-template"
[all...]
/plugin/airtable/
H A DREADME.md66 Records are rendered as a template where text is displayed on the left and media on the right. Synt…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js11946 function template(string, options, otherOptions) {
12919 lodash.template = template;
H A Dpdfmake.min.js8 …,e.sortedIndex=er,e.sortedLastIndex=nr,e.startCase=$a,e.startsWith=uo,e.template=lo,e.trim=co,e.tr…
H A Dpdfmake.min.js.map1template","otherOptions","settings","templateSettings","isEscaping","isEvaluating","imports","impo…
/plugin/anewssystem/
H A Daction.php71 $template = file_get_contents(DOKU_PLUGIN.'anewssystem/tpl/newstemplate.txt');
H A Dsyntax.php95 $template = file_get_contents(DOKU_PLUGIN.'anewssystem/tpl/newstemplate.txt');
189 … $template = file_get_contents(DOKU_PLUGIN.'anewssystem/tpl/newstemplate.txt');
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php823 public $template; variable in Google_SearchUrl
825 public function setTemplate( $template) { argument
826 $this->template = $template;
829 return $this->template;
H A DGoogle_FusiontablesService.php627 public $template; variable in Google_FusiontablesService
643 …$this->template = new Google_TemplateServiceResource($this, $this->serviceName, 'template', json_d…
/plugin/authgoogle/google/external/
H A DURITemplateParser.php44 public function __construct($template) { argument
47 $this->template = $template;
69 preg_match_all('/\{([^\}]*)\}/', $this->template, $em);
118 $this->expansion = $this->template;
207 return $this->template;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DConfigurationSpec.php28 public function setTemplate(RevisionTemplate $template) argument
30 $this->template = $template;
37 return $this->template;

12345678910>>...28