Home
last modified time | relevance | path

Searched refs:nMn (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Ddate.c147 int nHr, nMn; in parseTimezone() local
158 if( getDigits(zDate, 2, 0, 14, ':', &nHr, 2, 0, 59, 0, &nMn)!=2 ){ in parseTimezone()
162 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Ddate.c147 int nHr, nMn; in parseTimezone() local
158 if( getDigits(zDate, 2, 0, 14, ':', &nHr, 2, 0, 59, 0, &nMn)!=2 ){ in parseTimezone()
162 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dhtmltbl.hxx381 inline void SwHTMLTableLayoutColumn::SetMinMax( sal_uLong nMn, sal_uLong nMx ) in SetMinMax() argument
383 m_nMin = nMn; in SetMinMax()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dhtmltbl.hxx381 inline void SwHTMLTableLayoutColumn::SetMinMax( sal_uLong nMn, sal_uLong nMx ) in SetMinMax() argument
383 nMin = nMn; in SetMinMax()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Ddate.c166 int nHr, nMn; in parseTimezone() local
182 if( getDigits(zDate, "20b:20e", &nHr, &nMn)!=2 ){ in parseTimezone()
186 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Ddate.c166 int nHr, nMn; in parseTimezone() local
182 if( getDigits(zDate, "20b:20e", &nHr, &nMn)!=2 ){ in parseTimezone()
186 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Ddate.c166 int nHr, nMn; in parseTimezone() local
182 if( getDigits(zDate, "20b:20e", &nHr, &nMn)!=2 ){ in parseTimezone()
186 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Ddate.c166 int nHr, nMn; in parseTimezone() local
182 if( getDigits(zDate, "20b:20e", &nHr, &nMn)!=2 ){ in parseTimezone()
186 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Ddate.c154 int nHr, nMn; in parseTimezone() local
170 if( getDigits(zDate, 2, 0, 14, ':', &nHr, 2, 0, 59, 0, &nMn)!=2 ){ in parseTimezone()
174 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
/dports/games/vt100-art-and-animations/vt100-art-and-animations-2020.04.09/
H A Dnewbeer.vt46  nMn
684  nMn
714  nMn
745  nMn
776  nMn
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A DUndoTable.hxx193 tools::Long nMn, tools::Long nMx,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A DUndoTable.hxx192 long nMn, long nMx,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Duntbl.cxx1456 tools::Long nMn, tools::Long nMx, in SwUndoTableNdsChg() argument
1459 m_nMin( nMn ), m_nMax( nMx ), in SwUndoTableNdsChg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Duntbl.cxx1470 long nMn, long nMx, in SwUndoTableNdsChg() argument
1473 m_nMin( nMn ), m_nMax( nMx ), in SwUndoTableNdsChg()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/portals/
H A Dgauntlet.des1807 cc..nnnnnnnnnnn.....nMn.....lc
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/neural-style/
H A Dneuralart.ipynb546nMn/jJo1igcGxQZZWF3EOD5Cv1dBo9WzOrzAwOs7PvvltHn3iYe6uLSPYrVRqMtlUBoNZR6gvRKXS\nRVHsFMsqFpsFv7VFwKH…
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/neural-style/
H A Dneuralart.ipynb546nMn/jJo1igcGxQZZWF3EOD5Cv1dBo9WzOrzAwOs7PvvltHn3iYe6uLSPYrVRqMtlUBoNZR6gvRKXS\nRVHsFMsqFpsFv7VFwKH…
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/examples/
H A DData Publication API.ipynb245 …yqRRuyvpNEFTD+nacBiN2xPa9KSDernj6uAUPNA1cXMhKy/tRyhrKscPVIgJi/uYVtSOPNbM+s\nMn+yCmqmWlEDAe9YA9QmAi…
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c11099 int nHr, nMn; in parseTimezone() local
11115 if( getDigits(zDate, 2, 0, 14, ':', &nHr, 2, 0, 59, 0, &nMn)!=2 ){ in parseTimezone()
11119 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c10594 int nHr, nMn; in parseTimezone() local
10610 if( getDigits(zDate, 2, 0, 14, ':', &nHr, 2, 0, 59, 0, &nMn)!=2 ){ in parseTimezone()
10614 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c12753 int nHr, nMn; in parseTimezone() local
12769 if( getDigits(zDate, 2, 0, 14, ':', &nHr, 2, 0, 59, 0, &nMn)!=2 ){ in parseTimezone()
12773 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c6514 int nHr, nMn; in parseTimezone() local
6530 if( getDigits(zDate, 2, 0, 14, ':', &nHr, 2, 0, 59, 0, &nMn)!=2 ){ in parseTimezone()
6534 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c13676 int nHr, nMn; in parseTimezone() local
13692 if( getDigits(zDate, 2, 0, 14, ':', &nHr, 2, 0, 59, 0, &nMn)!=2 ){ in parseTimezone()
13696 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c13264 int nHr, nMn; in parseTimezone() local
13280 if( getDigits(zDate, 2, 0, 14, ':', &nHr, 2, 0, 59, 0, &nMn)!=2 ){ in parseTimezone()
13284 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c13257 int nHr, nMn; in parseTimezone() local
13273 if( getDigits(zDate, 2, 0, 14, ':', &nHr, 2, 0, 59, 0, &nMn)!=2 ){ in parseTimezone()
13277 p->tz = sgn*(nMn + nHr*60); in parseTimezone()

12345678