Home
last modified time | relevance | path

Searched refs:pos (Results 101 – 125 of 1609) sorted by path

12345678910>>...65

/plugin/avatar/
H A Dsyntax.php28 function handle($match, $state, $pos, Doku_Handler $handler) {
29 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/avbarchart/
H A Dsyntax.php71 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/avtaskbox/
H A Dsyntax.php80 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/backlinks/
H A Dsyntax.php61 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/backlinks2/
H A Dsyntax.php65 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/badbehaviour/
H A Dadmin.php172 $pos = ftell($fp);
175 while($pos){
178 if($pos > $chunk_size){
179 $pos -= $chunk_size;
182 $read = $pos;
183 $pos = 0;
185 fseek($fp,$pos);
195 if($pos) $chunk = array_shift($cparts);
/plugin/badbehaviour/bad-behavior/
H A Dblacklist.inc.php104 $pos = strpos($ua, $spambot);
105 if ($pos !== FALSE && $pos == 0) {
H A Dfunctions.inc.php20 for ($pos=0, $chunks = array(); $pos < strlen($string); $pos+=$split_length) {
21 $chunks[] = substr($string, $pos, $split_length);
H A Dpost.inc.php26 $pos = strpos($key, " document.write");
27 if ($pos !== FALSE) {
/plugin/barcode/
H A Dsyntax.php35 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/barcodes/
H A Dsyntax.php44 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/barcodes/vendor/composer/
H A DClassLoader.php527 if (false !== $pos = strrpos($class, '\\')) {
529 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
530 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php2105 for($pos = ($len - 1); $pos >= 0; --$pos) {
2106 $dec = bcadd($dec, bcmul(hexdec($hex{$pos}), $bitval));
H A DDatamatrix.php711 $pos += 2;
723 ++$pos;
743 $epos = $pos;
793 $pos = $epos;
806 $pos -= $p;
822 $pos = $epos;
832 $pos = $epos;
844 $pos = $epos;
863 $epos = $pos;
909 $pos = $epos;
[all …]
H A DQRcode.php1220 protected function isdigitat($str, $pos) { argument
1221 if ($pos >= strlen($str)) {
1224 return ((ord($str[$pos]) >= ord('0'))&&(ord($str[$pos]) <= ord('9')));
1233 protected function isalnumat($str, $pos) { argument
1234 if ($pos >= strlen($str)) {
1245 protected function identifyMode($pos) { argument
1246 if ($pos >= strlen($this->dataStr)) {
1249 $c = $this->dataStr[$pos];
1250 if ($this->isdigitat($this->dataStr, $pos)) {
1255 if ($pos+1 < strlen($this->dataStr)) {
[all …]
/plugin/bbcode/
H A Dbold.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcode.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dcolor.php173 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Ddeleted.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Demail.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
36 $handler->_addCall('emaillink',array($url, $title), $pos);
H A Dimage.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
44 $handler->_addCall($call,array($url,$title,NULL,NULL,NULL,'cache'),$pos);
H A Ditalic.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dlink.php26 function handle($match, $state, $pos, Doku_Handler $handler) { argument
40 $handler->_addCall('externallink',array($url,$title),$pos);
44 $handler->_addCall('locallink',array(substr($url,1),$title),$pos);
48 $handler->_addCall('internallink',array($url,$title),$pos);
H A Dmonospace.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
H A Dolist.php29 function handle($match, $state, $pos, Doku_Handler $handler) { argument

12345678910>>...65