Home
last modified time | relevance | path

Searched refs:propertyToFind (Results 1 – 4 of 4) sorted by relevance

/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js479 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 DshCore.js1760 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 Dsyntaxhighlighter.js3208 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 Dsyntaxhighlighter.js.map1propertyToFind","expectedValue","found","findParentElement","popup","width","height","x","screen",…