Home
last modified time | relevance | path

Searched refs:save_to_db (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/webext-storage/src/
H A Dapi.rs51 fn save_to_db(tx: &Transaction<'_>, ext_id: &str, val: &StorageChangeOp) -> Result<()> { in save_to_db() function
123 save_to_db(tx, ext_id, &StorageChangeOp::Clear) in remove_from_db()
224 save_to_db( in set()
303 save_to_db( in remove()
654 save_to_db( in test_quota_bytes()
671 save_to_db( in test_quota_bytes()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/webext-storage/src/
H A Dapi.rs51 fn save_to_db(tx: &Transaction<'_>, ext_id: &str, val: &StorageChangeOp) -> Result<()> { in save_to_db() function
123 save_to_db(tx, ext_id, &StorageChangeOp::Clear) in remove_from_db()
224 save_to_db( in set()
303 save_to_db( in remove()
654 save_to_db( in test_quota_bytes()
671 save_to_db( in test_quota_bytes()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/webext-storage/src/
H A Dapi.rs51 fn save_to_db(tx: &Transaction<'_>, ext_id: &str, val: &StorageChangeOp) -> Result<()> { in save_to_db() function
123 save_to_db(tx, ext_id, &StorageChangeOp::Clear) in remove_from_db()
224 save_to_db( in set()
303 save_to_db( in remove()
654 save_to_db( in test_quota_bytes()
671 save_to_db( in test_quota_bytes()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/webext-storage/src/
H A Dapi.rs45 fn save_to_db(tx: &Transaction<'_>, ext_id: &str, val: &JsonValue) -> Result<()> { in save_to_db() function
108 save_to_db(tx, ext_id, &JsonValue::Null) in remove_from_db()
209 save_to_db(tx, ext_id, &JsonValue::Object(current))?; in set()
284 save_to_db(tx, ext_id, &JsonValue::Object(existing))?; in remove()
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Util/
H A DWaveform.php147 self::save_to_db($song_id, $waveform);
401 protected static function save_to_db($song_id, $waveform) function in Ampache\\Module\\Util\\Waveform
/dports/www/phpgroupware/phpgroupware-0.9.16.017/nntp/inc/
H A Dclass.nntp.inc.php91 function save_to_db($groupdb) function in nntp
139 $this->save_to_db($ret);
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/utils/
H A Dcaffe2_train_and_dump_pb.py294 pe.save_to_db(
/dports/security/nmap/nmap-7.91/zenmap/zenmapCore/
H A DNetworkInventory.py366 def save_to_db(self): member in NetworkInventory
/dports/security/nmap/nmap-7.91/zenmap/zenmapGUI/
H A DMainWindow.py412 scan_interface.inventory.save_to_db()