| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.regexp.match.js | 23 var rx = anObject(regexp); 25 if (!rx.global) return regExpExec(rx, S); 26 var fullUnicode = rx.unicode; 27 rx.lastIndex = 0; 31 while ((result = regExpExec(rx, S)) !== null) { 34 … if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
|
| D | es6.regexp.search.js | 22 var rx = anObject(regexp); 24 var previousLastIndex = rx.lastIndex; 25 if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0; 26 var result = regExpExec(rx, S); 27 if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex;
|
| D | es6.regexp.split.js | 92 var rx = anObject(regexp); 94 var C = speciesConstructor(rx, RegExp); 96 var unicodeMatching = rx.unicode; 97 var flags = (rx.ignoreCase ? 'i' : '') + 98 (rx.multiline ? 'm' : '') + 99 (rx.unicode ? 'u' : '') + 104 var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);
|
| D | es6.regexp.replace.js | 37 var rx = anObject(regexp); 41 var global = rx.global; 43 var fullUnicode = rx.unicode; 44 rx.lastIndex = 0; 48 var result = regExpExec(rx, S); 53 … if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
|
| D | es7.string.match-all.js | 26 var rx = new RegExp(regexp.source, ~flags.indexOf('g') ? flags : 'g' + flags); variable 27 rx.lastIndex = toLength(regexp.lastIndex); 28 return new $RegExpStringIterator(rx, S);
|
| /plugin/diagramsnet/lib/img/lib/mscae/ |
| D | Azure_Data_Explorer_Clusters.svg | 1 …rx=".941" transform="rotate(315 13.428 46.58)"/><rect x="-1.347" y="30.819" width="21.126" height=…
|
| D | AzureFXTEdgeFiler.svg | 1 …rx=".5"/><rect x="44" y="22" width="2" height="2" rx=".5"/></g><use xlink:href="#B" y="11" fill="#…
|
| D | CloudSimple_Nodes.svg | 1 …rx=".6"/><rect width="7.201" height="1.2" x="36.314" y="33.673" rx=".6"/><rect width="7.201" heigh…
|
| /plugin/diagramsnet/lib/shapes/ |
| D | mxInfographic.js | 140 var rx = w * 0.5; 142 var rx2 = rx * arcWidth; 145 var startX = rx + Math.sin(startAngle) * rx; 147 var innerStartX = rx + Math.sin(startAngle) * rx2; 149 var endX = rx + Math.sin(endAngle) * rx; 151 var innerEndX = rx + Math.sin(endAngle) * rx2; 176 c.arcTo(rx, ry, 0, bigArc, 1, endX, endY); 1037 var rx = Math.max(0, Math.min(w * 0.5, w * 0.5 - dy)); 1048 c.arcTo(rx, ry, 0, 0, 0, w * 0.5 - rx, h * 0.5); 1049 c.arcTo(rx, ry, 0, 0, 0, w * 0.5, h * 0.5 + ry); [all …]
|
| /plugin/diagramsnet/lib/img/lib/cumulus/ |
| D | rack_bare_metal.svg | 1 …rx="1.5" fill="#fff"/><g fill="#8c9aa6"><use xlink:href="#B"/><path d="M32 15h10v2H32z"/></g><rect…
|
| D | rack_out_of_band.svg | 1 …rx="1.5" fill="#fff"/><path d="M46 12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-6a1 1 0 0 1 1…
|
| D | rack_cumulus_linux.svg | 1 …rx="1.5" fill="#fff"/><path d="M46 12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-6a1 1 0 0 1 1…
|
| D | rack_voyager.svg | 1 …rx="1.5" fill="#fff"/><path d="M46 12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-6a1 1 0 0 1 1…
|
| D | netq_chassis.svg | 1 …rx="1" fill="#fff"/><path d="M49,2V7H4V2H49m0-2H4A2,2,0,0,0,2,2V7A2,2,0,0,0,4,9H49a2,2,0,0,0,2-2V2…
|
| D | chassis_bare_metal_empty.svg | 1 …rx="1" fill="#fff"/><path d="M49,2V7H4V2H49m0-2H4A2,2,0,0,0,2,2V7A2,2,0,0,0,4,9H49a2,2,0,0,0,2-2V2…
|
| /plugin/diagramsnet/lib/img/lib/ibm/analytics/ |
| D | data_integration.svg | 1 …rx="30" ry="29.9" fill="#734198"/><g fill="#fff"><ellipse cx="29.7" cy="11.6" rx="6.9" ry="2.9"/><…
|
| /plugin/translation3/ |
| D | helper.php | 52 $rx = '/^'.$this->tns.'('.join('|',$this->trans).'):/'; 53 if(preg_match($rx,$id,$match)){ 64 $rx = '/(^|,|:|;|-)('.join('|',$this->trans).')($|,|:|;|-)/i'; 65 if(preg_match($rx,$_SERVER['HTTP_ACCEPT_LANGUAGE'],$match)){ 120 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/'; 121 $idpart = preg_replace($rx,'',$ID); 187 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/'; 188 $idpart = preg_replace($rx,'',$ID); 391 $rx = '/^'.$this->tns.'(('.join('|',$this->trans).'):)?/'; 392 $idpart = preg_replace($rx,'',$ID);
|
| /plugin/diagramsnet/lib/img/lib/ibm/data/ |
| D | ground_truth.svg | 1 …rx="29.9" ry="29.5" fill="#325c80"/><g stroke="#fff"><ellipse cx="30.1" cy="29.5" rx="14.4" ry="14…
|
| D | conversation_trained_deployed.svg | 1 …="35.3" rx=".9" ry="1"/><ellipse cx="18.9" cy="35.3" rx=".9" ry="1"/><ellipse cx="16.5" cy="35.3" …
|
| D | device_registry.svg | 1 …rx="6.9" ry="2.9"/><path d="M36.4 12.5c-.4 1.5-3.4 2.7-7.1 2.7s-6.8-1.2-7.1-2.7v11.4c0 1.7 3.2 3 7…
|
| /plugin/mikioplugin/icons/bootstrap-icons/svg/ |
| H A D | bar-chart-fill.svg | 2 <rect width="4" height="5" x="1" y="10" rx="1"/> 3 <rect width="4" height="9" x="6" y="6" rx="1"/> 4 <rect width="4" height="14" x="11" y="1" rx="1"/>
|
| H A D | kanban.svg | 3 <rect width="3" height="5" x="6.5" y="2" rx="1"/> 4 <rect width="3" height="9" x="2.5" y="2" rx="1"/> 5 <rect width="3" height="12" x="10.5" y="2" rx="1"/>
|
| /plugin/botmon/img/ |
| H A D | busy-light.svg | 130 <g><rect class="box" x="13" y="1" rx="1" width="10" height="10"/> 131 <rect class="box" x="13" y="1" rx="1" width="10" height="10"/> 132 <rect class="box" x="25" y="25" rx="1" width="10" height="10"/> 133 <rect class="box" x="13" y="13" rx="1" width="10" height="10"/> 134 <rect class="box" x="13" y="13" rx="1" width="10" height="10"/> 135 <rect class="box" x="25" y="13" rx="1" width="10" height="10"/> 136 <rect class="box" x="1" y="25" rx="1" width="10" height="10"/> 137 <rect class="box" x="13" y="25" rx="1" width="10" height="10"/> 138 <rect class="box" x="25" y="25" rx="1" width="10" height="10"/></g>
|
| /plugin/diagramsnet/lib/images/ |
| D | trello-logo.svg | 1 … rx="25"/><rect fill="#FFF" x="144.64" y="33.28" width="78.08" height="112" rx="12"/><rect fill="#…
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es7.string.match-all.js | 26 var rx = new RegExp(regexp.source, ~flags.indexOf('g') ? flags : 'g' + flags); variable 27 rx.lastIndex = toLength(regexp.lastIndex); 28 return new $RegExpStringIterator(rx, S);
|