Home
last modified time | relevance | path

Searched refs:allowNumber (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@typescript-eslint/eslint-plugin/docs/rules/
H A Drestrict-template-expressions.md28 allowNumber?: boolean;
36 allowNumber: false,
42 ### `allowNumber`
44 Examples of additional **correct** code for this rule with `{ allowNumber: true }`:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/eslint-plugin/docs/rules/
H A Drestrict-template-expressions.md31 allowNumber?: boolean;
41 allowNumber: true,
48 ### `allowNumber`
50 Examples of additional **correct** code for this rule with `{ allowNumber: true }`:
H A Dstrict-boolean-expressions.md89 - `allowNumber` (`true` by default) -
/dports/math/pdal/PDAL-2.3.0/plugins/e57/libE57Format/src/
H A DImageFileImpl.h69 bool isElementNameLegal(const ustring& elementName, bool allowNumber = true);
71 void checkElementNameLegal(const ustring& elementName, bool allowNumber = true);
72 …ameParse(const ustring& elementName, ustring& prefix, ustring& localPart, bool allowNumber = true);
H A DImageFileImpl.cpp487 bool ImageFileImpl::isElementNameLegal(const ustring& elementName, bool allowNumber) in isElementNameLegal() argument
497 checkElementNameLegal(elementName, allowNumber); in isElementNameLegal()
529 void ImageFileImpl::checkElementNameLegal(const ustring& elementName, bool allowNumber) in checkElementNameLegal() argument
537 elementNameParse(elementName, prefix, localPart, allowNumber); in checkElementNameLegal()
548 …elementNameParse(const ustring& elementName, ustring& prefix, ustring& localPart, bool allowNumber) in elementNameParse() argument
565 if (allowNumber && '0'<=c && c<='9') in elementNameParse()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/
H A DLexRaku.cxx677 bool IsWordChar(const int ch, bool allowNumber = true);
733 bool LexerRaku::IsWordChar(const int ch, bool allowNumber) { in IsWordChar() argument
748 } else if (allowNumber && IsADigit(ch)) { in IsWordChar()
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexRaku.cxx677 bool IsWordChar(const int ch, bool allowNumber = true);
733 bool LexerRaku::IsWordChar(const int ch, bool allowNumber) { in IsWordChar() argument
748 } else if (allowNumber && IsADigit(ch)) { in IsWordChar()
/dports/editors/textadept/scintilla/lexers/
H A DLexRaku.cxx677 bool IsWordChar(const int ch, bool allowNumber = true);
733 bool LexerRaku::IsWordChar(const int ch, bool allowNumber) { in IsWordChar() argument
748 } else if (allowNumber && IsADigit(ch)) { in IsWordChar()
/dports/editors/scite/scintilla/lexers/
H A DLexRaku.cxx677 bool IsWordChar(const int ch, bool allowNumber = true);
733 bool LexerRaku::IsWordChar(const int ch, bool allowNumber) { in IsWordChar() argument
748 } else if (allowNumber && IsADigit(ch)) { in IsWordChar()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSParser.cpp4684 bool allowNumber() const { return m_allowNumber; } in allowNumber() function
4826 if (context.allowNumber() && validUnit(val, FInteger | FNonNeg | FPercent, true)) { in parseBorderImage()
4842 if (context.allowNumber() && propId != CSSPropertyWebkitBorderImage) { in parseBorderImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/eslint-plugin/
H A DCHANGELOG.md180 * **eslint-plugin:** [restrict-template-expressions] `allowNumber: true` by default ([#2005](https:…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2005-12-1924669 (BorderImageParseContext::allowNumber):