/plugin/abc2/abc-libraries/abc2svg/ |
H A D | temper-1.js | 5 abc2svg.temper={set_fmt:function(of,cmd,param){if(cmd=="temperament"){var i,tb,tb40=new Float32Array(40),ls=new Float32Array(param.split(/ +/)) 6 for(i=0;i<ls.length;i++){if(isNaN(ls[i])) 8 ls[i]=i+ls[i]/100} 14 tb40[i]=ls[tb[i]]
|
H A D | grid-1.js | 45 if(!grid.ls){cells=chords}else{bar=bars;bars=[] 46 for(i=0;i<grid.ls.length;i++){l=grid.ls[i] 203 grid.ls=item.slice(8).split(',')}
|
H A D | strtab-1.js | 84 ls:for(m=0;m<=s.nhd;m++){nt=s.notes[m] 91 continue ls}}
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.list-style.inc.php | 37 $ls = new CSSListStyle; variable 38 CSS::register_css_property($ls); 39 CSS::register_css_property(new CSSListStyleImage($ls, 'image')); 40 CSS::register_css_property(new CSSListStylePosition($ls, 'position')); 41 CSS::register_css_property(new CSSListStyleType($ls, 'type'));
|
H A D | box.note-call.class.php | 127 $ls = false; 129 $this->_note_content->reflow_whitespace($ls, $pw);
|
/plugin/jmol2/jmol/ |
H A D | jmol.sh | 20 ls=`/bin/ls -ld "$program"` 21 link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
|
/plugin/farm/ |
H A D | action.php | 99 $ls = $this->getLockState(); 101 …REMOTE_USER'])) if($ls == 'edits' || $ls == 'admin' || $ls == 'all') echo '<div class="info">'.$th…
|
/plugin/pycode/ |
H A D | action.php | 70 $ls = $ln_s - 1; 72 $ln = $le - $ls + 1; 73 array_splice($code_all_old, $ls, $ln, $code_new);
|
/plugin/cli/ |
H A D | cli-examples.txt | 14 user@host:~/somedir $ ls # List current directory 19 user@host:~/somedir $ ls \ 58 user@host:~/somedir $ ls # List current directory 63 user@host:~/somedir $ ls \ 186 user@host:~/somedir $ ls # List current directory 195 user@host:~/somedir $ ls # List current directory 209 user@host:~/somedir $ ls # List current directory | tee /tmp/foo < /dev/null 239 user@host:~/somedir $ ls # List current directory | tee /tmp/foo < /dev/null 272 user@host:~/somedir $ ls # List current directory | tee /tmp/foo < /dev/null 301 user@host:~/somedir $ ls # List current directory | tee /tmp/foo < /dev/null
|
/plugin/freechat/phpfreechat/misc/ |
H A D | png2gif.sh | 3 for img in `ls *.png`
|
/plugin/settingstree/settings/ |
H A D | settingshierarchy.class.php | 85 $ls = array($conf['lang']); 86 if ($conf['lang'] !== 'en') $ls[] = 'en'; // English is always the fallback. 88 foreach ($ls as $l){ // for all language we need
|
/plugin/dokugource/ |
H A D | action.php | 49 $ls = preg_split('`\n+`', trim(@file_get_contents($conf['metadir'].'/gource.colors'))); 51 foreach($ls as $l) {
|
/plugin/code3/src/ |
H A D | tz.js | 1256 var ls = tokens[lastPlain].token; 1257 var lpos = ls.lastIndexOf('&'); 1258 if (lpos < 0) { lpos = ls.length - 1; } 1259 var lc = decodeHelper.decode(ls, lpos); 1260 if (lc != fc || decodeHelper.next != ls.length) { 1262 lpos = ls.length; 1278 tokens.push(new PR_Token(ls.substring(0, lpos), PR_PLAIN)); 1284 tokensOut.push(new PR_Token(ls.substring(lpos, ls.length), PR_PLAIN));
|
/plugin/combo/ |
H A D | yarn.lock |
|
/plugin/poldek/ |
H A D | syntax.php | 67 $renderer->doc .= $helper->ls($data['pkg']);
|
H A D | helper.php | 93 public function ls($package) { function in helper_plugin_poldek
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/ |
H A D | make.sh | 155 proof=`ls ${output_folder}`
|
/plugin/gchart/ |
H A D | syntax.php | 19 'spark' => 'ls', 20 'sparkline' => 'ls', 189 case 'ls': # spark line
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wa/ |
H A D | wa.txt |
|
/plugin/typography/ |
H A D | README.md | 21 | `ls` | letter-spacing | an extra space between characters (in px, em, etc) |
|
/plugin/latexport/ |
H A D | README.md | 180 MacBook-Pro:Fonts me$ ls -la Playbill 220 MacBook-Pro:Fonts me$ ls -la Playbill*
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fo/ |
H A D | fo.txt |
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/is/ |
H A D | is.txt |
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-codec-1.10.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | BlockTag.php | 214 $ls = str_repeat(chr(160) . chr(160), ($this->mpdf->listlvl - 1) * 2) . $blt . ' '; 216 $ls = str_repeat("\xc2\xa0\xc2\xa0", ($this->mpdf->listlvl - 1) * 2) . $blt . ' '; 218 $this->mpdf->_saveCellTextBuffer($ls); 219 $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col]['s'] += $this->mpdf->GetStringWidth($ls);
|