Home
last modified time | relevance | path

Searched defs:template (Results 126 – 150 of 151) sorted by path

1234567

/plugin/odt/helper/
H A Ddwcssloader.php48 public function load($plugin_name, $format, $template) {
/plugin/onlineordering/
H A Dsend_form.php66 $template = str_replace('{title}', $form['title'], $template); variable
68 $template = str_replace('{lastname}', $form['lastname'], $template); variable
69 $template = str_replace('{postcode}', $form['postcode'], $template); variable
70 $template = str_replace('{street}', $form['street'], $template); variable
71 $template = str_replace('{place}', $form['place'], $template); variable
72 $template = str_replace('{country}', $form['country'], $template); variable
73 $template = str_replace('{remarks}', $form['remarks'], $template); variable
75 $template = str_replace('{ticket}', $ticket, $template); variable
100 $template = str_replace('{date}', $date, $template); variable
101 $template = str_replace('{time}', $time, $template); variable
[all …]
/plugin/pagemod/helper/
H A Dpagemod.php132 protected function updatePage($template, $template_section_id) {
/plugin/processing/
H A Dscript.js12987 template: (function() { property in Processing.Sketch.fonts
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php179 function convert($bibtex, &$template, &$replacementKeys=array()) {
339 private function translate(&$data, &$template) {
388 private function translate_group($key, $id, &$data, $template) {
428 private function translate_entry(&$entry, $template) {
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php198 function convert($bibtex, &$template, &$replacementKeys=array()) {
358 private function translate(&$data, &$template) {
407 private function translate_group($key, $id, &$data, $template) {
447 private function translate_entry(&$entry, $template) {
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php194 function convert($bibtex, &$template, &$replacementKeys=array()) {
354 private function translate(&$data, &$template) {
403 private function translate_group($key, $id, &$data, $template) {
443 private function translate_entry(&$entry, $template) {
/plugin/randomtables/table-roller/src/Generator/
H A DBaseGenerator.php11 protected string $template; variable in TableRoller\\Generator\\BaseGenerator
31 public function setTemplate(string $template): void argument
[all...]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js665 initialize: function(template, pattern) { argument
H A Dsound.js13 template: property in Sound
/plugin/sectiontoggle/
H A Dtemplates.ini66 typeicke-template global() argument
67 nameicke-template global() argument
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.min.js122 …m(n,$u):0},An.sumBy=function(n,t){return n&&n.length?m(n,ye(t,2)):0},An.template=function(n,t,r){v… function
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-doc.js12 const template = file.globTemplate(path.join(templatePath, '*.jst')); constant
H A Dbuild-modules.js13 const template = file.globTemplate(path.join(templatePath, '*.jst')); constant
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js252 template: _.template("I'm <%= this.name %>") property in AnonymousFunctiona8f0c16b1c00.stooge
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js1537 var template = function(data) { function
/plugin/sequencediagram/bower_components/snap.svg/
H A Ddr.json4 "template": "template.dot", string
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js1460 var template = function(data) { function
/plugin/structodt/
H A Dhelper.php51 public function renderODT($template, $row) { argument
106 public function renderPDF($template, $row) { argument
343 public function rowTemplate($row, $template) { argument
[all...]
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php11 protected $template; variable in dokuwiki\\plugin\\structodt\\meta\\AggregationEditorTableOdt
H A DAggregationTableOdt.php11 protected $template; variable in dokuwiki\\plugin\\structodt\\meta\\AggregationTableOdt
/plugin/tagging/script/
H A Deditable.js77 template : '<form class="form-inline editableform">'+ property in EditableForm
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php334 protected function template(array $properties) { function in Sabre\\VObject\\Component\\VAvailabilityTest
379 protected function _template($template, array $properties) {
/plugin/xslfo/
H A Daction.php25 private $template; variable in action_plugin_xslfo
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13 …define&&define.amd?define("dhtmlxgantt",[],e):"object"==typeof exports?exports.dhtmlxgantt=e():t.d… argument

1234567