Home
last modified time | relevance | path

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

/plugin/odt/ODT/css/
Dcssimportnew.php29 * @param string $attribute_string String containing the selector
31 public function __construct($attribute_string) { argument
32 $attribute_string = trim ($attribute_string, '[] ');
33 $found = strpos ($attribute_string, '|');
35 $attribute_string [$found+1] == '=') {
36 $found = strpos ($attribute_string, '|', $found+1);
40 $this->namespaze = substr ($attribute_string, 0, $found);
42 $attribute_string = substr ($attribute_string, $found + 1);
44 $found = strpos ($attribute_string, '=');
46 $this->attribute = $attribute_string;
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
DDirectLex.php289 $attribute_string =
296 if ($attribute_string) {
298 $attribute_string,