Searched refs:extra (Results 1 – 4 of 4) sorted by relevance
/web-master/manage/ |
H A D | event.php | 272 $extra = [ variable 282 show_prev_next($begin,mysql_num_rows($res),$max,$total,$extra); 286 …<th><a href="<?php echo PHP_SELF,'?',array_to_url($extra,["full" => $full ? 0 : 1]);?>"><?php echo… 287 <th><a href="<?php echo PHP_SELF,'?',array_to_url($extra,["order"=>"sdato"]);?>">date</a></th> 288 <th><a href="<?php echo PHP_SELF,'?',array_to_url($extra,["order"=>"sdesc"]);?>">summary</a></th> 289 <th><a href="<?php echo PHP_SELF,'?',array_to_url($extra,["order"=>"email"]);?>">email</a></th> 290 <th><a href="<?php echo PHP_SELF,'?',array_to_url($extra,["order"=>"country"]);?>">country</a></th> 291 …<th><a href="<?php echo PHP_SELF,'?',array_to_url($extra,["order"=>"category"]);?>">category</a></… 315 show_prev_next($begin,mysql_num_rows($res),$max,$total,$extra);
|
H A D | users.php | 364 $extra = [ variable 380 <?php show_prev_next($begin,mysql_num_rows($res),$max,$total,$extra, false); ?> 384 …<th><a href="?<?php echo array_to_url($extra,["unapproved"=>!$unapproved]);?>"><?php echo $unappro… 385 <th><a href="?<?php echo array_to_url($extra,["order"=>"username"]);?>">username</a></th> 386 <th><a href="?<?php echo array_to_url($extra,["order"=>"name"]);?>">name</a></th> 388 <th colspan="2"><a href="?<?php echo array_to_url($extra,["order"=>"email"]);?>">email</a></th> 390 <th><a href="?<?php echo array_to_url($extra,["order"=>"email"]);?>">email</a></th> 391 <th><a href="?<?php echo array_to_url($extra,["order"=>"note"]);?>">note</a></th> 415 <?php show_prev_next($begin,mysql_num_rows($res),$max,$total,$extra, false); ?>
|
/web-master/include/ |
H A D | functions.inc | 191 function show_prev_next($begin, $rows, $skip, $total, $extra = [], $table = true) 202 array_to_url($extra, ["begin" => max(0,$begin-$skip)]), 221 array_to_url($extra, ["begin" => $begin+$skip]), 276 include_once dirname(__FILE__) . '/../vendor/michelf/php-markdown-extra/markdown.php';
|
/web-master/vendor/michelf/php-markdown-extra/ |
H A D | PHP Markdown Extra Readme.text | 16 This is a special version of PHP Markdown with extra features. See 17 <http://michelf.com/projects/php-markdown/extra/> for details.
|
Completed in 9 milliseconds