Home
last modified time | relevance | path

Searched defs:e (Results 201 – 225 of 65755) sorted by relevance

12345678910>>...2631

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DToolStripProfessionalRenderer.cs65 protected override void OnRenderArrow (ToolStripArrowRenderEventArgs e) in OnRenderArrow()
70 protected override void OnRenderButtonBackground (ToolStripItemRenderEventArgs e) in OnRenderButtonBackground()
141 protected override void OnRenderGrip (ToolStripGripRenderEventArgs e) in OnRenderGrip()
180 protected override void OnRenderImageMargin (ToolStripRenderEventArgs e) in OnRenderImageMargin()
191 protected override void OnRenderItemCheck (ToolStripItemImageRenderEventArgs e) in OnRenderItemCheck()
214 protected override void OnRenderItemImage (ToolStripItemImageRenderEventArgs e) in OnRenderItemImage()
219 protected override void OnRenderItemText (ToolStripItemTextRenderEventArgs e) in OnRenderItemText()
224 protected override void OnRenderLabelBackground (ToolStripItemRenderEventArgs e) in OnRenderLabelBackground()
301 protected override void OnRenderSeparator (ToolStripSeparatorRenderEventArgs e) in OnRenderSeparator()
362 protected override void OnRenderToolStripBackground (ToolStripRenderEventArgs e) in OnRenderToolStripBackground()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/CSharp/
H A DCSharpCodeGenerator.cs437 private void GenerateEvents(CodeTypeDeclaration e) in GenerateEvents()
466 private void GenerateFields(CodeTypeDeclaration e) in GenerateFields()
612 private void GenerateNamespace(CodeNamespace e) in GenerateNamespace()
628 private void GenerateStatement(CodeStatement e) in GenerateStatement()
965 private void GenerateComment(CodeComment e) in GenerateComment()
1222 private void GenerateExpression(CodeExpression e) in GenerateExpression()
1337 private void GenerateField(CodeMemberField e) in GenerateField()
1923 private void GenerateType(CodeTypeDeclaration e) in GenerateType()
1975 private void GenerateTypes(CodeNamespace e) in GenerateTypes()
2229 private void GenerateNamespaces(CodeCompileUnit e) in GenerateNamespaces()
[all …]
/dports/devel/antlr/antlr-2.7.7/antlr/debug/
H A DParserAdapter.java6 public void doneParsing(TraceEvent e) {} in doneParsing()
7 public void enterRule(TraceEvent e) {} in enterRule()
8 public void exitRule(TraceEvent e) {} in exitRule()
9 public void parserConsume(ParserTokenEvent e) {} in parserConsume()
10 public void parserLA(ParserTokenEvent e) {} in parserLA()
11 public void parserMatch(ParserMatchEvent e) {} in parserMatch()
12 public void parserMatchNot(ParserMatchEvent e) {} in parserMatchNot()
13 public void parserMismatch(ParserMatchEvent e) {} in parserMismatch()
14 public void parserMismatchNot(ParserMatchEvent e) {} in parserMismatchNot()
16 public void reportError(MessageEvent e) {} in reportError()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/WPF_D3D/
H A DMainWindow.xaml.cs195 void g_SizeChanged (object sender, SizeChangedEventArgs e) in g_SizeChanged()
209 void g_MouseUp (object sender, MouseButtonEventArgs e) in g_MouseUp()
219 void g_MouseDown (object sender, MouseButtonEventArgs e) in g_MouseDown()
229 void g_MouseMove (object sender, MouseEventArgs e) in g_MouseMove()
390 private void BackBtn_Click (object sender, RoutedEventArgs e) in BackBtn_Click()
398 private void TopBtn_Click (object sender, RoutedEventArgs e) in TopBtn_Click()
414 private void LeftBtn_Click (object sender, RoutedEventArgs e) in LeftBtn_Click()
430 private void AxoBtn_Click (object sender, RoutedEventArgs e) in AxoBtn_Click()
500 public void OnZoomingFinished (object sender, EventArgs e) in OnZoomingFinished()
545 private void Color_Click (object sender, RoutedEventArgs e) in Color_Click()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dapply.d82 bool doCond(Expression e) in doCond()
89 bool doCond(Expressions* e) in doCond()
98 bool applyTo(Expression e) in applyTo()
110 override void visit(NewExp e) in visit()
127 override void visit(UnaExp e) in visit()
132 override void visit(BinExp e) in visit()
143 override void visit(CallExp e) in visit()
149 override void visit(ArrayExp e) in visit()
155 override void visit(SliceExp e) in visit()
180 override void visit(TupleExp e) in visit()
[all …]
H A Dprintast.d45 override void visit(Expression e) in visit()
51 override void visit(IntegerExp e) in visit()
57 override void visit(RealExp e) in visit()
74 override void visit(SymbolExp e) in visit()
89 override void visit(DotIdExp e) in visit()
98 override void visit(UnaExp e) in visit()
104 override void visit(VectorExp e) in visit()
120 override void visit(BinExp e) in visit()
127 override void visit(AssignExp e) in visit()
143 override void visit(BlitExp e) in visit()
[all …]
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Doptistack.cpp56 } catch (exception& e) { in variable() local
79 } catch (exception& e) { in parameter() local
87 } catch (exception& e) { in minimize() local
95 } catch (exception& e) { in subject_to() local
107 } catch (exception& e) { in subject_to() local
118 } catch (exception& e) { in solver() local
126 } catch (exception& e) { in set_initial() local
133 } catch (exception& e) { in set_initial() local
142 } catch (exception& e) { in set_value() local
150 } catch (exception& e) { in set_value() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DControlLogger2.cs313 protected override void OnClick(EventArgs e ) in OnClick()
397 protected override void OnDragLeave(EventArgs e ) in OnDragLeave()
418 protected override void OnEnter(EventArgs e ) in OnEnter()
446 protected override void OnGotFocus(EventArgs e ) in OnGotFocus()
488 protected override void OnKeyDown(KeyEventArgs e ) in OnKeyDown()
502 protected override void OnKeyUp(KeyEventArgs e ) in OnKeyUp()
516 protected override void OnLeave(EventArgs e ) in OnLeave()
530 protected override void OnLostFocus(EventArgs e ) in OnLostFocus()
614 protected override void OnMove(EventArgs e ) in OnMove()
726 protected override void OnResize(EventArgs e ) in OnResize()
[all …]
/dports/math/petanque/arybo-release-1.1.0/petanque/src/
H A Dops.cpp242 pa::Expr& pa::Expr::operator*=(Expr const& e) in operator *=()
264 pa::Expr& pa::Expr::operator|=(Expr const& e) in operator |=()
280 pa::Expr& pa::Expr::operator|=(Expr&& e) in operator |=()
301 pa::Expr& pa::Expr::operator*=(Expr&& e) in operator *=()
322 pa::Expr& pa::Expr::operator+=(Expr const& e) in operator +=()
339 pa::Expr& pa::Expr::operator+=(Expr&& e) in operator +=()
378 pa::Expr& pa::ExprOr::operator|=(ExprMul&& e) in operator |=()
390 pa::Expr& pa::ExprOr::operator|=(ExprESF&& e) in operator |=()
420 pa::Expr& pa::ExprOr::operator|=(Expr&& e) in operator |=()
493 pa::Expr& pa::ExprMul::operator*=(Expr&& e) in operator *=()
[all …]
/dports/math/py-pytanque/pytanque-1.1.0/src/
H A Dops.cpp242 pa::Expr& pa::Expr::operator*=(Expr const& e) in operator *=()
264 pa::Expr& pa::Expr::operator|=(Expr const& e) in operator |=()
280 pa::Expr& pa::Expr::operator|=(Expr&& e) in operator |=()
301 pa::Expr& pa::Expr::operator*=(Expr&& e) in operator *=()
322 pa::Expr& pa::Expr::operator+=(Expr const& e) in operator +=()
339 pa::Expr& pa::Expr::operator+=(Expr&& e) in operator +=()
378 pa::Expr& pa::ExprOr::operator|=(ExprMul&& e) in operator |=()
390 pa::Expr& pa::ExprOr::operator|=(ExprESF&& e) in operator |=()
420 pa::Expr& pa::ExprOr::operator|=(Expr&& e) in operator |=()
493 pa::Expr& pa::ExprMul::operator*=(Expr&& e) in operator *=()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dvisitable_remove_test.cpp33 src.visit_items( [&n, &id]( const item * e, item * ) { in count_items()
61 return std::all_of( tiles.begin(), tiles.end(), [&here]( const tripoint & e ) { in __anon0c438c330202()
97 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon0c438c330502()
124 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon0c438c330802()
157 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon0c438c330b02()
233 std::list<item> del = p.remove_items_with( [&liquid_id]( const item & e ) { in __anon0c438c331102()
240 REQUIRE( p.visit_items( [&container_id]( const item * e, item * ) { in __anon0c438c331202()
247 auto found = p.items_with( [&worn_id]( const item & e ) { in __anon0c438c331302()
283 auto found = p.items_with( [&worn_id]( const item & e ) { in __anon0c438c331602()
330 std::list<item> del = sel.remove_items_with( [&container_id]( const item & e ) { in __anon0c438c331702()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dvisitable_remove_test.cpp33 src.visit_items( [&n, &id]( const item * e, item * ) { in count_items()
61 return std::all_of( tiles.begin(), tiles.end(), [&here]( const tripoint & e ) { in __anon5ea56f850202()
97 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon5ea56f850502()
124 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon5ea56f850802()
157 std::list<item> del = p.remove_items_with( [&container_id]( const item & e ) { in __anon5ea56f850b02()
233 std::list<item> del = p.remove_items_with( [&liquid_id]( const item & e ) { in __anon5ea56f851102()
240 REQUIRE( p.visit_items( [&container_id]( const item * e, item * ) { in __anon5ea56f851202()
247 auto found = p.items_with( [&worn_id]( const item & e ) { in __anon5ea56f851302()
283 auto found = p.items_with( [&worn_id]( const item & e ) { in __anon5ea56f851602()
330 std::list<item> del = sel.remove_items_with( [&container_id]( const item & e ) { in __anon5ea56f851702()
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DEventCatcher.java214 public void focusGained(FocusEvent e) { in focusGained()
221 public void focusLost(FocusEvent e) { in focusLost()
228 public void keyTyped(KeyEvent e) { in keyTyped()
235 public void keyPressed(KeyEvent e) { in keyPressed()
249 public void keyReleased(KeyEvent e) { in keyReleased()
261 public void mouseClicked(MouseEvent e) { in mouseClicked()
277 public void mouseEntered(MouseEvent e) { in mouseEntered()
292 public void mouseExited(MouseEvent e) { in mouseExited()
300 public void mousePressed(MouseEvent e) { in mousePressed()
316 public void mouseDragged(MouseEvent e) { in mouseDragged()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Rewrite.AstVisitors/
H A DExprVisitor.cs38 public virtual Expr Visit (Expr e) in Visit()
98 protected virtual Expr VisitBlock (ExprBlock e) in VisitBlock()
103 protected virtual Expr VisitNop (ExprNop e) in VisitNop()
108 protected virtual Expr VisitLoadArg (ExprLoadArg e) in VisitLoadArg()
113 protected virtual Expr VisitLoadConstant (ExprLoadConstant e) in VisitLoadConstant()
133 protected virtual Expr VisitAdd (ExprAdd e) in VisitAdd()
138 protected virtual Expr VisitSub (ExprSub e) in VisitSub()
143 protected virtual Expr VisitCall (ExprCall e) in VisitCall()
148 protected virtual Expr VisitReturn (ExprReturn e) in VisitReturn()
153 protected virtual Expr VisitBox (ExprBox e) in VisitBox()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom.Compiler/
H A DCodeCompilerCas.cs87 protected override void GenerateAssignStatement (CodeAssignStatement e) in GenerateAssignStatement()
107 protected override void GenerateCastExpression (CodeCastExpression e) in GenerateCastExpression()
111 protected override void GenerateComment (CodeComment e) in GenerateComment()
147 protected override void GenerateField (CodeMemberField e) in GenerateField()
155 protected override void GenerateGotoStatement (CodeGotoStatement e) in GenerateGotoStatement()
171 protected override void GenerateLinePragmaEnd (CodeLinePragma e) in GenerateLinePragmaEnd()
175 protected override void GenerateLinePragmaStart (CodeLinePragma e) in GenerateLinePragmaStart()
195 protected override void GenerateNamespaceEnd (CodeNamespace e) in GenerateNamespaceEnd()
203 protected override void GenerateNamespaceStart (CodeNamespace e) in GenerateNamespaceStart()
251 protected override void GenerateTypeEnd (CodeTypeDeclaration e) in GenerateTypeEnd()
[all …]
/dports/textproc/xom/XOM/src/nu/xom/tests/
H A DVerifierTest.java142 Element e = new Element("e"); in testAllASCIILettersAllowedToBeginSchemeNames() local
161 Element e = new Element("e"); in testAllASCIILettersAllowedInSchemeNames() local
180 Element e = new Element("e"); in testAllASCIILettersAllowedInQueryStrings() local
199 Element e = new Element("e"); in testAllASCIIDigitsAllowedInQueryStrings() local
212 Element e = new Element("e"); in testSlashAllowedInQueryString() local
223 Element e = new Element("e"); in testQuestionMarkAllowedInQueryString() local
234 Element e = new Element("e"); in testColonAllowedInQueryString() local
245 Element e = new Element("e"); in testAtSignAllowedInQueryString() local
256 Element e = new Element("e"); in testNonASCIICharactersNotAllowedInQueryStrings() local
274 Element e = new Element("e"); in testDelimsNotAllowedInQueryStrings() local
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/ast/
H A Dserializervisitor.hxx221 void add_exp(const Exp* e) in add_exp()
226 void add_exp(const Exp& e) in add_exp()
420 void visit(const IfExp& e) /* done */ in visit()
471 void visit(const SelectExp& e) in visit()
521 void visit(const VarDec& e) in visit()
543 void visit(const AssignExp& e) in visit()
588 void visit(const OptimizedExp& e) in visit()
593 void visit(const MemfillExp& e) in visit()
598 void visit(const DAXPYExp& e) in visit()
603 void visit(const IntSelectExp& e) in visit()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/samples/CSharp/WPF_WinForms/
H A DMainWindow.xaml.cs305 private void FrontBtn_Click( object sender, RoutedEventArgs e ) in FrontBtn_Click()
313 private void BackBtn_Click( object sender, RoutedEventArgs e ) in BackBtn_Click()
321 private void TopBtn_Click( object sender, RoutedEventArgs e ) in TopBtn_Click()
337 private void LeftBtn_Click( object sender, RoutedEventArgs e ) in LeftBtn_Click()
345 private void RightBtn_Click( object sender, RoutedEventArgs e ) in RightBtn_Click()
353 private void AxoBtn_Click( object sender, RoutedEventArgs e ) in AxoBtn_Click()
361 private void ResetBtn_Click( object sender, RoutedEventArgs e ) in ResetBtn_Click()
423 public void OnZoomingFinished( object sender, EventArgs e ) in OnZoomingFinished()
448 private void Shading_Click( object sender, RoutedEventArgs e ) in Shading_Click()
468 private void Color_Click( object sender, RoutedEventArgs e ) in Color_Click()
[all …]
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/actions/
H A DActionAdapter.java19 public abstract void process(TypedEvent e); in process()
21 public void widgetSelected(SelectionEvent e) { in widgetSelected()
36 public void mouseUp(MouseEvent e) { in mouseUp()
40 public void menuShown(MenuEvent e) { in menuShown()
44 public void shellClosed(ShellEvent e) { in shellClosed()
53 public void mouseDoubleClick(MouseEvent e) { in mouseDoubleClick()
57 public void mouseDown(MouseEvent e) { in mouseDown()
61 public void menuHidden(MenuEvent e) { in menuHidden()
65 public void shellActivated(ShellEvent e) { in shellActivated()
69 public void shellDeactivated(ShellEvent e) { in shellDeactivated()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc37 catch (std::future_error& e) in test01() local
46 catch (std::future_error& e) in test01() local
57 catch (std::future_error& e) in test01() local
66 catch (std::future_error& e) in test01() local
82 catch (std::future_error& e) in test02() local
91 catch (std::future_error& e) in test02() local
103 catch (std::future_error& e) in test02() local
112 catch (std::future_error& e) in test02() local
126 catch (std::future_error& e) in test03() local
135 catch (std::future_error& e) in test03() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc37 catch (std::future_error& e) in test01() local
46 catch (std::future_error& e) in test01() local
57 catch (std::future_error& e) in test01() local
66 catch (std::future_error& e) in test01() local
82 catch (std::future_error& e) in test02() local
91 catch (std::future_error& e) in test02() local
103 catch (std::future_error& e) in test02() local
112 catch (std::future_error& e) in test02() local
126 catch (std::future_error& e) in test03() local
135 catch (std::future_error& e) in test03() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc37 catch (std::future_error& e) in test01() local
46 catch (std::future_error& e) in test01() local
57 catch (std::future_error& e) in test01() local
66 catch (std::future_error& e) in test01() local
82 catch (std::future_error& e) in test02() local
91 catch (std::future_error& e) in test02() local
103 catch (std::future_error& e) in test02() local
112 catch (std::future_error& e) in test02() local
126 catch (std::future_error& e) in test03() local
135 catch (std::future_error& e) in test03() local
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc37 catch (std::future_error& e) in test01() local
46 catch (std::future_error& e) in test01() local
57 catch (std::future_error& e) in test01() local
66 catch (std::future_error& e) in test01() local
82 catch (std::future_error& e) in test02() local
91 catch (std::future_error& e) in test02() local
103 catch (std::future_error& e) in test02() local
112 catch (std::future_error& e) in test02() local
126 catch (std::future_error& e) in test03() local
135 catch (std::future_error& e) in test03() local
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/30_threads/promise/members/
H A Dat_thread_exit2.cc38 catch (std::future_error& e) in test01() local
47 catch (std::future_error& e) in test01() local
58 catch (std::future_error& e) in test01() local
67 catch (std::future_error& e) in test01() local
83 catch (std::future_error& e) in test02() local
92 catch (std::future_error& e) in test02() local
104 catch (std::future_error& e) in test02() local
113 catch (std::future_error& e) in test02() local
127 catch (std::future_error& e) in test03() local
136 catch (std::future_error& e) in test03() local
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/
H A DfrmMain.Options.cs81 private void mnuVideoConfig_Click(object sender, EventArgs e) in mnuVideoConfig_Click()
107 private void mnuInput_Click(object sender, EventArgs e) in mnuInput_Click()
114 private void mnuAudioConfig_Click(object sender, EventArgs e) in mnuAudioConfig_Click()
122 private void mnuPreferences_Click(object sender, EventArgs e) in mnuPreferences_Click()
167 private void mnuRegion_Click(object sender, EventArgs e) in mnuRegion_Click()
181 private void mnuShowFPS_Click(object sender, EventArgs e) in mnuShowFPS_Click()
247 private void mnuNoneFilter_Click(object sender, EventArgs e) in mnuNoneFilter_Click()
252 private void mnuNtscFilter_Click(object sender, EventArgs e) in mnuNtscFilter_Click()
282 private void mnuHQ2xFilter_Click(object sender, EventArgs e) in mnuHQ2xFilter_Click()
287 private void mnuHQ3xFilter_Click(object sender, EventArgs e) in mnuHQ3xFilter_Click()
[all …]

12345678910>>...2631