| /plugin/uncmap/ |
| D | syntax.php | 39 $letter = $line[0]; 45 $lines_pathes[] = implode(' ',array($letter,$line)); 46 $lines_fs[] = implode(' ',array($letter,'default')); 51 $lines_pathes[] = implode(' ',array($letter,$path)); 52 $lines_fs[] = implode(' ',array($letter,$fs)); 60 foreach ($this->fileserver as $letter => $fs) { 68 $this->fileserver[$letter] = $fs; 70 $this->fileserver[$letter] = null; 72 $this->fileserver[$letter] = $this->fileserver[0]; 110 $letter = strtolower($match[0]); [all …]
|
| D | plugin.info.txt | 6 desc Maps a drive letter to a UNC path
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
| D | dotdot.test | 6 {% for letter in 'a'..'z' %}{{ letter }} {% endfor %} 8 {% for letter in 'a'|upper..'z'|upper %}{{ letter }} {% endfor %}
|
| /plugin/captcha/ |
| D | EasySVG.php | 234 $letter = $text[$i]; 237 if ($letter == 10) { 244 $d = $this->font->glyphs[$letter]->d; 253 $horizAdvX += $this->font->glyphs[$letter]->horizAdvX * $fontSize + 277 $letter = $text[$i]; 280 if ($letter == 10) { 287 $lineWidth += $this->font->glyphs[$letter]->horizAdvX * $fontSize + 327 $letter = hexdec($char); 329 $letter = $this->utf8ToUnicode($char); 332 if (!isset($this->font->glyphs[$letter])) { [all …]
|
| /plugin/asciidocjs/node_modules/object-assign/ |
| D | index.js | 50 'abcdefghijklmnopqrst'.split('').forEach(function (letter) { argument 51 test3[letter] = letter;
|
| /plugin/langdelete/lang/ja/ |
| D | intro.txt | 6 …elopers of DokuWiki are asked to use ISO 639-1 two-letter codes for language abbreviation. Two-let…
|
| /plugin/s5/ui/i18n/ |
| D | pretty.css | 22 #footer h1 {left: 0; font-size: 1em; letter-spacing: 1px;} 38 .slide h1 {font-size: 1.66em; line-height: 1; letter-spacing: -1px; 40 #slide0 h1 {border: none; font-size: 2.25em; letter-spacing: 0; margin: 3em 0 1.5em;}
|
| /plugin/highlight2wiki/ |
| D | style.css | 143 letter-spacing: -0.45px; 150 letter-spacing: -0.03px; 161 letter-spacing: -0.36px; 179 .first-letter {
|
| /plugin/weiqi/ |
| D | weiqi_parser.php | 185 … if ($reverse_letters) $row_letter = $this->letter($width - ($x - ($start_letter - 1)) + 1); 186 else $row_letter = $this->letter($x + ($start_letter - 1)); 235 … if ($reverse_letters) $row_letter = $this->letter($width - ($x - ($start_letter - 1)) + 1); 236 else $row_letter = $this->letter($x + ($start_letter - 1)); 398 function letter($n) { function in weiqi_parser
|
| /plugin/emoji/ |
| D | screen.less | 21 letter-spacing: 0; 69 letter-spacing: .05em;
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | for.rst | 36 {% for letter in 'a'..'z' %} 37 * {{ letter }} 44 {% for letter in 'a'|upper..'z'|upper %} 45 * {{ letter }}
|
| /plugin/nstoc/ |
| D | style.css | 7 …0.3ex;padding:0;font-size:111.1%;font-weight:500;font-variant:small-caps;letter-spacing:1pt;backgr… 9 ul.nstoc li.level3{letter-spacing:normal;}
|
| D | syntax_plugin_nstoc.css | 37 letter-spacing: 1pt; 45 letter-spacing: normal;
|
| /plugin/acronym/test/ |
| D | acronym-test.txt | 1 This a <acronym title="three letter acronym">TLA</acronym>.
|
| /plugin/html2pdf/html2pdf/html2ps/help/css/ |
| D | help.css | 23 letter-spacing:-1px; 32 letter-spacing:-1px;
|
| /plugin/randomquote/ |
| D | style.css | 5 letter-spacing: 3pt;
|
| /plugin/preservefilenames/ |
| D | plugin.info.txt | 6 desc Preserves the original name of the uploaded media file (letter cases, symbols, etc.)
|
| /plugin/captcha/lang/en/audio/ |
| D | LICENSE | 3 http://creativecommons.org/licenses/sampling+/1.0/ or send a letter to Creative
|
| /plugin/bibtex4dw/lib/ |
| D | bibtexparser.php | 808 foreach ($this->_greekLetters as $letter) { 809 $upLatex = '\\' . ucfirst($letter); 810 $upHtml = "&" . ucfirst($letter) . ";"; 811 $loLatex = '\\' . $letter; 812 $loHtml = "&" . $letter . ";"; 1150 $letter = substr($trimmedword, $i, 1); 1151 $ord = ord($letter);
|
| /plugin/uncmap/lang/en/ |
| D | confmanager_description.txt | 3 Add mappings as letter server pair.
|
| /plugin/langdelete/lang/en/ |
| D | guide.txt | 1 Languages are represented by their ISO 639-1 two-letter codes. For example German is ''de'' and Fre…
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
| D | wordWindow.js | 245 function _isWordChar( letter ) { argument 246 if( letter.search( this.wordChar ) == -1 ) {
|
| /plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
| D | wordWindow.js | 245 function _isWordChar( letter ) { argument 246 if( letter.search( this.wordChar ) == -1 ) {
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
| D | wordWindow.js | 245 function _isWordChar( letter ) { argument 246 if( letter.search( this.wordChar ) == -1 ) {
|
| /plugin/combo/ComboStrap/ |
| H A D | PageUrlPath.php | 213 $letter = $pageId[$i]; 214 $pos = strpos(PageId::PAGE_ID_ALPHABET, $letter);
|