Home
last modified time | relevance | path

Searched refs:bSave (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datlddx.h208 if(bSave)
245 if(bSave)
281 if(bSave)
318 if(bSave)
364 if(bSave)
421 if(bSave)
464 if(bSave)
527 if(bSave) in DDX_Check()
549 if(bSave) in DDX_Check()
567 if(bSave) in DDX_Radio()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datlddx.h208 if(bSave)
245 if(bSave)
281 if(bSave)
318 if(bSave)
364 if(bSave)
421 if(bSave)
464 if(bSave)
527 if(bSave) in DDX_Check()
549 if(bSave) in DDX_Check()
567 if(bSave) in DDX_Radio()
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlddx.h221 if(bSave)
258 if(bSave)
294 if(bSave)
331 if(bSave)
377 if(bSave)
435 if(bSave)
478 if(bSave)
542 if(bSave) in DDX_Check()
564 if(bSave) in DDX_Check()
582 if(bSave) in DDX_Radio()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlddx.h221 if(bSave)
258 if(bSave)
294 if(bSave)
331 if(bSave)
377 if(bSave)
435 if(bSave)
478 if(bSave)
542 if(bSave) in DDX_Check()
564 if(bSave) in DDX_Check()
582 if(bSave) in DDX_Radio()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlddx.h221 if(bSave)
258 if(bSave)
294 if(bSave)
331 if(bSave)
377 if(bSave)
435 if(bSave)
478 if(bSave)
542 if(bSave) in DDX_Check()
564 if(bSave) in DDX_Check()
582 if(bSave) in DDX_Radio()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlddx.h221 if(bSave)
258 if(bSave)
294 if(bSave)
331 if(bSave)
377 if(bSave)
435 if(bSave)
478 if(bSave)
542 if(bSave) in DDX_Check()
564 if(bSave) in DDX_Check()
582 if(bSave) in DDX_Radio()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlddx.h221 if(bSave)
258 if(bSave)
294 if(bSave)
331 if(bSave)
377 if(bSave)
435 if(bSave)
478 if(bSave)
542 if(bSave) in DDX_Check()
564 if(bSave) in DDX_Check()
582 if(bSave) in DDX_Radio()
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlddx.h221 if(bSave)
258 if(bSave)
294 if(bSave)
331 if(bSave)
377 if(bSave)
435 if(bSave)
478 if(bSave)
542 if(bSave) in DDX_Check()
564 if(bSave) in DDX_Check()
582 if(bSave) in DDX_Radio()
[all …]
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Samples/Sample 09 - Working with streams/
H A DSampleForm.Designer.cs35 this.bSave = new System.Windows.Forms.Button(); in InitializeComponent()
77 this.bSave.Location = new System.Drawing.Point(93, 344); in InitializeComponent()
78 this.bSave.Name = "bSave"; in InitializeComponent()
79 this.bSave.Size = new System.Drawing.Size(75, 23); in InitializeComponent()
80 this.bSave.TabIndex = 4; in InitializeComponent()
81 this.bSave.Text = "Save to disk"; in InitializeComponent()
82 this.bSave.UseVisualStyleBackColor = true; in InitializeComponent()
83 this.bSave.Click += new System.EventHandler(this.bSave_Click); in InitializeComponent()
90 this.Controls.Add(this.bSave); in InitializeComponent()
113 private System.Windows.Forms.Button bSave; field in Sample09.SampleForm
/dports/biology/ncbi-toolkit/ncbi/biostruc/
H A Dmmdbapi4.h112 Boolean LIBCALL WriteOutBiostruc(BiostrucPtr pbsThis, CharPtr pcSave, Byte bSave);
113 Boolean LIBCALL WriteAsnChemGraphOnly(PDNMS pdnmsThis, CharPtr pcSave, Byte bSave);
114 Boolean LIBCALL WriteAsnLocalDict(PDNMS pdnmsThis, CharPtr pcSave, Byte bSave,
118 CharPtr pcSave, Byte bSave, Boolean iCn3d);
120 Byte bSave);
121 Boolean LIBCALL WriteAsnAllModel(PDNMS pdnmsThis, CharPtr pcSave, Byte bSave);
122 Boolean LIBCALL WriteASNChemGraphOnly(PDNMS pdnmsThis, CharPtr pcSave, Byte bSave);
/dports/math/scilab/scilab-6.1.1/scilab/modules/history_manager/sci_gateway/cpp/
H A Dsci_saveconsecutivecommands.cpp33 BOOL bSave = HistoryManager::getInstance()->getSaveConsecutiveDuplicateLines(); in sci_saveconsecutivecommands() local
34 out.push_back(new types::Bool(bSave)); in sci_saveconsecutivecommands()
45 BOOL bSave = (BOOL)in[0]->getAs<types::Bool>()->get(0); in sci_saveconsecutivecommands() local
46 HistoryManager::getInstance()->setSaveConsecutiveDuplicateLines(bSave); in sci_saveconsecutivecommands()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfdoc/
H A Dcpdf_structtree.cpp110 bool bSave = false; in AddPageNode() local
114 bSave = true; in AddPageNode()
117 if (!bSave) in AddPageNode()
139 bool bSave = false; in AddTopLevelNode() local
144 bSave = true; in AddTopLevelNode()
147 return bSave; in AddTopLevelNode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfdoc/
H A Dcpdf_structtree.cpp111 bool bSave = false; in AddPageNode() local
115 bSave = true; in AddPageNode()
118 if (!bSave) in AddPageNode()
140 bool bSave = false; in AddTopLevelNode() local
145 bSave = true; in AddTopLevelNode()
148 return bSave; in AddTopLevelNode()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/lib/pgBackRestTest/Common/
H A DBuildTest.pm38 my $bSave = true;
48 $bSave = false;
53 if ($bSave)
59 return $bSave;
/dports/games/dunelegacy/dunelegacy-0.96.4/include/GUI/dune/
H A DLoadSaveWindow.h36 …LoadSaveWindow(bool bSave, const std::string& caption, const std::vector<std::string>& directories…
74 …static LoadSaveWindow* create(bool bSave, const std::string& caption, const std::string& directory…
80 …LoadSaveWindow* dlg = new LoadSaveWindow(bSave, caption, directories, directoryTitles, extension, …
99 …static LoadSaveWindow* create(bool bSave, const std::string& caption, const std::vector<std::strin…
100 …LoadSaveWindow* dlg = new LoadSaveWindow(bSave, caption, directories, directoryTitles, extension, …
/dports/irc/znc/znc-1.8.2/modules/
H A Dsimple_away.cpp225 void SetReason(CString& sReason, bool bSave = true) { in SetReason() argument
226 if (bSave) SetNV("reason", sReason); in SetReason()
230 void SetAwayWait(unsigned int iAwayWait, bool bSave = true) { in SetAwayWait() argument
231 if (bSave) SetNV("awaywait", CString(iAwayWait)); in SetAwayWait()
235 void SetMinClients(unsigned int iMinClients, bool bSave = true) { in SetMinClients() argument
236 if (bSave) SetNV("minclients", CString(iMinClients)); in SetMinClients()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dparameter_data.cpp293 if( bSave ) in _Serialize()
478 if( bSave ) in _Serialize()
561 if( bSave ) in _Serialize()
699 if( bSave ) in _Serialize()
828 if( bSave ) in _Serialize()
1044 if( bSave ) in _Serialize()
1230 if( bSave ) in _Serialize()
1299 if( bSave ) in _Serialize()
1500 if( bSave ) in _Serialize()
1567 if( bSave ) in _Serialize()
[all …]
/dports/graphics/polyclipping/polyclipping-6.4.2/C#/GuiDemo/GuiDemo/
H A DForm1.Designer.cs35 this.bSave = new System.Windows.Forms.Button(); in InitializeComponent()
87 this.panel1.Controls.Add(this.bSave); in InitializeComponent()
101 this.bSave.Location = new System.Drawing.Point(9, 412); in InitializeComponent()
102 this.bSave.Name = "bSave"; in InitializeComponent()
103 this.bSave.Size = new System.Drawing.Size(100, 25); in InitializeComponent()
104 this.bSave.TabIndex = 9; in InitializeComponent()
105 this.bSave.Text = "S&ave as SVG File"; in InitializeComponent()
106 this.bSave.UseVisualStyleBackColor = true; in InitializeComponent()
107 this.bSave.Click += new System.EventHandler(this.bSave_Click); in InitializeComponent()
415 private System.Windows.Forms.Button bSave; field in WindowsFormsApplication1.Form1
/dports/cad/gspiceui/gspiceui-v1.1.00/src/gnucap/
H A DNbkGnuCap.cpp141 bool NbkGnuCap::bSave( SimnBase & roSimn ) in bSave() function in NbkGnuCap
157 if( m_poPnlGnuCapOP->bSave( roSimnGcp ) ) in bSave()
163 if( m_poPnlGnuCapDC->bSave( roSimnGcp ) ) in bSave()
169 if( m_poPnlGnuCapAC->bSave( roSimnGcp ) ) in bSave()
175 if( m_poPnlGnuCapTR->bSave( roSimnGcp ) ) in bSave()
/dports/cad/gspiceui/gspiceui-v1.1.00/src/ngspice/
H A DNbkNgSpice.cpp137 bool NbkNgSpice::bSave( SimnBase & roSimn ) in bSave() function in NbkNgSpice
154 if( ! m_poPnlNgSpiceOP->bSave( roSimnNgs ) ) in bSave()
159 if( ! m_poPnlNgSpiceDC->bSave( roSimnNgs ) ) in bSave()
164 if( ! m_poPnlNgSpiceAC->bSave( roSimnNgs ) ) in bSave()
169 if( ! m_poPnlNgSpiceTR->bSave( roSimnNgs ) ) in bSave()
/dports/games/dunelegacy/dunelegacy-0.96.4/src/GUI/dune/
H A DLoadSaveWindow.cpp34 LoadSaveWindow::LoadSaveWindow(bool bSave, const std::string& caption, const std::vector<std::strin… in LoadSaveWindow() argument
35 …: Window(0,0,0,0), bSaveWindow(bSave), directories(directories), directoryTitles(directoryTitles),… in LoadSaveWindow()
71 mainVBox.addWidget(&fileListHBox, (bSave ? 120 : 150) - (directories.size() > 1 ? 20 : 0)); in LoadSaveWindow()
79 if(bSave == true) { in LoadSaveWindow()
89 okButton.setText(_(bSave ? "Save" : "Load")); in LoadSaveWindow()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/sdl/
H A Dstated.cpp9 int QuickState(int bSave) in QuickState() argument
27 if (bSave == 0) in QuickState()
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_gui/
H A Dactive.cpp434 bool CActive::Update(CWKSP_Base_Item *pItem, bool bSave) in Update() argument
440 m_pParameters->Update_Parameters(m_pItem->Get_Parameters(), bSave); in Update()
443 if( !bSave ) in Update()
499 bool CActive::Update_Attributes(bool bSave) in Update_Attributes() argument
501 if( bSave ) in Update_Attributes()
/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dm68000.c319 void M68000_MemorySnapShot_Capture(bool bSave) in M68000_MemorySnapShot_Capture() argument
328 if (bSave) in M68000_MemorySnapShot_Capture()
349 if (bSave) in M68000_MemorySnapShot_Capture()
383 if (!bSave) in M68000_MemorySnapShot_Capture()
396 if (bSave) in M68000_MemorySnapShot_Capture()
/dports/databases/pgbackrest/pgbackrest-release-2.35/build/lib/pgBackRestBuild/
H A DBuild.pm172 my $bSave = true;
177 $bSave = false;
180 if ($bSave)

12345678910>>...19