Home
last modified time | relevance | path

Searched refs:num (Results 51 – 75 of 258) sorted by relevance

1234567891011

/plugin/bookcreator/script/
H A Dnspicker.js121 * @param num int result div to return
124 $getResult: function (num) { argument
126 return jQuery(bc_nspicker.result).find('div').eq(num);
132 select: function (num) { argument
134 if (num < 0) {
139 var $obj = bc_nspicker.$getResult(num);
163 bc_nspicker.selected = num;
/plugin/lastfm/inc/
H A Dlastfmutils.php68 $num = count($data);
71 for($i=0;$i<$num;$i++) {
110 $num = count($data);
113 for($i=0;$i<$num;$i++) {
132 $num = count($data);
135 for($i=0;$i<$num;$i++) {
/plugin/pycode/
H A Dmethod.php88 foreach ($code_all as $num => $line) {
107 $sl = $num + 1;
121 $el = $num; // the previous line is the end line
124 elseif (strlen($str) == 0 and count($code_all) != $num + 1) {
127 elseif (strlen($str) == 0 and count($code_all) == $num + 1) {
128 $el = $num + 1; // the current line is the end line
142 foreach ($code_all as $num => $line) {
147 $sl = $num + 1;
160 $el = $num; // the previous line is the end line
163 elseif (strlen($str) == 0 and count($code_all) != $num + 1) {
[all …]
/plugin/latexcaption/syntax/
H A Dreference.php77 list($type, $num, $parnum) = $caption;
80 …rkup .= $this->getLang($type.$langset).' '.$parnum.'('.$this->helper->number_to_alphabet($num).')';
83 $markup .= $this->getLang($type.$langset).' '.$num;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToCjk.php10 public function convert($num) argument
12 $nstr = (string) $num;
H A DDecToOther.php21 public function convert($num, $cp, $check = true) argument
25 $nstr = (string) $num;
/plugin/fckg/scripts/
H A DsafeFN_class.js30 changeSafeBase: function(num, from, to) { argument
34 num = parseInt(num, from);
35 if(from == 36) return num;
36 return num.toString(to);
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js26 changeSafeBase: function(num, from, to) { argument
30 num = parseInt(num, from);
31 if(from == 36) return num;
32 return num.toString(to);
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js26 changeSafeBase: function(num, from, to) { argument
30 num = parseInt(num, from);
31 if(from == 36) return num;
32 return num.toString(to);
/plugin/ckgdoku/scripts/
H A DsafeFN_class.js30 changeSafeBase: function(num, from, to) { argument
34 num = parseInt(num, from);
35 if(from == 36) return num;
36 return num.toString(to);
/plugin/ckgedit/scripts/
H A DsafeFN_class.js30 changeSafeBase: function(num, from, to) { argument
34 num = parseInt(num, from);
35 if(from == 36) return num;
36 return num.toString(to);
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js26 changeSafeBase: function(num, from, to) { argument
30 num = parseInt(num, from);
31 if(from == 36) return num;
32 return num.toString(to);
/plugin/datatemplate/syntax/
H A Dlist.php51 foreach ($lines as $num => $line) {
60 unset($lines[$num]);
200 foreach ($clist as $num => $head) {
224 foreach($row as $num => $cval) {
226 … $replacers['vals_id'][$i][] = $this->dthlp->_formatData($data['cols'][$clist[$num]], $cval, $R);
247 foreach($replacers['vals_id'] as $num => $vals) {
248 $text = str_replace($replacers['keys_id'][$num], $vals, $text);
/plugin/captcha/
H A Dhelper.php238 $num = [hexdec($numbers[1] . $numbers[2]), hexdec($numbers[3])];
241 if (($op < 0) && ($num[0] < $num[1])) rsort($num);
244 $res = $num[0] + ($num[1] * $op);
245 $task = $num[0] . (($op < 0) ? '-' : '+') . $num[1] . '= ';
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php549 $num = 0;
557 ++$num;
563 … (isset($output[$num])) ? $output[$num] .= $string{$i} : $output[$num] = $string{$i};
567 … (isset($output[$num])) ? $output[$num] .= $string{$i} : $output[$num] = $string{$i};
576 (isset($output[$num])) ? $output[$num] .= $string{$i} : $output[$num] = $string{$i};
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php218 $num = ord($str[$i]);
219 for ($j = 0; $j < $num; $j++) {
222 if ($num % 2) {
266 $num = ord($str[$i]);
267 for ($j = 0; $j < $num; $j++) {
275 if ($num % 2) {
/plugin/tabinclude/
H A Dscript.js40 var num = jQuery(".dwpl-ti-tab-embd-title").index(this);
44 jQuery(".dwpl-ti-tab-embd").eq(num).removeClass('hidden');
/plugin/vamr/
H A Dsyntax.php46 $num = 5500; //number of photos
47 $r = rand(1, $num);
/plugin/tag/
H A Dhelper.php237 * @param int $num The maximum number of pages that shall be returned
243 public function getTopic($ns = '', $num = null, $tagquery = '') { argument
320 if ($num && count($result) >= $num) {
606 $num = 0;
609 $testkey = $key.$num;
610 $num++;
/plugin/struct/meta/
H A DAggregationTable.php166 foreach ($this->columns as $num => $column) {
168 if (isset($this->data['headers'][$num])) {
169 $header = $this->data['headers'][$num];
177 $header = 'column ' . $num; // this should never happen
193 if (isset($this->data['widths'][$num]) && $this->data['widths'][$num] != '-') {
194 $width = ' style="min-width: ' . $this->data['widths'][$num] . ';' .
195 'max-width: ' . $this->data['widths'][$num] . ';"';
/plugin/bliki/
H A Dsyntax.php100 while (sizeof($recents) < $num && sizeof($posts)) {
115 while (sizeof($recents) < $num && sizeof($years)) {
120 while (sizeof($recents) < $num && sizeof($months)) {
125 while (sizeof($recents) < $num && sizeof($days)) {
132 while (sizeof($recents) < $num && sizeof($posts)) {
/plugin/namespacesearch/
H A Dsyntax.php124 $num = 1;
131 … if($num < 15){ // create snippets for the first number of matches only #FIXME add to conf ?
135 $num++;
/plugin/googlesearch/
H A DGoogleAPI.php37 function do_search( $q, $start, $num=10 ){ argument
43 'maxResults' => $num,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php77 public function newInteger(BigInteger $num) argument
79 return new Integer($this->instanceID, $num);
/plugin/random_page/
H A Daction.php80 $num[] = mt_srand(0, count($array) - 1);
82 return @$num;

1234567891011