Lines Matching refs:hits
206 $hits = array();
207 if (preg_match('|\n*((\s*)(.))|', $aMatch, $hits)) {
208 return array($aState, $hits[3],
209 strlen(str_replace(' ', "\t", $hits[2])));
213 $hits = array();
214 if (preg_match('|^\s*\x3C$|', $aMatch, $hits)) {
217 if (preg_match('|(.*?)\s+\x3C$|s', $aMatch, $hits)) {
220 str_replace('\<', '<', $hits[1])), +1);
222 if (preg_match('|(.*[^\x5C])\x3C$|s', $aMatch, $hits)) {
225 str_replace('\<', '<', $hits[1])), +1);
277 $hits = array();
278 if (preg_match('|\s*<p>\s*$|i', $aRenderer->doc, $hits)) {
279 $hits = -strlen($hits[0]);
280 $aRenderer->doc = substr($aRenderer->doc, 0, $hits)
293 $hits = array();
300 $aRenderer->doc, $hits)) {
302 $hits = -strlen($hits[0]);
303 $aRenderer->doc = substr($aRenderer->doc, 0, $hits)
373 $hits = array();
375 $aRenderer->doc, $hits)) {
376 $hits = -strlen($hits[0]);
378 $aRenderer->doc = substr($aRenderer->doc, 0, $hits);
380 $aRenderer->doc, $hits)) {
381 $hits = -strlen($hits[0]);
383 substr($aRenderer->doc, 0, $hits) . '</li>';