Home
last modified time | relevance | path

Searched refs:suffix (Results 101 – 125 of 137) sorted by last modified time

123456

/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1964 this.form.suffix.value="";
/plugin/ckgdoku/action/
H A Dedit.php476 $suffix = isset($cdata['suffix']) ? urldecode($cdata['suffix']) : "" ;
478 if($suffix) $suffix = $this-> _preprocess($suffix);
484 $this->draft_text = $prefix . $text . $suffix;
/plugin/dwcommits/
H A Dhelper.php828 function dwc_element($prefix, $suffix, $ar) { argument
829 $inx = $prefix . $suffix;
H A Dsyntax.php214 function dwc_element($prefix, $suffix, $ar) { argument
215 $inx = $prefix . $suffix;
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js2322 var suffix = '',
2333 suffix = match[2];
2336 return '<a href="' + m + '">' + m + '</a>' + suffix;
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js1041 var suffix = '',
1052 suffix = match[2];
1055 return '<a href="' + m + '">' + m + '</a>' + suffix;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php156 $suffix = '';
158 $suffix = $cliValues['suffix'];
168 if ($suffix === '' && $allowPatch === true) {
179 $cliValues['phpcbf-suffix'] = $suffix;
184 if ($suffix === '' && $allowPatch === true) {
/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/amcharts/assets/amcharts/
H A Damcharts.js134 …ons,a["an_"+b]);c={obj:a,frame:0,attribute:b,from:c,to:e,time:h,effect:f,suffix:g};a["an_"+b]=c;th… property in AnonymousFunction30194f819400.c
135 …e(a,1),h.node.style[f]=Number(b.to)+b.suffix):h.node.style[f]=c+b.suffix}else h.node.style[f]=Numb…
/plugin/icalevents/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist15 <directory suffix=".php">../lib/</directory>
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng141 element suffix { text }+
/plugin/publist/bib2tpl/lib/
H A DPEAR.php718 $suffix = '.dll';
720 $suffix = '.sl';
722 $suffix = '.a';
724 $suffix = '.bundle';
726 $suffix = '.so';
729 return @dl('php_'.$ext.$suffix) || @dl($ext.$suffix);
/plugin/icalevents/vendor/sabre/xml/tests/
H A Dphpunit.xml.dist14 <directory suffix=".php">../lib/</directory>
/plugin/dokucrypt/
H A Dscript.js81 params += '&suffix='+encodeURIComponent(dwform.elements.suffix.value);
364 suffix = "##### End encrypted message\n";
418 return(prefix + armour_base64(ct) + suffix);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/markdownextra/
H A DREADME.md24 If the page name ends with ''.md'' suffix, it gets automatically parsed using PHP Markdown Extra. T…
52 Front matter is a text block at the top of dokuwiki page with .md suffix. It begins and ends with '…
60 …t feature is .md suffix. And I love [tag plugin](https://www.dokuwiki.org/plugin:tag) too, but I c…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt797 If the move is a checking move, the plus sign "+" is appended as a suffix to
810 qualitatively different from move suffix annotations like "!" and "?".
847 8.2.3.8: SAN move suffix annotations
849 Import format PGN allows for the use of traditional suffix annotations for
864 formed from a dollar sign ("$") with a non-negative decimal integer suffix.
1364 11.1: File name suffix for PGN data
1373 player's last name followed by the ".pgn" suffix.
1379 event's name followed by the ".pgn" suffix.
1990 with the suffix ".fen".
2131 with the suffix ".epd".
[all …]
/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/rst/
H A DREADME.md24 If the page name ends with ''.rst'' suffix, it gets automatically parsed as RST . To use that marku…
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.utils.inc.php238 $suffix = $matches[3];
242 $suffix = $matches[3];
310 return $prefix.$tagname.$str.$suffix;
H A Dxhtml.autoclose.inc.php36 $suffix = substr($html,$offset);
38 if (preg_match("#^(.*?)<\s*({$tag})#is", $suffix, $matches)) {
39 $suffix = substr($suffix, strlen($matches[1]));
42 $html = $prefix . $suffix;
H A Dhtml.attrs.inc.php158 function execute_attrs(&$root, $suffix, &$pipeline) { argument
163 $fun = $fun.$suffix;
171 $fun = $fun.$suffix;
/plugin/mantis/lib/
H A Dchangelog454 - xmlschema: only get element (not type) when name has ^ suffix
/plugin/advrack/
H A Djquery.qtip.js1365 PROTOTYPE._bind = function(targets, events, method, suffix, context) { argument
1366 var ns = '.' + this._id + (suffix ? '-'+suffix : '');
1372 PROTOTYPE._unbind = function(targets, suffix) { argument
1373 $(targets).unbind('.' + this._id + (suffix ? '-'+suffix : ''));
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php718 $suffix = '.dll';
720 $suffix = '.sl';
722 $suffix = '.a';
724 $suffix = '.bundle';
726 $suffix = '.so';
729 return @dl('php_'.$ext.$suffix) || @dl($ext.$suffix);

123456