Home
last modified time | relevance | path

Searched refs:ls (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/abc2/abc-libraries/abc2svg/
H A Dtemper-1.js5 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 Dgrid-1.js45 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 Dstrtab-1.js84 ls:for(m=0;m<=s.nhd;m++){nt=s.notes[m]
91 continue ls}}
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.list-style.inc.php37 $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 Dbox.note-call.class.php127 $ls = false;
129 $this->_note_content->reflow_whitespace($ls, $pw);
/plugin/jmol2/jmol/
H A Djmol.sh20 ls=`/bin/ls -ld "$program"`
21 link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
/plugin/farm/
H A Daction.php99 $ls = $this->getLockState();
101 …REMOTE_USER'])) if($ls == 'edits' || $ls == 'admin' || $ls == 'all') echo '<div class="info">'.$th…
/plugin/pycode/
H A Daction.php70 $ls = $ln_s - 1;
72 $ln = $le - $ls + 1;
73 array_splice($code_all_old, $ls, $ln, $code_new);
/plugin/cli/
H A Dcli-examples.txt14 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 Dpng2gif.sh3 for img in `ls *.png`
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php85 $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 Daction.php49 $ls = preg_split('`\n+`', trim(@file_get_contents($conf['metadir'].'/gource.colors')));
51 foreach($ls as $l) {
/plugin/code3/src/
H A Dtz.js1256 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 Dyarn.lock
/plugin/poldek/
H A Dsyntax.php67 $renderer->doc .= $helper->ls($data['pkg']);
H A Dhelper.php93 public function ls($package) { function in helper_plugin_poldek
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Dmake.sh155 proof=`ls ${output_folder}`
/plugin/gchart/
H A Dsyntax.php190 case 'ls': # spark line
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wa/
H A Dwa.txt
/plugin/typography/
H A DREADME.md21 | `ls` | letter-spacing | an extra space between characters (in px, em, etc) |
/plugin/latexport/
H A DREADME.md180 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 Dfo.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/is/
H A Dis.txt
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php214 $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);

1234