Home
last modified time | relevance | path

Searched refs:lines (Results 301 – 325 of 529) sorted by relevance

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

/plugin/discussion/
H A Daction.php1176 $lines = file($changelog);
1177 if (count($lines)<$conf['recent']) {
1187 $num = count($lines);
1189 $log = parseChangelogLine($lines[$i]);
1192 …$old_lines[$log['date'].".$i"] = $lines[$i]; // keep old lines for now (append .$i to prevent …
1194 $out_lines[$log['date'].".$i"] = $lines[$i]; // definitely keep these lines
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh175 # Don't modify the lines above
/plugin/codeprettify/code-prettify/styles/
H A Ddesert.css19 /* Alternate shading for lines */
H A Dsunburst.css32 /* Alternate shading for lines */
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dtext.rst20 Use the ``wordwrap`` filter to split your text in lines with equal length.
/plugin/advanced/lang/en/config/
H A Dacl.txt7 Empty lines and shell-style comments are ignored. Each line contains 3 whitespace separated fields:
/plugin/projects/
H A Dcodemirror.css67 .CodeMirror-lines {
72 .CodeMirror-lines * {
H A Dcodemirror-compressed.js1lines=e,this.parent=null;for(var t=0,n=e.length,r=0;t<n;++t)e[t].parent=this,r+=e[t].height;this.h…
/plugin/htmlokay/
H A Dadmin.php187 $lines = file(AUTH_USERFILE);
188 foreach($lines as $line)
/plugin/sketchcanvas/phplib/
H A Dspyc.php472 $lines = explode("\n",$input);
473 foreach ($lines as $k => $_) {
474 $lines[$k] = rtrim ($_, "\r");
476 return $lines;
/plugin/photogallery/
H A Dsyntax.php67 $lines = explode("\n", $match);
68 array_pop($lines);
71 $cmd = array_shift($lines);
149 foreach ($lines as $line) {
/plugin/upgrade/HTTP/
H A DHTTPClient.php771 $lines = explode("\n",$string);
772 array_shift($lines); //skip first line (status)
773 foreach($lines as $line){
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md41 * Added `PHP_CodeCoverage::setDisableIgnoredLines()` to disable the ignoring of lines using annotat…
/plugin/copycode/
H A DREADME.md58 - Fix of numbered lines issue
/plugin/runcommand/
H A Dsyntax.php86 $lines = explode("\n",$match);
90 foreach($lines as $line){
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php597 $lines = file(AUTH_USERFILE);
598 foreach($lines as $line){
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md21 - #151 Fixed table rendering for lines begining with | for GFM (@GenaBitu)
27 - #126 Fixed crash on empty lines that extend a lazy list
/plugin/jplayer/vendor/happyworm/jplayer/
H A DREADME.md28 Install jPlayer via composer by adding the following lines to your `composer.json` in your project:
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DescapedCharacters.yml130 continuation of string across multiple lines? Keeping test here but disabled.
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A D_theme_template.scss71 // Add border to the lines
/plugin/codeprettify/code-prettify/src/
H A Dprettify.css65 /* Alternate shading for lines */
/plugin/flowcharts/
H A DREADME.md8 **With the current version of the plugin it is crucial to remove the following lines from the Dokuw…
/plugin/elwikiupgrade/
H A DHTTPClient.php761 $lines = explode("\n",$string);
762 array_shift($lines); //skip first line (status)
763 foreach($lines as $line){
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md37 A paragraph is simply one or more consecutive lines of text, separated
38 by one or more blank lines. (A blank line is any line that looks like a
167 If you put blank lines between items, you'll get `<p>` tags for the
/plugin/stats/
H A Dsyntax.php842 $lines = @file("$directory/$file");
843 for($i = count($lines)-1; $i >= 0; $i--) {
844 $rec = parseChangelogLine($lines[$i]);

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