Home
last modified time | relevance | path

Searched refs:box (Results 151 – 175 of 931) sorted by relevance

12345678910>>...38

/plugin/autoincludeindex/
H A Dtemplate.tpl3 <box 100% round blue>
7 </box>
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php218 function _find(&$box) { argument
234 $box->parent =& $this;
261 function add_child(&$box) { argument
262 $this->append_child($box);
265 function append_child(&$box) { argument
270 if ($box) {
271 $box->parent =& $this;
272 $this->content[] =& $box;
342 if ($this->is_first($box)) {
1030 function remove(&$box) { argument
[all …]
H A Dflow_context.class.inc.php11 function add_absolute_positioned(&$box) { argument
12 $this->absolute_positioned[] =& $box;
15 function add_fixed_positioned(&$box) { argument
16 $this->fixed_positioned[] =& $box;
327 function push_viewport(&$box) { argument
328 array_unshift($this->viewport, $box);
H A Dstrategy.page.break.smart.php7 function run(&$pipeline, &$media, &$box) { argument
8 $page_heights = PageBreakLocator::get_pages($box,
H A Dstrategy.page.break.simple.php7 function run(&$pipeline, &$media, &$box) { argument
8 $num_pages = ceil($box->get_height() / mm2pt($media->real_height()));
H A Dinline.content.builder.nowrap.php15 function build(&$box, $raw_content, &$pipeline) { argument
18 $box->process_word($this->collapse_whitespace($raw_content), $pipeline);
H A Dbox.checkbutton.php67 $box =& new CheckBox($root->has_attribute('checked'),
70 $box->readCSS($pipeline->get_current_css_state());
71 $box->setup_dimensions();
72 return $box;
H A Dbox.br.php60 $box =& new BRBox();
61 $box->readCSS($pipeline->get_current_css_state());
62 return $box;
H A Dvalue.text-indent.class.php12 function calculate(&$box) { argument
15 return $box->get_width() * $this->raw_value[0] / 100;
H A Dbox.select.php48 $box =& new SelectBox($name, $value, $options);
49 $box->readCSS($pipeline->get_current_css_state());
50 $box->setup_content($content, $pipeline);
52 return $box;
/plugin/advrack/
H A Dstyle.css27 box-shadow: none;
263 -webkit-box-shadow: 0 0 3px #333;
264 -moz-box-shadow: 0 0 3px #333;
265 box-shadow: 0 0 3px #333;
317 -webkit-box-shadow: 0 0 12px #333;
318 -moz-box-shadow: 0 0 12px #333;
319 box-shadow: 0 0 12px #333;
353 box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
472 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
473 -webkit-background-clip: padding-box;
[all …]
/plugin/shell/
H A DP0wnyShell.css36 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
42 box-shadow: 0 0 5px rgba(0, 0, 0, .3);
115 box-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
138 box-sizing: border-box;
/plugin/combo/resources/theme/default/components/css/
H A Dshadow.css2 box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
7 transition-property: color, box-shadow;
H A Dlazy-load-spinner.css7 box-sizing: border-box;
/plugin/boxwh/boxwh/
H A Dsyntax.php74 $this->Lexer->addEntryPattern('<box>(?=.*?</box.*?>)',$mode,'plugin_box');
/plugin/quizlib/
H A Dstyle.css34 box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.15);
53 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
59 box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3);
/plugin/confmanager/
H A Dstyle.css53 box-shadow: inset 0 0 .5em #CCC;
70 box-shadow: inset 0 0 .5em #CCC;
99 -moz-box-shadow: inset 0 0 15px #f00;
100 -webkit-box-shadow: inset 0 0 15px #f00;
101 box-shadow: inset 0 0 15px #f00;
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css102 box-shadow: 0px 2px 10px #ff0;
117 box-sizing: border-box;
135 font: message-box;
233 box-shadow: 0px 2px 5px #888;
238 font: message-box;
291 background-clip: content-box;
433 font: message-box;
1042 background-clip: padding-box;
1376 box-sizing: border-box;
2063 box-sizing: border-box;
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php224 * @param string $box The page boundary to import. Default set to PageBoundaries::CROP_BOX.
234 public function importPage($pageNumber, $box = PageBoundaries::CROP_BOX, $groupXObject = true) argument
246 $box = \ltrim($box, '/');
247 if (!PageBoundaries::isValidName($box)) {
249 \sprintf('Box name is invalid: "%s"', $box)
253 $pageId .= '|' . $box;
262 $bbox = $page->getBoundary($box);
265 \sprintf("Page doesn't have a boundary box (%s).", $box),
[all...]
/plugin/slider/
H A Dstyle.css39 -moz-box-shadow: none;
40 -webkit-box-shadow: none;
41 box-shadow: none;
/plugin/syntaxhighlighter3/
H A Dall.css1 /* Hide box shadow */
12 box-shadow: none;
/plugin/godiag/
H A Dsyntax.php482 $box = imagettfbbox($this->style['ttfont_sz'], 0, $this->style['ttfont'], $str);
483 $basex=$x - intval(abs($box[2]-$box[0])+1)/2 - $box[0];
490 $box = imagettfbbox($this->style['ttfont_sz'], 0, $this->style['ttfont'], $str);
491 $basex = $x - intval(abs($box[2]-$box[0])+1)/2 - $box[0];
505 $box = imagettfbbox($this->style['ttfont_sz'], 0, $this->style['ttfont'], $str);
509 $basex=$x - intval(abs($box[2]-$box[0])+1)/2 - $box[0];
530 $box = imagettfbbox($this->style['ttfont_sz'], 0, $this->style['ttfont'], '1');
532 $this->style['sm_offs'] = ($box2[2]-$box[1]) - ($box[2]-$box[0]) - 1;
534 $box = imagettfbbox($this->style['ttfont_sz'], 0, $this->style['ttfont'], 'a');
535 $this->style['minusc_voffs'] = (-$box[5])/2+1;
[all …]
/plugin/settingstree/
H A Dstyle.css54 box-sizing: border-box;
64 box-sizing: border-box;
227 box-sizing: border-box;
230 #settingstree_export_popup_container > .settingstree_export_popup_layer{ /* box that contains the p…
236 box-shadow: 2px 1px 4px #000;
258 box-shadow: 1px 0px 2px #000;
/plugin/datatables/assets/datatables.net-plugins/features/searchPane/
H A DdataTables.searchPane.min.css
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-literal-expression.css38 box-sizing: border-box;
86 box-sizing: border-box;
99 box-sizing: border-box;
125 box-sizing: border-box;

12345678910>>...38