Home
last modified time | relevance | path

Searched refs:suffix (Results 51 – 75 of 137) sorted by relevance

123456

/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 Dhtml.attrs.inc.php158 function execute_attrs(&$root, $suffix, &$pipeline) { argument
163 $fun = $fun.$suffix;
171 $fun = $fun.$suffix;
/plugin/textinsert/
H A DREADME29 A macro name with the _HTML suffix will be output as HTML, whereas without the _HTML suffix the
/plugin/gallery2/dwgallery/
H A Ddwgallery.php401 $suffix = strtolower($gallery['suffix']);
402 $len = strlen($suffix);
407 if (substr($filename,0,6) != 'thumb_' and substr($filename,0,$len) == $suffix) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php668 public static function endsWith($value, $suffix, $message = '') argument
670 if ($suffix !== substr($value, -static::strlen($suffix))) {
674 static::valueToString($suffix)
/plugin/solr/
H A Daction.php205 protected function search_words($str, $prefix='', $suffix='') { argument
209 $search_words .= ' ' . $prefix . $w . $suffix;
H A DREADME.md52 …indexed. After the plugin has indexed a page, it creates a file with the suffix `.solr_indexed` in…
/plugin/ckgedit/action/
H A Dedit.php502 $suffix = isset($cdata['suffix']) ? urldecode($cdata['suffix']) : "" ;
504 if($suffix) $suffix = $this-> _preprocess($suffix);
510 $this->draft_text = $prefix . $text . $suffix;
/plugin/dokusioc/lib/
H A Dsioc_inc.php73 $suffix = '' argument
81 $this->url_suffix = $suffix;
132 $suffix = $this->urlseparator . $this->url_suffix : $suffix = '';
134 $siocURL = $this->sioc_url . $type_part . $id_part . $page_part . $suffix;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt44 --test-suffix ... Only search for test in files with specified
45 suffix(es). Default: Test.php,.phpt
H A Dhelp2.phpt45 --test-suffix ... Only search for test in files with specified
46 suffix(es). Default: Test.php,.phpt
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DGNUFreeFontinfo.txt95 (TrueType Font) suffix. These are ready to use in Xwindows based
98 OpenType fonts (with suffix .otf) are for use in Windows Vista.
/plugin/passpolicy/
H A Dhelper.php540 public function getIndex($idx, $suffix) argument
542 return parent::getIndex($idx, $suffix);
/plugin/ckgedit/
H A Dlocktimer.js75 params += '&suffix='+encodeURIComponent(dwform.elements.suffix.value);
/plugin/odt/ODT/
H A DODTImport.php255 $suffix = '.';
274 $suffix = '';
288 $style->setPropertyForLevel($level, 'num-suffix', $suffix);
/plugin/code3/src/
H A Dtz.js244 function PR_endsWith(s, suffix) { argument
245 return s.length >= suffix.length &&
246 suffix == s.substring(s.length - suffix.length, s.length);
/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/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js411 var url, pluginModule, suffix, nameParts,
464 suffix = prefix && !pluginModule && !isNormalized ?
472 unnormalized: !!suffix,
478 normalizedName) + suffix
/plugin/jplayer/components/
H A Drequire.js411 var url, pluginModule, suffix, nameParts,
464 suffix = prefix && !pluginModule && !isNormalized ?
472 unnormalized: !!suffix,
478 normalizedName) + 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/dwcommits/
H A Dhelper.php828 function dwc_element($prefix, $suffix, $ar) { argument
829 $inx = $prefix . $suffix;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1792 * @param string $suffix If the name component ends in suffix this will also be cut off.
1796 public static function mb_basename($path, $suffix = null) { argument
1798 return substr(basename('X'.$splited[count($splited) - 1], $suffix), 1);
/plugin/photogallery/
H A Dsyntax.php1031 function _addString(&$source, $check, $value = '', $separator = '', $prefix = '', $suffix = ''){ argument
1036 $source = $prefix.$source.$suffix;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

123456