Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 25 of 171) sorted by relevance

1234567

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
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/
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/encryptedpasswords/script/
DEditorHandling.js30 const suffix = form.suffix.value;
37 !suffix.match(re) &&
54 form.suffix.value = await this.decryptSyntax(suffix, passphrase);
96 const suffix = e.target.form.suffix.value;
103 !suffix.match(re) &&
123 e.target.form.suffix.value = await this.encryptSyntax(suffix, passphrase);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DChartCustomNumberFormatOptions.php29 public $suffix; variable in Google\\Service\\Sheets\\ChartCustomNumberFormatOptions
48 public function setSuffix($suffix) argument
50 $this->suffix = $suffix;
57 return $this->suffix;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php27 private $suffix = ''; variable in Handlebars\\Cache\\Disk
34 * @param string $suffix optional file extension, defaults to empty string
39 public function __construct($path, $prefix = '', $suffix = '') argument
53 $this->suffix = $suffix;
68 $this->prefix . $name . $this->suffix;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
DStringMatcher.php43 public $suffix; variable in Google\\Service\\TrafficDirectorService\\StringMatcher
118 public function setSuffix($suffix) argument
120 $this->suffix = $suffix;
127 return $this->suffix;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
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/jplayer/vendor/symfony/process/
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/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
DGamesNumberFormatConfiguration.php82 public function setSuffix(GamesNumberAffixConfiguration $suffix) argument
84 $this->suffix = $suffix;
91 return $this->suffix;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
DCreateShortDynamicLinkRequest.php80 public function setSuffix(Suffix $suffix) argument
82 $this->suffix = $suffix;
89 return $this->suffix;
DCreateManagedShortLinkRequest.php98 public function setSuffix(Suffix $suffix) argument
100 $this->suffix = $suffix;
107 return $this->suffix;
/plugin/html2pdf/html2pdf/html2ps/
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;
/plugin/combo/vendor/symfony/process/
H A DExecutableFinder.php35 public function addSuffix(string $suffix) argument
37 $this->suffixes[] = $suffix;
76 foreach ($suffixes as $suffix) {
78 …if (@is_file($file = $dir.\DIRECTORY_SEPARATOR.$name.$suffix) && ('\\' === \DIRECTORY_SEPARATOR ||…
/plugin/combo/ComboStrap/
H A DStringUtility.php29 $suffix = ' ...';
30 $myString = substr($myString, 0, ($length - 1) - strlen($suffix)) . $suffix;
223 public static function endWiths($string, $suffix) argument
225 $suffixStartPosition = strlen($string) - strlen($suffix);
226 return strrpos($string, $suffix) === $suffixStartPosition;
H A DQualityMenuItem.php62 $suffix = "";
64 $suffix = "(Low)";
66 return "Page Quality $suffix";
H A DOutline.php547 $suffix = SiteConfig::getConfValue(self::CONF_OUTLINE_NUMBERING_SUFFIX, " - ");
587 …ector h2.$outlineClass::before { content: "$prefix" counter(h2, $level2CounterStyle) "$suffix\A"; }
588 …counter(h2, $level2CounterStyle) "$counterSeparator" counter(h3,$level3CounterStyle) "$suffix\A"; }
589 … counter(h3,$level3CounterStyle) "$counterSeparator" counter(h4,$level4CounterStyle) "$suffix\A"; }
590 … counter(h4,$level4CounterStyle) "$counterSeparator" counter(h5,$level5CounterStyle) "$suffix\A"; }
591 … counter(h5,$level5CounterStyle) "$counterSeparator" counter(h6,$level6CounterStyle) "$suffix\A"; }
613 $tocSelector li a::before { content: "$prefix" counter(toc2, $level2CounterStyle) "$suffix\A"; }
614 …ter(toc2, $level2CounterStyle) "$counterSeparator" counter(toc3,$level3CounterStyle) "$suffix\A"; }
615 …nter(toc3,$level3CounterStyle) "$counterSeparator" counter(toc4,$level4CounterStyle) "$suffix\A"; }
616 …nter(toc4,$level4CounterStyle) "$counterSeparator" counter(toc5,$level5CounterStyle) "$suffix\A"; }
[all …]
/plugin/combo/action/
H A Dlinkmove.php334 $suffix = "]]";
336 if (substr($handler->wikitext, -strlen($suffix)) === $suffix) {
337 … $handler->wikitext = substr($handler->wikitext, 0, strlen($handler->wikitext) - strlen($suffix));
340 if (substr($handler->calls, -strlen($suffix)) === $suffix) {
341 … $handler->calls = substr($handler->calls, 0, strlen($handler->calls) - strlen($suffix));
/plugin/command/syntax/
Dblock.php55 $suffix = '\x28.*?\x29\#';
58 $prefix.COMMANDPLUGIN_LEX_CMD.$suffix,
61 $prefix.COMMANDPLUGIN_LEX_CMD_PARAMS.$suffix,
/plugin/toolbox/
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/markdownextra/
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/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Dshorten-hex.js168 function hexConverter(match, prefix, colorValue, suffix) { argument
169 return prefix + toHex[colorValue.toLowerCase()] + suffix;
172 function nameConverter(match, colorValue, suffix) { argument
173 return toName[colorValue.toLowerCase()] + suffix;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
Dcleanup.sh28 echo -e "\033[34;1mINFO:\033[0m Removing volume $1-${suffix}-data\033[0m"
29 cleanup_volume "$1-${suffix}-data"
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dtest-suffix-single.phpt2 phpunit --test-suffix .test.php ../_files/
6 $_SERVER['argv'][2] = '--test-suffix';
Dtest-suffix-multiple.phpt2 phpunit --test-suffix .test.php,.my.php ../_files/
6 $_SERVER['argv'][2] = '--test-suffix';
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/
DImgSpace.php52 foreach ($this->css[$this->attr] as $suffix) {
53 $property = "margin-$suffix";

1234567