Searched refs:subname (Results 1 – 11 of 11) sorted by relevance
/plugin/pagestat/syntax/ |
D | block.php | 56 $subname=$arg_list[0]; 69 <div class="xxbk xxbk_$subname $type_class" id="xxbk_$subname$count" command="$subname" xx_arg="$xx…
|
D | editpt.php | 55 $subname=$arg_list[0]; 61 <span class="xxpg xxpg_$subname" id="xxpg_$subname$count" pt_arg="$pt_arg" pt_arg_count="$length" >
|
D | edit.php | 54 $subname=$arg_list[0]; 60 <div class="xxpg xxpg_$subname" id="xxpg_$subname$count" pt_arg="$pt_arg" pt_arg_count="$length" >
|
/plugin/pycode/ |
D | syntax.php | 237 $subname = $data[3]; 275 … list($code_raw, $sl_raw, $el_raw) = $this->mpp->_get_code($raw_url, $flag, $name, $subname); 287 … list($code_loc, $sl_loc, $el_loc) = $this->mpp->_get_code($loc_url, $flag, $name, $subname); 296 …>_print_code($renderer, $src_url, $code_loc, $lang, $range, $flag, $name, $subname, $nums, $title); 314 …>_print_code($renderer, $src_url, $code_loc, $lang, $range, $flag, $name, $subname, $nums, $title); 373 * @param (str) $subname if specified, it can be only: 381 $name = null, $subname = null, $nums = null, $title = null) { argument 406 if ($subname === null) { 411 $class = "class: " . $subname . " ⋅ ";
|
D | method.php | 31 * @param (str) $subname if specified, it can be only: 41 public function _get_code($url, $flag = null, $name = null, $subname = null) { argument 91 if ($subname !== null and $ind_cls === null and 92 strpos($str, $str_cls . $subname . "(") !== 0 and 93 strpos($str, $str_cls . $subname. ":") !== 0) { 96 elseif ($subname !== null and $ind_cls === null and 97 (strpos($str, $str_cls . $subname . "(") === 0 or 98 strpos($str, $str_cls . $subname. ":") === 0)) { 103 if ($subname !== null and $ind_cls + $ind_def <= $ind_cls) { 134 if ($subname !== null and $ind_cls === null) {
|
D | action.php | 68 list($code_all_old, $flag, $name, $subname) = $this->mpp->_get_code($loc_url);
|
/plugin/sequencediagram/bower_components/eve-raphael/ |
D | eve.js | 291 eve.nt = function (subname) { argument 293 if (subname) { 294 return new RegExp("(?:\\.|\\/|^)" + subname + "(?:\\.|\\/|$)").test(cur);
|
/plugin/abc2/abc-libraries/abcjs/ |
D | abcjs_plugin-midi_6.0.0-beta.25-min.js | 3 …subname&&(S.subname?S.subname.push(p.subname):S.subname=[p.subname]),function(e){n.currentVoice=n.… property
|
/plugin/sequencediagram/bower_components/snap.svg/dist/ |
D | snap.svg.js | 287 eve.nt = function (subname) { argument 288 if (subname) { 289 return new RegExp("(?:\\.|\\/|^)" + subname + "(?:\\.|\\/|$)").test(current_event);
|
/plugin/callflow/ |
D | raphael.js | 252 eve.nt = function (subname) { argument 253 if (subname) { 254 return new RegExp("(?:\\.|\\/|^)" + subname + "(?:\\.|\\/|$)").test(current_event);
|
/plugin/advrack/ |
D | raphael.js | 252 eve.nt = function (subname) { argument 253 if (subname) { 254 return new RegExp("(?:\\.|\\/|^)" + subname + "(?:\\.|\\/|$)").test(current_event);
|