Home
last modified time | relevance | path

Searched refs:page_filepath (Results 1 – 4 of 4) sorted by relevance

/plugin/improg/
Dsyntax.php90 foreach($listPages as &$page_filepath) {
91 $body = file_get_contents($page_filepath);
106 $data['improg_basename'] = basename($page_filepath);
107 $data['improg_file'] = $this->__savedir($page_filepath);
198 function __savedir($page_filepath) { argument
204 $y_pos = stripos($page_filepath, $savedir."/pages");
205 $t1 = substr($page_filepath, $y_pos);
/plugin/rater/
Dsyntax.php436 foreach($listPages as &$page_filepath) {
439 $body = file_get_contents($page_filepath);
455 …unt($links)>0) $returns = $this->rater_on_page($links, $listRatingFiles, $page_filepath, $returns);
878 function __savedir($page_filepath) { argument
884 $y_pos = stripos($page_filepath, $savedir."/pages");
885 $t1 = substr($page_filepath, $y_pos);
895 function rater_on_page($links, $listRatingFiles, $page_filepath, $returns) { argument
924 $p_filename = basename($page_filepath);
927 $t2 = $this->__savedir($page_filepath);
953 $p_filename = basename($page_filepath);
[all …]
/plugin/orphanmedia2/
Dsyntax.php485 foreach($listPageFiles as $page_filepath) {
486 $_all_links[$pageCounter][0] = $page_filepath;
488 $body = strtolower(file_get_contents($page_filepath));
/plugin/orphanmedia/
Dsyntax.php484 foreach($listPageFiles as $page_filepath) {
485 $_all_links[$pageCounter][0] = $page_filepath;
487 $body = strtolower(file_get_contents($page_filepath));