PHP Classes

File: vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.js.fixed

Recommend this page to a friend!
  Classes of milenmk   Simple PHP Password Manager   vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.js.fixed   Download  
File: vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.js.fixed
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Password Manager
Application to store and retrieve user password
Author: By
Last change:
Date: 1 year ago
Size: 1,076 bytes
 

Contents

Class file image Download
function someFunctionWithAVeryLongName(firstParameter='something', secondParameter='booooo', third=null, fourthParameter=false, fifthParameter=123.12, sixthParam=true ) { } function someFunctionWithAVeryLongName2(firstParameter='something', secondParameter='booooo', third=null, fourthParameter=false, fifthParameter=123.12, sixthParam=true ) { } function blah() { } function blah() { } var object = { someFunctionWithAVeryLongName: function (firstParameter='something', secondParameter='booooo', third=null, fourthParameter=false, fifthParameter=123.12, sixthParam=true ) /** w00t */ { } someFunctionWithAVeryLongName2: function ( firstParameter='something', secondParameter='booooo', third=null ) { } } function getInstalledStandards( includeGeneric=false, standardsDir='' ) { } var a = Function('return 1+1'); class test { myFunction() { return false; } myFunction2() { return false; } } ( function ( $ ) { foo(function ( value ) {} )( jQuery );