Home
last modified time | relevance | path

Searched refs:toString (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMatcher.php65 public function toString() function in PHPUnit_Framework_MockObject_Matcher
70 $list[] = $this->invocationMatcher->toString();
74 $list[] = 'where ' . $this->methodNameMatcher->toString();
78 $list[] = 'and ' . $this->parametersMatcher->toString();
86 $list[] = 'will ' . $this->stub->toString();
141 $this->methodNameMatcher->toString(),
142 $this->invocationMatcher->toString(),
210 $this->methodNameMatcher->toString(),
211 $this->invocationMatcher->toString(),
254 $this->methodNameMatcher->toString(),
[all …]
/plugin/ipban/ip-lib/src/Range/
H A DSingle.php68 public function toString($long = false) function in IPLib\\Range\\Single
70 return $this->address->toString($long);
112 if ($address->toString(false) === $this->address->toString(false)) {
129 if ($range->toString(false) === $this->toString(false)) {
H A DPattern.php113 public function toString($long = false) function in IPLib\\Range\\Pattern
116 return $this->fromAddress->toString($long);
120 $chunks = explode('.', $this->fromAddress->toString());
127 $chunks = explode(':', $this->fromAddress->toString(true));
138 … $before = substr($address->toString(false), 0, -strlen(':101') * $this->asterisksCount);
156 return $this->toString();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php18 $this->assertEquals('has the key 0', $constraint->toString());
118 $this->assertEquals('is readable', $constraint->toString());
144 $this->assertEquals('is writable', $constraint->toString());
170 $this->assertEquals('directory exists', $constraint->toString());
196 $this->assertEquals('file exists', $constraint->toString());
507 $this->assertEquals('is anything', $constraint->toString());
518 $this->assertEquals('is not anything', $constraint->toString());
545 $this->assertEquals('is equal to 1', $constraint->toString());
1298 $this->assertEquals('is null', $constraint->toString());
1348 $this->assertEquals('is not null', $constraint->toString());
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DParameters.php56 public function toString() function in PHPUnit_Framework_MockObject_Matcher_Parameters
65 $text .= ' ' . $index . ' ' . $parameter->toString();
126 sprintf($message, $this->invocation->toString())
137 $this->invocation->toString()
H A DConsecutiveParameters.php52 public function toString() function in PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters
108 $invocation->toString()
121 $invocation->toString()
H A DMethodName.php54 public function toString() function in PHPUnit_Framework_MockObject_Matcher_MethodName
56 return 'method name ' . $this->constraint->toString();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DAttribute.php64 public function toString() function in PHPUnit_Framework_Constraint_Attribute
67 $this->innerConstraint->toString();
82 return $this->toString();
H A DNot.php132 public function toString() function in PHPUnit_Framework_Constraint_Not
138 return 'not( ' . $this->constraint->toString() . ' )';
142 $this->constraint->toString()
H A DIsEmpty.php38 public function toString() function in PHPUnit_Framework_Constraint_IsEmpty
61 $this->toString()
H A DArrayHasKey.php61 public function toString() function in PHPUnit_Framework_Constraint_ArrayHasKey
78 return 'an array ' . $this->toString();
H A DClassHasAttribute.php53 public function toString() function in PHPUnit_Framework_Constraint_ClassHasAttribute
77 $this->toString()
/plugin/ipban/ip-lib/
H A DREADME.md134 echo \IPLib\Factory::addressFromString('127.0.0.1')->toString();
136 echo \IPLib\Factory::addressFromString('127.000.000.001')->toString();
138 echo \IPLib\Factory::addressFromString('::1')->toString();
140 echo \IPLib\Factory::addressFromString('0:0::1')->toString();
142 echo \IPLib\Factory::rangeFromString('0:0::1/64')->toString();
149 echo \IPLib\Factory::addressFromString('::')->toString(true);
151 echo \IPLib\Factory::addressFromString('::1')->toString(true);
153 echo \IPLib\Factory::addressFromString('fff::')->toString(true);
155 echo \IPLib\Factory::addressFromString('::0:0')->toString(true);
159 echo \IPLib\Factory::rangeFromString('0:0::1/64')->toString();
[all …]
/plugin/highlight2wiki/
H A Dscript.js44 selectedTextString = selectedText.toString();
105 selectedText = selectedText.toString();
179 var newtagcomponent = newtagselection.toString();
184 console.log(newtagcomponent.toString());
190 console.log(textareamatch[1]+" "+ newtagcomponent.toString());
191 newtextArea = textArea.replace(/\{{tag>(.*)\}}/i,"{{tag>"+textareamatch[1]+" "+ newtagcomponent.toString()+"}}");
200 document.getElementById("edtop").contentWindow.document.getElementsByTagName("textarea")[0].value += "{{tag>" + newtagcomponent.toString() + "}}\r\n\n";
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DResponseFactory.php55 $response = new AddResponse($resultCode, $request->getEntry()->getDn()->toString(), $diagnostic);
57 $response = new CompareResponse($resultCode, $request->getDn()->toString(), $diagnostic);
59 $response = new DeleteResponse($resultCode, $request->getDn()->toString(), $diagnostic);
61 $response = new ModifyDnResponse($resultCode, $request->getDn()->toString(), $diagnostic);
63 $response = new ModifyResponse($resultCode, $request->getDn()->toString(), $diagnostic);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOptions.php136 public function toString(bool $sortedlc = false): string
145 $options .= ($options === '') ? $option->toString($sortedlc) : ';' . $option->toString($sortedlc);
165 return $this->toString();
128 public function toString(bool $sortedlc = false): string global() function in FreeDSx\\Ldap\\Entry\\Options
/plugin/statistics/
H A Dscript.js107 ses = (Math.random().toString(16) + "000000000").substr(2, 8) +
108 (Math.random().toString(16) + "000000000").substr(2, 8) +
109 (Math.random().toString(16) + "000000000").substr(2, 8) +
110 (Math.random().toString(16) + "000000000").substr(2, 8);
/plugin/overlay/
H A Dscript.js67 var pos = x.toString() + '#' + y.toString() + '#' + which;
83 var pos = x.toString() + '#' + y.toString() + '#' + which;
86 var dim = height.toString() + '#' + width.toString();
/plugin/icalevents/
H A Dsyntax-impl.php110 $toString = '+' . $params['previewDays'] . ' days';
112 $toString = $params['to'];
115 if ($toString) {
117 || static::isRelativeDateTimeString($toString);
119 $toString = $toString ?: '+30 days';
126 $toString,
141 $toString,
153 $to = new DateTime($toString);
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidator.php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestFailure.php40 $this->testName = $failedTest->toString();
57 public function toString() function in PHPUnit_Framework_TestFailure
86 $buffer = $e->toString();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DNotFilter.php76 public function toString(): string
80 . $this->filter->toString()
89 return $this->toString();
73 public function toString(): string global() function in FreeDSx\\Ldap\\Search\\Filter\\NotFilter
/plugin/quizlib/
H A Dscript.js16 document.getElementById('quiz-score').innerHTML = quiz.result.score.toString();
17 document.getElementById('quiz-max-score').innerHTML = quiz.result.totalQuestions.toString();
18 document.getElementById('quiz-percent').innerHTML = quizScorePercent.toString();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DUnintentionallyCoveredCodeException.php30 parent::__construct($this->toString());
44 private function toString() function in SebastianBergmann\\CodeCoverage\\UnintentionallyCoveredCodeException
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestDecorator.php144 function toString() { function in PHPUnit_TestDecorator
145 return $this->_test->toString();

12345678910>>...30