Lines Matching refs:tt
228 $tt['ZWIversion'] = "1.3";
229 $tt['Primary'] = "article.dokuwiki";
230 $tt['Title'] = $title;
231 $tt['Namespace'] = $NS;
232 $tt['LastModified'] = dformat($INFO['lastmod']);
233 $tt['TimeCreated'] = dformat($INFO['lastmod']);
234 $tt['Location'] = $fileLastMod;
235 $tt['Revisions'] = $xr;
236 $tt['Publisher']=$wgMzwiName;
237 $tt['Content'] = $content_array;
238 $tt['GeneratorName'] = $generator;
246 $tt['PageInfo'] = $pagemeta;
252 $tt['Lang'] = $Lang;
254 $tt['Rating'] = "";
255 $tt['License'] = $wgMzwiLicense;
256 $tt['Description']=$description;
257 $tt['Author']=$author;
260 $zip->addFromString('metadata.json', json_encode($tt, JSON_PRETTY_PRINT));