Searched refs:theClass (Results 1 – 3 of 3) sorted by relevance
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
| D | TestSuite.php | 112 * @param mixed $theClass 117 public function __construct($theClass = '', $name = '') argument 123 if (is_object($theClass) && 124 $theClass instanceof ReflectionClass) { 126 } elseif (is_string($theClass) && 127 $theClass !== '' && 128 class_exists($theClass, false)) { 132 $name = $theClass; 135 $theClass = new ReflectionClass($theClass); 136 } elseif (is_string($theClass)) { [all …]
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …theClass","memberString","endsWith","ids","setClickFunc","functionArgs","configApi","elemId","argL…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …theClass = classes[validatedClassName];\n\n if (typeof member === 'string') {\n // Member can …
|