Home
last modified time | relevance | path

Searched refs:line (Results 251 – 275 of 2140) sorted by relevance

1...<<11121314151617181920>>...86

/plugin/translator/syntax/
H A Dtranslator.php222 foreach ( $matrix as $line ) {
226 … $masterValue = !empty($line['AdditionalValue']) ? $line['AdditionalValue'] : $line['MasterValue'];
229 … array_merge(array('class' => 'resourceKey', 'title' => hsc(stripslashes($line['ResourceKey'])) ),…
230 $form->addElement(stripslashes(utf8_decode($line['ResourceKey'])));
250 'name' => "translation[{$line['KeyID']}]",
251 'id' => "translation_{$line['KeyID']}",)
253 $form->addElement(stripslashes($line['TranslationValue']));
255line['TranslationValue']) ) $form->addElement("(" . tpl_link(wl($ID, array('do' => 'admin', 'page'…
258 …' => "translator.run('{$this->currentLanguage}', 'translation_{$line['KeyID']}', '{$line['KeyID']}…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php48 foreach (file($filename, FILE_IGNORE_NEW_LINES) as $line) {
50 if (substr_count($line, ":") !== 2)
53 list($username, $realm, $A1) = explode(':', $line);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.output.ps2pdf.class.php15 foreach ($output as $line) {
16 $message .= "{$line}<br/>\n";
17 error_log($line);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php48 foreach (file($filename, FILE_IGNORE_NEW_LINES) as $line) {
50 if (substr_count($line, ":") !== 2)
53 list($username, $realm, $A1) = explode(':', $line);
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php153 $line = $node->getTemplateLine();
154 $name = new ConstantExpression('escape', $line);
155 … ConstantExpression((string) $type, $line), new ConstantExpression(null, $line), new ConstantExpre…
157 return new FilterExpression($node, $name, $args, $line);
/plugin/projects/pchart/pchart/
H A Dpdata.php70 foreach ($lines as $line) {
71 $line = trim($line);
72 if (!$line) continue;
73 if (substr($line, 0, 1) == "#") continue;
74 $Values = split($Delimiter, $line);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DNonExecutableCodeSniff.php133 $line = $tokens[$i]['line'];
134 if ($line > $lastLine) {
139 $lastLine = $line;
257 $line = $tokens[$i]['line'];
258 if ($line > $lastLine) {
263 $lastLine = $line;
/plugin/codemirror/dist/
H A Dstyles.min.css1line,#dokuwiki__content .CodeMirror pre.CodeMirror-line,form#dw__editform .CodeMirror pre.CodeMirr…
/plugin/bureaucracy-au/
H A Dsyntax.php82 $line = trim(array_shift($lines));
83 if(!$line) continue;
84 $args = $this->_parse_line($line, $lines);
392 * @param string $line line to parse
396 private function _parse_line($line, &$lines) { argument
402 $len = strlen($line);
404 if($line{$i} == '"') {
411 if($line{$i + 1} == '"') {
423 } else if($line{$i} == ' ') {
434 $arg .= $line{$i};
[all …]
/plugin/bureaucracyau/
H A Dsyntax.php82 $line = trim(array_shift($lines));
83 if(!$line) continue;
84 $args = $this->_parse_line($line, $lines);
392 * @param string $line line to parse
396 private function _parse_line($line, &$lines) { argument
402 $len = strlen($line);
404 if($line{$i} == '"') {
411 if($line{$i + 1} == '"') {
423 } else if($line{$i} == ' ') {
434 $arg .= $line{$i};
[all …]
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.diff.css7 .syntax-theme-base .syntax .insert-line {
11 .syntax-theme-base .syntax .remove-line {
15 .syntax-theme-base .syntax .offset-line {
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHeadlineTrait.php18 protected function identifyHeadline($line, $lines, $current) argument
22 $line[0] === '#' && !preg_match('/^#\d+/', $line)
/plugin/badbehaviour/
H A Dadmin.php65 foreach($list as $line){
66 if(!$line) continue;
67 $data = explode("\t",$line);
121 foreach($lines as $line){
122 $fields = explode("\t",$line);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters.test9 ( var is escaped by |escape_and_nl2br, line-breaks are added,
14 ( var is escaped by |escape_and_nl2br, line-breaks are added,
19 ( var is escaped by |escape_and_nl2br, line-breaks are added,
29 ( var is escaped by |escape_and_nl2br, line-breaks are added,
36 the output is escaped by |escape_and_nl2br, line-breaks are added,
70 ( var is escaped by |escape_and_nl2br, line-breaks are added,
76 ( var is escaped by |escape_and_nl2br, line-breaks are added,
82 ( var is escaped by |escape_and_nl2br, line-breaks are added,
94 ( var is escaped by |escape_and_nl2br, line-breaks are added,
102 the output is escaped by |escape_and_nl2br, line-breaks are added,
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css104 pre[data-line] {
124 /* Make the tokens sit above the line highlight so the colours don't look faded. */
129 .line-highlight {
138 line-height: inherit;
147 .line-highlight:before,
148 .line-highlight[data-end]:after {
164 .line-highlight[data-end]:after {
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php123 foreach($lines as $line) {
124 $line = preg_replace('/#.*$/', '', $line); //ignore comments
125 $line = trim($line);
126 if(empty($line)) continue;
129 $row = $this->_splitUserData($line);
139 protected function _splitUserData($line){ argument
147 $len = strlen($line);
149 if ($line[$i]=='\\'){
150 $piece .= $line[$i];
153 } else if ($line[$i]==':'){
[all …]
/plugin/data/syntax/
H A Dentry.php94 foreach ($lines as $line) {
96 preg_match('/^(.*?(?<![&\\\\]))(?:#(.*))?$/', $line, $matches);
97 $line = $matches[1];
98 $line = str_replace('\\#', '#', $line);
99 $line = trim($line);
100 if (empty($line)) continue;
101 $line = preg_split('/\s*:\s*/', $line,
[all...]
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php118 $line = explode( " ", $val, 5 );
119 print_words_elem( $line[1], $index, $text_input_index );
120 if( isset( $line[4] )) {
121 $suggs = explode( ", ", $line[4] );
/plugin/codeprettify/
H A Dall.css19 * fold down longer line
27 * put line numbers on every line instead of just every fifth line
/plugin/autogroup/conf/
H A Dsettings.class.php58 foreach($lines as $line=>$item){
63 msg(sprintf($plugin->getLang('not_3_parts'),$item,$line+1), -1);
69 msg(sprintf($plugin->getLang('bad_attribute'),$item, $line+1), -1);
75 msg(sprintf($plugin->getLang('bad_regex'),$item,$line+1), -1);
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php110 $line = explode( " ", $val, 5 );
111 print_words_elem( $line[1], $index, $text_input_index );
112 if( isset( $line[4] )) {
113 $suggs = explode( ", ", $line[4] );
/plugin/iframeinterwiki/
H A Dsyntax.php85 while (($line = fgets($file)) !== false) {
86 $line = preg_replace("/\#.+/", '', trim($line));
87 preg_match("/^\s*?(.+?)\s+(.+?)$/i", $line, $matches);
/plugin/genericsso/
H A Dauth.php148 foreach(file(DOKU_CONF.'users.auth.php') as $line){
149 $line = trim(preg_replace('/#.*$/', '', $line)); //ignore comments
150 if(!$line) continue;
151 $row = split(':', $line,5);
/plugin/sketchcanvas/
H A DREADME.md40 - type: line
42 - type: line
44 - type: line
47 - type: line
50 - type: line
54 - type: line
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DClosureLinterSniff.php107 $line = (int) $matches[2];
116 $phpcsFile->addErrorOnLine($message, $line, 'ExternalToolError', $data);
118 $phpcsFile->addWarningOnLine($message, $line, 'ExternalTool', $data);

1...<<11121314151617181920>>...86