Home
last modified time | relevance | path

Searched refs:ToLong (Results 1 – 25 of 1039) sorted by relevance

12345678910>>...42

/dports/ftp/wxdfast/wxdfast-0.6.0/src/
H A DCheckNewRelease.cpp54 newrelease.GetNextToken().ToLong(&new01); in Entry()
55 currentrelease.GetNextToken().ToLong(&old01); in Entry()
56 newrelease.GetNextToken().ToLong(&new02); in Entry()
57 currentrelease.GetNextToken().ToLong(&old02); in Entry()
58 newrelease.GetNextToken().ToLong(&new03); in Entry()
59 currentrelease.GetNextToken().ToLong(&old03); in Entry()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/compat/
H A Dstatusdatawriter.cpp255 "\t" "active_checks_enabled" "\t" << Convert::ToLong(host->GetEnableActiveChecks()) << "\n" in DumpHostObject()
256 "\t" "passive_checks_enabled" "\t" << Convert::ToLong(host->GetEnablePassiveChecks()) << "\n" in DumpHostObject()
257 "\t" "notifications_enabled" "\t" << Convert::ToLong(host->GetEnableNotifications()) << "\n" in DumpHostObject()
260 "\t" "event_handler_enabled" "\t" << Convert::ToLong(host->GetEnableEventHandler()) << "\n"; in DumpHostObject()
285 "\t" "process_perf_data" "\t" << Convert::ToLong(host->GetEnablePerfdata()) << "\n" in DumpHostObject()
328 "\t" "has_been_checked=" << Convert::ToLong(checkable->HasBeenChecked()) << "\n" in DumpCheckableStatusAttrs()
382 "\t" "flap_detection_enabled=" << Convert::ToLong(checkable->GetEnableFlapping()) << "\n" in DumpCheckableStatusAttrs()
383 "\t" "is_flapping=" << Convert::ToLong(checkable->IsFlapping()) << "\n" in DumpCheckableStatusAttrs()
392 "\t" "is_reachable=" << Convert::ToLong(checkable->IsReachable()) << "\n"; in DumpCheckableStatusAttrs()
431 "\t" "is_volatile" "\t" << Convert::ToLong(service->GetVolatile()) << "\n" in DumpServiceObject()
[all …]
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A DCSSStyleDeclaration.cpp345 value.Mid(1, 1).ToLong(&r, 16); in ParseColor()
346 value.Mid(2, 1).ToLong(&g, 16); in ParseColor()
347 value.Mid(3, 1).ToLong(&b, 16); in ParseColor()
350 value.Mid(1, 2).ToLong(&r, 16); in ParseColor()
351 value.Mid(3, 2).ToLong(&g, 16); in ParseColor()
352 value.Mid(5, 2).ToLong(&b, 16); in ParseColor()
355 value.Mid(1, 2).ToLong(&r, 16); in ParseColor()
356 value.Mid(3, 2).ToLong(&g, 16); in ParseColor()
357 value.Mid(5, 2).ToLong(&b, 16); in ParseColor()
369 token.ToLong(&rgb[i++]); in ParseColor()
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/test/
H A Dbase-convert.cpp14 BOOST_CHECK_THROW(Convert::ToLong(" 7"), boost::exception); in BOOST_AUTO_TEST_CASE()
15 BOOST_CHECK(Convert::ToLong("-7") == -7); in BOOST_AUTO_TEST_CASE()
16 BOOST_CHECK_THROW(Convert::ToLong("7a"), boost::exception); in BOOST_AUTO_TEST_CASE()
18 BOOST_CHECK(Convert::ToLong(Value(-7)) == -7); in BOOST_AUTO_TEST_CASE()
20 BOOST_CHECK(Convert::ToLong(3.141386593) == 3); in BOOST_AUTO_TEST_CASE()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/widgets/
H A Dslider.cpp544 if ( !m_textLineSize->GetValue().ToLong(&lineSize) ) in DoSetLineSize()
562 if ( !m_textPageSize->GetValue().ToLong(&pageSize) ) in DoSetPageSize()
580 if ( !m_textTickFreq->GetValue().ToLong(&freq) ) in DoSetTickFreq()
593 if ( !m_textThumbLen->GetValue().ToLong(&len) ) in DoSetThumbLen()
615 if ( !m_textRangeMin->GetValue().ToLong(&minNew) || in DoSetSelectionRange()
616 !m_textRangeMax->GetValue().ToLong(&maxNew) || in DoSetSelectionRange()
671 if ( !m_textMin->GetValue().ToLong(&minNew) || in OnButtonSetMinAndMax()
672 !m_textMax->GetValue().ToLong(&maxNew) || in OnButtonSetMinAndMax()
741 event.Enable( m_textThumbLen->GetValue().ToLong(&val)); in OnUpdateUIThumbLen()
747 event.Enable( m_textMin->GetValue().ToLong(&mn) && in OnUpdateUIMinMaxButton()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithContribItems/wximagebutton/
H A Dwxsimagebutton.cpp124 if (mLabelIndex.ToLong(&ll)) { in OnBuildCreatingCode()
129 if (mDisabledIndex.ToLong(&ll)) { in OnBuildCreatingCode()
134 if (mSelectedIndex.ToLong(&ll)) { in OnBuildCreatingCode()
139 if (mFocusIndex.ToLong(&ll)) { in OnBuildCreatingCode()
167 if (mLabelIndex.ToLong(&ll)) button->SetBitmapLabel(ilist->GetPreview(ll)); in OnBuildPreview()
168 if (mDisabledIndex.ToLong(&ll)) button->SetBitmapDisabled(ilist->GetPreview(ll)); in OnBuildPreview()
169 if (mSelectedIndex.ToLong(&ll)) button->SetBitmapSelected(ilist->GetPreview(ll)); in OnBuildPreview()
170 if (mFocusIndex.ToLong(&ll)) button->SetBitmapFocus(ilist->GetPreview(ll)); in OnBuildPreview()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/widgets/
H A Dslider.cpp474 if ( !m_textLineSize->GetValue().ToLong(&lineSize) ) in DoSetLineSize()
492 if ( !m_textPageSize->GetValue().ToLong(&pageSize) ) in DoSetPageSize()
510 if ( !m_textTickFreq->GetValue().ToLong(&freq) ) in DoSetTickFreq()
523 if ( !m_textThumbLen->GetValue().ToLong(&len) ) in DoSetThumbLen()
568 if ( !m_textMin->GetValue().ToLong(&minNew) || in OnButtonSetMinAndMax()
569 !m_textMax->GetValue().ToLong(&maxNew) || in OnButtonSetMinAndMax()
611 event.Enable( m_textLineSize->GetValue().ToLong(&lineSize) && in OnUpdateUILineSize()
626 m_textTickFreq->GetValue().ToLong(&freq) && in OnUpdateUITickFreq()
633 event.Enable( m_textThumbLen->GetValue().ToLong(&val)); in OnUpdateUIThumbLen()
639 event.Enable( m_textMin->GetValue().ToLong(&mn) && in OnUpdateUIMinMaxButton()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/widgets/
H A Dslider.cpp474 if ( !m_textLineSize->GetValue().ToLong(&lineSize) ) in DoSetLineSize()
492 if ( !m_textPageSize->GetValue().ToLong(&pageSize) ) in DoSetPageSize()
510 if ( !m_textTickFreq->GetValue().ToLong(&freq) ) in DoSetTickFreq()
523 if ( !m_textThumbLen->GetValue().ToLong(&len) ) in DoSetThumbLen()
568 if ( !m_textMin->GetValue().ToLong(&minNew) || in OnButtonSetMinAndMax()
569 !m_textMax->GetValue().ToLong(&maxNew) || in OnButtonSetMinAndMax()
611 event.Enable( m_textLineSize->GetValue().ToLong(&lineSize) && in OnUpdateUILineSize()
626 m_textTickFreq->GetValue().ToLong(&freq) && in OnUpdateUITickFreq()
633 event.Enable( m_textThumbLen->GetValue().ToLong(&val)); in OnUpdateUIThumbLen()
639 event.Enable( m_textMin->GetValue().ToLong(&mn) && in OnUpdateUIMinMaxButton()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/widgets/
H A Dslider.cpp474 if ( !m_textLineSize->GetValue().ToLong(&lineSize) ) in DoSetLineSize()
492 if ( !m_textPageSize->GetValue().ToLong(&pageSize) ) in DoSetPageSize()
510 if ( !m_textTickFreq->GetValue().ToLong(&freq) ) in DoSetTickFreq()
523 if ( !m_textThumbLen->GetValue().ToLong(&len) ) in DoSetThumbLen()
568 if ( !m_textMin->GetValue().ToLong(&minNew) || in OnButtonSetMinAndMax()
569 !m_textMax->GetValue().ToLong(&maxNew) || in OnButtonSetMinAndMax()
611 event.Enable( m_textLineSize->GetValue().ToLong(&lineSize) && in OnUpdateUILineSize()
626 m_textTickFreq->GetValue().ToLong(&freq) && in OnUpdateUITickFreq()
633 event.Enable( m_textThumbLen->GetValue().ToLong(&val)); in OnUpdateUIThumbLen()
639 event.Enable( m_textMin->GetValue().ToLong(&mn) && in OnUpdateUIMinMaxButton()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/widgets/
H A Dslider.cpp495 if ( !m_textLineSize->GetValue().ToLong(&lineSize) ) in DoSetLineSize()
513 if ( !m_textPageSize->GetValue().ToLong(&pageSize) ) in DoSetPageSize()
531 if ( !m_textTickFreq->GetValue().ToLong(&freq) ) in DoSetTickFreq()
544 if ( !m_textThumbLen->GetValue().ToLong(&len) ) in DoSetThumbLen()
589 if ( !m_textMin->GetValue().ToLong(&minNew) || in OnButtonSetMinAndMax()
590 !m_textMax->GetValue().ToLong(&maxNew) || in OnButtonSetMinAndMax()
632 event.Enable( m_textLineSize->GetValue().ToLong(&lineSize) && in OnUpdateUILineSize()
647 m_textTickFreq->GetValue().ToLong(&freq) && in OnUpdateUITickFreq()
654 event.Enable( m_textThumbLen->GetValue().ToLong(&val)); in OnUpdateUIThumbLen()
660 event.Enable( m_textMin->GetValue().ToLong(&mn) && in OnUpdateUIMinMaxButton()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/widgets/
H A Dslider.cpp474 if ( !m_textLineSize->GetValue().ToLong(&lineSize) ) in DoSetLineSize()
492 if ( !m_textPageSize->GetValue().ToLong(&pageSize) ) in DoSetPageSize()
510 if ( !m_textTickFreq->GetValue().ToLong(&freq) ) in DoSetTickFreq()
523 if ( !m_textThumbLen->GetValue().ToLong(&len) ) in DoSetThumbLen()
568 if ( !m_textMin->GetValue().ToLong(&minNew) || in OnButtonSetMinAndMax()
569 !m_textMax->GetValue().ToLong(&maxNew) || in OnButtonSetMinAndMax()
611 event.Enable( m_textLineSize->GetValue().ToLong(&lineSize) && in OnUpdateUILineSize()
626 m_textTickFreq->GetValue().ToLong(&freq) && in OnUpdateUITickFreq()
633 event.Enable( m_textThumbLen->GetValue().ToLong(&val)); in OnUpdateUIThumbLen()
639 event.Enable( m_textMin->GetValue().ToLong(&mn) && in OnUpdateUIMinMaxButton()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/widgets/
H A Dslider.cpp495 if ( !m_textLineSize->GetValue().ToLong(&lineSize) ) in DoSetLineSize()
513 if ( !m_textPageSize->GetValue().ToLong(&pageSize) ) in DoSetPageSize()
531 if ( !m_textTickFreq->GetValue().ToLong(&freq) ) in DoSetTickFreq()
544 if ( !m_textThumbLen->GetValue().ToLong(&len) ) in DoSetThumbLen()
589 if ( !m_textMin->GetValue().ToLong(&minNew) || in OnButtonSetMinAndMax()
590 !m_textMax->GetValue().ToLong(&maxNew) || in OnButtonSetMinAndMax()
632 event.Enable( m_textLineSize->GetValue().ToLong(&lineSize) && in OnUpdateUILineSize()
647 m_textTickFreq->GetValue().ToLong(&freq) && in OnUpdateUITickFreq()
654 event.Enable( m_textThumbLen->GetValue().ToLong(&val)); in OnUpdateUIThumbLen()
660 event.Enable( m_textMin->GetValue().ToLong(&mn) && in OnUpdateUIMinMaxButton()
[all …]
/dports/multimedia/dvdstyler/DVDStyler-3.1/wxVillaLib/
H A DSConv.cpp28 value.Mid(1,2).ToLong(&r,16); in ToColour()
29 value.Mid(3,2).ToLong(&g,16); in ToColour()
30 value.Mid(5,2).ToLong(&b,16); in ToColour()
49 if (v.length() == 0 || !v.ToLong(&params[i])) in ToFont()
/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DUtils.cpp123 if (val.ToLong(&t)) in String2Time()
133 if (val.BeforeFirst(wxT(':')).ToLong(&t)) in String2Time()
162 value.Mid(1, 2).ToLong(&r, 16); in String2Colour()
163 value.Mid(3, 2).ToLong(&g, 16); in String2Colour()
164 value.Mid(5, 2).ToLong(&b, 16); in String2Colour()
166 value.Mid(7, 2).ToLong(&a, 16); in String2Colour()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dfont.cpp668 if ( !token.ToLong(&l) ) in FromString()
704 if ( !token.ToLong(&l) ) in FromString()
711 if ( !token.ToLong(&l) ) in FromString()
716 if ( !token.ToLong(&l) ) in FromString()
721 if ( !token.ToLong(&l) ) in FromString()
726 if ( !token.ToLong(&l) ) in FromString()
731 if ( !token.ToLong(&l) ) in FromString()
736 if ( !token.ToLong(&l) ) in FromString()
741 if ( !token.ToLong(&l) ) in FromString()
746 if ( !token.ToLong(&l) ) in FromString()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/datastructures/
H A DFSOExecutable.cpp217 } else if ( token.ToLong(&tempVersion) && token.size() == 8 ) { in GetBinaryVersion()
219 } else if ( token.ToLong(&tempVersion) && ver.antipodes && ver.antNumber == 0) { in GetBinaryVersion()
228 } else if ( token.ToLong(&tempVersion) && ver.major == 0 ) { in GetBinaryVersion()
237 } else if ( token.ToLong(&tempVersion) && ver.minor == 0 ) { in GetBinaryVersion()
246 } else if ( token.ToLong(&tempVersion) && ver.revision == 0) { in GetBinaryVersion()
258 if ( temp.ToLong(&tempVersion) ) { in GetBinaryVersion()
276 } else if ( temp.ToLong(&tempVersion) ) { in GetBinaryVersion()
291 } else if ( token.Lower().StartsWith(_T("r"), &temp) && temp.ToLong(&tempVersion) ) { in GetBinaryVersion()
307 if (temp.ToLong(&antNumber)) { in GetBinaryVersion()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dfont.cpp700 if ( !token.ToLong(&l) ) in FromString()
705 if ( !token.ToLong(&l) ) in FromString()
710 if ( !token.ToLong(&l) ) in FromString()
715 if ( !token.ToLong(&l) ) in FromString()
720 if ( !token.ToLong(&l) ) in FromString()
725 if ( !token.ToLong(&l) ) in FromString()
730 if ( !token.ToLong(&l) ) in FromString()
735 if ( !token.ToLong(&l) ) in FromString()
740 if ( !token.ToLong(&l) ) in FromString()
745 if ( !token.ToLong(&l) ) in FromString()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dfont.cpp700 if ( !token.ToLong(&l) ) in FromString()
705 if ( !token.ToLong(&l) ) in FromString()
710 if ( !token.ToLong(&l) ) in FromString()
715 if ( !token.ToLong(&l) ) in FromString()
720 if ( !token.ToLong(&l) ) in FromString()
725 if ( !token.ToLong(&l) ) in FromString()
730 if ( !token.ToLong(&l) ) in FromString()
735 if ( !token.ToLong(&l) ) in FromString()
740 if ( !token.ToLong(&l) ) in FromString()
745 if ( !token.ToLong(&l) ) in FromString()
[all …]
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/datastructures/
H A DFSOExecutable.cpp231 } else if ( token.ToLong(&tempVersion) && token.size() == 8 ) { in GetBinaryVersion()
233 } else if ( token.ToLong(&tempVersion) && ver.antipodes && ver.antNumber == 0) { in GetBinaryVersion()
242 } else if ( token.ToLong(&tempVersion) && ver.major == 0 ) { in GetBinaryVersion()
251 } else if ( token.ToLong(&tempVersion) && ver.minor == 0 ) { in GetBinaryVersion()
260 } else if ( token.ToLong(&tempVersion) && ver.revision == 0) { in GetBinaryVersion()
272 if ( temp.ToLong(&tempVersion) ) { in GetBinaryVersion()
291 } else if ( temp.ToLong(&tempVersion) ) { in GetBinaryVersion()
307 } else if ( token.StartsWith(_T("r"), &temp) && temp.ToLong(&tempVersion) ) { in GetBinaryVersion()
323 if (temp.ToLong(&antNumber)) { in GetBinaryVersion()
/dports/net/opennx/opennx-0.16/
H A DUsbIp.cpp347 if (!re.GetMatch(line, 3).ToLong(&lval, 10)) in parsehev()
350 if (!re.GetMatch(line, 4).ToLong(&lval, 10)) in parsehev()
353 if (!re.GetMatch(line, 5).ToLong(&lval, 16)) in parsehev()
356 if (!re.GetMatch(line, 6).ToLong(&lval, 16)) in parsehev()
386 if (!tkz.GetNextToken().ToLong(&lval)) in parsedevice()
389 if (!tkz.GetNextToken().ToLong(&lval)) in parsedevice()
396 if (!tkz2.GetNextToken().ToLong(&lval, 16)) in parsedevice()
399 if (!tkz2.GetNextToken().ToLong(&lval, 16)) in parsedevice()
411 if (cs.ToLong(&code)) { in parse()
/dports/math/plplot-ada/plplot-5.15.0/utils/
H A Dwxplviewer.cpp46 wxString( argv[2] ).ToLong( &fileSize );
50 wxString( argv[3] ).ToLong( &width );
51 wxString( argv[4] ).ToLong( &height );
/dports/math/plplot/plplot-5.15.0/utils/
H A Dwxplviewer.cpp46 wxString( argv[2] ).ToLong( &fileSize ); in OnInit()
50 wxString( argv[3] ).ToLong( &width ); in OnInit()
51 wxString( argv[4] ).ToLong( &height ); in OnInit()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Deditorlexerloader.cpp125 fgarray[0].ToLong(&R); in DoStyles()
126 fgarray[1].ToLong(&G); in DoStyles()
127 fgarray[2].ToLong(&B); in DoStyles()
134 bgarray[0].ToLong(&R); in DoStyles()
135 bgarray[1].ToLong(&G); in DoStyles()
136 bgarray[2].ToLong(&B); in DoStyles()
145 indices[i].ToLong(&value); in DoStyles()
308 strarray[i].ToLong(&style); in DoLangAttributesLexerStyles()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/pgscript/expressions/
H A DpgsGenString.cpp84 min->value().ToLong(&aux_min); in eval()
85 max->value().ToLong(&aux_max); in eval()
86 nb_words->value().ToLong(&aux_nb_words); in eval()
87 seed->value().ToLong(&aux_seed); in eval()
/dports/comms/limesuite/LimeSuite-20.10.0/src/utilities_gui/
H A DSPI_wxgui.cpp38 address.ToLong(&addr, 16); in onLMSwrite()
41 value.ToLong(&data, 16); in onLMSwrite()
73 address.ToLong(&addr, 16); in onLMSread()
111 address.ToLong(&addr, 16); in onBoardWrite()
114 value.ToLong(&data, 16); in onBoardWrite()
148 address.ToLong(&addr, 16); in OnBoardRead()

12345678910>>...42