Home
last modified time | relevance | path

Searched +full:updated +(+path:plugin +path:snippets) -(+path:plugin +path:snippets +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/snippets/
H A Dadmin.php180 $updated['snippets'][$snippet]=$date;
183 if(count($updated)) {
184 $ret .= $this->dbg('updated: ', $updated,"185");
192 $updated ['snippets'] [$add] =$tm;
200 if(!array_key_exists ( $snip , $updated ['snippets'] )) {
201 $updated ['snippets'][$snip] = $tm;
205 $ret .= $this->getLang("updated") . print_r($updated ,1) . "<br />";
207 $data['relation']['isreferencedby']['snippets']=$updated['snippets'];
H A DREADME7 …n enables user to choose have files with embedded snippets automatically updated when the snippet …
H A Dhelper.php41 'desc' => 'check if snippet inserted in a page was updated to most recent version',
57 'desc' => 'inserts updated snippet into page',
85 * If the timestamps are the same then the snippet has been updated
122 * Inserts updated snippets in page after checking to see if snippets have been updated
H A Daction.php143 * Replaces outdated snippets with updated versions
213 … is inserted. The links implement an ajax call to exe/update.php where the snippets can be updated
214 …* and the timestamps of the updated snippets revised in the metafile of the pages where snippet is…
/plugin/snippets/exe/
H A Dupdate.php8 * When a snippet is updated a table of pages appears on the snippet page
12 * 1. Inserts updated snippet into page
31 $helper->insertSnippet($result, $id,false); // insert all updated snippets
42 io_saveFile($page,$result); // save updated page