Home
last modified time | relevance | path

Searched refs:updatedata (Results 1 – 5 of 5) sorted by relevance

/plugin/struct/_test/
H A DSchemaBuilderTest.php138 $updatedata = [];
139 $updatedata['id'] = "1";
140 $updatedata['cols']['1']['sort'] = 65;
141 $updatedata['cols']['1']['label'] = 'testColumn';
142 $updatedata['cols']['1']['ismulti'] = 1;
143 $updatedata['cols']['1']['config'] = '{"prefix": "pre", "postfix": "fix"}';
144 $updatedata['cols']['1']['class'] = 'Text';
145 $updatedata['cols']['1']['isenabled'] = '1';
148 $builder = new SchemaBuilder($testname, $updatedata);
/plugin/authucenter/lib/uc_client/control/
Dcache.php24 $_ENV['cache']->updatedata();
/plugin/authucenter/lib/uc_client/model/
Dcache.php40 function updatedata($cachefile = '') { function in cachemodel
Dtag.php36 function updatedata($appid, $data) { function in tagmodel
Dbase.php116 $_ENV['cache']->updatedata($cachefile);