Home
last modified time | relevance | path

Searched defs:bSynchronize (Results 1 – 4 of 4) sorted by relevance

/dports/www/itop/web/synchro/
H A Dsynchro_import.php422 $bSynchronize = true; variable
426 $bSynchronize = false; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Doptgrid.hxx41 bool bSynchronize:1; member in SvxOptionsGrid
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Doptgrid.hxx41 bool bSynchronize:1; member in SvxOptionsGrid
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/
H A DImportUtil.cs85 IOConnectionInfo[] vConnections, bool bSynchronize, IUIOperations uiOps, in Import()