Home
last modified time | relevance | path

Searched refs:textIt (Results 26 – 47 of 47) sorted by relevance

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp42 void textIt(); // expected-note {{'textIt' declared here}}
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DLaTeX2BBCode.cwp82 "textit" #continue textIt | "textbf" #continue textBf | "samp" #continue samp |
218 textIt ::= => {@[i]@} compoundText => {@[/i]@};
H A DLaTeX2HTML.cwp209 "textit" #continue textIt | "textbf" #continue textBf | "samp" #continue samp |
363 textIt ::= => {@<i>@} compoundText => {@</i>@};
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfontitem.cpp2996 QGraphicsTextItem *textIt = new QGraphicsTextItem; in showFancyGlyph() local
2997 textIt->setTextWidth ( allRect.width() ); in showFancyGlyph()
3009 textIt->setHtml ( html ); in showFancyGlyph()
3024 textIt->setHtml ( html ); in showFancyGlyph()
3029 QRectF tRect(textIt->boundingRect()); in showFancyGlyph()
3031 textIt->setPos ( tPos ); in showFancyGlyph()
3032 textIt->setZValue ( 2000000 ); in showFancyGlyph()
3033 textIt->setEnabled ( true ); in showFancyGlyph()
3035 textIt->setData ( 10, "FancyText" ); in showFancyGlyph()
3036 view->scene()->addItem ( textIt ); in showFancyGlyph()
[all …]
/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVSDContentCollector.cpp778 librevenge::RVNGString::Iter textIt(textString); in _flushText() local
779 for (textIt.rewind(); textIt.next();) in _flushText()
823 if (!isSpanOpened && ((*(textIt()) != '\n') || isParagraphWithoutSpan)) in _flushText()
844 if (*(textIt()) == '\n') in _flushText()
866 else if (*(textIt()) == '\t') in _flushText()
876 else if (strlen(textIt()) == 3 && in _flushText()
877 textIt()[0] == '\xef' && in _flushText()
878 textIt()[1] == '\xbf' && in _flushText()
879 textIt()[2] == '\xbc') in _flushText()
884 sOutputText.append(textIt()); in _flushText()
/dports/textproc/libqxp/libqxp-0.0.0/src/lib/
H A DQXPContentCollector.cpp478 auto textIt = m_linkTextMap.find(textObj->linkSettings.linkId); in collectTextObject() local
479 if (textIt != m_linkTextMap.end()) in collectTextObject()
481 textObj->text = textIt->second; in collectTextObject()
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DSTOFFChart.cxx249 for (auto textIt : m_textZoneMap) { in sendChart() local
250 TextZone const &zone= textIt.second; in sendChart()
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DWKSChart.cpp243 for (auto const &textIt : m_textZoneMap) in sendChart() local
245 TextZone const &zone= textIt.second; in sendChart()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/
H A Dpassport_panel_controller.cpp1297 const auto textIt = value->data.parsedInEdit.fields.find("value"); in processVerificationNeeded() local
1298 Assert(textIt != end(value->data.parsedInEdit.fields)); in processVerificationNeeded()
1299 const auto text = textIt->second.text; in processVerificationNeeded()

12