Home
last modified time | relevance | path

Searched refs:wMode (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dwrite_concern_options_test.cpp71 ASSERT_EQUALS("", options.wMode); in TEST()
80 ASSERT_EQUALS("", options.wMode); in TEST()
89 ASSERT_EQUALS("", options.wMode); in TEST()
98 ASSERT_EQUALS("", options.wMode); in TEST()
113 ASSERT_EQUALS("", options.wMode); in TEST()
122 ASSERT_EQUALS("", options.wMode); in TEST()
131 ASSERT_EQUALS("", options.wMode); in TEST()
146 ASSERT_EQUALS("", options.wMode); in _testIgnoreWriteConcernField()
H A Dwrite_concern_options.cpp93 : syncMode(sync), wNumNodes(0), wMode(mode), wTimeout(durationCount<Milliseconds>(timeout)) {} in WriteConcernOptions()
152 wMode = wEl.valuestrsafe(); in parse()
168 if (writeConcern.wNumNodes == 0 && writeConcern.wMode.empty()) { in extractWCFromCommand()
204 if (wMode.empty()) { in toBSON()
207 builder.append("w", wMode); in toBSON()
224 return !wMode.empty() || wNumNodes > 1; in shouldWaitForOtherNodes()
H A Dwrite_concern.cpp117 if (replMode != repl::ReplicationCoordinator::modeReplSet && !writeConcern.wMode.empty() && in validateWriteConcern()
118 writeConcern.wMode != WriteConcernOptions::kMajority) { in validateWriteConcern()
120 string("cannot use non-majority 'w' mode ") + writeConcern.wMode + in validateWriteConcern()
224 writeConcernWithPopulatedSyncMode.wMode.empty()) { in waitForWriteConcern()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/UI/
H A Djucer_RelativePositionedRectangle.h79 wMode (absoluteSize), hMode (absoluteSize) in PositionedRectangle()
94 decodeSizeString (tokens [2], wMode, w); in PositionedRectangle()
102 wMode (other.wMode), hMode (other.hMode) in PositionedRectangle()
115 wMode = other.wMode;
153 addSizeDescription (s, wMode, w); s << ' '; in toString()
286 if (xMode != ((int) xAnchor | (int) xMode_) || wMode != widthMode) in setModes()
292 wMode = (uint8) widthMode; in setModes()
372 SizeMode getWidthMode() const noexcept { return (SizeMode) wMode; } in getWidthMode()
415 && wMode == absoluteSize in isPositionAbsolute()
426 && wMode == other.wMode && hMode == other.hMode;
[all …]
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/chart/
H A Dlayout.py26 wMode = NestedSet(values=(['edge', 'factor'])) variable in ManualLayout
43 wMode="factor", argument
54 self.wMode = wMode
/dports/news/husky-areafix/husky-areafix-1.9.20191207/smapi/src/
H A Dsq_msg.c66 static HMSG near NewHmsg(HAREA ha, word wMode) in NewHmsg() argument
86 hmsg->wMode=wMode; in NewHmsg()
574 HMSG _XPENTRY apiSquishOpenMsg(HAREA ha, word wMode, dword dwMsg) in apiSquishOpenMsg() argument
585 hmsg=NewHmsg(ha, wMode); in apiSquishOpenMsg()
598 if (wMode==MOPEN_CREATE) in apiSquishOpenMsg()
695 if (hmsg->wMode==MOPEN_CREATE && !hmsg->fWritten && in apiSquishCloseMsg()
H A Dsq_help.c206 if (hmsg->wMode != MOPEN_READ && hmsg->wMode != MOPEN_RW) in _SquishReadMode()
221 if (hmsg->wMode != MOPEN_CREATE && hmsg->wMode != MOPEN_WRITE && in _SquishWriteMode()
222 hmsg->wMode != MOPEN_RW) in _SquishWriteMode()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/smapi/src/
H A Dsq_msg.c66 static HMSG near NewHmsg(HAREA ha, word wMode) in NewHmsg() argument
86 hmsg->wMode=wMode; in NewHmsg()
574 HMSG _XPENTRY apiSquishOpenMsg(HAREA ha, word wMode, dword dwMsg) in apiSquishOpenMsg() argument
585 hmsg=NewHmsg(ha, wMode); in apiSquishOpenMsg()
598 if (wMode==MOPEN_CREATE) in apiSquishOpenMsg()
695 if (hmsg->wMode==MOPEN_CREATE && !hmsg->fWritten && in apiSquishCloseMsg()
H A Dsq_help.c206 if (hmsg->wMode != MOPEN_READ && hmsg->wMode != MOPEN_RW) in _SquishReadMode()
221 if (hmsg->wMode != MOPEN_CREATE && hmsg->wMode != MOPEN_WRITE && in _SquishWriteMode()
222 hmsg->wMode != MOPEN_RW) in _SquishWriteMode()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/smapi/src/
H A Dsq_msg.c66 static HMSG near NewHmsg(HAREA ha, word wMode) in NewHmsg() argument
86 hmsg->wMode=wMode; in NewHmsg()
574 HMSG _XPENTRY apiSquishOpenMsg(HAREA ha, word wMode, dword dwMsg) in apiSquishOpenMsg() argument
585 hmsg=NewHmsg(ha, wMode); in apiSquishOpenMsg()
598 if (wMode==MOPEN_CREATE) in apiSquishOpenMsg()
695 if (hmsg->wMode==MOPEN_CREATE && !hmsg->fWritten && in apiSquishCloseMsg()
H A Dsq_help.c206 if (hmsg->wMode != MOPEN_READ && hmsg->wMode != MOPEN_RW) in _SquishReadMode()
221 if (hmsg->wMode != MOPEN_CREATE && hmsg->wMode != MOPEN_WRITE && in _SquishWriteMode()
222 hmsg->wMode != MOPEN_RW) in _SquishWriteMode()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/smapi/src/
H A Dsq_msg.c66 static HMSG near NewHmsg(HAREA ha, word wMode) in NewHmsg() argument
86 hmsg->wMode=wMode; in NewHmsg()
574 HMSG _XPENTRY apiSquishOpenMsg(HAREA ha, word wMode, dword dwMsg) in apiSquishOpenMsg() argument
585 hmsg=NewHmsg(ha, wMode); in apiSquishOpenMsg()
598 if (wMode==MOPEN_CREATE) in apiSquishOpenMsg()
695 if (hmsg->wMode==MOPEN_CREATE && !hmsg->fWritten && in apiSquishCloseMsg()
H A Dsq_help.c206 if (hmsg->wMode != MOPEN_READ && hmsg->wMode != MOPEN_RW) in _SquishReadMode()
221 if (hmsg->wMode != MOPEN_CREATE && hmsg->wMode != MOPEN_WRITE && in _SquishWriteMode()
222 hmsg->wMode != MOPEN_RW) in _SquishWriteMode()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/smapi/src/
H A Dsq_msg.c66 static HMSG near NewHmsg(HAREA ha, word wMode) in NewHmsg() argument
86 hmsg->wMode=wMode; in NewHmsg()
574 HMSG _XPENTRY apiSquishOpenMsg(HAREA ha, word wMode, dword dwMsg) in apiSquishOpenMsg() argument
585 hmsg=NewHmsg(ha, wMode); in apiSquishOpenMsg()
598 if (wMode==MOPEN_CREATE) in apiSquishOpenMsg()
695 if (hmsg->wMode==MOPEN_CREATE && !hmsg->fWritten && in apiSquishCloseMsg()
H A Dsq_help.c206 if (hmsg->wMode != MOPEN_READ && hmsg->wMode != MOPEN_RW) in _SquishReadMode()
221 if (hmsg->wMode != MOPEN_CREATE && hmsg->wMode != MOPEN_WRITE && in _SquishWriteMode()
222 hmsg->wMode != MOPEN_RW) in _SquishWriteMode()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/smapi/src/
H A Dsq_msg.c66 static HMSG near NewHmsg(HAREA ha, word wMode) in NewHmsg() argument
86 hmsg->wMode=wMode; in NewHmsg()
574 HMSG _XPENTRY apiSquishOpenMsg(HAREA ha, word wMode, dword dwMsg) in apiSquishOpenMsg() argument
585 hmsg=NewHmsg(ha, wMode); in apiSquishOpenMsg()
598 if (wMode==MOPEN_CREATE) in apiSquishOpenMsg()
695 if (hmsg->wMode==MOPEN_CREATE && !hmsg->fWritten && in apiSquishCloseMsg()
H A Dsq_help.c206 if (hmsg->wMode != MOPEN_READ && hmsg->wMode != MOPEN_RW) in _SquishReadMode()
221 if (hmsg->wMode != MOPEN_CREATE && hmsg->wMode != MOPEN_WRITE && in _SquishWriteMode()
222 hmsg->wMode != MOPEN_RW) in _SquishWriteMode()
/dports/news/husky-htick/husky-htick-1.9.20191207/smapi/src/
H A Dsq_msg.c66 static HMSG near NewHmsg(HAREA ha, word wMode) in NewHmsg() argument
86 hmsg->wMode=wMode; in NewHmsg()
574 HMSG _XPENTRY apiSquishOpenMsg(HAREA ha, word wMode, dword dwMsg) in apiSquishOpenMsg() argument
585 hmsg=NewHmsg(ha, wMode); in apiSquishOpenMsg()
598 if (wMode==MOPEN_CREATE) in apiSquishOpenMsg()
695 if (hmsg->wMode==MOPEN_CREATE && !hmsg->fWritten && in apiSquishCloseMsg()
H A Dsq_help.c206 if (hmsg->wMode != MOPEN_READ && hmsg->wMode != MOPEN_RW) in _SquishReadMode()
221 if (hmsg->wMode != MOPEN_CREATE && hmsg->wMode != MOPEN_WRITE && in _SquishWriteMode()
222 hmsg->wMode != MOPEN_RW) in _SquishWriteMode()
/dports/news/rntrack/rntrack-2.1.10_2/smapi/src/
H A Dsq_msg.c65 static HMSG near NewHmsg(HAREA ha, word wMode) in NewHmsg() argument
85 hmsg->wMode = wMode; in NewHmsg()
543 HMSG _XPENTRY apiSquishOpenMsg(HAREA ha, word wMode, dword dwMsg) in apiSquishOpenMsg() argument
554 hmsg = NewHmsg(ha, wMode); in apiSquishOpenMsg()
565 if(wMode == MOPEN_CREATE) in apiSquishOpenMsg()
657 if(hmsg->wMode == MOPEN_CREATE && !hmsg->fWritten && hmsg->dwMsg == hmsg->ha->num_msg) in apiSquishCloseMsg()
H A Dsq_help.c189 if(hmsg->wMode != MOPEN_READ && hmsg->wMode != MOPEN_RW) in _SquishReadMode()
201 if(hmsg->wMode != MOPEN_CREATE && hmsg->wMode != MOPEN_WRITE && hmsg->wMode != MOPEN_RW) in _SquishWriteMode()
/dports/news/husky/husky-1.9.20191207/smapi/src/
H A Dsq_msg.c66 static HMSG near NewHmsg(HAREA ha, word wMode) in NewHmsg() argument
86 hmsg->wMode=wMode; in NewHmsg()
574 HMSG _XPENTRY apiSquishOpenMsg(HAREA ha, word wMode, dword dwMsg) in apiSquishOpenMsg() argument
585 hmsg=NewHmsg(ha, wMode); in apiSquishOpenMsg()
598 if (wMode==MOPEN_CREATE) in apiSquishOpenMsg()
695 if (hmsg->wMode==MOPEN_CREATE && !hmsg->fWritten && in apiSquishCloseMsg()
H A Dsq_help.c206 if (hmsg->wMode != MOPEN_READ && hmsg->wMode != MOPEN_RW) in _SquishReadMode()
221 if (hmsg->wMode != MOPEN_CREATE && hmsg->wMode != MOPEN_WRITE && in _SquishWriteMode()
222 hmsg->wMode != MOPEN_RW) in _SquishWriteMode()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/stats/
H A Dserver_write_concern_metrics.cpp121 if (!writeConcernOptions.wMode.empty()) { in recordWriteConcern()
122 if (writeConcernOptions.wMode == WriteConcernOptions::kMajority) { in recordWriteConcern()
127 wTagCounts[writeConcernOptions.wMode] += numOps; in recordWriteConcern()
/dports/print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.17/lib/
H A Depson-escpage-comp.c56 EPS_UINT16 wMode ; /* Compress Mode */ member
110 static EPS_BOOL MakeHufmanCodeTable(EPS_UINT16 wMode, EPS_UINT16 wQuality, CODINGDATA* lpcd) ;
289 lpCBuf->wMode = GetCompressMode(dwMode) ; in EPCompressImage()
295 switch (lpCBuf->wMode) { in EPCompressImage()
346 MakeHufmanCodeTable(lpC20Buf->cbuf.wMode, lpC20Buf->cbuf.wQuality, &lpC20Buf->cd) ; in Compress20()
524 static EPS_BOOL MakeHufmanCodeTable(EPS_UINT16 wMode, EPS_UINT16 wQuality, CODINGDATA* lpcd) in MakeHufmanCodeTable() argument
526 switch (wMode) { in MakeHufmanCodeTable()

12345678910>>...16