Home
last modified time | relevance | path

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

/plugin/linkfix/
H A Dadmin.php20 protected $isextern = false; variable in admin_plugin_linkfix
34 $this->isextern = preg_match('/^(\w+:\/\/|\\\\)/i', $this->changefrom);
102 if($this->isextern) {
154 …($this->type == 'links' && $this->isextern && ($instruction[0] == 'externallink' || $instruction[…
155 ($this->type == 'links' && !$this->isextern && $instruction[0] == 'internallink') ||
156 … ($this->type == 'media' && $this->isextern && $instruction[0] == 'externalmedia') ||
157 ($this->type == 'media' && !$this->isextern && $instruction[0] == 'internalmedia')
173 if(!$this->isextern) {
246 if(!$this->isextern) {
/plugin/linkfix/_test/
H A Dlinkfix.test.php36 $plugin->isextern = true;
60 $plugin->isextern = true;
73 $plugin->isextern = true;
87 public $isextern = false; variable in test_admin_plugin_linkfix