Property | Type | Description | |
---|---|---|---|
Abort | bool |
Method | Description | |
---|---|---|
DabForm ( Session session ) : System | ||
Disambiguate ( string articleText, string articleTitle, string dabLink, string dabVariants, int contextChars, bool botMode, bool &skip ) : string |
Displays a form that promts user for disambiguation if no disambiguation needed, immediately returns
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DabForm_KeyPress ( object sender, |
||
DabForm_Load ( object sender, |
||
DabForm_Move ( object sender, |
||
DabForm_Resize ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnUserInput ( object sender, |
||
btnArticle_Click ( object sender, |
||
btnResetAll_Click ( object sender, |
||
btnUndoAll_Click ( object sender, |
||
editInBrowserToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
openInBrowserToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
unwatchToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
watchToolStripMenuItem_Click ( object sender, EventArgs e ) : void |
public Disambiguate ( string articleText, string articleTitle, string dabLink, string dabVariants, int contextChars, bool botMode, bool &skip ) : string | ||
articleText | string | The wiki text of the article. |
articleTitle | string | Title of the article |
dabLink | string | link to be disambiguated |
dabVariants | string | variants of disambiguation |
contextChars | int | number of chars each side from link in the context box |
botMode | bool | whether AWB saves pages automatically |
skip | bool | returns true when no disambiguation made |
return | string |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |