Home
last modified time | relevance | path

Searched defs:className (Results 1 – 25 of 127) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php67 public static function getLinesToBeCovered($className, $methodName)
89 public static function getLinesToBeUsed($className, $methodName)
164 public static function getRequirements($className, $methodName)
287 public static function getExpectedException($className, $methodName)
373 public static function getProvidedData($className, $methodName)
613 public static function getBackupSettings($className, $methodName)
637 public static function getDependencies($className, $methodName)
685 public static function getGroups($className, $methodName = '')
736 public static function getSize($className, $methodName)
763 public static function getTickets($className, $methodName)
[all …]
H A DFilesystem.php30 public static function classNameToFilename($className)
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DBlacklist.php61 public function addClass($className)
69 public function addSubclassesOf($className)
94 public function addStaticAttribute($className, $attributeName)
117 public function isStaticAttributeBlacklisted($className, $attributeName)
/plugin/frootysearch/
H A Dscript.js92 var frootySearch__addClassName = function(element, className) { argument
100 var frootySearch__hasClassName = function(element, className) { argument
108 var frootySearch__removeClassName = function(element, className) { argument
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DClassName.php9 public $className = ''; variable in PhpCss\\Ast\\Selector\\Simple\\ClassName
11 public function __construct(string $className) { argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DException.php16 protected $className; variable in PHPUnit_Framework_Constraint_Exception
21 public function __construct($className)
H A DIsInstanceOf.php22 protected $className; variable in PHPUnit_Framework_Constraint_IsInstanceOf
27 public function __construct($className)
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php47 public function instantiate($className)
67 private function buildAndCacheFromFactory(string $className)
87 private function buildFactory(string $className) : callable
115 private function getReflectionClass($className) : ReflectionClass
H A DInstantiatorInterface.php19 public function instantiate($className);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DMethodNotExtendableException.php9 private $className; variable in Prophecy\\Exception\\Doubler\\MethodNotExtendableException
16 public function __construct($message, $className, $methodName)
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedMethodError.php21 private $className; variable in Twig\\Sandbox\\SecurityNotAllowedMethodError
24 …public function __construct($message, $className, $methodName, $lineno = -1, $filename = null, \Ex…
H A DSecurityNotAllowedPropertyError.php21 private $className; variable in Twig\\Sandbox\\SecurityNotAllowedPropertyError
24 …public function __construct($message, $className, $propertyName, $lineno = -1, $filename = null, \…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DTestCaseReference.php25 public $className; variable in Google\\Service\\ToolResults\\TestCaseReference
38 public function setClassName($className)
/plugin/highlightjs/highlight/languages/
H A Dhtml-xml.js6 className: 'comment', property in hljs.XML_COMMENT
10 className: 'attribute', property in hljs.XML_ATTR
15 className: 'value', property in hljs.XML_VALUE_QUOT
19 className: 'value', property in hljs.XML_VALUE_APOS
66 className: 'doctype', property in hljs.HTML_DOCTYPE
71 className: 'attribute', property in hljs.HTML_ATTR
76 className: 'attribute', property in hljs.HTML_SHORT_ATTR
80 className: 'value', property in hljs.HTML_VALUE
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DStatic.php48 public $className; variable in PHPUnit_Framework_MockObject_Invocation_Static
77 …public function __construct($className, $methodName, array $parameters, $returnType, $cloneObjects…
H A DObject.php31 …public function __construct($className, $methodName, array $parameters, $returnType, $object, $clo…
/plugin/highlightjs/highlight/
H A Dhighlight.js532 className: 'string', property in APOS_STRING_MODE
539 className: 'string', property in QUOTE_STRING_MODE
546 className: 'escape', property in BACKSLASH_ESCAPE
551 className: 'comment', property in C_LINE_COMMENT_MODE
556 className: 'comment', property in C_BLOCK_COMMENT_MODE
560 className: 'comment', property in HASH_COMMENT_MODE
564 className: 'number', property in C_NUMBER_MODE
/plugin/s5/ui/default/
H A Dslides.js20 function hasClass(object, className) { argument
30 function removeClass(object,className) { argument
35 function addClass(object,className) { argument
44 function GetElementsWithClassName(elementName,className) { argument
/plugin/s5/ui/dokuwiki/
H A Dslides.js20 function hasClass(object, className) { argument
30 function removeClass(object,className) { argument
35 function addClass(object,className) { argument
44 function GetElementsWithClassName(elementName,className) { argument
/plugin/authgooglesheets/vendor/google/auth/
H A Dautoload.php18 function oauth2client_php_autoload($className)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php290 …private function getObject($code, $className, $type = '', $callOriginalConstructor = false, $callA…
342 private function evalClass($code, $className)
594 …public function generateClassFromWsdl($wsdlFile, $className, array $methods = [], array $options =…
899 private function generateClassName($type, $className, $prefix)
1052 …private function generateMockedMethodDefinition($templateDir, $className, $methodName, $cloneArgum…
1295 public function getClassMethods($className)
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php98 var $className; variable in PHPUnit_Skeleton
134 …function PHPUnit_Skeleton($className, $classPath, $includeParents = FALSE, $includePrivate = TRUE)…
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactoryInterface.php28 public function getMetadataForClass(string $className);
/plugin/swiftmail/Swift/
H A DCacheFactory.php24 protected static $className = "Swift_Cache_Memory"; variable in Swift_CacheFactory
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php25 protected $className; variable in PHPUnit_Framework_ExceptionWrapper

123456