Home
last modified time | relevance | path

Searched +defs:template +defs:string (Results 1 – 25 of 47) sorted by relevance

12

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php223 public function helperIf($template, $context, $args, $source)
296 public function helperEach($template, $context, $args, $source)
367 private function renderElse($template, $context)
391 public function helperUnless($template, $context, $args, $source)
418 public function helperWith($template, $context, $args, $source)
441 public function helperBindAttr($template, $context, $args, $source)
459 public function helperUpper($template, $context, $args, $source)
477 public function helperLower($template, $context, $args, $source)
495 public function helperCapitalize($template, $context, $args, $source)
513 public function helperCapitalizeWords($template, $context, $args, $source)
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DUriTemplate.php12 private $template; variable in GuzzleHttp\\UriTemplate
38 public function expand($template, array $variables)
233 private function decodeReserved($string)
/plugin/publist/bib2tpl/
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) {
459 private function resolve_conditions(&$entry, &$string) {
/plugin/publistf/bib2tpl/
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) {
485 private function resolve_conditions(&$entry, &$string) {
/plugin/publistx/bib2tpl/
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) {
480 private function resolve_conditions(&$entry, &$string) {
/plugin/asciidocjs/node_modules/handlebars/dist/amd/
Dprecompiler.js39 _Async['default'].map(strings, function (string, callback) { argument
57 strings = strings.map(function (string, index) { argument
76 queue = (opts.files || []).map(function (template) { argument
104 queue.push({ template: childPath, root: root || path }); property
205 opts.templates.forEach(function (template) { argument
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/
Dprecompiler.js54 _neoAsync2['default'].map(strings, function (string, callback) { argument
72 strings = strings.map(function (string, index) { argument
91 queue = (opts.files || []).map(function (template) { argument
119 queue.push({ template: childPath, root: root || path }); property
220 opts.templates.forEach(function (template) { argument
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy.php260 public $template; variable in csstidy
335 public function _load_template($template) {
437 public function _unicode(&$string, &$i) {
565 public function is_token(&$string, $i) {
576 public function parse($string) {
1038 static function escaped(&$string, $pos) {
H A Dclass.csstidy_print.php70 public $template; variable in csstidy_print
426 public function _htmlsp($string, $plain) {
/plugin/asciidocjs/node_modules/handlebars/lib/
Dprecompiler.js40 function(string, callback) { argument
78 queue = (opts.files || []).map(template => ({ template, root: opts.root })); property
106 queue.push({ template: childPath, root: root || path }); property
222 opts.templates.forEach(function(template) { argument
/plugin/asciidocjs/node_modules/lodash/
Dtemplate.js155 function template(string, options, guard) { function
Dlodash.js763 function asciiToArray(string) { argument
774 function asciiWords(string) { argument
1017 function baseTrim(string) { argument
1166 function hasUnicode(string) { argument
1177 function hasUnicodeWord(string) { argument
1337 function stringSize(string) { argument
1350 function stringToArray(string) { argument
1364 function trimmedEndIndex(string) { argument
1387 function unicodeSize(string) { argument
1402 function unicodeToArray(string) { argument
[all …]
/plugin/asciidocjs/node_modules/chalk/source/
Dindex.js42 chalk.template = (...arguments_) => chalkTag(chalk.template, ...arguments_); function
161 const applyStyle = (self, string) => { argument
195 let template; variable
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
DCoreExtension.php964 function twig_trim_filter($string, $characterMask = null, $side = 'both')
1002 function twig_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoes…
1154 function twig_convert_encoding($string, $to, $from)
1159 function twig_convert_encoding($string, $to, $from)
1164 function twig_convert_encoding($string, $to, $from)
1171 function twig_ord($string)
1176 function twig_ord($string)
1330 function twig_upper_filter(Environment $env, $string)
1346 function twig_lower_filter(Environment $env, $string)
1362 function twig_title_string_filter(Environment $env, $string)
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokentype.js57 string: new TokenType("string", startsExpr), property
74 template: new TokenType("template"), property
/plugin/asciidocjs/node_modules/acorn/src/
Dtokentype.js57 string: new TokenType("string", startsExpr), property
74 template: new TokenType("template"), property
/plugin/highlightjs/highlight/languages/
Dcpp.js7 … 1, 'throw': 1, 'volatile': 2, 'static': 1, 'protected': 1, 'bool': 1, 'template': 1, 'mutable': 1… property
8 …'built_in': {'std': 1, 'string': 1, 'cin': 1, 'cout': 1, 'cerr': 1, 'clog': 1, 'stringstream': 1, … property
/plugin/combo/ComboStrap/
H A DSite.php227 public static function setXhtmlRenderer(string $string) argument
497 public static function setTemplate($template)
/plugin/asciidocjs/node_modules/handlebars/dist/
Dhandlebars.runtime.amd.js104 function escapeExpression(string) { argument
838 function SafeString(string) { argument
906 function template(templateSpec, env) { function
1285 hb.template = function (spec) { function
/plugin/saml/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php423 static function makeAsnSegment($type, $string) {
533 const template = '<ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> define in XMLSecurityDSig
1342 const template = "<xenc:EncryptedData xmlns:xenc='http://www.w3.org/2001/04/xmlenc#'> define in XMLSecEnc
/plugin/adfs/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php423 static function makeAsnSegment($type, $string) {
533 const template = '<ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> define in XMLSecurityDSig
1342 const template = "<xenc:EncryptedData xmlns:xenc='http://www.w3.org/2001/04/xmlenc#'> define in XMLSecEnc
/plugin/sequencediagram/bower_components/lodash/
Dlodash.js749 function asciiToArray(string) { argument
760 function asciiWords(string) { argument
1139 function hasUnicode(string) { argument
1150 function hasUnicodeWord(string) { argument
1310 function stringSize(string) { argument
1323 function stringToArray(string) { argument
1345 function unicodeSize(string) { argument
1360 function unicodeToArray(string) { argument
1371 function unicodeWords(string) { argument
2148 'string': new Hash property
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.js749 function asciiToArray(string) { argument
760 function asciiWords(string) { argument
1139 function hasUnicode(string) { argument
1150 function hasUnicodeWord(string) { argument
1310 function stringSize(string) { argument
1323 function stringToArray(string) { argument
1345 function unicodeSize(string) { argument
1360 function unicodeToArray(string) { argument
1371 function unicodeWords(string) { argument
2148 'string': new Hash property
[all …]
/plugin/odt/ODT/
DODTDocument.php848 public function importODTStyles($template=NULL, $tempDir=NULL) {
1603 public function addStringAsSVGImageFile($string) {
1612 …public function addStringAsSVGImage($string, $width = NULL, $height = NULL, $align = NULL, $title …
/plugin/sequencediagram/bower_components/underscore/
Dunderscore.js1355 return function(string) { argument
1460 var template = function(data) { function

12