Home
last modified time | relevance | path

Searched refs:doc (Results 1276 – 1300 of 1496) sorted by last modified time

1...<<51525354555657585960

/plugin/sphinxsearch/
H A Dsphinxapi.php1195 $doc = sphUnpackU64 ( substr ( $response, $p, 8 ) ); $p += 8;
1200 list ( $doc, $weight ) = array_values ( unpack ( "N*N*",
1203 $doc = sphFixUint($doc);
1209 $result["matches"][$idx] = array ( "id"=>$doc, "weight"=>$weight );
1211 $result["matches"][$doc]["weight"] = $weight;
1253 $result["matches"][$doc]["attrs"] = $attrvals;
1337 foreach ( $docs as $doc )
1339 assert ( is_string($doc) );
1340 $req .= pack ( "N", strlen($doc) ) . $doc;
/plugin/owncloud/
H A Dsyntax.php101 $renderer->doc.=$opener;
103 …if($helper->isAllowedExternalImage($match['src'])) $renderer->doc.= $helper->externalmedia($match[…
105 …$renderer->doc.= $helper->internalmedia($match['fileid'],$match['src'], $match['title'], $match['…
107 $renderer->doc.=$closer;
/plugin/workflow/syntax/
H A Ddecision.php69 $renderer->doc .= '<script>';
70 $renderer->doc .= 'var wfnamespace = ' . json_encode($wfns) . ';';
71 $renderer->doc .= 'var wfpageid = ' . json_encode(substr($INFO['id'], strlen($wfns) + 1)) . ';';
72 $renderer->doc .= 'var wfstatedefs = ' . json_encode($attrs) . ';';
73 $renderer->doc .= '</script>';
75 $renderer->doc .= '<input type="text" id="wfsearch" placeholder="Type to search">';
76 …$renderer->doc .= ' <span style="color:#919191;">workflow version ' . $workflow_plugin_version . '…
77 $renderer->doc .= '<table id="wftable">';
107 …$renderer->doc .= "<tr data-criteria=\"" . wf_render_criteria($criteria) . "\"><td>" . wf_render_l…
112 $renderer->doc .= '</table>';
[all …]
H A Dbox.php40 $renderer->doc .= '<div class="box">';
43 $renderer->doc .= $data;
46 $renderer->doc .= '</div><br/>';
/plugin/simpleindex/
H A Dsyntax.php49 $renderer->doc.= '<div id="index__tree">';
53 $renderer->doc.=html_buildlist($result,'idx','html_list_index','html_li_index');
54 $renderer->doc.= '</div>';
/plugin/profiles/
H A Dsyntax.php102 …$renderer->doc .= '<a href='.$ahref.' target="_blank"><img src="' . DOKU_BASE . 'lib/plugins/profi…
/plugin/sqlraw/
H A Dsyntax.php219 $renderer->doc .= '<tr>';
223 $renderer->doc .= '</th>';
225 $renderer->doc .= "</tr>\n";
230 $renderer->doc .= '<td>';
232 $renderer->doc .= '</td>';
234 $renderer->doc .= "</tr>\n";
237 $renderer->doc .= '</tbody></table>';
248 $renderer->doc .= '<tr>';
250 $renderer->doc .= '<td>';
252 $renderer->doc .= '</td>';
[all …]
H A Dsimple_html_dom.php981 protected $doc; variable in simple_html_dom
1124 unset($this->doc);
1152 $this->doc = $str;
1554 return substr($this->doc, $pos, $len);
1563 return substr($this->doc, $pos, $len);
1579 $this->char = $this->doc[$pos];
1601 if ($this->doc[$pos-1]==='\\') {
1607 $this->char = $this->doc[$pos];
1628 …$this->doc = substr_replace($this->doc, $key, $matches[$i][$idx][1], strlen($matches[$i][$idx][0])…
1632 $this->size = strlen($this->doc);
[all …]
/plugin/tableplot/
H A Dsyntax.php196 $renderer->doc .= $cmd;
/plugin/function/
H A Dsyntax.php62 $renderer->doc .= $thisfunction($params);
65 $renderer->doc .= $renderer->_xmlEntities($data);
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css253 #dokuwiki__footer .doc {
/plugin/geonav/server/
H A Dget_state.php25 $renderer->doc .= '<div class="error"> The database error is '. $error .'</div>';
31 $renderer->doc .= '<div class="error"> Cannot execute query. </div>';
H A DgetContinent.php19 $renderer->doc .= '<div class="error"> The database error is '. $error .'</div>';
26 $renderer->doc .= '<div class="error"> Cannot execute query. </div>';
/plugin/docimporter/
H A D.action.php.swp16doc to HTML and MediaWiki�� if(move_uploaded_file($_FILES['doc']['tmp_name'], $tempDir."/". $…
/plugin/colorbox/
H A Dsyntax.php83 $R->doc .='<a class="'.$class.'" href="'.$link.'">'.$name.'</a>';
/plugin/git/syntax/
H A Dlocalstatus.php152 $renderer->doc .= '<p>TODO: add more information here</p>';
168 $renderer->doc .= '<br/><h3>Commits:</h3>';
178 $renderer->doc .= "No changes made in this workspace";
182 $renderer->doc .= 'Exception happened:<br/>';
183 $renderer->doc .= $e->getMessage();
197 $renderer->doc .= '<form method="post">';
200 $renderer->doc .= '</form><br/>';
207 $renderer->doc .= '<ol>';
213 $renderer->doc .= '</ol>';
216 $renderer->doc .= '<form method="post">';
[all …]
H A Dremotestatus.php122 …$renderer->doc .= 'Please commit local changes before you can merge upstream. <a href="'.$gitLocal…
129 … $renderer->doc .= "Select a commit from upstream to view the changes contained in each: <br/>";
134 $renderer->doc .= '<form method="post">';
135 … $renderer->doc .= ' <input type="submit" name="cmd[ignore]" value="Ignore this commit" />';
136 $renderer->doc .= ' <input type="submit" name="cmd[merge]" value="Merge All" />';
137 $renderer->doc .= '</form>';
138 $renderer->doc .= '<br/>';
143 $renderer->doc .= $e->getMessage();
153 …// $renderer->doc .= "<select id='git_commit' width=\"800\" style=\"width: 800px\" onchange='Ch…
/plugin/git/
H A Dhelper.php241 $renderer->doc .= '</select>';
286 $renderer->doc .= "<tr><td>";
302 $renderer->doc .= "</td><td>";
313 $renderer->doc .= "</td>";
314 $renderer->doc .= "</tr>";
316 $renderer->doc .= "</table>";
318 $renderer->doc .= "</div>\n";
397 $renderer->doc .= $tdf->format($df);
398 $renderer->doc .= '</table>';
399 $renderer->doc .= '</div>';
[all …]
/plugin/headernofloat/
H A Dsyntax.php69 $renderer->doc .= ("<div class='nofloat'>");
71 $renderer->doc .=("</div>");
76 $renderer->doc .=$renderer->_xmlEntities($title);
/plugin/dokutexit/
H A Dsyntax.php112 $renderer->doc .= $this->_texit->render() . '<p>';
H A Dtexitrender.php119 $doc = new texitConfig('document');
130 $tex_doc[] = $doc->read();
131 if ($doc->is_error())
283 return $Renderer->doc;
H A DREADME.md149 …ove later). To do so, you can follow the instructions on [pdfexport plugin doc][pdfexport], sectio…
H A Dlatex.php44 var $doc = ''; variable in Doku_Renderer_latex
104 return $this->doc;
111 $this->doc .= fgets($this->_tmphandle);
596 $this->doc .= '{{'.$src.'|'.$title.'}}';
598 $this->doc .= '{{'.$src.'}}';
1414 if ($linking == 'nolink' || $noLink) $this->doc .= $link['name'];
1415 else $this->doc .= $this->_formatLink($link);
1743 $this->doc .= $text;
/plugin/htmlsafe/
H A Dsyntax.php45 $renderer->doc .= preg_replace( "/<(\/?)($strict)(\s|>)/i", "&lt;$1$2$3", $content );
48 $renderer->doc .= p_xhtml_cached_geshi($content, 'html4strict', $wrapper);
/plugin/dokupp/
H A Dsyntax.php50 $renderer->doc .= '<span class="dokupp-counter">';
51 $renderer->doc .=sprintf($arg, $N[$S]);
52 $renderer->doc .= '</span>';

1...<<51525354555657585960