Home
last modified time | relevance | path

Searched refs:isStatic (Results 1 – 25 of 32) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
DMethod.php37 private $isStatic = false; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Method
59 $this->isStatic = $static;
184 public function isStatic() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\Method
186 return $this->isStatic;
204 return trim(($this->isStatic() ? 'static ' : '')
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DClassHasStaticAttribute.php34 return $attribute->isStatic();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
DMagicCallPatch.php74 $methodNode->setStatic($tag->isStatic());
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DBootstrap.php97 if (!$reflector->isStatic()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
DBaseTestRunner.php76 if (!$suiteMethod->isStatic()) {
DStandardTestSuiteLoader.php79 $method->isStatic()) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
DClassCodeGenerator.php69 $method->isStatic() ? 'static' : '',
DClassMirror.php138 if (true === $method->isStatic()) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
DRestorer.php92 if (!$attribute->isStatic()) {
DSnapshot.php344 if ($attribute->isStatic()) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
DMethodNode.php74 public function isStatic() function in Prophecy\\Doubler\\Generator\\Node\\MethodNode
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DTest.php443 if ($dataProviderMethod->isStatic()) {
1067 return $method->isStatic() && strpos($method->getDocComment(), '@beforeClass') !== false;
1087 return $method->isStatic() && strpos($method->getDocComment(), '@afterClass') !== false;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
DDeepCopy.php206 if ($property->isStatic()) {
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
DDeepCopy.php217 if ($property->isStatic()) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
DPropertyMetadata.php144 … $this->forceReflectionAccess = $class->isInternal() || $class->getProperty($name)->isStatic();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestSuite.php270 if ($method->isStatic()) {
363 if ($method->isStatic()) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
DCallExpression.php33 if ($r->isStatic()) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
DFile.php2965 $isStatic = false;
2993 $isStatic = true;
3003 'is_static' => $isStatic,
3077 $isStatic = false;
3098 $isStatic = true;
3106 'is_static' => $isStatic,
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
DGenerator.php996 if ($method->isStatic()) {
1029 $method->isStatic(),
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js5357 pp$8.flowParseObjectTypeIndexer = function (node, isStatic, variance) { argument
5358 node.static = isStatic;
5402 pp$8.flowParseObjectTypeMethod = function (startPos, startLoc, isStatic, key) { argument
5405 node.static = isStatic;
5412 pp$8.flowParseObjectTypeCallProperty = function (node, isStatic) { argument
5414 node.static = isStatic;
5427 var isStatic = false;
5454 isStatic = true;
5461 nodeStart.indexers.push(this.flowParseObjectTypeIndexer(node, isStatic, variance));
5466 nodeStart.callProperties.push(this.flowParseObjectTypeCallProperty(node, isStatic));
[all …]
/plugin/processing/
Dscript.js12349 function AstClassField(definitions, fieldType, isStatic) { argument
12352 this.isStatic = isStatic;
12363 if(this.isStatic) {
12384 var isStatic = attrAndType[1].indexOf("static") >= 0;
12390 return new AstClassField(definitions, attrAndType[2], isStatic);
12579 if (this.body.fields[i].isStatic) {
/plugin/ditaa/ditaa/
Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/diagramsnet/lib/WEB-INF/lib/
Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/mizarveifiabledocs/dist/
Dscript.js1isStatic=s,this.id=q++,this.default=t([]),this.extensions="function"==typeof n?n(this):n}get reade…
/plugin/mizarproofchecker/dist/
Dscript.js1isStatic=s,this.id=q++,this.default=t([]),this.extensions="function"==typeof n?n(this):n}get reade…

12