Home
last modified time | relevance | path

Searched refs:replacements (Results 26 – 50 of 81) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php103 $replacements = [];
197 $replacements[] = $expanded;
200 $ret = implode($joiner, $replacements);
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js19558 function translate$1(template, replacements) { argument
19560 replacements = replacements || {};
19563 return replacements[key] || '{' + key + '}';
44981 replacements: [] property in canReplace.canExecute
44995 canExecute.replacements.push({
45006 canExecute.replacements.push({
45022 canExecute.replacements.push({
45035 canExecute.replacements.push({
45042 canExecute.replacements.push({
55618 var replacements = context.canExecute.replacements;
[all …]
H A Dbpmn-modeler.production.min.js34replacements)}),this),this.postExecuted(["elements.move"],500,(function(e){var n=e.context,i=n.new… property in fd.i
/plugin/newpagetemplate/lang/en/
H A Dhowto.txt1 This admin app is a GUI for the command line plugin that is described in the [[doku>plugin:newpagetemplate:cmdline|]] documentation. It has four options, corresponding to the main command line options.: ''Ini file'', ''Template'', ''Page id'', and ''User replacements''. These options enable you to process a single page using the selected page and template or one or more pages using one or more templates using an initialization file.
3 If you choose both ''ini file'' and ''Page id'', ''Page id'' will take precedence. If you choose ''Page id'', you must choose a template. The ''User replacements'' are the ''newpagevars'' that are explained in the [[doku>plugin:newpagetemplate#usage|newpagetemplate]] documentation. If you choose an initialization file, you can use the ''User replacements'' option to add replacements to those in the initialization file.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/pdftools/
H A DREADME.md12 * Additional replacements which can be used in the templates
92 …lates which can be installed in the admin section. These templates contain additional replacements:
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt52 The page depended replacements are only for ''citation.html'' updated for every page.
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt52 The page depended replacements are only for ''citation.html'' updated for every page.
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt54 The page depended replacements are only for ''citation.html'' updated for every page.
/plugin/pdftools/tpl/standard/
H A DREADME.txt54 The page depended replacements are only for ''citation.html'' updated for every page.
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt52 The page depended replacements are only for ''citation.html'' updated for every page.
/plugin/pdftools/tpl/minimal/
H A DREADME.txt54 The page depended replacements are only for ''citation.html'' updated for every page.
/plugin/pdftools/tpl/info/
H A DREADME.txt52 The page depended replacements are only for ''citation.html'' updated for every page.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1replacements or\n * removals of text segments. All offsets refer to the original state of the docu…
H A Dbundle.js.map1replacements for {n}-entries\n */\nexport function format(value, ...args) {\n if (args.length =…
H A Deditor.worker.js.map1 … * @param value string to which formatting is applied\n * @param args replacements for {n}-entries…
H A Djson.worker.js.map1replacements for {n}-entries\n */\nexport function format(value, ...args) {\n if (args.length =…
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php455 $replacements = array();
465 $replacements []= $value;
469 $replacements []= call_user_func($this->sanitise, $value);
473 return preg_replace($patterns, $replacements, $result);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js4223 identifier: this.replacements[id] || id,
4229 replacements: {
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js.map1replacements","replaceSelections","smartBackspace","cursors","indentUnit","getOption","cursor","to…
/plugin/latexport/implementation/
H A Ddecorator.php96 $replacements[ 0] = 'a';
97 $replacements[ 1] = 'e';
98 $replacements[ 2] = 'i';
99 $replacements[ 3] = 'o';
100 $replacements[ 4] = 'u';
101 $replacements[ 5] = 'ae';
102 $replacements[ 6] = 'c';
103 $replacements[ 7] = 'ss';
104 $replacements[ 8] = '-';
105 $replacements[ 9] = ':';
[all …]
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6 …e){return u.replacements[e]})}else if(u.escapeTestNoEncode.test(e))return e.replace(u.escapeReplac… class in u
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1replacements","r","separator","limit","uninstall","union","patterns","parts","numCaptures","numPri…
H A Dsyntaxhighlighter.js1701 XRegExp.replaceEach = function (str, replacements) {
1704 for (i = 0; i < replacements.length; ++i) {
1705 r = replacements[i];

1234