Lines Matching full:we
45 … * updates the 'last_update' timestamp in the configuration, and then checks if we have an updated
50 …* for the cached snippets. We only want to invalidate the cached snippets if the configuration rea…
61 // we need this since we'll save the configuration later
62 // if we use the filtered configuration for saving we would remove all other elements
66 …// TODO: we could also use a filter function for filtering remote configurations with overdue upda…
84 … // on connection failures, we don't want to run the task runner constantly on failures!
86 … // if a new tag file is available we invalidate the cache if this tag file was used in a page!
90 $cachedHash = ''; // this is used to check if we really have a new file
92 // first read the old file and free memory so we do not exeed the limit!
109 // here we have the new content
119 return; // we only ever want to run one file!
131 // TODO: instead of counting the executions in $iterations we could directly obtain
140 … // TODO: we should implement a maximum amount of tasks to run in one task runner instance!
149 // if we couldn't build abort the task runner
172 // if the tagfiles were updated in the background, we need to rebuild the snippets
173 // in this case we first need to invalidate the page cache
178 … // ['tag_name' => []]: empty array as value since we do not have a loaded tag configuration here!
189 // if any file was changed, we want to do a reload
191 // if e.g. the way we generate the hash names change
200 …// if the XML cache is not existent we should check if the build is scheduled in the main syntax c…
215 // if the HTML cache is not existent we should parse
335 // how will we generate the dependencies?
337 // we have a valid HTML rendered!
357 // we have a valid XML!