Home
last modified time | relevance | path

Searched refs:div (Results 426 – 450 of 1132) sorted by path

1...<<11121314151617181920>>...46

/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dlang2fonts.css266 :lang("dv"), :lang("div") { /* Divehi; Maldivian THAANA */
H A Dmpdf.css20 div.mpdf_index_main {
25 div.mpdf_index_entry {
30 div.mpdf_index_letter {
47 div.mpdf_toc {
57 div.mpdf_toc_level_0 { /* Whole line level 0 */
70 div.mpdf_toc_level_1 { /* Whole line level 1 */
84 div.mpdf_toc_level_2 { /* Whole line level 2 */
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php12783 $oddhtml = '<div style="margin: 0; color: #000000; ';
12804 $oddhtml .= 'text-align: right; ">' . $Harray . '</div>';
12805 $evenhtml = '<div style="margin: 0; color: #000000; ';
12826 $evenhtml .= 'text-align: left; ">' . $Harray . '</div>';
12928 $oddhtml = '<div style="margin: 0; color: #000000; ';
12949 $oddhtml .= 'text-align: right; ">' . $Farray . '</div>';
12951 $evenhtml = '<div style="margin: 0; color: #000000; ';
12972 $evenhtml .= 'text-align: left; ">' . $Farray . '</div>';
13915 // Called externally or interally via <div style="position: [fixed|absolute]">
13958 // $bbox_ Bounding box is the <div> whic
16536 _setDashBorder($style, $div, $cp, $side) global() argument
[all...]
/plugin/dwcommits/
H A Dadmin.php334 ptln('<div class="dwc_msgareatop">');
393 ptln('<br /><div class="dwc_msgareatop" id="dwc_msgareatop">');
H A Dscript.js4 function dwc_toggle_div(div) { argument
6 var d = document.getElementById(div);
28 function dwc_toggle_info(div) { argument
29 var status = dwc_toggle_div(div);
H A Dstyle.css1 div.dwc_msgarea {
7 div.dwc_msgareatop, div.dwc_advancedtop { font-weight:bold; padding-top: 1px; padding-bottom: 4px;…
8 div.dwc_msgareatop { text-align: center; }
12 div.dwc_box {
29 div.dwc_help_btn, div.closer { text-align: right; padding-right: 150px; }
30 div.closer { padding-bottom: 1em; }
/plugin/editions/
H A Dstyle.css3 body .dokuwiki div.page {
/plugin/editsections/
H A Dall.css14 body div.dokuwiki div.secedit {
18 body div.dokuwiki div.secedit input.button {
23 body div.dokuwiki h0 {
/plugin/editsections2/
H A Dstyle.css8 html.js body div.dokuwiki div.editbutton_section input.button {
12 body div.dokuwiki div.secedit input.button,
13 body div.dokuwiki div.editbutton_section input.button {
17 body div.dokuwiki div.editbutton_table input.button {
/plugin/edittable/less/
H A Dcontextmenu.less7 div.htItemWrapper {
56 & div {
73 td.htSeparator div {
H A Deditbutton.less2 .dokuwiki div.editbutton_table {
8 form div.no button,
9 form div.no input.button {
H A Deditor.less37 div.picker {
/plugin/edittable/lib/
H A Dhandsontable.full.js23940 div.className += ' hidden';
23942 style = div.style;
23947 this.main.appendChild(div);
48701 var div = document.createElement('div');
48704 div.className = 'relative';
48708 div.appendChild(span);
48709 TH.appendChild(div);
48731 var div = document.createElement('div');
48734 div.className = 'relative';
48738 div.appendChild(span);
[all …]
H A Dhandsontable.less124 .handsontable div {
966 .htMobileEditorContainer .positionControls > div {
972 .htMobileEditorContainer .positionControls > div:after {
1126 .htContextMenu table tbody tr td div span.selected {
/plugin/edittable/
H A Dprint.less1 .dokuwiki div.editbutton_table {
/plugin/edittable/renderer/
H A Dinverse.php570 foreach(array('d' => 86400, 'h' => 3600, 'm' => 60) as $p => $div) {
571 $res = $params['refresh'] / $div;
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ku/
H A Dku.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wa/
H A Dwa.txt
/plugin/emoji/script/
H A Djquery.textcomplete.js1448 var div = document.createElement('div');
1449 div.id = 'input-textarea-caret-position-mirror-div';
1450 document.body.appendChild(div);
1452 var style = div.style;
1478 div.textContent = element.value.substring(0, position);
1481 div.textContent = div.textContent.replace(/\s/g, '\u00a0');
1490 div.appendChild(span);
1500 document.body.removeChild(div);
/plugin/encryptedpasswords/script/
H A DGUI.js12 const div = document.createElement('div');
13 div.className = 'encryptedpasswords-toast ' + className;
14 div.innerText = msg;
15 document.body.appendChild(div);
18 document.body.removeChild(div);
36 let $dialog = jQuery('<div class="encryptedpasswords-prompt">' +
40 '</div>'
/plugin/enforcesummary/
H A Dstyle.css1 div#plugin_enforcesummary_wrapper {
5 div#plugin_enforcesummary_wrapper .li {
/plugin/eventline/
H A Dscript.js5 function setupFilterHighlightControls(div, timeline, bandIndices, theme) { argument
52 div.appendChild(table);
H A Dstyle.css2 div#eventlineplugin__timeline {
16 div#eventlineplugin__controls {
23 div#eventlineplugin__data {
H A Dsyntax.php173 …$R->doc .='<div id="eventlineplugin__timeline" class="eventlineplugin__class" style="height:'.$hei…
181 ….='<div id="eventlineplugin__data"> Go to <a title="' . $dataFile .'" class="wikilink1" href="' . …
185 $R->doc .='<div class="eventlineplugin__controls" id="eventlineplugin__controls"></div>';
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js266 var tags=jQuery.trim(elem).toLowerCase(),div=context.createElement("div");
268 div.innerHTML=wrap[1]+elem+wrap[2];
269 while(wrap[0]--){div=div.lastChild;
270 …le")&&tags.indexOf("<tbody")<0?div.firstChild&&div.firstChild.childNodes:wrap[1]=="<table>"&&tags.…
274 }}if(/^\s/.test(elem)){div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChil…
275 }}elem=jQuery.makeArray(div.childNodes);
759 …){if(status=="success"||status=="notmodified"){self.html(selector?jQuery("<div/>").append(res.resp…
1649 SimileAjax.DOM.createInputElement=function(A){var B=document.createElement("div");
1684 …{if(SimileAjax.DOM._cachedParent==null){SimileAjax.DOM._cachedParent=document.createElement("div");

1...<<11121314151617181920>>...46