Home
last modified time | relevance | path

Searched refs:lines (Results 51 – 75 of 529) sorted by path

12345678910>>...22

/plugin/authyubikey/
H A Dauth.php.org331 $lines = file($config_cascade['plainauth.users']['default']);
332 foreach($lines as $line) {
/plugin/autlogin/
H A Daction.php257 foreach($file_line as $lines)
259 $users = preg_split('/\s+/',$lines);
326 foreach($groups as $lines)
327 if($lines == 'moderator')
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')
/plugin/autogroup/
H A Daction.php115 foreach ($this->_group_cfg as $group=>$lines){
117 foreach ($lines as $line) {
/plugin/autogroup/conf/
H A Dsettings.class.php49 $lines = $this->_from_string($input);
50 dbglog(print_r($lines,true));
51 $everything = $this->_from_array($lines);
58 foreach($lines as $line=>$item){
/plugin/autolink4/
H A Dadmin.php56 $lines = preg_split('/\r?\n/', $config);
59 foreach ($lines as $line) {
H A Dhelper.php67 $lines = preg_split('/[\n\r]+/', $cfg);
68 foreach ($lines as $line) {
/plugin/badbehaviour/
H A Dadmin.php118 $lines = preg_grep('/'.preg_quote($ip).'/',$this->_readlines());
119 if(count($lines)){
121 foreach($lines as $line){
163 $lines = array();
201 $lines = array_merge($cparts,$lines);
209 return $lines;
/plugin/barcodes/
H A DLICENSE.md72 (ten or fewer lines in length), you do both of the following:
H A Dcomposer.lock384 "sebastian/lines-of-code": "^1.0.3",
1348 "name": "sebastian/lines-of-code",
1352 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
1357 …"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed88…
1390 "description": "Library for counting the lines of code in PHP source code",
1391 "homepage": "https://github.com/sebastianbergmann/lines-of-code",
1393 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
1394 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
/plugin/behave/
H A Dbehave.js133 lines: {
393 lines = toIndent.split("\n"),
397 for(i = 0; i<lines.length; i++){
398 if(lines[i].substring(0,tab.length) == tab){
399 lines[i] = lines[i].substring(tab.length);
402 toIndent = lines.join("\n");
408 for(i in lines){
409 lines[i] = tab + lines[i];
411 toIndent = lines.join("\n");
/plugin/bez/syntax/
H A Dstruct.php57 $lines = explode("\n", $match);
58 array_shift($lines);
59 array_pop($lines);
62 $parser = new ConfigParser($lines);
/plugin/bible/bible_douayRheims/
H A D2_Kings.txt189 …hem with a line, casting them down to the earth: and he measured with two lines, one to put to dea…
H A D4_Kings.txt572 …o the word which he hath spoken: Wilt thou that the shadow go forward ten lines, or that it go bac…
573 …20:10. And Ezechias said: It is an easy matter for the shadow to go forward ten lines: and I do no…
574 …led upon the Lord, and he brought the shadow ten degrees backwards by the lines, by which it had a…
H A DIsaias.txt744 …shadow of the lines, by which it is now gone down in the sun dial of Achaz with the sun, ten lines
H A DPsalms.txt169 15:6. The lines are fallen unto me in goodly places: for my inheritance is goodly to me.
/plugin/bookcreator/action/
H A Dhandleselection.php262 $lines = explode("\n", $pagecontent);
264 foreach($lines as $i => $line) {
/plugin/botbouncer/admin/
H A Dstatistics.php112 $lines = array();
150 $lines = array_merge($cparts,$lines);
158 return $lines;
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md15 * `FEAT`: break long table headers in multiple lines ([#719](https://github.com/bpmn-io/dmn-js/issu…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js18661 function layoutNext(lines, maxWidth, fakeText) { argument
18663 var originalLine = lines.shift(),
18682 function fit(lines, fitLine, originalLine, textBBox) { argument
18686 lines.unshift(remainder);
18850 var lines = text.split(/\u00AD?\r?\n/),
18864 while (lines.length) {
42822 function getReferencePoint(point, lines) { argument
42824 if (!lines.length) {
42828 var nearestLine = getNearestLine(point, lines);
42892 function getNearestLine(point, lines) { argument
[all …]
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php109 $lines = explode("\n", $match);
111 while(count($lines) > 0) {
112 $line = trim(array_shift($lines));
115 … $actual = $this->callNonaccessibleMethod($syntaxcomponent, '_parse_line', array($line, &$lines));
/plugin/bureaucracy-au/
H A Dsyntax.php74 $lines = explode("\n", $match);
81 while(count($lines) > 0) {
82 $line = trim(array_shift($lines));
84 $args = $this->_parse_line($line, $lines);
393 * @param array $lines all remaining lines
396 private function _parse_line($line, &$lines) { argument
436 if(!$inQuote || count($lines) === 0) break;
437 $line = array_shift($lines);
/plugin/bureaucracy/
H A Dsyntax.php79 $lines = explode("\n", $match);
86 while(count($lines) > 0) {
87 $line = trim(array_shift($lines));
89 $args = $this->_parse_line($line, $lines);
398 * @param array $lines all remaining lines
401 private function _parse_line($line, &$lines) { argument
441 if(!$inQuote || count($lines) === 0) break;
442 $line = array_shift($lines);
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php109 $lines = explode("\n", $match);
111 while(count($lines) > 0) {
112 $line = trim(array_shift($lines));
115 … $actual = $this->callNonaccessibleMethod($syntaxcomponent, '_parse_line', array($line, &$lines));
/plugin/bureaucracyau/
H A Dsyntax.php74 $lines = explode("\n", $match);
81 while(count($lines) > 0) {
82 $line = trim(array_shift($lines));
84 $args = $this->_parse_line($line, $lines);
393 * @param array $lines all remaining lines
396 private function _parse_line($line, &$lines) { argument
436 if(!$inQuote || count($lines) === 0) break;
437 $line = array_shift($lines);

12345678910>>...22