Home
last modified time | relevance | path

Searched refs:changefrom (Results 1 – 2 of 2) sorted by relevance

/plugin/linkfix/_test/
H A Dlinkfix.test.php23 $plugin->changefrom = 'linkfix:';
34 $plugin->changefrom = 'http://www.google';
46 $plugin->changefrom = 'something:logo.';
58 $plugin->changefrom = 'http://www.google';
71 $plugin->changefrom = '\\\\server\\';
83 public $changefrom = ''; variable in test_admin_plugin_linkfix
/plugin/linkfix/
H A Dadmin.php15 protected $changefrom = ''; variable in admin_plugin_linkfix
30 $this->changefrom = $INPUT->str('changefrom');
34 $this->isextern = preg_match('/^(\w+:\/\/|\\\\)/i', $this->changefrom);
56 'changefrom' => $this->changefrom,
104 $data = ft_pageSearch('"' . $this->changefrom . '"*', $null);
107 $query = $this->changefrom . '*';
110 $query = $this->changefrom . '*';
233 if($this->changefrom){
241 $new = substr($full, strlen($this->changefrom));