Home
last modified time | relevance | path

Searched refs:pos (Results 401 – 425 of 1609) sorted by last modified time

1...<<11121314151617181920>>...65

/plugin/dokucrypt2/
H A Dscript.js292 var tagend=0, opentag=0, blockend=0, pos=0;
293 while((cur=x.indexOf("<" + tag,pos))!=-1) {
303 ret+=x.substring(pos,cur) + ctext;
304 pos=closetag+tag.length+3;
306 ret+=x.substring(pos);
313 var tagend=0, opentag=0, blockend=0, pos=0;
314 while((cur=x.indexOf("<" + tag,pos))!=-1) {
328 ret+=x.substring(pos,cur) + ctext;
329 pos=closetag+tag.length+3;
331 ret+=x.substring(pos);
[all...]
H A Dsyntax.php70 public function handle($match, $state, $pos, Doku_Handler $handler) 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/catlist/
H A Dsyntax.php60 function handle ($match, $state, $pos, Doku_Handler $handler) {
63 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/yourip/
H A Dsyntax.php38 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js1725 var pos = input.length - 2;
1726 array[HOUR] = toInt(input.substr(0, pos));
1727 array[MINUTE] = toInt(input.substr(pos));
1739 var pos = input.length - 2;
1740 array[HOUR] = toInt(input.substr(0, pos));
1741 array[MINUTE] = toInt(input.substr(pos));
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php365 if ($pos = strpos($uri, '?'))
366 $uri = substr($uri, 0, $pos);
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js890 setCaretPos = function (node, pos) { argument
898 textRange.moveEnd('character', pos);
904 node.setSelectionRange(pos, pos);
1073 pos,
1077 pos = getCaretPos(this);
1081 pos -= 1;
1085 … while (/[^0-9_]/.test(options.mask.substr(pos, 1)) && pos < options.mask.length && pos > 0) {
1089 val = val.substr(0, pos) + digit + val.substr(pos + 1);
1093 if (pos === options.mask.length) {
1100 … while (/[^0-9_]/.test(options.mask.substr(pos, 1)) && pos < options.mask.length && pos > 0) {
[all …]
/plugin/davcal/syntax/
H A Dcalendar.php51 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dtable.php50 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/davcal/vendor/composer/
H A DClassLoader.php370 if (false !== $pos = strrpos($class, '\\')) {
372 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
373 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/pot/
H A Dsyntax.php58 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/text/
H A Drenderer.php112 function header($text, $level, $pos, $returnonly = false) { argument
488 * @param int $pos byte position in the original source
490 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { argument
493 function table_close($pos = NULL) { argument
/plugin/indexmenu/scripts/
H A Dcontextmenu.js304 var pos = $btn.offset();
306 x += pos.left + $btn[0].offsetWidth;
307 y += pos.top;
267 var pos = $btn.offset(); global() variable
H A Dtoolbarindexwizard.js73 const pos = $editor.position();
102 'top': (pos.top + 20) + 'px',
103 'left': (pos.left + 80) + 'px'
/plugin/indexmenu/syntax/
H A Dindexmenu.php61 * @param int $pos The character position of the matched text
67 public function handle($match, $state, $pos, Doku_Handler $handler)
64 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dtag.php49 * @param int $pos The character position of the matched text
53 public function handle($match, $state, $pos, Doku_Handler $handler)
43 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/actionrenderer/
H A Drenderer.php69 public function header($text, $level, $pos, $returnonly = false) argument
435 public function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) argument
441 public function table_close($pos = null) argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php22 if (false === ($pos = \strpos($class, "@anonymous\0"))) {
27 return \substr($class, 0, $pos + 10);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1207 if ($pos) {
1290 if ($pos) {
1330 $pos = $len;
1410 $pos = 0;
1414 if ($pos) {
1441 $pos = $len;
1599 if ($pos) {
1678 if ($pos) {
1704 $pos = $len;
1782 $pos = 0;
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DSeekException.php13 public function __construct(StreamInterface $stream, $pos = 0, $msg = '') argument
16 $msg = $msg ?: 'Could not seek the stream to position ' . $pos;
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php601 $pos = $offset;
603 $constructed = (\ord($der[$pos]) >> 5) & 0x01;
604 $type = \ord($der[$pos++]) & 0x1f;
607 $len = \ord($der[$pos++]);
611 while ($n-- && $pos < $size) {
612 $len = ($len << 8) | \ord($der[$pos++]);
619 $data = \substr($der, $pos, $len - 1);
620 $pos += $len - 1;
622 $data = \substr($der, $pos, $len);
623 $pos += $len;
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php190 $pos = strpos($stream, '://');
191 if ($pos === false) {
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php432 if (false !== $pos = strrpos($class, '\\')) {
434 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
435 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);

1...<<11121314151617181920>>...65