Home
last modified time | relevance | path

Searched refs:suffix (Results 76 – 100 of 137) sorted by last modified time

123456

/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1suffix","figureOutLineNumbers","lineNumbers","firstLine","wrapLine","lineIndex","lineNumber","line…
H A Dsyntaxhighlighter.js2653 var suffix = '',
2662 suffix = match[2];
2665 return '<a href="' + m + '">' + m + '</a>' + suffix;
/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/textinsert/
H A DREADME29 A macro name with the _HTML suffix will be output as HTML, whereas without the _HTML suffix the
/plugin/codeprettify/syntax/
H A Dcode.php128 $suffix = ($option > 0) ? ':'.$option : '';
130 return ($prefix or $suffix) ? $prefix.'linenums'.$suffix : '';
/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/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/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
H A Dtest-suffix-multiple.phpt2 phpunit --test-suffix .test.php,.my.php ../_files/
6 $_SERVER['argv'][2] = '--test-suffix';
H A Dtest-suffix-single.phpt2 phpunit --test-suffix .test.php ../_files/
6 $_SERVER['argv'][2] = '--test-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/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst285 function twig_path($name, $suffix, $arguments)
352 function twig_path($name, $suffix, $arguments)
H A Dadvanced.rst268 $filter = new \Twig\TwigFilter('*_path_*', function ($name, $suffix, $arguments) {
/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/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/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringEndsWith.php20 protected $suffix; variable in PHPUnit_Framework_Constraint_StringEndsWith
23 * @param string $suffix
25 public function __construct($suffix) argument
28 $this->suffix = $suffix;
41 return substr($other, 0 - strlen($this->suffix)) == $this->suffix;
51 return 'ends with "' . $this->suffix . '"';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DNamePrettifier.php24 protected $suffix = 'Test'; variable in PHPUnit_Util_TestDox_NamePrettifier
42 if ($this->suffix !== null &&
43 $this->suffix == substr($name, -1 * strlen($this->suffix))) {
44 $title = substr($title, 0, strripos($title, $this->suffix));
136 * @param string $suffix
138 public function setSuffix($suffix) argument
140 $this->suffix = $suffix;
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md146 `endsWith($value, $suffix, $message = '')` | Check that a string has a suffix
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DFilter.php29 * @param string $suffix
32 public function addDirectoryToWhitelist($directory, $suffix = '.php', $prefix = '') argument
35 $files = $facade->getFilesAsArray($directory, $suffix, $prefix);
68 * @param string $suffix
71 public function removeDirectoryFromWhitelist($directory, $suffix = '.php', $prefix = '') argument
74 $files = $facade->getFilesAsArray($directory, $suffix, $prefix);
/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/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1 …{this.form.styling.value="no_styles";this.form.prefix.value="";this.form.suffix.value="";this.form…

123456