Home
last modified time | relevance | path

Searched refs:hits (Results 26 – 38 of 38) sorted by last modified time

12

/plugin/subjectindex/plugins/
H A DEntryDefault.php44 $hits = preg_match_all($this->_regex, $text, $matches, PREG_SET_ORDER);
45 if ($hits > 0) {
H A DEntryTag.php24 $hits = preg_match_all($this->_regex, $text, $matches, PREG_SET_ORDER);
25 if ($hits > 0) {
H A DEntryVerse.php33 $hits = preg_match_all($this->_regex, $text, $matches, PREG_SET_ORDER);
34 if ($hits > 0) {
/plugin/advrack/
H A Draphael.js3940 var hits = svg.getIntersectionList(sr, null);
3941 if (hits.length) {
3942 target = hits[hits.length - 1];
/plugin/sphinxsearch/
H A Dsphinxapi.php1267 … list ( $docs, $hits ) = array_values ( unpack ( "N*N*", substr ( $response, $p, 8 ) ) ); $p += 8;
1270 "hits"=>sprintf ( "%u", $hits ) );
1390 function BuildKeywords ( $query, $index, $hits ) argument
1394 assert ( is_bool($hits) );
1411 $req .= pack ( "N", (int)$hits );
1447 if ( $hits )
/plugin/diff/
H A Dsyntax.php113 $hits = array();
115 $sections[$i], $hits)) {
116 unset($hits[0]);
117 $sections[$i] = $HEAD . $hits[1] . $CLOSE;
119 $sections[$i], $hits)) {
120 unset($hits[0]); // free mem
122 $hits[2], -1, PREG_SPLIT_DELIM_CAPTURE);
140 $sections[$i] = $DEL . $hits[1] . $CLOSE
/plugin/nstoc/
H A Dsyntax.php266 $hits = $result = array();
268 "\n" . io_readfile(wikiFN($aID), FALSE), $hits, PREG_SET_ORDER)) {
270 if (($l = $cl + $this->_Hlevels[$hits[$i][1]])
274 $hits[$i][2]);
276 unset($hits[$i]); // free mem
/plugin/code2/
H A Dsyntax.php265 $hits[1] * 1, $hits[2] * 1, $hits[3] * 1, $hits[4] * 1))
689 if (isset($hits[3]) && ($hits[3])) {
691 if (isset($hits[4]) && ($hits[4])) {
694 $hits[3] = $hits[4] = FALSE;
695 } else if (isset($hits[1]) && ($hits[1])) {
697 $hits[2] = (isset($hits[2]))
701 $hits[1] = $hits[2] = FALSE;
705 if (isset($hits[7]) && ($hits[7])) {
706 $hits[6] = (isset($hits[6]))
719 $hits[8] = strtolower($hits[8]) . 's';
[all …]
/plugin/hr/
H A Dsyntax.php209 $hits = array();
211 (preg_match('|\s*<p>(?:\s*</p>)*\s*$|', $aRenderer->doc, $hits))
212 ? substr($aRenderer->doc, 0, -strlen($hits[0])) . '<hr />'
/plugin/lists/
H A Dsyntax.php206 $hits = array();
213 $hits = array();
277 $hits = array();
279 $hits = -strlen($hits[0]);
293 $hits = array();
300 $aRenderer->doc, $hits)) {
302 $hits = -strlen($hits[0]);
373 $hits = array();
375 $aRenderer->doc, $hits)) {
376 $hits = -strlen($hits[0]);
[all …]
/plugin/lang/
H A Dsyntax.php162 $hits = array();
165 if (preg_match('|\s+([a-z]{2,3})\s*>|i', $aMatch, $hits)) {
167 return array($aState, $hits[1]);
170 $aMatch, $hits)) {
172 return array($aState, $hits[1]);
174 if (preg_match('|\s+([ix]\-[a-z0-9]{2,})\s*>|i', $aMatch, $hits)) {
176 return array($aState, $hits[1]);
178 if (preg_match('|\s+([a-z]{2,3})\-.*\s*>|i', $aMatch, $hits)) {
180 return array($aState, $hits[1]);
/plugin/tip/
H A Dsyntax.php223 $hits = array();
304 $hits = array();
305 if (preg_match('|\s*<p>\s*$|i', $aRenderer->doc, $hits)) {
307 0, -strlen($hits[0])) . '<div class="tipAll tip'
/plugin/deflist/
H A Dsyntax.php356 $hits = array();
357 if (preg_match('|\s*<p>\s*$|i', $aRenderer->doc, $hits)) {
359 0, -strlen($hits[0])) . '<dl>';
370 $hits = array();
372 $aRenderer->doc, $hits)) {
374 0, -strlen($hits[0])) . '<dd><dl>';
390 $hits = array();
394 0, -strlen($hits[0]));
438 $hits = array();
440 $aRenderer->doc, $hits)) {
[all …]

12