Searched refs:wrapper (Results 1 – 9 of 9) sorted by relevance
/dokuwiki/lib/tpl/dokuwiki/css/ |
H A D | structure.less | 44 #dokuwiki__site .wrapper {
|
H A D | design.less | 331 .dokuwiki .wrapper {
|
/dokuwiki/inc/ |
H A D | parserutils.php | 780 * @param string $wrapper html element to wrap the returned highlighted text 786 function p_xhtml_cached_geshi($code, $language, $wrapper = 'pre', ?array $options = null) argument 824 if ($wrapper) { 825 return "<$wrapper class=\"code $language\">$highlighted_code</$wrapper>";
|
H A D | template.php | 698 * @param string|bool $wrapper HTML element wrapper 708 function tpl_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', … argument 717 if ($out && $wrapper) $out = "<$wrapper>$out</$wrapper>";
|
H A D | Mailer.class.php | 216 $wrapper = rawLocale('mailwrap', 'html'); 219 $html = str_replace('@HTMLBODY@', $html, $wrapper);
|
/dokuwiki/_test/core/ |
H A D | phpQuery-onefile.php | 2601 public function wrapAllOld($wrapper) { argument 2602 $wrapper = pq($wrapper)->_clone(); 2603 if (! $wrapper->length() || ! $this->length() ) 2605 $wrapper->insertBefore($this->elements[0]); 2606 $deepest = $wrapper->elements[0]; 2619 public function wrapAll($wrapper) { argument 2622 return phpQuery::pq($wrapper, $this->getDocumentID()) 2662 public function wrap($wrapper) { argument 2664 phpQuery::pq($node, $this->getDocumentID())->wrapAll($wrapper); 2684 public function wrapInner($wrapper) { argument [all …]
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Parser.php | 157 $wrapper = @is_writable(sys_get_temp_dir()) ? 'php://temp' : 'php://memory'; 158 if (($stream = fopen($wrapper, 'r+')) &&
|
/dokuwiki/_test/ |
H A D | composer.lock | 10 "name": "scotteh/php-dom-wrapper", 14 "url": "https://github.com/scotteh/php-dom-wrapper.git", 19 …"url": "https://api.github.com/repos/scotteh/php-dom-wrapper/zipball/351e9c635c9aa65c8cedaeefcac3a… 54 …"description": "Simple DOM wrapper to select nodes using either CSS or XPath expressions and manip… 55 "homepage": "https://github.com/scotteh/php-dom-wrapper", 61 "wrapper" 64 "issues": "https://github.com/scotteh/php-dom-wrapper/issues", 65 "source": "https://github.com/scotteh/php-dom-wrapper/tree/2.0.5"
|
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
H A D | smoothness.css | 125 .ui-menu .ui-menu-item-wrapper { 145 .ui-menu-icons .ui-menu-item-wrapper {
|