Home
last modified time | relevance | path

Searched refs:line (Results 26 – 50 of 2140) sorted by path

12345678910>>...86

/plugin/acronym/
H A DREADME34 2010-08-07: 8 hours: allowed a SpecialPattern (e.g. GB) in the mid of a line, directly followed by …
41 2010-04-11: 1 hour: <pre> tag must not be interrupted by a line starting with a character that is …
45 2010-04-02: 4 hours: single blank at beginning of line makes preformatted text
/plugin/actickets/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>
H A DREADME11 Put the following line on top of your page to set a global project of the page:
H A Dstyle.css2 text-decoration: line-through !important;
/plugin/actionrenderer/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/addressbook/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/adfs/phpsaml/
H A DREADME.md634 After that line we will be able to use the classes (and their methods) of the
/plugin/adhoctags/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/adminhomepage/
H A DCOPYING291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/adminperm/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/admnote/
H A DREADME.md7 …Docs Admonition notes are supported. Notes are not collapsible and you cannot omit the header line.
H A Dstyle.css31 line-height: 1.6;
/plugin/advanced/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
/plugin/advanced/lang/en/config/
H A Dacl.txt7 Empty lines and shell-style comments are ignored. Each line contains 3 whitespace separated fields:
H A Dstyleini.txt7 This part defines which CSS files are loaded. Each line is defined as follow:
H A Dusers.txt5 Empty lines, and everything after a ''#'' character are ignored. Each line contains a colon separat…
/plugin/advrack/
H A Dstyle.css23 line-height: 12px;
89 line-height: 14px;
387 line-height: 16px;
459 line-height: 20px;
484 line-height: 18px;
540 line-height: 18px;
/plugin/aichat/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
293 <one line to give the program's name and a brief idea of what it does.>
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php29 # standardize line breaks
32 # remove surrounding line breaks
41 # trim line breaks
148 foreach ($lines as $line)
150 if (chop($line) === '')
160 if (strpos($line, "\t") !== false)
162 $parts = explode("\t", $line);
164 $line = $parts[0];
170 $shortage = 4 - mb_strlen($line, 'utf-8') % 4;
172 $line
1054 public function line($text, $nonNestables=array()) global() function in Parsedown
[all...]
H A DREADME.md72 It tries to read Markdown like a human. First, it looks at the lines. It’s interested in how the lines start. This helps it recognise blocks. It knows, for example, that if a line starts with a `-` then perhaps it belongs to a list. Once it recognises the blocks, it continues to the content. As it reads, it watches out for special characters. This helps it recognise inline elements (or inlines).
74 We call this approach "line based". We believe that Parsedown is the first Markdown parser to use it. Since the release of Parsedown, other developers have used the same approach to develop other Markdown parsers in PHP and in other languages.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock1657 "description": "Looks up which function or method a line of code belongs to",
2537 "description": "Eases the creation of beautiful and testable command line interfaces",
2541 "command line",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe2437 Ġon line
7213 ĠOn line
12254 Ġdead line
14185 On line
16280 Ġhead line
17789 Ġoff line
17837 Ġair line
18747 Ġout line
22738 Ġstory line
24865 on line
[all...]
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md88 - An empty line is not a sentence.
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dstyle.css97 text-decoration: line-through;
232 line-height: 16px;
440 line-height: 1;
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php118 $line = '';
121 $line .= $part;
123 $lines[] = $line;
124 $line = '';
127 $lines[] = $line;
143 * @param string $line
147 private function punctuationSplit($line) argument
151 $chars = preg_split('//u', $line, -1, PREG_SPLIT_NO_EMPTY); // This is UTF8 multibyte safe!

12345678910>>...86