Home
last modified time | relevance | path

Searched refs:mw (Results 176 – 200 of 14036) sorted by relevance

12345678910>>...562

/dports/graphics/flasm/flasm-1.62_1/
H A Dmemwatch.c140 #define CHKVAL(mw) (0xFE0180L^(long)mw->count^(long)mw->size^(long)mw->line) argument
920 mw->check = CHKVAL(mw); in mwMalloc()
1903 for( mw = mwHead; mw; mw=mw->next ) { in mwIsHeapOK()
2010 if( mw->prev && mw->prev->next != mw ) { in mwTestBuf()
2016 if( mw->next && mw->next->prev != mw ) { in mwTestBuf()
2099 if( !(mw->flag & MW_NML) ) mw = mw->next; in mwFreeUp()
2168 for( mw = mwHead; mw; mw=mw->next ) { in mwTestNow()
2182 if( mw==mwHead || mw->prev->next != mw ) { in mwTestNow()
2196 if( mw==mwTail || mw->next->prev != mw ) { in mwTestNow()
2212 for( mw = mwHead; mw; mw=mw->next ) { in mwTestNow()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/resources/src/jquery.spinner/
H A Dspinner.less1 .mw-spinner {
4 > .mw-spinner-container {
9 @mw-spinner-small-size: 20px;
10 @mw-spinner-large-size: 32px;
12 .mw-spinner-small {
16 > .mw-spinner-container {
21 .mw-spinner-large {
30 .mw-spinner-block {
40 &.mw-spinner-small > .mw-spinner-container {
44 &.mw-spinner-large > .mw-spinner-container {
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/resources/src/jquery.spinner/
H A Dspinner.less1 .mw-spinner {
4 > .mw-spinner-container {
9 @mw-spinner-small-size: 20px;
10 @mw-spinner-large-size: 32px;
12 .mw-spinner-small {
16 > .mw-spinner-container {
21 .mw-spinner-large {
30 .mw-spinner-block {
40 &.mw-spinner-small > .mw-spinner-container {
44 &.mw-spinner-large > .mw-spinner-container {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/resources/src/jquery.spinner/
H A Dspinner.less1 .mw-spinner {
4 > .mw-spinner-container {
9 @mw-spinner-small-size: 20px;
10 @mw-spinner-large-size: 32px;
12 .mw-spinner-small {
16 > .mw-spinner-container {
21 .mw-spinner-large {
30 .mw-spinner-block {
40 &.mw-spinner-small > .mw-spinner-container {
44 &.mw-spinner-large > .mw-spinner-container {
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/t/
H A DTkxs.t31 my $mw = tkinit;
32 $mw->geometry("+10+10");
57 $mw->Synchronize();
71 my($x2,$y2) = $mw->pointerxy;
90 $mw->update;
97 my($x1,$y1) = $mw->WindowXY;
98 my($x2,$y2) = ($mw->rootx, $mw->rooty);
125 $mw->XSync(0);
127 $mw->XSync(1);
132 $mw->MoveWindow(11,11);
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dmetadata_watcher.go91 mw.softShutdownCtx, mw.softShutdownCancel = context.WithCancel(mw.hardShutdownCtx)
92 go mw.loop()
100 mw.softShutdownCancel()
102 case <-mw.done:
109 <-mw.done
115 defer close(mw.done)
122 mw.collect()
128 if !mw.ready() {
148 mw.writer.AppendMetadata(mw.hardShutdownCtx, metadata)
152 if mw.manager != nil {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dmetadata_watcher.go91 mw.softShutdownCtx, mw.softShutdownCancel = context.WithCancel(mw.hardShutdownCtx)
92 go mw.loop()
100 mw.softShutdownCancel()
102 case <-mw.done:
109 <-mw.done
115 defer close(mw.done)
122 mw.collect()
128 if !mw.ready() {
148 mw.writer.AppendMetadata(mw.hardShutdownCtx, metadata)
152 if mw.manager != nil {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dmetadata_watcher.go91 mw.softShutdownCtx, mw.softShutdownCancel = context.WithCancel(mw.hardShutdownCtx)
92 go mw.loop()
100 mw.softShutdownCancel()
102 case <-mw.done:
109 <-mw.done
115 defer close(mw.done)
122 mw.collect()
128 if !mw.ready() {
148 mw.writer.AppendMetadata(mw.hardShutdownCtx, metadata)
152 if mw.manager != nil {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/storage/remote/
H A Dmetadata_watcher.go91 mw.softShutdownCtx, mw.softShutdownCancel = context.WithCancel(mw.hardShutdownCtx)
92 go mw.loop()
100 mw.softShutdownCancel()
102 case <-mw.done:
109 <-mw.done
115 defer close(mw.done)
122 mw.collect()
128 if !mw.ready() {
148 mw.writer.AppendMetadata(mw.hardShutdownCtx, metadata)
152 if mw.manager != nil {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/storage/remote/
H A Dmetadata_watcher.go91 mw.softShutdownCtx, mw.softShutdownCancel = context.WithCancel(mw.hardShutdownCtx)
92 go mw.loop()
100 mw.softShutdownCancel()
102 case <-mw.done:
109 <-mw.done
115 defer close(mw.done)
122 mw.collect()
128 if !mw.ready() {
148 mw.writer.AppendMetadata(mw.hardShutdownCtx, metadata)
152 if mw.manager != nil {
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/Cite/modules/
H A Dext.cite.style.css4 .mw-ref {
21 .mw-ref a[ data-mw-group ]:after {
22 content: '[' attr( data-mw-group ) ' ' counter( mw-Ref, decimal ) ']';
26 .mw-ref a[ data-mw-group='decimal' ]:after {
30 .mw-ref a[ data-mw-group='lower-alpha' ]:after {
34 .mw-ref a[ data-mw-group='upper-alpha' ]:after {
38 .mw-ref a[ data-mw-group='lower-greek' ]:after {
42 .mw-ref a[ data-mw-group='lower-roman' ]:after {
46 .mw-ref a[ data-mw-group='upper-roman' ]:after {
50 .mw-ref a[ data-mw-group='error-test' ]:after {
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Misc/
H A DPresetExtractor.cpp207 mw.doReadOnlyOp([url, name, &mw](){ in doCopy()
241 mw.transmitMsg(buffer); in doPaste()
250 mw.doReadOnlyOp([url, field, name, &mw](){ in doArrayCopy()
283 mw.transmitMsg(buffer); in doArrayPaste()
305 doPaste<ADnoteParameters>(mw, url, type_, data, mw.getSynth(), (FFTwrapper*)NULL); in doClassPaste()
307 doPaste<PADnoteParameters>(mw, url, type_, data, mw.getSynth(), (FFTwrapper*)NULL); in doClassPaste()
311 doPaste<OscilGen>(mw, url, type_, data, mw.getSynth(), (FFTwrapper*)NULL, (Resonance*)NULL); in doClassPaste()
315 doPaste<EffectMgr>(mw, url, type_, data, DummyAlloc, mw.getSynth(), false); in doClassPaste()
368 mw.doReadOnlyOp([url, &result, &mw](){ in getUrlPresetType()
440 doClassPaste(getUrlType(url), getUrlPresetType(url, mw), mw, url, xml); in presetPaste()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/MultimediaViewer/resources/mmv/ui/
H A Dmmv.ui.canvasButtons.less4 .mw-mmv-download-button,
5 .mw-mmv-reuse-button,
6 .mw-mmv-options-button,
7 .mw-mmv-close,
8 .mw-mmv-fullscreen,
9 .mw-mmv-next-image,
10 .mw-mmv-prev-image {
41 .mw-mmv-close,
52 .mw-mmv-close,
62 .mw-mmv-next-image,
[all …]
H A Dmmv.ui.viewingOptions.less4 .mw-mmv-options-dialog {
21 &.mw-mmv-disable-confirmation-shown .mw-mmv-dialog-down-arrow,
22 &.mw-mmv-enable-div-shown .mw-mmv-dialog-down-arrow {
33 .mw-mmv-options-enable,
38 &.mw-mmv-shown {
87 .mw-mmv-options-text {
93 .mw-mmv-options-text,
94 .mw-mmv-options-icon {
104 .mw-mmv-options-text {
109 .mw-mmv-options-subcontainer .mw-mmv-options-text {
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/MultimediaViewer/resources/mmv/ui/
H A Dmmv.ui.canvasButtons.less4 .mw-mmv-download-button,
5 .mw-mmv-reuse-button,
6 .mw-mmv-options-button,
7 .mw-mmv-close,
8 .mw-mmv-fullscreen,
9 .mw-mmv-next-image,
10 .mw-mmv-prev-image {
41 .mw-mmv-close,
52 .mw-mmv-close,
62 .mw-mmv-next-image,
[all …]
H A Dmmv.ui.viewingOptions.less4 .mw-mmv-options-dialog {
21 &.mw-mmv-disable-confirmation-shown .mw-mmv-dialog-down-arrow,
22 &.mw-mmv-enable-div-shown .mw-mmv-dialog-down-arrow {
33 .mw-mmv-options-enable,
38 &.mw-mmv-shown {
87 .mw-mmv-options-text {
93 .mw-mmv-options-text,
94 .mw-mmv-options-icon {
104 .mw-mmv-options-text {
109 .mw-mmv-options-subcontainer .mw-mmv-options-text {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/MultimediaViewer/resources/mmv/ui/
H A Dmmv.ui.canvasButtons.less4 .mw-mmv-download-button,
5 .mw-mmv-reuse-button,
6 .mw-mmv-options-button,
7 .mw-mmv-close,
8 .mw-mmv-fullscreen,
9 .mw-mmv-next-image,
10 .mw-mmv-prev-image {
41 .mw-mmv-close,
52 .mw-mmv-close,
62 .mw-mmv-next-image,
[all …]
H A Dmmv.ui.viewingOptions.less4 .mw-mmv-options-dialog {
21 &.mw-mmv-disable-confirmation-shown .mw-mmv-dialog-down-arrow,
22 &.mw-mmv-enable-div-shown .mw-mmv-dialog-down-arrow {
33 .mw-mmv-options-enable,
38 &.mw-mmv-shown {
87 .mw-mmv-options-text {
93 .mw-mmv-options-text,
94 .mw-mmv-options-icon {
104 .mw-mmv-options-text {
109 .mw-mmv-options-subcontainer .mw-mmv-options-text {
[all …]
/dports/textproc/rasqal/rasqal-0.9.33/utils/
H A Dmanifest.c136 manifest_world* mw; in manifest_new_world() local
139 mw = (manifest_world*)calloc(sizeof(*mw), 1); in manifest_new_world()
140 if(!mw) in manifest_new_world()
143 mw->world = world; in manifest_new_world()
189 return mw; in manifest_new_world()
196 if(!mw) in manifest_free_world()
216 if(mw->mf_name_uri) in manifest_free_world()
234 if(mw->t_path_uri) in manifest_free_world()
280 free(mw); in manifest_free_world()
719 t->mw = mw; in manifest_new_test()
[all …]
/dports/graphics/photivo/photivo/Sources/
H A DptImage_GMC.cpp60 MagickWand *mw; in ptGMCWriteImage() local
62 mw = NewMagickWand(); in ptGMCWriteImage()
66 MagickSetImageDepth(mw,16); in ptGMCWriteImage()
150 DestroyMagickWand(mw); in ptGMCWriteImage()
162 MagickWand *mw; in DumpImage() local
163 mw = NewMagickWand(); in DumpImage()
172 MagickSetImageDepth(mw,8); in DumpImage()
177 DestroyMagickWand(mw); in DumpImage()
369 MagickWand *mw; in DumpImage() local
370 mw = NewMagickWand(); in DumpImage()
[all …]
/dports/net/p5-Net-HTTP-Spore/Net-HTTP-Spore-0.09/lib/Net/HTTP/Spore/Role/
H A DMiddleware.pm18 my ( $self, $mw, $cond, @args ) = @_;
20 Class::Load::load_class($mw) unless blessed($mw);
28 my ($self, $mw) = @_;
30 if ($mw =~ /^\+/) {
31 $mw =~ s/^\+//;
34 $mw = "Net::HTTP::Spore::Middleware::".$mw;
37 return $mw;
41 my ($self, $mw, @args) = @_;
59 call => $mw
62 $mw = $anon->new_object;
[all …]
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dmessages_gui.c937 mw[ii].to_call_sign[0] = '\0'; in Send_message_destroy_shell()
940 mw[ii].D7_mode = (Widget)NULL; in Send_message_destroy_shell()
972 if (mw[i].send_message_dialog) in Check_new_call_messages()
991 if (mw[i].send_message_dialog) in Check_new_call_messages()
1278 if (mw[i].send_message_dialog) in Clear_message_from()
1316 if (mw[i].send_message_dialog) in Clear_message_to()
1356 if (mw[i].send_message_dialog) in Clear_message_to_from()
2550 mw[i].send_message_text = XmCreateScrolledText(mw[i].form, in Send_message()
2555 xastir_snprintf(mw[i].win, sizeof(mw[i].win), "%ld", i); in Send_message()
2588 XtManageChild(mw[i].form); in Send_message()
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/resources/src/mediawiki.rcfilters/styles/
H A Dmw.rcfilters.ui.ChangesListWrapperWidget.highlightCircles.seenunseen.less1 @import 'mw.rcfilters.mixins.less';
2 @import 'mw.rcfilters.variables.less';
4 .mw-rcfilters-ui-changesListWrapperWidget {
15 div.mw-rcfilters-ui-highlights {
16 body.mw-rcfilters-ui-initialized & {
25 .mw-changeslist-watchedseen & {
26 … .mw-rcfilters-ui-changesListWrapperWidget.mw-rcfilters-ui-changesListWrapperWidget-highlighted & {
35 .mw-changeslist-watchedunseen & {
36 … .mw-rcfilters-ui-changesListWrapperWidget.mw-rcfilters-ui-changesListWrapperWidget-highlighted & {
50 .mw-changeslist-watchedseen &-c1 {
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/resources/src/mediawiki.rcfilters/styles/
H A Dmw.rcfilters.ui.ChangesListWrapperWidget.highlightCircles.seenunseen.less1 @import 'mw.rcfilters.mixins.less';
2 @import 'mw.rcfilters.variables.less';
4 .mw-rcfilters-ui-changesListWrapperWidget {
15 div.mw-rcfilters-ui-highlights {
16 body.mw-rcfilters-ui-initialized & {
25 .mw-changeslist-watchedseen & {
26 … .mw-rcfilters-ui-changesListWrapperWidget.mw-rcfilters-ui-changesListWrapperWidget-highlighted & {
35 .mw-changeslist-watchedunseen & {
36 … .mw-rcfilters-ui-changesListWrapperWidget.mw-rcfilters-ui-changesListWrapperWidget-highlighted & {
50 .mw-changeslist-watchedseen &-c1 {
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/resources/src/mediawiki.rcfilters/styles/
H A Dmw.rcfilters.ui.ChangesListWrapperWidget.highlightCircles.seenunseen.less1 @import 'mw.rcfilters.mixins.less';
2 @import 'mw.rcfilters.variables.less';
4 .mw-rcfilters-ui-changesListWrapperWidget {
15 div.mw-rcfilters-ui-highlights {
16 body.mw-rcfilters-ui-initialized & {
25 .mw-changeslist-watchedseen & {
26 … .mw-rcfilters-ui-changesListWrapperWidget.mw-rcfilters-ui-changesListWrapperWidget-highlighted & {
35 .mw-changeslist-watchedunseen & {
36 … .mw-rcfilters-ui-changesListWrapperWidget.mw-rcfilters-ui-changesListWrapperWidget-highlighted & {
50 .mw-changeslist-watchedseen &-c1 {
[all …]

12345678910>>...562