Home
last modified time | relevance | path

Searched refs:methodName (Results 51 – 75 of 89) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php906 * @param string $methodName
911 protected static function skipTest($class, $methodName, $message) argument
913 return new PHPUnit_Framework_SkippedTestCase($class, $methodName, $message);
918 * @param string $methodName
923 protected static function incompleteTest($class, $methodName, $message) argument
925 return new PHPUnit_Framework_IncompleteTestCase($class, $methodName, $message);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php302 $methodName = strtolower($method->getName());
304 if ('get' === substr($methodName, 0, 3) && isset($methodName[3])) {
305 $this->reservedMacroNames[] = substr($methodName, 3);
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js3576 baseEach(methodNames, function(methodName) { argument
3577 var func = source[methodName];
3578 object[methodName] = func;
3580 object.prototype[methodName] = function() {
3787 baseForOwn(lodash, function(func, methodName) { argument
3788 if (!hasOwnProperty.call(lodash.prototype, methodName)) {
3789 source[methodName] = func;
3808 var func = (/^(?:replace|split)$/.test(methodName) ? String.prototype : arrayProto)[methodName],
3809 chainName = /^(?:push|sort|unshift)$/.test(methodName) ? 'tap' : 'thru',
3810 retUnwrapped = /^(?:pop|join|replace|shift)$/.test(methodName);
[all …]
H A Dlodash.js4941 function createCaseFirst(methodName) { argument
4957 return chr[methodName]() + trailing;
5414 function createRound(methodName) { argument
5415 var func = Math[methodName];
15707 var func = source[methodName];
15708 object[methodName] = func;
16846 source[methodName] = func;
16865 lodash[methodName].placeholder = lodash;
16983 … lodashFunc = lodash[isTaker ? ('take' + (methodName == 'last' ? 'Right' : '')) : methodName],
17026 var func = arrayProto[methodName],
[all …]
H A Dlodash.fp.js470 methodName = mapping.remap[realName] || realName,
475 newFunc = isLib ? pristine[methodName] : func,
/plugin/jsonrpc/
H A DIJR_Message.php22 var $methodName; variable in IJR_Message
139 $this->methodName = trim($this->_currentTagContents);
H A DIJR_Server.php216 $method = $call['methodName'];
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DMethodName.php66 return $this->constraint->evaluate($invocation->methodName, '', true);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php82 foreach ($class['methods'] as $methodName => $method) {
101 $methodNode->appendChild($document->createElement('methodName', $methodName));
H A DClover.php71 foreach ($class['methods'] as $methodName => $method) {
98 'name' => $methodName
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/
H A DStaticTest.php38 $this->assertSame('FooMethod', $invocation->methodName);
H A DObjectTest.php41 $this->assertSame('FooMethod', $invocation->methodName);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php125 $methodName = $phpcsFile->getDeclarationName($stackPtr);
126 $isSpecialMethod = ($methodName === '__construct' || $methodName === '__destruct');
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DInvocationMocker.php146 } elseif (strtolower($invocation->methodName) == '__tostring') {
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js4941 function createCaseFirst(methodName) { argument
4957 return chr[methodName]() + trailing;
5414 function createRound(methodName) { argument
5415 var func = Math[methodName];
15707 var func = source[methodName];
15708 object[methodName] = func;
16846 source[methodName] = func;
16865 lodash[methodName].placeholder = lodash;
16983 … lodashFunc = lodash[isTaker ? ('take' + (methodName == 'last' ? 'Right' : '')) : methodName],
17026 var func = arrayProto[methodName],
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php58 $methodName = $phpcsFile->getDeclarationName($stackPtr);
59 $isSpecialMethod = ($methodName === '__construct' || $methodName === '__destruct');
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst133 <%= _.map(_.keys(mapping.methodRearg), methodName => {
134 const orders = mapping.methodRearg[methodName];
135 return ' * `_.' + methodName + '` has an order of ' + toArgOrder(orders);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist50 $test = new {className}('{methodName}', unserialize('{data}'), '{dataName}');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php330 $methodName = $test->getName();
332 if ($class->hasMethod($methodName)) {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js577 FCKTools.Hitch = function( obj, methodName ) argument
579 return function() { obj[methodName].apply(obj, arguments); } ;
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js390 methodName = mapping.remap[realName] || realName,
395 newFunc = isLib ? pristine[methodName] : func,
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1methodName){var fn=this.constructor.superclass.prototype[methodName];return arguments.length>1?fn.… argument
4methodName,propertiesToInclude){var data={objects:this._toObjects(methodName,propertiesToInclude)}… argument
8methodName=this.transparentCorners?"strokeRect":"fillRect";ctx.save();ctx.lineWidth=1;ctx.globalAl… argument
H A Dfabric.js1584 function callSuper(methodName) { argument
2327 ['log', 'warn'].forEach(function(methodName) { argument
2332 fabric[methodName] = function() {
7181 supports: function (methodName) { argument
7193 switch (methodName) {
13110 this._drawControl('tl', ctx, methodName,
13115 this._drawControl('tr', ctx, methodName,
13120 this._drawControl('bl', ctx, methodName,
13125 this._drawControl('br', ctx, methodName,
13132 this._drawControl('mt', ctx, methodName,
[all …]

1234