Home
last modified time | relevance | path

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

123456

/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/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/vendor/symfony/process/
H A DExecutableFinder.php35 * @param string $suffix
37 public function addSuffix($suffix) argument
39 $this->suffixes[] = $suffix;
78 foreach ($suffixes as $suffix) {
80 …if (@is_file($file = $dir.\DIRECTORY_SEPARATOR.$name.$suffix) && ('\\' === \DIRECTORY_SEPARATOR ||…
/plugin/mantis/lib/
H A Dchangelog454 - xmlschema: only get element (not type) when name has ^ suffix
/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/odt/ODT/
H A DODTImport.php255 $suffix = '.';
274 $suffix = '';
288 $style->setPropertyForLevel($level, 'num-suffix', $suffix);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/passpolicy/
H A Dhelper.php540 public function getIndex($idx, $suffix) argument
542 return parent::getIndex($idx, $suffix);
/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/photogallery/
H A Dsyntax.php1031 function _addString(&$source, $check, $value = '', $separator = '', $prefix = '', $suffix = ''){ argument
1036 $source = $prefix.$source.$suffix;
/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/publistf/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/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);
/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/scrape/
H A DHTMLPurifier.standalone.php
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1685 var suffix = "image";
1686 if (r.match(suffix + "$") == suffix || r == "background")
/plugin/sha3sum/
H A DSha3.php114 private static function keccak64($in_raw, $capacity, $outputlength, $suffix, $raw_output) argument
144 $temp[$inlen] = chr($suffix);
254 private static function keccak32($in_raw, $capacity, $outputlength, $suffix, $raw_output) argument
286 $temp[$inlen] = chr($suffix);
339 private static function keccak($in_raw, $capacity, $outputlength, $suffix, $raw_output) argument
344 return self::keccak64($in_raw, $capacity, $outputlength, $suffix, $raw_output);
347 return self::keccak32($in_raw, $capacity, $outputlength, $suffix, $raw_output);
/plugin/socialshareprivacy2/SSP/
H A DREADME.md761 Note that facebook only supports certain languages and requires the region suffix (e.g.
1255 abbreviate numbers bigger than 9999 using the `K` suffix, rounding the
/plugin/solr/
H A DREADME.md52 …indexed. After the plugin has indexed a page, it creates a file with the suffix `.solr_indexed` in…
H A Daction.php205 protected function search_words($str, $prefix='', $suffix='') { argument
209 $search_words .= ' ' . $prefix . $w . $suffix;
/plugin/strata/
H A Dmanual.txt420 * ''%%suffix select%%'': a drop down select box filter, which contains all possible values. It filters rows that end with the value that is selected (suffix matching). E.g.: if the values //10 David Street// and //David Street// are present, filtering for //David Street// will match both values.
/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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js2653 var suffix = '',
2662 suffix = match[2];
2665 return '<a href="' + m + '">' + m + '</a>' + suffix;
H A Dsyntaxhighlighter.js.map1suffix","figureOutLineNumbers","lineNumbers","firstLine","wrapLine","lineIndex","lineNumber","line…

123456