Home
last modified time | relevance | path

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

/plugin/odt/ODT/css/
H A Dcssimportnew.php849 public function replaceURLPrefixes ($callback) { function in css_rule_new
851 $declaration->replaceURLPrefixes ($callback);
1437 public function replaceURLPrefixes ($callback) { function in cssimportnew
1439 $rule->replaceURLPrefixes ($callback);
/plugin/odt/ODT/
H A DODTImport.php86 $params->import->replaceURLPrefixes ($URLCallback);
H A DODTDocument.php282 public function replaceURLPrefixes ($callback) { function in ODTDocument
284 $this->importnew->replaceURLPrefixes ($callback);
/plugin/odt/helper/
H A Dcssimport.php908 public function replaceURLPrefixes ($callback) { function in css_declaration