Home
last modified time | relevance | path

Searched refs:template (Results 551 – 575 of 695) sorted by path

1...<<2122232425262728

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js1491 _.template = function(text, settings, oldSettings) {
1537 var template = function(data) { function
1543 template.source = 'function(' + argument + '){\n' + source + '}';
1545 return template;
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock159 babel-template "^6.16.0"
242 babel-template "^6.8.0"
281 babel-template "^6.16.0"
292 babel-template "^6.16.0"
301 babel-template "^6.16.0"
385 babel-template "^6.8.0"
404 babel-template "^6.8.0"
456 babel-template "^6.8.0"
497 babel-template "^6.8.0"
522 babel-template "^6.8.0"
[all …]
/plugin/sequencediagram/bower_components/snap.svg/
H A DGruntfile.js11 .replace(/@DATE/, grunt.template.today("yyyy-mm-dd")) + "\n",
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5 …"u2029"},D=/\\|'|\r|\n|\u2028|\u2029/g,L=function(n){return"\\"+z[n]};m.template=function(n,t,r){!…
H A Dunderscore-min.map1 …,"interpolate","noMatch","escapes","\\","\r","\n","
","
","escapeChar","template","text","settings…
H A Dunderscore.js1415 _.template = function(text, settings, oldSettings) {
1460 var template = function(data) { function
1466 template.source = 'function(' + argument + '){\n' + source + '}';
1468 return template;
/plugin/settingstree/
H A Dstyle.css301 …se we use absolute positioned buttons, and it looks crappy with default template... other template…
/plugin/sidebar/
H A DINFO.txt7 desc Base on "sidebar" template by ChrisS. Provides the same feature.
H A Dstyle.css2 * Extra styles for sidebar template
171 …/* 'overflow-x:auto;' maybe replaced by 'overflow:auto;' to ensure template passes w3c validation …
/plugin/sidebarng/
H A Dplugin.info.txt7 desc Automatically adds a flexible sidebar to your template
/plugin/simplemysqlclient/
H A Ddescr.txt19 This is a very simple SQL-Client for MySQL. Some helper and template buttons are available in plugi…
/plugin/siteexport/
H A DREADME.md14 * a writable <code>/inc/preload.php</code> file for template switching
51 …ng exported with potentially empty folders but having the lib (plugins, template) directories beei…
86 Allows to export the pages with a different template than the default one.
/plugin/siteexport/action/
H A Dstartup.php126 $template = defined('SITEEXPORT_TPL') ? SITEEXPORT_TPL : $conf['template'];
132 $script['src'] .= '&template=' . $template;
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock344 "phpunit/php-text-template": "~1.2",
437 "name": "phpunit/php-text-template",
441 "url": "https://github.com/sebastianbergmann/php-text-template.git",
446 …"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2af…
470 "description": "Simple template engine.",
471 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
473 "template"
591 "phpunit/php-text-template": "~1.2",
656 "phpunit/php-text-template": "~1.2",
/plugin/snippets/
H A Daction.php269 $template = false;
270 if(preg_match("/templ_|templ:/",$id)) $template = true;
272 … if($event->data == 'snippet_update' && ! $template) { // templates are permanent
277 if($template) {
287 if($event->data == 'snippet_update' && ! $template) {
H A Dplugin.info.txt7 desc Provides toolbar button+popup for template insertion; can track and insert sinppet updates
/plugin/solr/
H A DREADME.md8 … three stages - basic installation, Solr configuration and integration with your DokuWiki template.
21 …our DokuWiki template**, i.e. replacing the standard wiki search field with the Solr search field.…
/plugin/spellcheck/
H A Dstyle.css22 * Additional styles matching the default template
/plugin/struct/lang/en/
H A Deditor_intro.txt3 Schemas are the core of the Struct Plugin. A schema defines a template of structured data that shall be assigned to pages later.
/plugin/struct/
H A Dstyle.less52 // fixes for bootstrap3 template
142 clear: both; // this is somehow missing in the bootstrap template
156 // fixes for bootstrap3 template
551 /** needed for Sprintdoc template */
/plugin/structodt/
H A Daction.php30 * Add "template" config key
39 $keys = ['template', 'pdf', 'hideform', 'filename'];
50 case 'template':
111 foreach ($templates as $template) {
112 $template = $helper->rowTemplate($row, $template);
114 $template = $resolver->resolveId($template);
115 if ($template != '' && media_exists($template, '', fals
[all...]
H A Dhelper.php40 * Render ODT file from template
42 * @param $template
51 public function renderODT($template, $row) { argument
52 $template_file = mediaFN($template);
95 * Render PDF file from template
97 * @param $template
106 public function renderPDF($template, $row) { argument
107 $tmp_file = $this->renderODT($template, $row);
339 * @param string $template
343 public function rowTemplate($row, $template) { argument
[all...]
H A Dscript.js12 const template = $table.parents('.structaggregation').data('template');
13 if (!template) return;
54 url.searchParams.append('template', JSON.stringify(template));
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php10 /** @var string odt file used as export template */
11 protected $template; variable in dokuwiki\\plugin\\structodt\\meta\\AggregationEditorTableOdt
37 $this->template = $conf['template'];
65 $template = hsc(json_encode($this->template));
76 data-template=\"$template\" data-filetype=\"$filetype\"
98 'template_string' => hsc(json_encode($this->template)),
H A DAggregationTableOdt.php10 /** @var string odt file used as export template */
11 protected $template; variable in dokuwiki\\plugin\\structodt\\meta\\AggregationTableOdt
34 $this->template = $conf['template'];
57 data-template="' . $this->template . '" data-filetype="' . $filetype . '">';
76 'template_string' => $this->template

1...<<2122232425262728