Home
last modified time | relevance | path

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

/plugin/odt/ODT/css/
H A Dcssimportnew.php878 return $this->importFromStringInternal ($contents);
948 protected function importFromStringInternal($contents, $media = NULL, &$processed = NULL) { function in cssimportnew
987 … $result = $this->importFromStringInternal ($contents_in_media, $at_rule_name, $nested_processed);
/plugin/odt/helper/
H A Dcssimport.php1113 return $this->importFromStringInternal ($contents);
1160 protected function importFromStringInternal($contents, $media = NULL, &$processed = NULL) { function in helper_plugin_odt_cssimport
1196 … $result = $this->importFromStringInternal ($contents_in_media, $new_media, $nested_processed);