Home
last modified time | relevance | path

Searched refs:lines (Results 251 – 275 of 529) sorted by relevance

1...<<11121314151617181920>>...22

/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md51 In both cases you should strongly consider employing defence-in-depth measures, like [deploying a Content-Security-Policy](https://scotthelme.co.uk/content-security-policy-an-introduction/) (a browser security feature) so that your page is likely to be safe even if an attacker finds a vulnerability in one of the first lines of defence above.
72 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).
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsTypeTransfers.yml101 carried on to new lines in your YAML document.
106 let it go on and on to other lines
110 "let it go on and on to other lines ".
118 Unquoted strings may also span multiple lines, if they
/plugin/data/syntax/
H A Dentry.php84 // get lines
85 $lines = explode("\n", $match);
86 array_pop($lines);
87 $class = array_shift($lines);
94 foreach ($lines as $line) {
H A Dtable.php84 // get lines and additional class
85 $lines = explode("\n", $match);
86 array_pop($lines);
87 $class = array_shift($lines);
104 foreach ($lines as $line) {
/plugin/a2s/
H A Ddemo.txt3 a2s is a little plugin that turns ASCII art boxes, lines and arrows into nice SVG images. It is bas…
73 * There are two kinds of objects : free lines, and closed shapes (usually boxes)
74 * free lines
75 * Plain straight lines are drawn with ''|'', ''-'', ''\'' and ''/''
76 …* dashed lines : use at least one ''='' (horizontal) or '':'' (vertical) in a line, and it is dash…
77 * ''+'' and ''o'' (lower case letter O) are used to connect lines of different orientation.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.3.md21 * Fixed handling of lines that contain `declare` statements
/plugin/data-au/syntax/
H A Dtable.php75 $lines = explode("\n", $match);
76 array_pop($lines);
77 $class = array_shift($lines);
94 foreach($lines as $line) {
/plugin/gtime/gtlib/
H A DREADME43 $ phing stats # Print statistics about lines of code
/plugin/isauth/
H A DCHANGELOG
/plugin/s5/ui/yatil/
H A Dframing.css3 The commented lines can be uncommented (and modified, if necessary)
/plugin/s5/ui/i18n/
H A Dframing.css3 The commented lines can be uncommented (and modified, if necessary)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php608 $lines = explode("\n", $buffer);
609 $padding = max(array_map('strlen', $lines));
620 foreach ($lines as $line) {
/plugin/dokutexit/
H A Dconfig.php82 $lines = @file( $file );
83 if ( !$lines ) return false;
84 foreach ( $lines as $line ) {
/plugin/dokutranslate/
H A Daction.php23 $lines = @file(metaFN($id, '.changes'));
25 if (!$lines) {
29 foreach ($lines as $line) {
/plugin/s5reloaded/ui/thesis/
H A Dframing.css3 The commented lines can be uncommented (and modified, if necessary)
/plugin/jorgchart/
H A Dstyle.css2 /* Draw the lines */
/plugin/s5/ui/blue/
H A Dframing.css3 The commented lines can be uncommented (and modified, if necessary)
/plugin/s5/ui/default/
H A Dframing.css3 The commented lines can be uncommented (and modified, if necessary)
/plugin/s5/ui/dokuwiki/
H A Dframing.css3 The commented lines can be uncommented (and modified, if necessary)
/plugin/s5/ui/flower/
H A Dframing.css3 The commented lines can be uncommented (and modified, if necessary)
/plugin/s5/ui/pixel/
H A Dframing.css3 The commented lines can be uncommented (and modified, if necessary)
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.min.js1lines:{descriptionWindowWidth:160,descriptionWindowRight:10,descriptionWindowTop:10}}}},{maxWidth:…
/plugin/orphanmedia/
H A DREADME28 Basic usage is to place one or more of the following syntax lines into the page markup of page with…
/plugin/orphanmedia2/
H A DREADME28 Basic usage is to place one or more of the following syntax lines into the page markup of page with…
/plugin/issuelinks/classes/
H A DIssue.php621 $lines = explode("\n", $description);
622 $cnt = min(count($lines), 5);
624 $html .= hsc($lines[$i]) . "\n";

1...<<11121314151617181920>>...22