Home
last modified time | relevance | path

Searched refs:html (Results 476 – 500 of 1859) sorted by relevance

1...<<11121314151617181920>>...75

/plugin/feedback/
H A Dscript.js43 $dialog.html('');
66 $dialog.html(result);
/plugin/emoji/script/
H A Djquery.textcomplete.js541 this.$el.html('');
776 var html = '';
784 html += datum.strategy.template(datum.value, datum.term);
785 html += '</a></li>';
787 return html;
796 this._$header.html(html);
806 this._$footer.html(html);
816 this._$noResultsMessage.html(html);
820 _renderContents: function (html) { argument
822 this._$footer.before(html);
[all …]
/plugin/indexmenu2/cms/templates/ClassicVerticalBlended/
H A Dlayout.css18 html>body ul.CmsListMenuClassicVerticalBlended li {
25 html>body ul.CmsListMenuClassicVerticalBlended a {
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest10.txt30 <html>
32 </html>
/plugin/bureaucracy-au/script/
H A Dfieldsets.js55 var fname = jQuery(this).find('span.bureaucracy_depends_fname').html(),
57 fvalue = (fvalue.length ? fvalue.html() : true);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.note-call.width.php4 function runPipeline($html) { argument
8 $pipeline->fetchers = array(new MyFetcherMemory($html, ""));
/plugin/indexmenu2/cms/templates/ClassicHorizontal/
H A Dlayout.css17 html>body ul.CmsListMenuClassicHorizontal li {
30 html>body ul.CmsListMenuClassicHorizontal a {
/plugin/bureaucracyau/script/
H A Dfieldsets.js55 var fname = jQuery(this).find('span.bureaucracyau_depends_fname').html(),
57 fvalue = (fvalue.length ? fvalue.html() : true);
/plugin/move/script/
H A Drename.js30 $dialog.html(
47 $dialog.html(result.error.msg);
/plugin/farmer/
H A Dadmin.php11 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
74 public function html()
93 $this->adminplugin->html();
81 public function html() { global() function in admin_plugin_farmer
/plugin/bureaucracy/script/
H A Dfieldsets.js55 var fname = jQuery(this).find('span.bureaucracy_depends_fname').html(),
57 fvalue = (fvalue.length ? fvalue.html() : true);
/plugin/issuelinks/script/
H A Dtooltip.js59 $div.html(response.data);
117 $tooltip.find('.assigneeAvatar').html(data.avatarHTML);
120 $tooltip.find('.labels').html(data.fancyLabelsHTML);
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js111 FCKeditor.prototype._InsertHtmlBefore = function( html, element ) argument
114 element.insertAdjacentHTML( 'beforeBegin', html ) ;
119 var oFragment = oRange.createContextualFragment( html );
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst10 Imagine we have a helper module that renders forms (called ``forms.html``):
27 {% import 'forms.html' as forms %}
42 {% from 'forms.html' import input as input_field, textarea %}
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php203 $html = $interpolated;
207 $html = p_render($mode, p_get_instructions($interpolated), $html_info);
211 $renderer->doc .= $html;
/plugin/combo/ComboStrap/
H A DFetcherMarkupWebcode.php138 $html = TemplateForWebPage::create()
146 $fetcherCache->storeCache($html);
147 return $html;
/plugin/tagging/script/
H A Dadmin.js83 actionDialog.html('');
102 taggedPagesDialog.html('');
146 taggedPagesDialog.html(response)
/plugin/sectiontoggle/
H A Dscript.js34 var text = jQuery(this).html();
44 if( typeof(jQuery(elem).next().html()) === 'undefined') return;
48 var hash = jQuery(elem).html().replace(/\s/g, "_");
61 if(SectionToggle.is_active && jQuery(elem).next().html().match(/\w/)) {
/plugin/codemirror/dist/modes/
H A Dphp.min.js1html,"",""));c.curState=c.php;return"meta"}if(c.pending=='"'||c.pending=="'"){while(!b.eol()&&b.ne…
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc33 type: 'html',
34html: '<div contenteditable="true" id="ckgedit_mswin" style="border: 2px solid #ddd; padding:3px; …
43 type: 'html',
44 html: editor.lang.msword.info,
59 type: 'html',
60html: "<div style='padding:40px;'><ol><li style='" +olstyle + "><span style='font-size:11pt'>"+ e…
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.memory.php72 function convert_to_pdf($html, $path_to_pdf, $base_path='') { argument
79 $pipeline->fetchers[] = new MyFetcherMemory($html, $base_path);
/plugin/bootswrapper/exe/help/
H A Dgrid.txt7 <code html><grid>
23 <code html><grid>
/plugin/cnmap/
H A Dsyntax.php111 $html_tpl = @file_get_contents(__DIR__."/tpl/".$data['provider'].".tpl.html");
112 $html = @vsprintf($html_tpl, $data);
113 $renderer->doc .= $html ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_upload.cfm12 * http://www.gnu.org/licenses/gpl.html
15 * http://www.gnu.org/licenses/lgpl.html
18 * http://www.mozilla.org/MPL/MPL-1.1.html
/plugin/passpolicy/
H A Daction.php92 $html = '<p class="passpolicy_hint">' . $passpolicy->explainPolicy() . '</p>';
94 $event->data->addHTML($html, ++$pos);
96 $event->data->insertElement(++$pos, $html);

1...<<11121314151617181920>>...75