Home
last modified time | relevance | path

Searched defs:propertyMatch (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/klatexformula/klatexformula-4.0.0/src/
H A Dklflib.h227 inline PropertyMatch propertyMatch() const { return mPropertyMatch; } in propertyMatch() function
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/textmate/lib/bundles/git/src/
H A Dgit.ts575 const propertyMatch = /^\s*(\w+)\s+=\s+(.*)$/.exec(line); constant
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/git/src/
H A Dgit.ts708 const propertyMatch = /^\s*(\w+)\s*=\s*(.*)$/.exec(line); constant
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/textmate/lib/bundles/git/src/
H A Dgit.ts708 const propertyMatch = /^\s*(\w+)\s*=\s*(.*)$/.exec(line); constant
/dports/java/intellij/idea-IC-202.7660.26/plugins/textmate/lib/bundles/git/src/
H A Dgit.ts673 const propertyMatch = /^\s*(\w+)\s+=\s+(.*)$/.exec(line); constant
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/textmate/lib/bundles/git/src/
H A Dgit.ts673 const propertyMatch = /^\s*(\w+)\s+=\s+(.*)$/.exec(line); constant