Home
last modified time | relevance | path

Searched defs:string (Results 201 – 225 of 389) sorted by path

12345678910>>...16

/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DOut.php56 public function write($string, $length);
64 public function writeString($string);
120 public function writeAll($string);
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php204 public function __construct($string = null)
298 public function compare($string)
1009 public static function transcode($string, $from, $to = 'UTF-8')
1028 public static function isUtf8($string)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
H A DArgumentsWildcard.php25 private $string; variable in Prophecy\\Argument\\ArgumentsWildcard
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DExactValueToken.php26 private $string; variable in Prophecy\\Argument\\Token\\ExactValueToken
H A DIdenticalValueToken.php24 private $string; variable in Prophecy\\Argument\\Token\\IdenticalValueToken
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DText.php251 private function format($color, $padding, $string)
/plugin/findologicxmlexport/vendor/phpunit/php-timer/tests/
H A DTimerTest.php28 public function testSecondsToTimeString($string, $seconds)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1596 public static function assertRegExp($pattern, $string, $message = '')
1618 public static function assertNotRegExp($pattern, $string, $message = '')
1700 public static function assertStringMatchesFormat($format, $string, $message = '')
1722 public static function assertStringNotMatchesFormat($format, $string, $message = '')
1746 public static function assertStringMatchesFormatFile($formatFile, $string, $message = '')
1792 public static function assertStringStartsWith($prefix, $string, $message = '')
1816 public static function assertStringStartsNotWith($prefix, $string, $message = '')
1840 public static function assertStringEndsWith($suffix, $string, $message = '')
1862 public static function assertStringEndsNotWith($suffix, $string, $message = '')
2692 public static function matches($string)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1102 function assertNotRegExp($pattern, $string, $message = '')
1194 function assertRegExp($pattern, $string, $message = '')
1242 function assertStringEndsNotWith($suffix, $string, $message = '')
1257 function assertStringEndsWith($suffix, $string, $message = '')
1290 function assertStringMatchesFormat($format, $string, $message = '')
1305 function assertStringMatchesFormatFile($formatFile, $string, $message = '')
1338 function assertStringNotMatchesFormat($format, $string, $message = '')
1368 function assertStringStartsNotWith($prefix, $string, $message = '')
1383 function assertStringStartsWith($prefix, $string, $message = '')
1973 function matches($string)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DNot.php40 public static function negate($string)
H A DStringContains.php25 protected $string; variable in PHPUnit_Framework_Constraint_StringContains
36 public function __construct($string, $ignoreCase = false)
H A DStringMatches.php21 protected $string; variable in PHPUnit_Framework_Constraint_StringMatches
26 public function __construct($string)
65 protected function createPatternFromFormat($string)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DString.php23 public static function convertToUtf8($string)
35 protected static function isUtf8($string)
H A DXML.php163 public static function prepareString($string)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php3049 private function trimnl($string)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DClassWithScalarTypeDeclarations.php4 public function foo(string $string, int $int) argument
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php284 private function getNewLineMatches($string)
H A DParser.php23 public function parse($string)
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php354 private function trimNewline($string)
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/_fixture/
H A DSnapshotClass.php20 private static $string = 'snapshot'; variable in SebastianBergmann\\GlobalState\\TestFixture\\SnapshotClass
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php115 public function raw($string)
160 public function string($value) function in Twig\\Compiler
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1154 function twig_convert_encoding($string, $to, $from)
1159 function twig_convert_encoding($string, $to, $from)
1164 function twig_convert_encoding($string, $to, $from)
1171 function twig_ord($string)
1176 function twig_ord($string)
1330 function twig_upper_filter(Environment $env, $string)
1346 function twig_lower_filter(Environment $env, $string)
1362 function twig_title_string_filter(Environment $env, $string)
1378 function twig_capitalize_string_filter(Environment $env, $string)
1432 function twig_title_string_filter(Environment $env, $string)
[all …]
H A DEscaperExtension.php116 function twig_raw_filter($string)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php137 public function testCustomEscaper($expected, $string, $strategy)
288 function foo_escaper_for_test(Environment $env, $string, $charset)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php293 private $string; variable in ToStringStub
295 public function __construct($string)

12345678910>>...16