Home
last modified time | relevance | path

Searched refs:suffix (Results 26 – 50 of 137) sorted by relevance

123456

/plugin/codeprettify/syntax/
H A Dcode.php128 $suffix = ($option > 0) ? ':'.$option : '';
130 return ($prefix or $suffix) ? $prefix.'linenums'.$suffix : '';
/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);
/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/codemirror/dist/modes/
H A Dpowershell.min.js1suffix!==undefined?b.suffix:"\\b";for(var e=0;e<a.length;e++){if(a[e]instanceof RegExp){a[e]=a[e].…
H A Dpowershell.min.js.map1suffix","i","length","RegExp","source","replace","join","notCharacterOrDash","varNames","keywords"…
/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/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/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.transform2d.js26 suffix = "Transform", variable
28 "O" + suffix,
29 "ms" + suffix,
30 "Webkit" + suffix,
31 "Moz" + suffix
74 if ( supportProperty == "Moz" + suffix ) {
/plugin/dwcommits/
H A Dsyntax.php214 function dwc_element($prefix, $suffix, $ar) { argument
215 $inx = $prefix . $suffix;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php935 $suffix = (string) $directoryNode->getAttribute('suffix');
937 $suffix = 'Test.php';
942 $suffix,
1048 $suffix = (string) $directory->getAttribute('suffix');
1050 $suffix = '.php';
1062 'suffix' => $suffix,
/plugin/drawio/
H A Daction.php59 $suffix = strpos($action, "draft_") === 0 ? '.draft':'';
60 $media_id = $name . $suffix;
/plugin/davcal/vendor/sabre/xml/tests/
H A Dphpunit.xml.dist14 <directory suffix=".php">../lib/</directory>
/plugin/icalevents/vendor/sabre/xml/tests/
H A Dphpunit.xml.dist14 <directory suffix=".php">../lib/</directory>
/plugin/icalevents/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist15 <directory suffix=".php">../lib/</directory>
/plugin/davcal/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist15 <directory suffix=".php">../lib/</directory>
/plugin/davcal/vendor/sabre/event/
H A Dphpunit.xml.dist15 <directory suffix=".php">./lib/</directory>
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh29 cluster_name=${moniker}${suffix}
90 volume_name=${node_name}-${suffix}-data
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1238 * @param string $suffix
1242 function assertStringEndsNotWith($suffix, $string, $message = '') argument
1253 * @param string $suffix
1257 function assertStringEndsWith($suffix, $string, $message = '') argument
2136 * @param mixed $suffix
2140 function stringEndsWith($suffix) argument
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php119 * @param string $suffix If the name component ends in suffix this will also be cut off
122 function utf8_basename($path, $suffix=''){ argument
127 $suflen = strlen($suffix);
128 if($suflen && (substr($path, -$suflen) == $suffix)){
/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/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1836 * @param string $suffix
1840 public static function assertStringEndsWith($suffix, $string, $message = '') argument
1842 if (!is_string($suffix)) {
1850 $constraint = new PHPUnit_Framework_Constraint_StringEndsWith($suffix);
1858 * @param string $suffix
1862 public static function assertStringEndsNotWith($suffix, $string, $message = '') argument
1864 if (!is_string($suffix)) {
1873 new PHPUnit_Framework_Constraint_StringEndsWith($suffix)
2725 * @param mixed $suffix
2729 public static function stringEndsWith($suffix) argument
[all …]
/plugin/tagfilter/
H A Dhelper.php204 * @param string $suffix
207 protected function getIndex($idx, $suffix) argument
210 $fn = $conf['indexdir'] . '/' . $idx . $suffix . '.idx';
/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/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) {

123456