/plugin/uncmap/ |
H A D | syntax.php | 39 $letter = $line[0]; 45 $lines_pathes[] = implode(' ',array($letter,$line)); 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]); 112 $return['letter'] = $letter; 114 if ($this->pathes[$letter]) { [all …]
|
H A D | plugin.info.txt | 6 desc Maps a drive letter to a UNC path
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
H A D | dotdot.test | 6 {% for letter in 'a'..'z' %}{{ letter }} {% endfor %} 8 {% for letter in 'a'|upper..'z'|upper %}{{ letter }} {% endfor %}
|
/plugin/captcha/ |
H A D | EasySVG.php | 117 * Set the letter spacing from default (0) to custom value 169 // save em value for letter spacing (109 is unicode for the letter 'm') 234 $letter = $text[$i]; 237 if ($letter == 10) { 244 $d = $this->font->glyphs[$letter]->d; 252 // next letter's position 253 $horizAdvX += $this->font->glyphs[$letter]->horizAdvX * $fontSize + 277 $letter = $text[$i]; 280 if ($letter [all...] |
/plugin/langdelete/lang/ja/ |
H A D | intro.txt | 6 …elopers of DokuWiki are asked to use ISO 639-1 two-letter codes for language abbreviation. Two-let…
|
/plugin/highlight2wiki/ |
H A D | style.css | 143 letter-spacing: -0.45px;
150 letter-spacing: -0.03px;
161 letter-spacing: -0.36px;
179 .first-letter {
|
/plugin/s5/ui/i18n/ |
H A 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/emoji/ |
H A D | screen.less | 21 letter-spacing: 0; 69 letter-spacing: .05em;
|
/plugin/weiqi/ |
H A 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/acronym/test/ |
H A D | acronym-test.txt | 1 This a <acronym title="three letter acronym">TLA</acronym>.
|
/plugin/nstoc/ |
H A 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;}
|
H A D | syntax_plugin_nstoc.css | 37 letter-spacing: 1pt; 45 letter-spacing: normal;
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | for.rst | 36 {% for letter in 'a'..'z' %} 37 * {{ letter }} 44 {% for letter in 'a'|upper..'z'|upper %} 45 * {{ letter }}
|
/plugin/html2pdf/html2pdf/html2ps/help/css/ |
H A D | help.css | 23 letter-spacing:-1px; 32 letter-spacing:-1px;
|
/plugin/randomquote/ |
H A D | style.css | 5 letter-spacing: 3pt;
|
/plugin/preservefilenames/ |
H A D | plugin.info.txt | 6 desc Preserves the original name of the uploaded media file (letter cases, symbols, etc.)
|
/plugin/captcha/lang/en/audio/ |
H A D | LICENSE | 3 http://creativecommons.org/licenses/sampling+/1.0/ or send a letter to Creative
|
/plugin/uncmap/lang/en/ |
H A D | confmanager_description.txt | 3 Add mappings as letter server pair.
|
/plugin/langdelete/lang/en/ |
H A D | guide.txt | 1 Languages are represented by their ISO 639-1 two-letter codes. For example German is ''de'' and Fre…
|
/plugin/bibtex4dw/lib/ |
H A 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/diagramsnet/lib/img/lib/ibm/vpc/ |
H A D | SubnetTag.svg | 1 …eserve" x="49.243" y="244.031" font-size="25.4" font-family="sans-serif" letter-spacing="0" word-s…
|
/plugin/diagramsnet/lib/img/lib/cumulus/ |
H A D | ddos_server.svg | 1 …e="preserve" x="7.132" y="6.753" font-size="40" font-family="sans-serif" letter-spacing="0" word-s…
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
H A D | wordWindow.js | 245 function _isWordChar( letter ) { argument 246 if( letter.search( this.wordChar ) == -1 ) {
|
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
H A D | wordWindow.js | 245 function _isWordChar( letter ) { argument 246 if( letter.search( this.wordChar ) == -1 ) {
|
/plugin/combo/ComboStrap/ |
H A D | PageUrlPath.php | 165 * Add a one letter checksum 207 * @return string|null - the checksum letter or null if this is not a page id 213 $letter = $pageId[$i]; 214 $pos = strpos(PageId::PAGE_ID_ALPHABET, $letter);
|