PHP 8.2.31
Preview: ObjectMemberCommaUnitTest.js Size: 963 B
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.js

this.request({ action: 'getTypeFormatContents', });

addTypeFormatButton.addClickEvent(function() {
   self.addNewTypeFormat();
});

var x = {};

var y = {
   VarOne  : 'If you ask me, thats if you ask',
   VarTwo  : ['Alonzo played you', 'for a fool', 'esse'],
   VarThree: function(arg) {
       console.info(1);
   }
};

var z = {
   VarOne  : 'If you ask me, thats if you ask',
   VarTwo  : ['Alonzo played you', 'for a fool', 'esse'],
   VarThree: function(arg) {
       console.info(1);
   },
};

var x = function() {
   console.info(2);
};

AssetListingEditWidgetType.prototype = {
   init: function(data, assetid, editables)
   {
   }
};

AssetListingEditWidgetType.prototype = {
   init: function(data, assetid, editables)
   {
   },
};

AssetListingEditWidgetType.prototype = {
   // phpcs: disable Standard.Cat.SniffName -- testing annotation between closing brace and comma
   init: function(data, assetid, editables)
   {
   },
   // phpcs:enable
};

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
786 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
1.61 KB lrw-r--r-- 2025-11-04 16:30:35
Edit Download
1.03 KB lrw-r--r-- 2025-11-04 16:30:35
Edit Download
1.41 KB lrw-r--r-- 2025-11-04 16:30:35
Edit Download
963 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
959 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
1.40 KB lrw-r--r-- 2025-11-04 16:30:35
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).