Lines Matching refs:found

67             $found = false;
72 $found = true;
86 if ( $found == false ) {
90 $found = true;
105 if ( $found == false ) {
830 $found = self::getNextTag($HTMLCode, $pos);
831 if ($found !== false) {
833 $entry ['content'] = substr($HTMLCode, $pos, $found [0]-$pos);
839 $tagged = substr($HTMLCode, $found [0], $found [1]-$found [0]+1);
842 if ($HTMLCode [$found[1]-1] == '/') {
846 if ($HTMLCode [$found[0]+1] != '/') {
861 $pos = $found [1]+1;
879 $found = &$parsed [$out];
880 if (isset($found ['content'])) {
882 $checked [$out] = $params->document->replaceXMLEntities($found ['content']);
884 $checked [$out] = $found ['content'];
886 } else if (isset($found ['tag-open'])) {
892 $found ['tag-open'] == $search ['tag-close'] &&
894 array_key_exists($found ['tag-open'], $elements)) {
902 $firstTag = $found ['tag-open'];
906 switch ($found ['tag-open']) {
910 … if (preg_match('/class="[^"]*"/', $found ['attributes'], $matches) == 1) {
914 … $found ['attributes'] = str_replace($matches [0], $class_attr, $found ['attributes']);
919 … if (preg_match('/class="[^"]*"/', $found ['attributes'], $matches) == 1) {
925 … $style_name = self::createTextStyle ($params, 'span', $found ['attributes'], $style_name);
930 $url = self::getLinkURL($found ['attributes']);
944 … if (preg_match('/start="[^"]*"/', $found ['attributes'], $matches) == 1) {
953 … if (preg_match('/class="[^"]*"/', $found ['attributes'], $matches) == 1) {
957 … $found ['attributes'] = str_replace($matches [0], $class_attr, $found ['attributes']);
963 … if (preg_match('/class="[^"]*"/', $found ['attributes'], $matches) == 1) {
971 … $style_name = self::createParagraphStyle ($params, 'li', $found ['attributes'], $style_name);
986 $checked [$out] = $elements [$found ['tag-open']]['open'];
987 $checked [$in] = $elements [$found ['tag-open']]['close'];
998 … $checked [$out] = $params->document->replaceXMLEntities($found ['tag-orig']);
1000 $checked [$out] = $found ['tag-orig'];
1003 } else if (isset($found ['tag-close'])) {
1006 $checked [$out] = $params->document->replaceXMLEntities($found ['tag-orig']);