Home
last modified time | relevance | path

Searched refs:CacheRow (Results 1 – 17 of 17) sorted by relevance

/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/git/src/
H A DfileSystemProvider.ts13 interface CacheRow { interface
42 private cache = new Map<string, CacheRow>();
113 const cache = new Map<string, CacheRow>();
190 const cacheValue: CacheRow = { uri, timestamp };
H A DcontentProvider.ts12 interface CacheRow { interface
18 [uri: string]: CacheRow;
108 const cacheValue: CacheRow = { uri, timestamp };
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/textmate/lib/bundles/git/src/
H A DfileSystemProvider.ts13 interface CacheRow { interface
42 private cache = new Map<string, CacheRow>();
113 const cache = new Map<string, CacheRow>();
190 const cacheValue: CacheRow = { uri, timestamp };
H A DcontentProvider.ts12 interface CacheRow { interface
18 [uri: string]: CacheRow;
108 const cacheValue: CacheRow = { uri, timestamp };
/dports/java/intellij/idea-IC-202.7660.26/plugins/textmate/lib/bundles/git/src/
H A DfileSystemProvider.ts13 interface CacheRow { interface
42 private cache = new Map<string, CacheRow>();
113 const cache = new Map<string, CacheRow>();
186 const cacheValue: CacheRow = { uri, timestamp };
H A DcontentProvider.ts12 interface CacheRow { interface
18 [uri: string]: CacheRow;
108 const cacheValue: CacheRow = { uri, timestamp };
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/textmate/lib/bundles/git/src/
H A DfileSystemProvider.ts13 interface CacheRow { interface
42 private cache = new Map<string, CacheRow>();
113 const cache = new Map<string, CacheRow>();
186 const cacheValue: CacheRow = { uri, timestamp };
H A DcontentProvider.ts12 interface CacheRow { interface
18 [uri: string]: CacheRow;
108 const cacheValue: CacheRow = { uri, timestamp };
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/textmate/lib/bundles/git/src/
H A DcontentProvider.ts12 interface CacheRow { interface
18 [uri: string]: CacheRow;
108 const cacheValue: CacheRow = { uri, timestamp };
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dgpu_cache.rs24 struct CacheRow { struct
34 impl CacheRow { argument
36 CacheRow { in new()
69 rows: Vec<CacheRow>,
273 rows.push(CacheRow::new()); in update()
397 rows.extend((0 .. dim.height).map(|_| CacheRow::new())); in load_from_data()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dgpu_cache.rs24 struct CacheRow { struct
34 impl CacheRow { implementation
36 CacheRow { in new()
69 rows: Vec<CacheRow>,
273 rows.push(CacheRow::new()); in update()
397 rows.extend((0 .. dim.height).map(|_| CacheRow::new())); in load_from_data()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dgpu_cache.rs24 struct CacheRow { struct
34 impl CacheRow { argument
36 CacheRow { in new()
69 rows: Vec<CacheRow>,
273 rows.push(CacheRow::new()); in update()
397 rows.extend((0 .. dim.height).map(|_| CacheRow::new())); in load_from_data()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/library/
H A Dcaches.py158 class CacheRow(list): # {{{ class
1002 self._data[id] = CacheRow(db, self.composites, self.datetimes,
1022 self._data[id] = CacheRow(db, self.composites, self.datetimes,
1053 self._data[r[0]] = CacheRow(db, self.composites, self.datetimes, r,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Drenderer.rs799 struct CacheRow { struct
803 impl CacheRow { argument
805 CacheRow { is_dirty: false } in new()
818 rows: Vec<CacheRow>,
982 rows.push(CacheRow::new()); in update()
5181 rows.extend((0 .. dim.height).map(|_| CacheRow::new())); in load_capture()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Drenderer.rs1031 struct CacheRow { struct
1039 impl CacheRow { argument
1041 CacheRow { in new()
1057 rows: Vec<CacheRow>,
1218 rows.push(CacheRow::new()); in update()
5366 rows.extend((0 .. dim.height).map(|_| CacheRow::new())); in load_capture()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Drenderer.rs1364 struct CacheRow { struct
1374 impl CacheRow { impl
1376 CacheRow { in new()
1411 rows: Vec<CacheRow>,
1584 rows.push(CacheRow::new()); in update()
7475 rows.extend((0 .. dim.height).map(|_| CacheRow::new())); in load_capture()
/dports/www/lagrange/lagrange-1.7.3/src/ui/
H A Dtext.c274 iDeclareType(CacheRow)