Home
last modified time | relevance | path

Searched refs:lines (Results 226 – 250 of 529) sorted by relevance

12345678910>>...22

/plugin/statdisplay/helper/
H A Dlog.php93 $lines = 0;
94 while (feof($fh) == 0 && $lines < $maxlines) {
96 $lines++;
271 return $lines;
/plugin/autlogin/
H A Dadmin.php158 $lines[] = $line;
163 $save = join('\n',$lines);
218 $lines[]="IP=".$_REQUEST['ip_address'];
225 $lines[]="WB=".$_REQUEST['browser'];
230 $lines[]="VER=".$_REQUEST['version'];
236 $lines[]="EP=".$_REQUEST['e_page'];
242 $lines[]="OS=".$_REQUEST['os'];
254 $line = join(',',$lines);
1504 foreach($groups as $lines)
1505 if($lines == 'moderator')
H A Daction.php257 foreach($file_line as $lines)
259 $users = preg_split('/\s+/',$lines);
326 foreach($groups as $lines)
327 if($lines == 'moderator')
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dperson-lines-fill.svg1 <svg class="bi bi-person-lines-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/extlist/
H A Dplugin.info.txt6 desc Extend writing style of lists: a) treat consecutive indented lines of text as one list item, b) ordered list with starting number, c) description list as well as ordered/unordered list.
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md81 To parse your markdown you need only two lines of code. The first one is to choose the markdown fla…
198 … `<span>`. Block elements are normally spreads over several lines and are separated by blank lines.
221 protected function identifyFencedCode($line, $lines, $current)
235 You may use `$lines` and `$current` to check other lines than the current line. In most cases you c…
239 1. **Consuming** all the lines belonging to it. In most cases this is iterating over the lines star…
241 …he same name as used for the identify function above. The consume method also takes the lines array
248 protected function consumeFencedCode($lines, $current)
255 $line = rtrim($lines[$current]);
264 // consume all lines until ```
265 for($i = $current + 1, $count = count($lines); $i < $count; $i++) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DTotals.php54 'lines'
/plugin/editsections2/
H A Dscript.js269 endPos = getRangeValue(buttonForm.lines, 'end');
295 (startPos = getRangeValue(sectionEditForm.lines, 'start')) !== false &&
/plugin/googlemaps3/
H A Dsyntax.php221 preg_match_all('/.+/', $pattern, $lines, PREG_PATTERN_ORDER); // get all markers
222 foreach ($lines[0] AS $line) {
/plugin/docimporter/
H A DImportUtils.php27 $lines = explode("|-", $table);
29 foreach ($lines as $line) {
/plugin/projects/pchart/pchart/
H A Dpdata.php69 $lines = split("\n", $content);
70 foreach ($lines as $line) {
/plugin/strata/driver/
H A Ddriver.php153 $lines = explode("\n",$sql);
155 // remove empty lines and comment lines
158 foreach($lines as $line) {
171 // skip empty lines (usually the last line is empty, due to the final semicolon)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc31 $params['lines_to_sample'] = (int) How many lines of the file should be included in the analysis (Default = 1000)
32 $params['line_merge_size_limit'] = (int) Maximum number of characters permitted in a single message when lines are merged to create messages. (Default = 10000)
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php183 $lines = substr_count($text, "\n");
184 $line += $lines;
190 $this->linesOfCode['cloc'] += $lines + 1;
/plugin/farm/install/animaltemplate/conf/
H A Dacl.auth.php.dist3 # Don't modify the lines above
/plugin/spellcheck/
H A Daspell.php292 $lines = split("\n",$out);
293 foreach ($lines as $line){
/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php35 $lines[$i++]=fgets($inputfile); //we start counting a 0
46 $line=$lines[$i];
/plugin/struct/meta/
H A DConfigParser.php39 * parses the given configuration lines
41 * @param $lines
43 public function __construct($lines)
48 foreach ($lines as $line) {
23 __construct($lines) global() argument
/plugin/codemirror/dist/modes/
H A Dcypher.min.js.map1lines","reProcessedPortion","split","length","replace","trim","defineMIME"],"mappings":"CAMA,SAAUA…
/plugin/eclipseupdateurl/
H A DREADME.md14 …* __%OPTIONS%__ - either just a number (amount of lines to show) or the following keywords and val…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.DirectLexLineNumberSyncInterval.txt
/plugin/abc/
H A Dstyle.css29 /* if you allow midi files per mime(.local).conf, you should comment the follow lines out
/plugin/acronym/
H A DREADME36 2010-05-05: 8 hours: preformatted text directly under normal text works, and two subsequent lines o…
44 2010-04-03: 1 hour: testcase & two adjacent preformatted lines fix
/plugin/bookcreator/action/
H A Dhandleselection.php262 $lines = explode("\n", $pagecontent);
264 foreach($lines as $i => $line) {
/plugin/weiqi/
H A Dweiqi_parser.php85 $lines = explode("\n", $str);
92 foreach ($lines as $line) {
122 foreach ($lines as $line) {

12345678910>>...22