Home
last modified time | relevance | path

Searched refs:html (Results 76 – 100 of 1859) sorted by relevance

12345678910>>...75

/plugin/oauth/action/
H A Dlogin.php16 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
87 $html = $this->prepareLoginButtons();
88 if (!$html) return;
102 $form->_content[] = $html;
117 $html = $this->prepareLoginButtons();
118 if (!$html) return;
129 $form->addHTML($html);
140 $html = '';
145 $html .= '<p class="plugin-oauth-emailrestriction">' . sprintf(
151 $html
[all...]
/plugin/farmer/admin/
H A Dinfo.php10 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
43 public function html()
85 $html = '';
87 $html = count($animals);
89 $html .= ' [<a href="' . $self . '">' . $this->getLang('conf_notfound_list') . '</a>]';
90 return $html;
93 $html .= '<ol>';
96 $html .= '<li><div class="li"><a href="' . $link . '">' . $animal . '</a></div></li>';
98 $html .= '</ol>';
99 return $html;
44 public function html() { global() function in admin_plugin_farmer_info
[all...]
/plugin/chat/
H A Dajax.php53 $html = "";
124 $html .= '<div class="chat-line ';
131 $html .= '"';
133 $html .= '>';
137 $html .= syntax_plugin_gravatar::_renderAvatar(
160 $html .= '<br />';//'<hr noshade="noshade" size="1" />';
163 $html .= '<br />';
166 $html .= '</blockquote></div>';
169 return $html;
253 $html = "<!--AJAXCHAT_MTIME:$mtime-->\n";
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.iframe.php49 $html = $data->get_content();
52 $html = preg_replace('/[\x00-\x07]/', "", $html);
54 $html = $converter->to_utf8($html, $data->detect_encoding());
55 $html = html2xhtml($html);
56 $tree = TreeBuilder::build($html);
H A Dxhtml.comments.inc.php4 function remove_comments(&$html) { argument
5 $html = preg_replace("#<!--.*?-->#is","",$html);
6 $html = preg_replace("#<!.*?>#is","",$html);
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.afp11 * http://www.gnu.org/licenses/gpl.html
14 * http://www.gnu.org/licenses/lgpl.html
17 * http://www.mozilla.org/MPL/MPL-1.1.html
60 LOCAL html
65 html = [<div>]
74html = html + [<input type="hidden" id="]+THIS.cInstanceName +[" name="]+THIS.cInstanceName +[" va…
77html = html + [<input type="hidden" id="]+THIS.cInstanceName +[___Config" value="]+THIS.GetConfigF…
80html = html + [<iframe id="]+THIS.cInstanceName +[___Frame" src="Link" width="]+THIS.cWIDTH+[" hei…
94html = html + [<textarea name="]+THIS.cInstanceName +[" rows="4" cols="40" style="width: ]+WidthCS…
97 html = html + [</div>]
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js43 const html = $code.html();
44 if (/^_\.\w+$/.test(html)) {
45 const id = html.split('.')[1];
74 $a.replaceWith($a.html());
109 $code.html($code.html().replace(/<\/?em>/g, '_'));
132 $divs.replaceWith($divs.html());
158 $span.replaceWith($span.html());
205 const html = [
216 $.html().trim(),
221 fs.writeFile(path.join(docPath, version + '.html'), html, util.pitch);
/plugin/struct/types/
H A DMedia.php62 $html = '';
66 $html = $R->internalmedia($value, null, null, $width, $height, null, 'direct', true);
72 $html = $R->externalmedia($value, null, null, $width, $height, null, 'direct', true);
82 $html = str_replace('href', "rel=\"lightbox$hash\" href", $html);
84 $R->doc .= $html;
98 * @return string html
114 $html = "<input $attributes />";
115 $html .= "<button type=\"button\" class=\"struct_media\">";
116 $html
[all...]
/plugin/geonav/server/
H A Dget_state.php14 $html = '<h1> '.ucwords($topic).'</h1>'; variable
15 $html .= '<h2 class="indent">' . $q . "</h2>";
44 $html .= $wikiData;
46 …$html .= '<p>'. htmlentities($exploreErrors['editPg']['en'], ENT_NOQUOTES) . htmlentities($explor…
47 …$html .= '<br /><p><a href="doku.php?id='.$path.'"><input type="button" class="button" value="Go …
48 $html .= htmlentities($exploreErrors['update']['en'], ENT_NOQUOTES);
50 echo $html;
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code10 * http://www.gnu.org/licenses/gpl.html
13 * http://www.gnu.org/licenses/lgpl.html
16 * http://www.mozilla.org/MPL/MPL-1.1.html
57 LOCAL html
62 html = [<div>]
71html = html + [<input type="hidden" id="]+THIS.cInstanceName +[" name="]+THIS.cInstanceName +[" va…
74html = html + [<input type="hidden" id="]+THIS.cInstanceName +[___Config" value="]+THIS.GetConfigF…
77html = html + [<iframe id="]+THIS.cInstanceName +[___Frame" src="]+lcLink+[" width="]+THIS.cWIDTH+…
91html = html + [<textarea name="]+THIS.cInstanceName +[" rows="4" cols="40" style="width: ]+WidthCS…
94 html = html + [</div>]
[all …]
/plugin/batchedit/
H A Dinterface.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
377 * Prepare wiki text to be displayed as html
380 $html = htmlspecialchars($text);
381 $html = str_replace("\n", '<br />', $html);
384 $html = '<span class="' . $highlight . '">' . $html . '</span>';
387 return $html;
538 $html = '<input type="text" class="be-edit" id="be-' . $name . 'edit"';
541 $html
[all...]
/plugin/combo/ComboStrap/
H A DHistoricalBreadcrumbMenuItem.php8 * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.en.html)
76 $linkAttributes["data{$dataAttributeNamespace}-html"] = "true";
96 $html = $this->createLink($actualPageId, $actualPageName, self::HISTORICAL_BREADCRUMB_NAME . "-home");
98 $html .= '<ol>' . PHP_EOL;
101 $html .= '<li>';
102 $html .= $this->createLink($id, $name);
103 $html .= '</li>' . PHP_EOL;
106 $html .= '</ol>' . PHP_EOL;
107 $html .= '</nav>' . PHP_EOL;
110 $linkAttributes["data{$dataAttributeNamespace}-content"] = $html;
[all...]
/plugin/wysiwyg/
H A Dscript.js131 var html = wysiwyg_pending[name];
132 oEditor.SetHTML(html);
157 html = '<div class="wysiwyg_view_' + name + ' wysiwyg_view">' + html;
161 page_blocks[i].innerHTML = html;
168 wysiwyg_send_to_page(html, name);
170 html = escape(html);
173 ajax.setVar('html',html);
183 var html = oEditor.GetXHTML();
184 wysiwyg_send_to_server(html, name);
204 var html = oEditor.GetXHTML();
[all …]
/plugin/structtemplate/_vagrant/
H A Dprovision_web_server.sh17 [[ -e /var/www/html/index.html ]] && sudo mv /var/www/html/index.html /var/www/html/apache.index.ht…
/plugin/schemadata/
H A Dsyntax.php98 $html = '<script type="text/javascript">'."\n".'/*<![CDATA[*/';
99 $html .= '(function($){
103 $html .= "'$doi';"; //for example 10.5284/1015681
104 $html .= 'if (doi === undefined) {return;}
123 $html.= '/*!]]>*/'."\n".'</script>'."\n";
124 $renderer->doc .= $html;
/plugin/mantisreporter/
H A Dsyntax.php133 $html = "<select name='priority'>";
141 $html .= '<option ';
143 $html .= 'selected ';
147 return $html . '</select>';
157 $html = "<select name='reporter'>";
163 $html .= '<option value="'.$reporter->id . '"';
166 $html .= ' selected=selected ';
168 $html .= '>'.$reporter->real_name.'</option>';
170 return $html . '</select>';
179 $html = "<select name='category'>";
[all …]
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
374 $html = $this->_printReferencesAsUnorderedList($citedKeys);
376 $html = $this->_printReferencesAsDefinitionlist($citedKeys);
378 return $html;
406 $html = $this->_printReferencesAsUnorderedList($notcitedKeys);
408 $html = $this->_printReferencesAsDefinitionlist($notcitedKeys);
410 return $html;
423 $html = '<ul class="bibtex_references">' . DOKU_LF;
426 $html .= '<li><div class="li" name="ref__' . $key . '" id="ref__'. $key . '">';
427 $html
[all...]
/plugin/rst/
H A Dsyntax.php181 $html = $doc->saveHTML();
182 $html = str_replace('<!DOCTYPE html>','',$html);
183 $html = preg_replace('/.+<body>/', '', $html);
184 $html = preg_replace('@</body>.*</html>@','', $html);
185 return $html;
/plugin/bureaucracy-au/helper/
H A Dactionmail.php100 $html = $text = '';
110 list($html, $text) = $this->mail_buildRow($label);
114 list($html, $text) = $this->mail_buildRow($label);
129 list($html, $text) = $this->mail_buildRow($label, $message);
144 list($html, $text) = $this->mail_buildRow($label, $value);
150 $table_html .= $html;
167 $html = '<tr><td colspan="2"><u>'.hsc($column1).'<u></td></tr>';
173 return array($html, $text);
183 $html = '';
190 $html = $matches[2][$index];
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckeditingarea.js41 FCKEditingArea.prototype.Start = function( html, secondCall ) argument
76 html = html.replace( /(<base[^>]*?)\s*\/?>(?!\s*<\/base>)/gi, '$1></base>' ) ;
83 var oMatchBefore = html.match( FCKRegexLib.BeforeBody ) ;
84 var oMatchAfter = html.match( FCKRegexLib.AfterBody ) ;
88 var sBody = html.substr( oMatchBefore[1].length,
89html.length - oMatchBefore[1].length - oMatchAfter[1].length ) ; // This is the BODY tag contents.
91 html =
104 this._BodyHTML = html ; // Invalid HTML input.
117 oDoc.write( html ) ;
124 this.Start( html, true ) ;
[all …]
H A Dfckdataprocessor.js71 var html =
80 html += ' style="overflow-y: scroll"' ;
82 html += '><head><title></title></head>' +
87 return html ;
115 FixHtml : function( html ) argument
117 return html ;
/plugin/bureaucracyau/helper/
H A Dactionmail.php100 $html = $text = '';
110 list($html, $text) = $this->mail_buildRow($label);
114 list($html, $text) = $this->mail_buildRow($label);
129 list($html, $text) = $this->mail_buildRow($label, $message);
144 list($html, $text) = $this->mail_buildRow($label, $value);
150 $table_html .= $html;
167 $html = '<tr><td colspan="2"><u>'.hsc($column1).'<u></td></tr>';
173 return array($html, $text);
183 $html = '';
190 $html = $matches[2][$index];
[all …]
/plugin/bureaucracy/helper/
H A Dactionmail.php109 $html = $text = '';
119 list($html, $text) = $this->mail_buildRow($label);
123 list($html, $text) = $this->mail_buildRow($label);
138 list($html, $text) = $this->mail_buildRow($label, $message);
153 list($html, $text) = $this->mail_buildRow($label, $value);
159 $table_html .= $html;
176 $html = '<tr><td colspan="2"><u>'.hsc($column1).'<u></td></tr>';
182 return array($html, $text);
192 $html = '';
199 $html = $matches[2][$index];
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dinclude.rst9 {% include 'header.html' %}
11 {% include 'footer.html' %}
32 {% set content = include('template.html') %}
47 {% include 'template.html' with {'foo': 'bar'} %}
50 {% include 'template.html' with vars %}
57 {% include 'template.html' with {'foo': 'bar'} only %}
62 {% include 'template.html' only %}
75 {% include ajax ? 'ajax.html' : 'not_ajax.html' %}
99 {% include 'sidebar.html' ignore missing %}
101 {% include 'sidebar.html' ignore missing only %}
[all …]
/plugin/include/_test/
H A Dlocallink_conversion.test.php33 $html = p_wiki_xhtml('test:includefirst');
34 $this->assertStringContainsString('href="'.wl('included').'#jump"', $html);
35 $this->assertStringNotContainsString('href="#jump"', $html);
39 $html = p_wiki_xhtml('test:includefull');
40 $this->assertStringContainsString('href="#jump"', $html);

12345678910>>...75