/plugin/diagramsnet/lib/plugins/ |
H A D | voice.js | 426 function naiveHammingDistance(str1, str2) { argument 429 str1 = str1.toLowerCase(); 432 for(var i = 0; i < str1.length; i++) 434 if (str2[i] && str2[i] !== str1[i]) 436 … dist += Math.abs(str1.charCodeAt(i) - str2.charCodeAt(i)) + Math.abs(str2.indexOf( str1[i] )) * 2; 448 function getBestWord(str1, words, useLevenshteinDist) argument 452 return str1; 459 naiveHammingDistance(str1, bestWord)); 464 ((str1 == words[i]) ? 0 : naiveHammingDistance(str1, words[i]))); 467 str1.length > bestWord.length && [all …]
|
/plugin/diagramsnet/lib/js/diagramly/sidebar/ |
H A D | Sidebar-Infographic.js | 143 var process2 = new mxCell(str1, 146 var process3 = new mxCell(str1, 151 var process4 = new mxCell(str1, 154 var process5 = new mxCell(str1, 157 var process6 = new mxCell(str1, 162 var process7 = new mxCell(str1, 165 var process8 = new mxCell(str1, 168 var process9 = new mxCell(str1, 173 var process10 = new mxCell(str1, 176 var process11 = new mxCell(str1, [all …]
|
/plugin/authradius/ |
H A D | des.php | 288 $str1 = explode('-', substr(chunk_split($bin, 7, '-'), 0, -1)); 289 foreach($str1 as $s) {
|
/plugin/jcapture/lib/ |
H A D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jdraw/lib/ |
H A D | commons-codec-1.3.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-codec-1.10.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
H A D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
H A D | commons-io-2.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
H A D | jstl-1.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
javax ... |
/plugin/abc2/abc-libraries/abc2svg/ |
H A D | abc2svg-1.js | 6913 function put_inf2r(x,y,str1,str2,action){if(!str1){if(!str2) argument 6915 str1=str2;str2=null} 6917 xy_str(x,y,str1,action) 6919 xy_str(x,y,str1+' ('+str2+')',action)}
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …str1 = this.value.substring(this.selectionStart, offset);\n if (str1.indexOf(String.fromCha…
|