Home
last modified time | relevance | path

Searched refs:mw (Results 151 – 175 of 13396) sorted by relevance

12345678910>>...536

/dports/x11-toolkits/p5-Tk/Tk-804.035/t/
H A Dwm.t27 $mw->withdraw;
28 $mw->geometry("+10+10");
32 $mw->iconimage($icon);
33 $mw->deiconify;
34 $mw->idletasks;
44 $mw->withdraw;
46 $mw->deiconify;
52 $mw->idletasks;
69 $mw->update;
70 $mw->after(100);
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/resources/src/mediawiki.ui/components/
H A Dbuttons.less40 // <button class="mw-ui-button mw-ui-quiet">.mw-ui-button</button>
43 // <button class="mw-ui-button mw-ui-destructive mw-ui-quiet">.mw-ui-destructive</button>
46 …// <button class="mw-ui-button mw-ui-destructive mw-ui-quiet" disabled>.mw-ui-destructive</butto…
49 // <button class="mw-ui-button mw-ui-progressive mw-ui-quiet">.mw-ui-progressive</button>
52 …// <button class="mw-ui-button mw-ui-progressive mw-ui-quiet" disabled>.mw-ui-progressive</butto…
55 &.mw-ui-quiet.mw-ui-progressive,
56 &.mw-ui-quiet.mw-ui-destructive {
169 // <button class="mw-ui-button mw-ui-progressive mw-ui-big">.mw-ui-progressive</button>
172 // <button class="mw-ui-button mw-ui-destructive mw-ui-big">.mw-ui-destructive</button>
187 // <button class="mw-ui-button mw-ui-progressive mw-ui-block">.mw-ui-progressive</button>
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/resources/src/mediawiki.ui/components/
H A Dbuttons.less40 // <button class="mw-ui-button mw-ui-quiet">.mw-ui-button</button>
43 // <button class="mw-ui-button mw-ui-destructive mw-ui-quiet">.mw-ui-destructive</button>
46 …// <button class="mw-ui-button mw-ui-destructive mw-ui-quiet" disabled>.mw-ui-destructive</butto…
49 // <button class="mw-ui-button mw-ui-progressive mw-ui-quiet">.mw-ui-progressive</button>
52 …// <button class="mw-ui-button mw-ui-progressive mw-ui-quiet" disabled>.mw-ui-progressive</butto…
55 &.mw-ui-quiet.mw-ui-progressive,
56 &.mw-ui-quiet.mw-ui-destructive {
171 // <button class="mw-ui-button mw-ui-progressive mw-ui-big">.mw-ui-progressive</button>
174 // <button class="mw-ui-button mw-ui-destructive mw-ui-big">.mw-ui-destructive</button>
189 // <button class="mw-ui-button mw-ui-progressive mw-ui-block">.mw-ui-progressive</button>
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/nhooyr.io/websocket/
H A Dwrite.go55 if mw.closed {
58 return mw.mw.Write(p)
62 if mw.closed {
66 return mw.mw.Close()
89 return mw
147 mw.ctx = ctx
158 err = mw.writeMu.lock(mw.ctx)
192 n, err := mw.c.writeFrame(mw.ctx, false, mw.flate, mw.opcode, p)
204 err = mw.writeMu.lock(mw.ctx)
210 _, err = mw.c.writeFrame(mw.ctx, true, mw.flate, mw.opcode, nil)
[all …]
/dports/irc/soju/soju-0.3.0/vendor/nhooyr.io/websocket/
H A Dwrite.go55 if mw.closed {
58 return mw.mw.Write(p)
62 if mw.closed {
66 return mw.mw.Close()
89 return mw
147 mw.ctx = ctx
158 err = mw.writeMu.lock(mw.ctx)
192 n, err := mw.c.writeFrame(mw.ctx, false, mw.flate, mw.opcode, p)
204 err = mw.writeMu.lock(mw.ctx)
210 _, err = mw.c.writeFrame(mw.ctx, true, mw.flate, mw.opcode, nil)
[all …]
/dports/ftp/urlgfe/urlgfe-0.7.1/src/
H A Dmain_window.c93 if (mw->current_category==NULL) in on_download_selected()
382 mw->current_category = NULL; in main_window_init()
485 gtk_paned_pack1 (mw->hpaned, in main_window_init()
488 gtk_paned_add2 (mw->hpaned, in main_window_init()
494 gtk_paned_add2 (mw->vpaned, in main_window_init()
497 gtk_box_pack_start (GTK_BOX (mw->vbox), mw->menu_bar, in main_window_init()
500 gtk_box_pack_start (GTK_BOX (mw->vbox), GTK_WIDGET (mw->hpaned), in main_window_init()
503 gtk_box_pack_start (GTK_BOX (mw->vbox), GTK_WIDGET (mw->statusbar), in main_window_init()
525 mw); in main_window_connect_download_view()
528 mw); in main_window_connect_download_view()
[all …]
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmemwatch.c103 #define CHKVAL(mw) (0xFE0180L^(long)mw->count^(long)mw->size^(long)mw->line) argument
834 mw->check = CHKVAL(mw); in mwMalloc()
1772 for( mw = mwHead; mw; mw=mw->next ) { in mwIsHeapOK()
1879 if( mw->prev && mw->prev->next != mw ) { in mwTestBuf()
1885 if( mw->next && mw->next->prev != mw ) { in mwTestBuf()
1968 if( !(mw->flag & MW_NML) ) mw = mw->next; in mwFreeUp()
2037 for( mw = mwHead; mw; mw=mw->next ) { in mwTestNow()
2051 if( mw==mwHead || mw->prev->next != mw ) { in mwTestNow()
2065 if( mw==mwTail || mw->next->prev != mw ) { in mwTestNow()
2081 for( mw = mwHead; mw; mw=mw->next ) { in mwTestNow()
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Dgnc-plugin-business.c440 g_return_if_fail (mw != NULL); in gnc_plugin_business_cmd_customer_page()
451 g_return_if_fail (mw != NULL); in gnc_plugin_business_cmd_customer_new_customer()
465 g_return_if_fail (mw != NULL); in gnc_plugin_business_cmd_customer_find_customer()
481 g_return_if_fail (mw != NULL); in gnc_plugin_business_cmd_customer_new_invoice()
486 last_window = mw->window; in gnc_plugin_business_cmd_customer_new_invoice()
497 g_return_if_fail (mw != NULL); in gnc_plugin_business_cmd_customer_find_invoice()
502 last_window = mw->window; in gnc_plugin_business_cmd_customer_find_invoice()
603 last_window = mw->window; in gnc_plugin_business_cmd_vendor_new_bill()
619 last_window = mw->window; in gnc_plugin_business_cmd_vendor_find_bill()
720 last_window = mw->window; in gnc_plugin_business_cmd_employee_new_expense_voucher()
[all …]
/dports/audio/midipp/midipp-2.1.1/src/
H A Dmidipp_settings.cpp62 mw = _parent; in MppSettings()
378 mw->atomic_lock(); in doLoad()
426 mw->atomic_unlock(); in doLoad()
433 mw->atomic_lock(); in doLoad()
436 mw->atomic_unlock(); in doLoad()
471 mw->atomic_lock(); in doLoad()
481 mw->atomic_unlock(); in doLoad()
500 mw->handle_compile(1); in doLoad()
515 mw->scores_main[x]->editWidget->setFont(mw->editFont); in doLoad()
518 mw->tab_help->setFont(mw->editFont); in doLoad()
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/messagebox/
H A Dtest17.c28 mw->core.width, mw->core.height); in resize()
33 XtX(mw->message_box.message_wid), in resize()
34 XtY(mw->message_box.message_wid), in resize()
49 XtX(mw->message_box.symbol_wid), in resize()
50 XtY(mw->message_box.symbol_wid), in resize()
65 XtX(mw->message_box.separator), in resize()
66 XtY(mw->message_box.separator), in resize()
81 XtX(mw->message_box.ok_button), in resize()
82 XtY(mw->message_box.ok_button), in resize()
97 XtX(mw->message_box.help_button), in resize()
[all …]
/dports/security/fakebo/fakebo-0.4.2/
H A Dmemwatch.c97 #define CHKVAL(mw) (0xFE0180L^(long)mw->count^(long)mw->size^(long)mw->line) argument
1049 mwStatFree(mw->size, mw->file, mw->line); in mwFree()
1838 for (mw = mwHead; mw; mw = mw->next) { in mwIsHeapOK()
1846 if (mw == mwHead || mw->prev->next != mw) in mwIsHeapOK()
1852 if (mw == mwTail || mw->next->prev != mw) in mwIsHeapOK()
1968 if (mw->prev && mw->prev->next != mw) { in mwTestBuf()
1975 if (mw->next && mw->next->prev != mw) { in mwTestBuf()
2072 mw = mw->next; in mwFreeUp()
2152 for (mw = mwHead; mw; mw = mw->next) { in mwTestNow()
2189 for (mw = mwHead; mw; mw = mw->next) { in mwTestNow()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/
H A DGenManyIndyIncorrectBootstrap.java56 MethodVisitor mw = cw.visitMethod( in createInitMethod() local
62 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
67 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
69 mw.visitInsn(Opcodes.DUP); in createInitMethod()
84 mw.visitInsn(Opcodes.DUP); in createInitMethod()
88 finishMethodCode(mw); in createInitMethod()
214 mw.visitLabel(indyBootstrapEnd); in generateCPEntryData()
228 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
249 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
267 mw.visitLabel(throwLabel); in generateCPEntryData()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/
H A DGenManyIndyIncorrectBootstrap.java56 MethodVisitor mw = cw.visitMethod( in createInitMethod() local
62 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
67 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
69 mw.visitInsn(Opcodes.DUP); in createInitMethod()
84 mw.visitInsn(Opcodes.DUP); in createInitMethod()
88 finishMethodCode(mw); in createInitMethod()
214 mw.visitLabel(indyBootstrapEnd); in generateCPEntryData()
228 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
249 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
267 mw.visitLabel(throwLabel); in generateCPEntryData()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/
H A DGenManyIndyIncorrectBootstrap.java56 MethodVisitor mw = cw.visitMethod( in createInitMethod() local
62 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
67 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
69 mw.visitInsn(Opcodes.DUP); in createInitMethod()
84 mw.visitInsn(Opcodes.DUP); in createInitMethod()
88 finishMethodCode(mw); in createInitMethod()
214 mw.visitLabel(indyBootstrapEnd); in generateCPEntryData()
228 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
249 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
267 mw.visitLabel(throwLabel); in generateCPEntryData()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/
H A DGenManyIndyIncorrectBootstrap.java56 MethodVisitor mw = cw.visitMethod( in createInitMethod() local
62 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
67 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
69 mw.visitInsn(Opcodes.DUP); in createInitMethod()
84 mw.visitInsn(Opcodes.DUP); in createInitMethod()
88 finishMethodCode(mw); in createInitMethod()
214 mw.visitLabel(indyBootstrapEnd); in generateCPEntryData()
228 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
249 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
267 mw.visitLabel(throwLabel); in generateCPEntryData()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/
H A DGenManyIndyIncorrectBootstrap.java56 MethodVisitor mw = cw.visitMethod( in createInitMethod() local
62 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
67 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
69 mw.visitInsn(Opcodes.DUP); in createInitMethod()
84 mw.visitInsn(Opcodes.DUP); in createInitMethod()
88 finishMethodCode(mw); in createInitMethod()
214 mw.visitLabel(indyBootstrapEnd); in generateCPEntryData()
228 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
249 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
267 mw.visitLabel(throwLabel); in generateCPEntryData()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/
H A DGenManyIndyIncorrectBootstrap.java56 MethodVisitor mw = cw.visitMethod( in createInitMethod() local
62 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
67 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
69 mw.visitInsn(Opcodes.DUP); in createInitMethod()
84 mw.visitInsn(Opcodes.DUP); in createInitMethod()
88 finishMethodCode(mw); in createInitMethod()
214 mw.visitLabel(indyBootstrapEnd); in generateCPEntryData()
228 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
249 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
267 mw.visitLabel(throwLabel); in generateCPEntryData()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/
H A DGenManyIndyIncorrectBootstrap.java56 MethodVisitor mw = cw.visitMethod( in createInitMethod() local
62 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
67 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
69 mw.visitInsn(Opcodes.DUP); in createInitMethod()
84 mw.visitInsn(Opcodes.DUP); in createInitMethod()
88 finishMethodCode(mw); in createInitMethod()
214 mw.visitLabel(indyBootstrapEnd); in generateCPEntryData()
228 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
249 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
267 mw.visitLabel(throwLabel); in generateCPEntryData()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/cp/share/
H A DGenManyIndyIncorrectBootstrap.java56 MethodVisitor mw = cw.visitMethod( in createInitMethod() local
62 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
67 mw.visitVarInsn(Opcodes.ALOAD, 0); in createInitMethod()
69 mw.visitInsn(Opcodes.DUP); in createInitMethod()
84 mw.visitInsn(Opcodes.DUP); in createInitMethod()
88 finishMethodCode(mw); in createInitMethod()
214 mw.visitLabel(indyBootstrapEnd); in generateCPEntryData()
228 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
249 mw.visitInsn(Opcodes.DUP); in generateCPEntryData()
267 mw.visitLabel(throwLabel); in generateCPEntryData()
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/ipfs/go-log/
H A Dwriter.go38 mw := &MirrorWriter{
43 go mw.logRoutine()
45 return mw
52 mw.msgSync <- mycopy
60 close(mw.msgSync)
75 defer mw.doClose()
92 mw.writers = append(mw.writers, newBufWriter(wa.w))
95 mw.active = true
118 mw.writers = nil
121 mw.writers = append(mw.writers, w)
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/Entry/
H A DEntry.pm79 my ($class,$mw) = @_;
81 $class->SUPER::ClassInit($mw);
84 $mw->bind($class,'<<Clear>>' => sub {
109 $mw->bind($class,'<Shift-1>','Shift_1');
123 $mw->bind($class,'<Home>',['SetCursor',0]);
127 $mw->bind($class,'<Delete>','Delete');
148 $mw->bind($class,'<Alt-KeyPress>' ,'NoOp');
151 $mw->bind($class,'<Return>' ,'NoOp');
152 $mw->bind($class,'<KP_Enter>' ,'NoOp');
153 $mw->bind($class,'<Tab>' ,'NoOp');
[all …]
/dports/games/anki/anki-2.1.16/aqt/
H A Doverview.py13 def __init__(self, mw): argument
14 self.mw = mw
15 self.web = mw.web
16 self.bottom = aqt.toolbar.BottomBar(mw, mw.bottomWeb)
26 self.mw.col.reset()
49 self.mw.reset()
51 self.mw.col.sched.emptyDyn(self.mw.col.decks.selected())
52 self.mw.reset()
80 self.mw.reset()
84 self.mw.col.sched.emptyDyn(self.mw.col.decks.selected())
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/Cite/modules/
H A Dext.cite.style.css4 .mw-ref {
17 .mw-ref-follow {
25 .mw-ref a[ data-mw-group ]:after {
30 .mw-ref a[ data-mw-group='decimal' ]:after {
34 .mw-ref a[ data-mw-group='lower-alpha' ]:after {
38 .mw-ref a[ data-mw-group='upper-alpha' ]:after {
42 .mw-ref a[ data-mw-group='lower-greek' ]:after {
46 .mw-ref a[ data-mw-group='lower-roman' ]:after {
50 .mw-ref a[ data-mw-group='upper-roman' ]:after {
54 .mw-ref a[ data-mw-group='error-test' ]:after {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/Cite/modules/
H A Dext.cite.style.css4 .mw-ref {
17 .mw-ref-follow {
25 .mw-ref a[ data-mw-group ]:after {
30 .mw-ref a[ data-mw-group='decimal' ]:after {
34 .mw-ref a[ data-mw-group='lower-alpha' ]:after {
38 .mw-ref a[ data-mw-group='upper-alpha' ]:after {
42 .mw-ref a[ data-mw-group='lower-greek' ]:after {
46 .mw-ref a[ data-mw-group='lower-roman' ]:after {
50 .mw-ref a[ data-mw-group='upper-roman' ]:after {
54 .mw-ref a[ data-mw-group='error-test' ]:after {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/resources/src/mediawiki.ui/components/
H A Dbuttons.less62 // <button class="mw-ui-button mw-ui-quiet">.mw-ui-button</button>
65 // <button class="mw-ui-button mw-ui-destructive mw-ui-quiet">.mw-ui-destructive</button>
68 …// <button class="mw-ui-button mw-ui-destructive mw-ui-quiet" disabled>.mw-ui-destructive</butto…
71 // <button class="mw-ui-button mw-ui-progressive mw-ui-quiet">.mw-ui-progressive</button>
74 …// <button class="mw-ui-button mw-ui-progressive mw-ui-quiet" disabled>.mw-ui-progressive</butto…
77 &.mw-ui-quiet.mw-ui-progressive,
78 &.mw-ui-quiet.mw-ui-destructive {
215 // <button class="mw-ui-button mw-ui-progressive mw-ui-big">.mw-ui-progressive</button>
218 // <button class="mw-ui-button mw-ui-destructive mw-ui-big">.mw-ui-destructive</button>
233 // <button class="mw-ui-button mw-ui-progressive mw-ui-block">.mw-ui-progressive</button>
[all …]

12345678910>>...536