Home
last modified time | relevance | path

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

123456

/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/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A 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/encryptedpasswords/script/
H A 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, passphras
[all...]
/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/
H A 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/
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/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/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
H A DGamesNumberFormatConfiguration.php82 public function setSuffix(GamesNumberAffixConfiguration $suffix) argument
84 $this->suffix = $suffix;
91 return $this->suffix;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DCreateShortDynamicLinkRequest.php80 public function setSuffix(Suffix $suffix) argument
82 $this->suffix = $suffix;
89 return $this->suffix;
H A DCreateManagedShortLinkRequest.php98 public function setSuffix(Suffix $suffix) argument
100 $this->suffix = $suffix;
107 return $this->suffix;
/plugin/html2pdf/html2pdf/html2ps/
H A 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.php33 * Adds new possible suffix to check for executable.
35 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 || @is_executable($file))) {
/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.php532 $suffix = SiteConfig::getConfValue(self::CONF_OUTLINE_NUMBERING_SUFFIX, " - ");
570 $mainContainerSelector h2.$outlineClass::before { content: "$prefix" counter(h2, $level2CounterStyle) "$suffix\A"; }
571 $mainContainerSelector h3.$outlineClass::before { content: "$prefix" counter(h2, $level2CounterStyle) "$counterSeparator" counter(h3,$level3CounterStyle) "$suffix\A"; }
572 $mainContainerSelector h4.$outlineClass::before { content: "$prefix" counter(h2, $level2CounterStyle) "$counterSeparator" counter(h3,$level3CounterStyle) "$counterSeparator" counter(h4,$level4CounterStyle) "$suffix\A"; }
573 $mainContainerSelector h5.$outlineClass::before { content: "$prefix" counter(h2, $level2CounterStyle) "$counterSeparator" counter(h3,$level3CounterStyle) "$counterSeparator" counter(h4,$level4CounterStyle) "$counterSeparator" counter(h5,$level5CounterStyle) "$suffix\A"; }
574 $mainContainerSelector h6.$outlineClass::before { content: "$prefix" counter(h2, $level2CounterStyle) "$counterSeparator" counter(h3,$level3CounterStyle) "$counterSeparator" counter(h4,$level4CounterStyle) "$counterSeparator" counter(h5,$level5CounterStyle) "$counterSeparator" counter(h6,$level6CounterStyle) "$suffix\A"; }
596 $tocSelector li a::before { content: "$prefix" counter(toc2, $level2CounterStyle) "$suffix\A"; }
597 $tocSelector li li a::before { content: "$prefix" counter(toc2, $level2CounterStyle) "$counterSeparator" counter(toc3,$level3CounterStyle) "$suffix\A"; }
598 $tocSelector li li li a::before { content: "$prefix" counter(toc2, $level2CounterStyle) "$counterSeparator" counter(toc3,$level3CounterStyle) "$counterSeparator" counter(toc4,$level4CounterStyle) "$suffix\A"; }
599 $tocSelector li li li li a::before { content: "$prefix" counter(toc2, $level2CounterStyle) "$counterSeparator" counter(toc3,$level3CounterStyle) "$counterSeparator" counter(toc4,$level4CounterStyle) "$counterSeparator" counter(toc5,$level5CounterStyle) "$suffix\
[all...]
/plugin/command/syntax/
H A Dblock.php55 $suffix = '\x28.*?\x29\#';
58 $prefix.COMMANDPLUGIN_LEX_CMD.$suffix,
61 $prefix.COMMANDPLUGIN_LEX_CMD_PARAMS.$suffix,
/plugin/toolbox/
H A 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/
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/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dcleanup.sh28 echo -e "\033[34;1mINFO:\033[0m Removing volume $1-${suffix}-data\033[0m"
29 cleanup_volume "$1-${suffix}-data"
H A Dimports.sh33 export suffix=rest-test
35 export network_name=${moniker}${suffix}
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtest-suffix-single.phpt2 phpunit --test-suffix .test.php ../_files/
6 $_SERVER['argv'][2] = '--test-suffix';
H A Dtest-suffix-multiple.phpt2 phpunit --test-suffix .test.php,.my.php ../_files/
6 $_SERVER['argv'][2] = '--test-suffix';
/plugin/combo/action/
H A Dlinkmove.php319 $suffix = "]]";
320 if (substr($handler->calls, -strlen($suffix)) === $suffix) {
321 $handler->calls = substr($handler->calls, 0, strlen($handler->calls) - strlen($suffix));
/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);

123456