Home
last modified time | relevance | path

Searched refs:sourceData (Results 1 – 7 of 7) sorted by relevance

/plugin/zip/pear/File/Archive/Reader/
H A DConcat.php112 $sourceData = $this->source->getData(
116 if (PEAR::isError($sourceData)) {
117 return $sourceData;
120 if ($sourceData === null) {
129 $result .= $sourceData;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php191 foreach ($this->_sourceCache as $source => $sourceData) {
194 if ($sourceData['fixable'] === true) {
205 if ($sourceData['strlen'] > $maxSniffWidth) {
216 $parts = $sourceData['parts'];
243 echo $sourceData['count'].PHP_EOL;
H A DVersionControl.php189 foreach ($this->_sourceCache[$author] as $source => $sourceData) {
251 foreach ($errors as $source => $sourceData) {
256 $count = $sourceData['count'];
268 if ($sourceData['fixable'] === true) {
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js6821 CssAnalyzer.parseStyleSheet=function(href){var sourceData=extractSourceData(href);
6822 var parsedObj=CssParser.read(sourceData.source,sourceData.startLine);
6984 var extractSourceData=function(href){var sourceData={source:null,startLine:0}; class in AnonymousFunctionf1d9e84c25d00.extractSourceData
6985 if(href){sourceData.source=Firebug.Lite.Proxy.load(href)
7004 sourceData.source=extractedSource;
7005 sourceData.startLine=startLine
7006 }return sourceData
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js25790 var sourceData = extractSourceData(href);
25791 var parsedObj = CssParser.read(sourceData.source, sourceData.startLine);
26259 var sourceData = class in AnonymousFunction7f0ac55725f00.extractSourceData
26267 sourceData.source = Firebug.Lite.Proxy.load(href);
26306 sourceData.source = extractedSource;
26307 sourceData.startLine = startLine;
26310 return sourceData;
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js6832 CssAnalyzer.parseStyleSheet=function(href){var sourceData=extractSourceData(href);
6833 var parsedObj=CssParser.read(sourceData.source,sourceData.startLine);
6995 var extractSourceData=function(href){var sourceData={source:null,startLine:0}; class in AnonymousFunction4beb612326200.extractSourceData
6996 if(href){sourceData.source=Firebug.Lite.Proxy.load(href)
7015 sourceData.source=extractedSource;
7016 sourceData.startLine=startLine
7017 }return sourceData
/plugin/edittable/lib/
H A Dhandsontable.full.js11975 var sourceData = this.instance.getSourceDataAtCell(this.row, this.prop);
11976 this.originalValue = sourceData;
11978 this.setValue(sourceData);
35912 var sourceData = this.instance.getSourceDataAtCell(this.row, this.prop);
35913 this.originalValue = sourceData;
35915 this.setValue(sourceData);