Home
last modified time | relevance | path

Searched refs:pos (Results 1476 – 1500 of 1609) sorted by last modified time

1...<<51525354555657585960>>...65

/plugin/formatplus/syntax/
H A Dblockquoteplus.php60 function handle($match, $state, $pos, &$handler){ argument
H A Dblockdeleteplus.php66 function handle($match, $state, $pos, &$handler){ argument
H A Dblockinsertplus.php61 function handle($match, $state, $pos, &$handler){ argument
H A Dquoteplus.php52 function handle($match, $state, $pos, &$handler){ argument
/plugin/formatplus/
H A Dformatting.php98 function handle($match, $state, $pos, &$handler){ argument
/plugin/mytemplate/
H A Daction.php132 if ($pos = strpos($field, '=')) {
133 $map[trim(substr($field, 0, $pos))] = trim(substr($field, $pos + 1));
218 function do_lookrange($map, $pos) { argument
225 if ($pos < $key) {
243 $pos = count($fields) - 1;
244 for ($pos = count($fields) - 1; $pos >= 0; $pos--) {
245 $row = str_replace('@' . $pos, trim($fields[$pos], ' \''), $row);
/plugin/page4release/
H A Dsyntax.php36 function handle($match, $state, $pos, &$handler) { argument
/plugin/command/inc/
H A Dembedding.php95 function handle($match, $state, $pos, &$handler) argument
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jar ... x int i int i int cur boolean match int pos int x byte[] pattern int off int len ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java119 int pos = label.indexOf(' '); in UserObject()
121 String firstName = (pos > 0) ? label.substring(0, in UserObject()
122 pos).trim() : label; in UserObject()
123 String lastName = (pos > 0) ? label.substring( in UserObject()
124 pos + 1, label.length()).trim() : ""; in UserObject()
/plugin/ryubin/syntax/
H A Dryubin.php35 public function handle($match, $state, $pos, &$handler){ argument
/plugin/semanticdata/syntax/
H A Dentry.php57 function handle($match, $state, $pos, &$handler){ argument
98 'pos' => $pos, 'len' => strlen($match)); // not utf8_strlen
H A Dtable.php59 function handle($match, $state, $pos, &$handler){ argument
/plugin/rssticker/
H A Dsyntax.php30 function handle($match, $state, $pos, &$handler) { argument
/plugin/googlepagerank/
H A Dsyntax.php37 function handle($match, $state, $pos, &$handler) { argument
/plugin/mantisreporter/
H A Dsyntax.php54 * @param int $pos
59 public function handle($match, $state, $pos, &$handler) { argument
60 return array($match, $state, $pos);
/plugin/autolink2/syntax/
H A Dadd.php52 function handle($match, $state, $pos, &$handler){ argument
H A Dshow.php48 function handle($match, $state, $pos, &$handler){ argument
/plugin/autotweet/syntax/
H A Dautotweet.php60 public function handle($match, $state, $pos, &$handler){ argument
/plugin/slideshare/slideshare/
H A Dsyntax.php43 function handle($match, $state, $pos, &$handler){ argument
/plugin/fbsp/
H A Dfbcomment.php41 function handle($match, $state, $pos, &$handler){ argument

1...<<51525354555657585960>>...65