Home
last modified time | relevance | path

Searched refs:_file (Results 1 – 6 of 6) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php125 private $_file = ''; variable in PHP_CodeSniffer_File
309 $this->_file = trim($file);
462 if ($this->_file === 'STDIN') {
465 $this->_file = $cliValues['stdinPath'];
470 $this->_file = $filename;
563 if (preg_match($pattern, $this->_file) === 1) {
667 $fileParts = explode('.', $this->_file);
684 $contents = file_get_contents($this->_file);
1066 if (preg_match($pattern, $this->_file) === 1) {
1213 if (preg_match($pattern, $this->_file) === 1) {
[all …]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js44 window.onerror = function(_message,_file,_line){ argument
45 …'error',firebug.lib.util.String.format('{0} ({1},{2})',_message,firebug.getFileName(_file),_line));
H A Dfirebug-lite-1.2-compressed.js2 …tion(_message,_file,_line){firebug.d.console.run('error',firebug.lib.util.String.format('{0} ({1},… argument
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js13 window.onerror=function(_message,_file,_line){firebug.d.console.run('error',firebug.lib.util.String.format('{0} ({1},{2})',_message,firebug.getFileName(_file),_line));};}catch(e){}},overrideConsole:function(){with(firebug){env.override=true;try{internal.extConsole=window.console;}catch(e){} argument
H A Dfirebug-lite-1.2.js55 window.onerror = function(_message,_file,_line){ argument
56 firebug.d.console.run('error',firebug.lib.util.String.format('{0} ({1},{2})',_message,firebug.getFileName(_file),_line));
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1953 var _file = cfb.FileIndex[i];
1954 switch(_file.type) {
1961 if(isNaN(_file.R * _file.L * _file.C)) gc = true;
1962 if(_file.R > -1 && _file.L > -1 && _file.R == _file.L) gc = true;