Result:
found more than 602 distributions - search limited to the first 2001 files matching your query ( run in 0.531 )


FamilyTreeInfo

 view release on metacpan or  search on metacpan

lib/Ftree/FamilyTreeInfo.pm  view on Meta::CPAN

  Require all granted
  </Directory>

My shebang in ftree.cgi is #!"c:\Dwimperl\perl\bin\perl.exe" (by Gabor Sabo)

  copy c:\xampp\cgi-bin\ftree\graphics\
  to
  c:\xampp\htdocs\graphics\

to correct show images

I catch error couldn't create child process: 720002
------------------------

 view all matches for this distribution


Farabi

 view release on metacpan or  search on metacpan

lib/Farabi/files/public/assets/codemirror/mode/sql/sql.js  view on Meta::CPAN

    // \N means NULL
    // ref: http://dev.mysql.com/doc/refman/5.5/en/null-values.html
    if (stream.eat("N")) {
        return "atom";
    }
    // \g, etc
    // ref: http://dev.mysql.com/doc/refman/5.5/en/mysql-commands.html
    return stream.match(/^[a-zA-Z.#!?]/) ? "variable-2" : null;
  }

  // these keywords are used by all SQL dialects (however, a mode can still overwrite it)

 view all matches for this distribution


File-Type

 view release on metacpan or  search on metacpan

data/mime-magic  view on Meta::CPAN

0	string		\\documentclass	LaTeX 2e document text
0	string		\\relax		LaTeX auxiliary file
0	string		\\contentsline	LaTeX  table of contents
0	string		\\indexentry	LaTeX raw index file
0	string		\\begin{theindex}	LaTeX sorted index
0	string		\\glossaryentry	LaTeX raw glossary
0	string		\\begin{theglossary}	LaTeX sorted glossary
0	string		This\ is\ makeindex	Makeindex log file
0               string          **TI82**        TI-82 Graphing Calculator
0               string          **TI83**        TI-83 Graphing Calculator
0               string          **TI85**        TI-85 Graphing Calculator

 view all matches for this distribution


Finance-Quote-Moex

 view release on metacpan or  search on metacpan

readme.md  view on Meta::CPAN

```bash
FQ_LOAD_QUOTELET="-defaults Moex" gnucash
```
2. у GnuCash есть файл настройки среды (общий для всех пользователей)
  * для Linux `/etc/gnucash/enviroment`;
  * для Windows `C:\Program Files (x86)\gnucash\etc\gnucash`.  
  
  Достаточно в конец добавить: 

  ```
  FQ_LOAD_QUOTELET=-defaults Moex

readme.md  view on Meta::CPAN

```

Установка Finance::Quote 
------------------------

Для установки Finance::Quote на Windows нужно предпринять дополнительные шаги. Согласно [документации GnuCash (eng)](https://wiki.gnucash.org/wiki/Online_Quotes) достаточно...

 view all matches for this distribution


Font-TTF-Scripts

 view release on metacpan or  search on metacpan

Examples/ttfenc.pl  view on Meta::CPAN

        my ($lsb, $adv) = ($font->{'hmtx'}{'lsb'}[$gid], $font->{'hmtx'}{'advance'}[$gid]);
        
        if (-$lsb <= $adv && $lsb != 0)
        { 
#            printf "\\catcode%d=\\active\\uccode1=%d \\uppercase{\\xdef^^A{\\noexpand\\basechar{%s}}}%%\n", $i, $i, chr($i);
#            printf "\\catcode%d=\\active\\uccode1=%d \\expandafter\\gdef\\uppercase{^^A}{\\basechar{%s}}%%\n", $i, $i, chr($i);
            printf "\\catcode%d=\\active\\uccode1=%d \\uppercase{\\edef^^A{\\noexpand\\basechar{%d}}}%%\n", $i, $i, $i;
            push (@list, $i);
        }
    }
    print "}\n";

 view all matches for this distribution


( run in 0.531 second using v1.01-cache-2.11-cpan-87723dcf8b7 )