Searched refs:gen_id (Results 1 – 6 of 6) sorted by relevance
| /plugin/indexmenu/syntax/ |
| D | indexmenu.php | 81 $gen_id = 'random'; 220 $gen_id = $this->getOption($defaultsStr, $optsStr, '/id#(\S+)/u'); 258 if (is_numeric($gen_id)) { 260 $identifier = $gen_id; 261 } elseif ($gen_id == 'ns') {
|
| /plugin/tindexmenu/syntax/ |
| D | indexmenu.php | 157 if (preg_match('/id#(\S+)/u',$match[1],$id) >0) $gen_id=$id[1];
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 12326 …nil, pre = nil, $ret_or_1 = nil, sep = nil, no_sep = nil, sep_sub = nil, gen_id = nil, ids = nil, … 12338 gen_id = "" + (pre) + (title.$downcase().$gsub($$('InvalidSectionIdCharsRx'), "")); 12340 gen_id = gen_id.$delete(" ") property 12343 gen_id = gen_id.$tr_s(sep_sub, sep); property 12344 if ($truthy(gen_id['$end_with?'](sep))) { 12345 gen_id = gen_id.$chop() property 12347 if (($truthy(pre['$empty?']()) && ($truthy(gen_id['$start_with?'](sep))))) { 12348 gen_id = gen_id.$slice(1, gen_id.$length()) property 12351 if ($truthy(document.$catalog()['$[]']("refs")['$key?'](gen_id))) { 12355 while ($truthy(ids['$[]']((candidate_id = "" + (gen_id) + (sep) + (cnt))))) { [all …]
|
| D | asciidoctor.cjs | 11225 …nil, pre = nil, $ret_or_1 = nil, sep = nil, no_sep = nil, sep_sub = nil, gen_id = nil, ids = nil, … 11236 } gen_id = "" + (pre) + (title.$downcase().$gsub($$('InvalidSectionIdCharsRx'), "")); 11238 gen_id = gen_id.$delete(" "); 11241 gen_id = gen_id.$tr_s(sep_sub, sep); 11242 if ($truthy(gen_id['$end_with?'](sep))) { 11243 gen_id = gen_id.$chop(); 11244 } if (($truthy(pre['$empty?']()) && ($truthy(gen_id['$start_with?'](sep))))) { 11245 gen_id = gen_id.$slice(1, gen_id.$length()); 11246 } } if ($truthy(document.$catalog()['$[]']("refs")['$key?'](gen_id))) { 11250 while ($truthy(ids['$[]']((candidate_id = "" + (gen_id) + (sep) + (cnt))))) { [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 36691 …nil, pre = nil, $ret_or_1 = nil, sep = nil, no_sep = nil, sep_sub = nil, gen_id = nil, ids = nil, … 36703 gen_id = "" + (pre) + (title.$downcase().$gsub($$('InvalidSectionIdCharsRx'), "")); 36705 gen_id = gen_id.$delete(" ") property 36708 gen_id = gen_id.$tr_s(sep_sub, sep); property 36709 if ($truthy(gen_id['$end_with?'](sep))) { 36710 gen_id = gen_id.$chop() property 36712 if (($truthy(pre['$empty?']()) && ($truthy(gen_id['$start_with?'](sep))))) { 36713 gen_id = gen_id.$slice(1, gen_id.$length()) property 36716 if ($truthy(document.$catalog()['$[]']("refs")['$key?'](gen_id))) { 36720 while ($truthy(ids['$[]']((candidate_id = "" + (gen_id) + (sep) + (cnt))))) { [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 36943 …nil, pre = nil, $ret_or_1 = nil, sep = nil, no_sep = nil, sep_sub = nil, gen_id = nil, ids = nil, … 36955 gen_id = "" + (pre) + (title.$downcase().$gsub($$('InvalidSectionIdCharsRx'), "")); 36957 gen_id = gen_id.$delete(" ") property 36960 gen_id = gen_id.$tr_s(sep_sub, sep); property 36961 if ($truthy(gen_id['$end_with?'](sep))) { 36962 gen_id = gen_id.$chop() property 36964 if (($truthy(pre['$empty?']()) && ($truthy(gen_id['$start_with?'](sep))))) { 36965 gen_id = gen_id.$slice(1, gen_id.$length()) property 36968 if ($truthy(document.$catalog()['$[]']("refs")['$key?'](gen_id))) { 36972 while ($truthy(ids['$[]']((candidate_id = "" + (gen_id) + (sep) + (cnt))))) { [all …]
|