Searched refs:propertyToFind (Results 1 – 4 of 4) sorted by relevance
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shCore.js | 479 propertyToFind = { '#' : 'id', '.' : 'className' }[search.substr(0, 1)] || 'nodeName', class in findElement 484 expectedValue = propertyToFind != 'nodeName' 490 if ((target[propertyToFind] || '').indexOf(expectedValue) != -1)
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shCore.js | 1760 propertyToFind = { '#' : 'id', '.' : 'className' }[search.substr(0, 1)] || 'nodeName', class in findElement 1765 expectedValue = propertyToFind != 'nodeName' 1771 if ((target[propertyToFind] || '').indexOf(expectedValue) != -1)
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js | 3208 propertyToFind = { '#': 'id', '.': 'className' }[search.substr(0, 1)] || 'nodeName', 3212 expectedValue = propertyToFind != 'nodeName' ? search.substr(1) : search.toUpperCase(); 3215 if ((target[propertyToFind] || '').indexOf(expectedValue) != -1) return target;
|
H A D | syntaxhighlighter.js.map | 1 …propertyToFind","expectedValue","found","findParentElement","popup","width","height","x","screen",…
|