Home
last modified time | relevance | path

Searched refs:lines (Results 201 – 225 of 529) sorted by relevance

12345678910>>...22

/plugin/eventline/timeline_js/
H A Dtimeline-bundle.css3 /*------------------- Horizontal / Vertical lines ----------------*/
6 .timeline-ether-lines{border-color:#666; border-style:dotted; position:absolute;}
7 .timeline-horizontal .timeline-ether-lines{border-width:0 0 0 1px; height:100%; top: 0; width: 1px;}
8 .timeline-vertical .timeline-ether-lines{border-width:1px 0 0; height:1px; left: 0; width: 100%;}
/plugin/dataloop/syntax/
H A Dloop.php81 $lines = explode("\n",$match);
82 array_pop($lines);
83 $class = array_shift($lines);
91 foreach ( $lines as $line ) {
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css3 /*------------------- Horizontal / Vertical lines ----------------*/
6 .timeline-ether-lines{border-color:#666; border-style:dotted; position:absolute;}
7 .timeline-horizontal .timeline-ether-lines{border-width:0 0 0 1px; height:100%; top: 0; width: 1px;}
8 .timeline-vertical .timeline-ether-lines{border-width:1px 0 0; height:1px; left: 0; width: 100%;}
/plugin/dokutexit/
H A Dtexitrender.php299 $lines = @file( $file );
300 if ( !$lines ) return $conf;
302 foreach ( $lines as $line ) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php134 $lines = [];
138 $lines[] = new LineString($components);
140 return $lines;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael-min.js6lines=ch.match(/(?:\r\n?|\n).*/g);return lines?(this.yylineno++,this.yylloc.last_line++):this.yyll… variable
H A Dsequence-diagram-min.js6lines=ch.match(/(?:\r\n?|\n).*/g);return lines?(this.yylineno++,this.yylloc.last_line++):this.yyll… variable
/plugin/loglog/helper/
H A Dalert.php85 $lines = $this->logHelper->readLines($min, $max);
86 $cnt = $this->logHelper->countMatchingLines($lines, $msgNeedle);
/plugin/autogroup/
H A Daction.php115 foreach ($this->_group_cfg as $group=>$lines){
117 foreach ($lines as $line) {
/plugin/workflow/syntax/
H A Ddecision.php81 $lines = explode("\n *", $data);
82 foreach ($lines as $rawline) {
/plugin/mdpage/vendor/cebe/markdown/block/
H A DRuleTrait.php27 protected function consumeHr($lines, $current) argument
/plugin/farm/install/animaltemplate/conf/
H A Dusers.auth.php.dist3 # Don't modify the lines above
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js2604 lines,
2621 lines = getLines(str);
2625 line = lines[i];
2675 lines = this.lines,
2746 var line = lines[i],
2884 lines[i] = callback(lines[i], i);
3044 line = lines[i];
3059 if (!isEmpty(lines[i])) lines[i] = lines[i].substr(min);
3096 line = lines[i];
3109 lines[i] = line;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.l2.class.php14 $lines = $image_encoder->by_lines($image, $size_x, $size_y);
17 foreach ($lines as $line) {
/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php143 $lines = file($src_filename);
145 foreach( $lines as $l)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md26 * Fixed formatting of executed lines percentage for classes in file view
32 …rgmann/php-code-coverage/issues/432): Change how files with no executable lines are displayed in t…
/plugin/lms/
H A Dhelper.php79 $lines = file($file);
80 foreach ($lines as $line) {
/plugin/data-au/syntax/
H A Dentry.php69 $lines = explode("\n", $match);
70 array_pop($lines);
71 $class = array_shift($lines);
78 foreach($lines as $line) {
/plugin/diagramsnet/lib/plugins/
H A Dsql.js346 var lines = text.split('\n');
359 for (var i = 0; i < lines.length; i++) {
363 var tmp = mxUtils.trim(lines[i]);
476 var primaryKeyRow = mxUtils.trim(lines[start]);
509 var referencesRow = mxUtils.trim(lines[i + 1]);
523 var referencesRow = mxUtils.trim(lines[i + 1]);
/plugin/whyspam/lang/en/
H A Dintro.txt3 …ed by the wiki's [[doku>blacklist]] feature. It will display which config lines are responsible fo…
/plugin/tablelayout/
H A Dplugin.info.txt6 desc Set the width of table columns and set which lines to fix
/plugin/projects/plugins/file/
H A Dplot_dependency.php69 $lines = explode("\n", $content);
70 foreach ($lines as $line) {
/plugin/dev/
H A DLangProcessor.php221 $lines = file($file);
222 foreach ($lines as $lno => $line) {
/plugin/google_maps/
H A Dstyle.css2 …oes not look nicely in headers; "center" creates artifacts when link is split into several lines */
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php257 $lines = array_filter(explode("\n", $key));
258 $key = base64_decode((string) end($lines));
313 $lines = array_filter(explode("\n", $keyMaterial));
314 $key = base64_decode((string) end($lines));

12345678910>>...22