Home
last modified time | relevance | path

Searched refs:lines (Results 126 – 150 of 529) sorted by last modified time

12345678910>>...22

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta2DocumentPage.php143 public function setLines($lines) argument
145 $this->lines = $lines;
152 return $this->lines;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md568 * Fixed warning when invalid request start-lines are received.
/plugin/a2s/
H A DASCIIToSVG.php1775 $lines = file($file);
1778 foreach ($lines as $line) {
3512 $lines = $this->svgObjects->getGroup('lines');
3533 foreach ($lines as $obj) {
4010 foreach($this->grid as $lines) {
4011 echo implode('', $lines) . "\n";
H A DREADME3 Renders ASCII box and lines as SVG using ASCIIToSVG.
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/c3chart/assets/
H A Dc3.min.js2lines:"c3-lines",bar:"c3-bar",bars:"c3-bars",circle:"c3-circle",circles:"c3-circles",arc:"c3-arc",… property in AnonymousFunctionca6b16e90100.Y
H A Dd3.min.js2 …}).map(l))}var e,r,i,o,u,a,c,s,f,l,h,p,d=10,v=d,g=90,_=360,y=2.5;return t.lines=function(){return … function
/plugin/tablelayout/
H A DREADME3 Set the width of table columns and set which lines to fix
H A Dplugin.info.txt6 desc Set the width of table columns and set which lines to fix
/plugin/lms/
H A Dhelper.php79 $lines = file($file);
80 foreach ($lines as $line) {
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh175 # Don't modify the lines above
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php83 $lines = explode("\n", $match);
85 for ($line_index = 2; $line_index <= count($lines) - 1; $line_index++) {
86 if (preg_match('/^----+$/', $lines[$line_index])) {
92 $struct_syntax[] = $lines[$line_index];
95 $template = implode("\n", array_slice($lines, $template_start_index, -1));
98 …$options['html'] = (preg_match('/\bhtml\b/', strtolower($lines[0])) === 1); //FIXME: check if HTML…
/plugin/timezoneco/
H A DREADME10 Add lines:
/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/move/helper/
H A Dplan.php622 $lines = io_readFile($this->files['namespaces']);
623 $lines = explode("\n", $lines);
625 foreach($lines as $line) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php
/plugin/commonmark/vendor/league/commonmark/src/Input/
H A DMarkdownInput.php25 private ?array $lines = null;
63 \assert($this->lines !== null);
66 foreach ($this->lines as $i => $line) {
82 if ($this->lines !== null) {
86 $lines = \preg_split('/\r\n|\n|\r/', $this->content);
87 if ($lines === false) {
91 $this->lines = $lines;
96 if (\end($this->lines) === '') {
97 \array_pop($this->lines);
19 private $lines; global() variable in League\\CommonMark\\Input\\MarkdownInput
[all...]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/quickstats/
H A Dhelper.php112 $lines = file($file_name, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
114 foreach ($lines as $line) {
/plugin/csv/syntax/
H A Dtable.php121 $lines = explode("\n", $row[$i]);
122 $cnt = count($lines);
124 $renderer->cdata($lines[$k]);
/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/strata/
H A Dmanual.txt56 **Comments** All lines that start with double dashes (i.e., ''%%--%%'') are ignored. Note that your comments can still be read by anyone viewing the source of the wiki page.
71 **Patterns**: You can use variables and literals to describe what data you want to match. The patterns should be written down in lines, with each line formatted like ''subject field: value''.
165 You can add multiple values in a single line by adding an asterisk after the type (or after the key, if it has no type). The values should be separated by '',''. Note that you can also add multiple values just by writing multiple lines with the same key.
H A Dstyle.css45 .dokuwiki div.strata-debug div.strata-debug-highlight { /* The highlighted lines container */
/plugin/strata/syntax/
H A Dentry.php53 $lines = explode("\n",$match);
54 $header = trim(array_shift($lines));
55 $footer = trim(array_pop($lines));
81 $tree = $this->syntax->constructTree($lines,'data entry');
86 // fetch all lines
87 $lines = $this->syntax->extractText($tree);
97 // now handle all lines
98 foreach($lines as $line) {
H A Dselect.php74 // split into lines and remove header and footer
75 $lines = explode("\n",$match);
76 $header = trim(array_shift($lines));
77 $footer = trim(array_pop($lines));
89 $tree = $this->helper->constructTree($lines,'query');
149 'lines'=>$lines
343 if(isset($data['error']['regions'])) $R->doc .= $this->helper->debugTree($data['error']['lines'], $data['error']['regions']);

12345678910>>...22