Home
last modified time | relevance | path

Searched refs:container (Results 526 – 550 of 601) sorted by last modified time

1...<<2122232425

/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcgui.js402 var container = $('pfc_smileys');
422 container.appendChild(img);
423container.appendChild(document.createTextNode(' ')); // so smileys will wrap fine if lot of smiles…
H A Dprototype.js1427 initialize: function($super, container, url, options) { argument
1428 this.container = { class in AnonymousFunction15cb1ccba000
1429 success: (container.success || container),
1430 failure: (container.failure || (container.success ? null : container))
1444 var receiver = this.container[this.success() ? 'success' : 'failure'],
1463 initialize: function($super, container, url, options) { argument
1471 this.container = container;
1499 this.updater = new Ajax.Updater(this.container, this.url, this.options);
/plugin/orgchart/
H A Dscript.js11 function drawChart(rows, container) { argument
16 var chart = new google.visualization.OrgChart(container);
/plugin/settingstree/
H A Dstyle.css222 #settingstree_grayout > #settingstree_export_popup_container{ /* container helper to positioning */
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog150 * Fixed: bottom margins were incorrectly collapsed when container
596 off the right container edge
701 used inside container with 'position: fixed;'
1633 * box.container.php: fixed bug 1247902 - (PDFLIB) complicated
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.containing.block.absolute.php30 $container =& $tree->get_element_by_id('container');
32 $this->assertEqual($block->get_top_margin(), $container->get_top_padding() - mm2pt(3));
33 $this->assertEqual($block->get_left_margin(), $container->get_left_padding() + mm2pt(2));
/plugin/advrack/
H A Djquery.qtip.js167 .appendTo(posOptions.container)
706 container = posOptions.container,
718 doc = container[0].ownerDocument,
895 if(!container[0]) { return pos; }
899 parent = container[0],
1647 this.options.position.container[0],
1702 if(!posOptions.container.length) { posOptions.container = docBody; }
1710 posOptions.container = posOptions.container.eq(0);
1920 container: FALSE, property in QTIP.defaults.position
2942 container = posOptions.container,
[all …]
H A Draphael.js2732 var container;
2740 container: container,
2741 width: container.style.pixelWidth || container.offsetWidth,
2742 height: container.style.pixelHeight || container.offsetHeight
2746 container: container,
2753 container: 1,
6982 container = con && con.container,
7010 container.insertBefore(cnvs, container.firstChild);
7020 container._left = container._top = 0;
8040 container = con.container,
[all …]
/plugin/dokumicrobugtracker/css/
H A Ddemo_page.css14 #dt_example #container {
/plugin/exttab2/
H A Dsyntax.php69 function getType(){ return 'container';}
73 return array('container', 'formatting', 'substition', 'disabled', 'protected');
/plugin/showif/
H A Dsyntax.php52 function getType(){ return 'container'; }
55 'container',
H A Dsyntax.php.alternative.version66 function getType(){ return 'container'; } //was formatting
69 'container',
/plugin/aceeditor/
H A Dbuild.js1container.getBoundingClientRect(),u=s.computedStyle(t.container),a=o.top+(parseInt(u.borderTopWidt…
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js67 …ry.browser.msie&&!jQuery.isXMLDoc(this)){var clone=this.cloneNode(true),container=document.createE…
68 container.appendChild(clone);
69 return jQuery.clean([container.innerHTML])[0];
/plugin/eventline/timeline_ajax/styles/
H A Dgraphics.css1 div.simileAjax-bubble-container {
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.css165 }.timeline-container {
178 .timeline-message-container {
/plugin/bliki/
H A Dsyntax.php46 … return array('container', 'formatting', 'substition', 'protected', 'disabled', 'paragraphs');
/plugin/tindexmenu/
H A Dscript.js32 function indexmenu_ajaxmenu(get,picker,btn,container,oncomplete) { argument
34 if (container) {
35 indx_list = container;
/plugin/contactmodern/
H A Dsyntax.php60 return 'container';
/plugin/facebooklike/
H A Dsyntax.php51 return 'container';
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js28 container.appendChild(node);};Syntax.Match.prototype.reduce=function(append,process){var start=this…
29 container.className+=' ';container.className+=this.expression.klass;}
31 …substr(start-this.offset,end-start);append(text,container);append(child.reduce(append,process),con…
33 if(process){container=process(container,this);}
34 return container;};Syntax.Match.prototype.canContain=function(match){if(match.expression.force){ret…
101 …reduce(null,function(container,match){if(match.expression){if(match.expression.process){container=… argument
102 …expression.owner.processes[match.expression.klass];if(process){container=process(container,match,o…
103 return container;});html.appendChild(line);}
113 if(brush.postprocess){html=brush.postprocess(options,html,container);}
114 if(callback){html=callback(options,html,container);}
[all …]
H A Djquery.syntax.layout.editor.js5 Syntax.Editor=function(container,text){this.container=container;this.current=this.getLines();} argument
6 Syntax.Editor.prototype.getLines=function(){var children=this.container.childNodes,lines=[],offsets…
19 …=this.current.offsets[end];var oldLines=Array.prototype.slice.call(this.container.childNodes,start…
20 $(this.container).prepend(newLines);else{var start=changed.start;start+=this.current.offsets[start]…
25 ….getRangeAt(0);if(state.range){state.startOffset=Syntax.Editor.getCharacterOffset(this.container);}
26container);var range=document.createRange();range.setStart(nodes[0][0],state.startOffset-nodes[0][…
27 …tState);});}};container.bind('keyup',function(){updateContainer();});container.bind('paste',functi…
28 …d('insertHTML',false,"\n");}});return jQuery('<div class="syntax-container">').append(container);};
H A Djquery.syntax.layout.plain.js5 Syntax.layouts.plain=function(options,code,container){var toolbar=jQuery('<div class="toolbar">');v… argument
H A Djquery.syntax.layout.table.js5container){var table=jQuery('<table class="syntax highlighted"></table>'),tr=null,td=null,a=null,l… argument
H A Djquery.syntax.layout.inline.js5container){var inline=jQuery('<code class="syntax highlighted"></code>');inline.append(code.childr… argument

1...<<2122232425