Home
last modified time | relevance | path

Searched refs:suffix (Results 126 – 137 of 137) sorted by path

123456

/plugin/tagfilter/
H A Dhelper.php204 * @param string $suffix
207 protected function getIndex($idx, $suffix) argument
210 $fn = $conf['indexdir'] . '/' . $idx . $suffix . '.idx';
/plugin/textinsert/
H A DREADME29 A macro name with the _HTML suffix will be output as HTML, whereas without the _HTML suffix the
/plugin/toolbox/
H A DToolboxCounter.js61 if (textarea.form.elements.suffix && textarea.form.elements.suffix.value) {
62 counts.call += charcounter(textarea.form.elements.suffix.value);
63 counts.wall += wordcounter(textarea.form.elements.suffix.value);
/plugin/txt2tags/
H A DREADME.doku40 By default, if the page name ends with ''.t2t'' suffix, it gets automatically parsed using txt2tags…
H A DREADME.t2t41 By default, if the page name ends with ``.t2t`` suffix, it gets automatically parsed using txt2tags…
/plugin/vcard/
H A Dvcard.php93 function setName($family="", $first="", $additional="", $prefix="", $suffix="") { argument
94 $this->properties["N"] = "$family;$first;$additional;$prefix;$suffix";
96 …>properties["FN"]=="") $this->setFormattedName(trim("$prefix $first $additional $family $suffix"));
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js617 var suffix="image";
618 if(r.match(suffix+"$")==suffix||r=="background"){imageRules.push(r)
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng141 element suffix { text }+
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13 …\n\n See http://goo.gl/MqrFmX\n");var i=!!(e=Object(e)).multiArgs,n=e.suffix;"string"!=typeof n…
H A Ddhtmlxgantt.js.map1suffix","getDataPropertyOrDefault","promisifiableMethods","suffixRegexp","inheritedDataKeys","pass…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js3708 function hasPromisified(obj, key, suffix) { argument
3713 function checkValid(ret, suffix, suffixRegexp) { argument
3721 .replace("%s", suffix));
3738 !hasPromisified(obj, key, suffix) &&
3743 checkValid(ret, suffix, suffixRegexp);
3792 var promisifiedKey = key + suffix;
3835 var suffix = options.suffix;
3836 if (typeof suffix !== "string") suffix = defaultSuffix;
3842 if (!util.isIdentifier(suffix)) {
5269 function filledRange(count, prefix, suffix) { argument
[all …]
/plugin/zip/pear/
H A DPEAR.php743 $suffix = '.dll';
745 $suffix = '.sl';
747 $suffix = '.a';
749 $suffix = '.bundle';
751 $suffix = '.so';
753 return @dl('php_'.$ext.$suffix) || @dl($ext.$suffix);

123456