Home
last modified time | relevance | path

Searched refs:inner (Results 1 – 25 of 228) sorted by relevance

12345678910

/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js94 inner = inner.replace(/&lt/gm,'<');
95 inner = inner.replace(/&gt/mg,'>');
100 inner = inner.replace(regex, function(m,n) {
106 inner = inner.replace(regex, function(m,n) {
112 inner = inner.replace(/&lt/gm,'<');
113 inner = inner.replace(/&gt/mg,'>');
115 inner = inner.replace(/<table.*?>/mg, "<table>");
117 inner = inner.replace(/<td.*?>/mg, "<td>");
125 inner = inner.replace(/style="[^>]+"/gm,"");
127 inner = inner.replace(/(<span\s*>)+/gm,"");
[all …]
H A Dmsword.js.unc94 inner = inner.replace(/&lt/gm,'<');
95 inner = inner.replace(/&gt/mg,'>');
100 inner = inner.replace(regex, function(m,n) {
106 inner = inner.replace(regex, function(m,n) {
112 inner = inner.replace(/&lt/gm,'<');
113 inner = inner.replace(/&gt/mg,'>');
115 inner = inner.replace(/<table.*?>/mg, "<table>");
117 inner = inner.replace(/<td.*?>/mg, "<td>");
125 inner = inner.replace(/style="[^>]+"/gm,"");
127 inner = inner.replace(/(<span\s*>)+/gm,"");
[all …]
/plugin/webdav/vendor/sabre/http/lib/
H A DRequestDecorator.php22 * @param RequestInterface $inner
26 $this->inner = $inner;
37 return $this->inner->getMethod();
49 $this->inner->setMethod($method);
60 return $this->inner->getUrl();
72 $this->inner->setUrl($url);
95 $this->inner->setAbsoluteUrl($url);
106 return $this->inner->getBaseUrl();
122 $this->inner->setBaseUrl($url);
145 return $this->inner->getPath();
[all …]
H A DMessageDecoratorTrait.php25 protected $inner; variable
37 return $this->inner->getBodyAsStream();
51 return $this->inner->getBodyAsString();
64 return $this->inner->getBody();
76 $this->inner->setBody($body);
89 return $this->inner->getHeaders();
101 return $this->inner->hasHeader($name);
123 return $this->inner->getHeader($name);
174 $this->inner->setHeaders($headers);
205 $this->inner->addHeaders($headers);
[all …]
H A DResponseDecorator.php22 * @param ResponseInterface $inner
24 function __construct(ResponseInterface $inner) { argument
26 $this->inner = $inner;
37 return $this->inner->getStatus();
51 return $this->inner->getStatusText();
68 $this->inner->setStatus($status);
81 return $this->inner->__toString();
/plugin/davcal/vendor/sabre/http/lib/
H A DRequestDecorator.php22 * @param RequestInterface $inner
26 $this->inner = $inner;
37 return $this->inner->getMethod();
49 $this->inner->setMethod($method);
60 return $this->inner->getUrl();
72 $this->inner->setUrl($url);
95 $this->inner->setAbsoluteUrl($url);
106 return $this->inner->getBaseUrl();
122 $this->inner->setBaseUrl($url);
145 return $this->inner->getPath();
[all …]
H A DMessageDecoratorTrait.php25 protected $inner; variable
37 return $this->inner->getBodyAsStream();
51 return $this->inner->getBodyAsString();
64 return $this->inner->getBody();
76 $this->inner->setBody($body);
89 return $this->inner->getHeaders();
101 return $this->inner->hasHeader($name);
123 return $this->inner->getHeader($name);
174 $this->inner->setHeaders($headers);
205 $this->inner->addHeaders($headers);
[all …]
H A DResponseDecorator.php22 * @param ResponseInterface $inner
24 function __construct(ResponseInterface $inner) { argument
26 $this->inner = $inner;
37 return $this->inner->getStatus();
51 return $this->inner->getStatusText();
68 $this->inner->setStatus($status);
81 return $this->inner->__toString();
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc99 inner = inner.replace(/&lt/gm,'<');
100 inner = inner.replace(/&gt/mg,'>');
105 inner = inner.replace(regex, function(m,n) {
115 inner = inner.replace(regex, function(m,n) {
120 inner = inner.replace(regex,"");
123 inner = inner.replace(/&lt/gm,'<');
124 inner = inner.replace(/&gt/mg,'>');
128 inner = inner.replace(/<td.*?>/mg, "<td>");
136 inner = inner.replace(/style="[^>]+"/gm,"");
138 inner = inner.replace(/(<span\s*>)+/gm,"");
[all …]
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageDecoratorTest.php7 protected $inner; variable in Sabre\\HTTP\\MessageDecoratorTest
12 $this->inner = new Request();
13 $this->outer = new RequestDecorator($this->inner);
22 $this->assertEquals('foo', $this->inner->getBodyAsString());
24 $this->assertEquals('foo', $this->inner->getBody());
56 $this->assertFalse($this->inner->hasHeader('a'));
59 $this->assertTrue($this->inner->hasHeader('a'));
61 $this->assertEquals('c', $this->inner->getHeader('A'));
68 $this->inner->getHeaderAsArray('A')
77 $this->assertNull($this->inner->getHeader('A'));
[all …]
H A DResponseDecoratorTest.php7 protected $inner; variable in Sabre\\HTTP\\ResponseDecoratorTest
12 $this->inner = new Response();
13 $this->outer = new ResponseDecorator($this->inner);
20 $this->assertEquals(201, $this->inner->getStatus());
22 $this->assertEquals('Created', $this->inner->getStatusText());
29 $this->inner->setStatus(201);
30 $this->inner->setBody('foo');
31 $this->inner->setHeader('foo', 'bar');
33 $this->assertEquals((string)$this->inner, (string)$this->outer);
H A DRequestDecoratorTest.php7 protected $inner; variable in Sabre\\HTTP\\RequestDecoratorTest
12 $this->inner = new Request();
13 $this->outer = new RequestDecorator($this->inner);
20 $this->assertEquals('FOO', $this->inner->getMethod());
28 $this->assertEquals('/foo', $this->inner->getUrl());
/plugin/blextra/
H A Dhelper.php53 'inner' => ''
59 'inner' => ''
65 'inner' => ''
71 'inner' => ''
77 'inner' => ''
83 'inner' => ''
89 'inner' => ''
95 'inner' => ''
101 'inner' => ''
107 'inner' => ''
[all …]
/plugin/codemirror/dist/modes/
H A Dyaml-frontmatter.min.js1inner:a.startState(g)}},copyState:function(b){return{state:b.state,inner:a.copyState(i(b),b.inner)…
H A Dyaml-frontmatter.min.js.map1inner","copyState","token","stream","match","end","sol","style","mode","blankLine"],"mappings":"CA…
/plugin/combo/resources/theme/default/components/css/
H A Dtooltip.css1 .tooltip-inner {
4 .tooltip-inner>p:last-child {
7 .tooltip-inner>h1,.tooltip-inner>h2,.tooltip-inner>h3,.tooltip-inner>h4,.tooltip-inner>h5,.tooltip-inner>h6 {
/plugin/autotooltip/
H A Dsyntax.php61 $inner = [];
65 preg_match('/<autott[^>]*>\s*([\s\S]+)\s*<\/autott>/', $match, $inner);
66 if (count($inner) < 1) {
69 $inner = $inner[1];
74 if (strchr($inner, '<') === FALSE) {
75 $parts = array_map(function($s) {return trim($s);}, explode('|', $inner));
90 preg_match('/<content>([\s\S]+)<\/content>/', $inner, $content);
91 preg_match('/<tip>([\s\S]+)<\/tip>/', $inner, $tip);
92 preg_match('/<title>([\s\S]+)<\/title>/', $inner,
[all...]
/plugin/mredirect/
H A Daction.php21 $all = rtrim(rawWiki($ID)); $inner = substr ($all, 2, -2);
22 …if (($all == '[[' . $inner . ']]') and (strpos ($inner, '[[') === false) and (strpos ($inner, ']]'…
23 if (!strpos ($inner, '://') === false) {
24 $url = $inner; # link is URL already
27 $parts = explode('|', $inner);
/plugin/ebnf/
H A Debnf.php151 $inner = render_node($node->firstChild, $lefttoright);
152 $w = imagesx($inner)+6*EBNF_U;
153 $h = imagesy($inner)+2*EBNF_U;
155 imagecopy($im, $inner, 3*EBNF_U, 2*EBNF_U, 0,0, imagesx($inner), imagesy($inner));
166 $inner = render_childs($node, $lefttoright);
168 $inner = array_reverse($inner);
169 $w = count($inner)*EBNF_
[all...]
/plugin/revealjs/css/theme/template/
H A Dmixins.scss21 @mixin radial-gradient( $outer, $inner, $type: circle ) { parameter
23 background: -moz-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
24 …gradient( radial, center center, 0px, center center, 100%, color-stop(0%,$inner), color-stop(100%,…
25 background: -webkit-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
26 background: -o-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
27 background: -ms-radial-gradient( center, $type cover, $inner 0%, $outer 100% );
28 background: radial-gradient( center, $type cover, $inner 0%, $outer 100% );
/plugin/prosemirror/action/
H A Dajax.php58 $inner = $INPUT->str('inner');
59 $responseData[$action] = $this->resolveInternalLink($inner, $ID);
64 $inner = $INPUT->str('inner');
65 list($shortcut, $reference) = explode('>', $inner);
130 protected function resolveInternalLink($inner, $curId) argument
132 if ($inner[0] === '#') {
133 return dokuwiki\plugin\prosemirror\parser\LocalLinkNode::resolveLocalLink($inner, $curId);
135 return \dokuwiki\plugin\prosemirror\parser\InternalLinkNode::resolveLink($inner,
[all...]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php291 $inner = new \ArrayObject(['inner1' => 'b', 'inner2' => 'c', 'inner3' => $deep]);
292 $outer = new \ArrayObject(['outer1' => 'a', 'outer2' => $inner]);
310 $inner = new \ArrayObject(['b', 'c', $deep]);
311 $outer = new \ArrayObject(['a', $inner]);
323 $inner = new \ArrayObject(['b', 'c', $deep]);
324 $outer = new \ArrayObject(['a', $inner]);
353 $inner = new \stdClass();
354 $inner->inner1 = 'b';
355 $inner->inner2 = 'c';
356 $inner->inner3 = $deep;
[all …]
/plugin/rating/
H A Dhelper.php55 * @param bool $inner used for AJAX updates
57 public function tpl($inner = false) { argument
73 if(!$inner) echo '<div class="plugin_rating">';
83 if(!$inner) echo '</div>';
/plugin/prosemirror/parser/
H A DLinkNode.php49 protected function getDefaultLinkSyntax($inner)
72 return $prefix . '[[' . $inner . $title . ']]' . $postfix;
84 $inner,
92 $linkNode->attr('data-inner', $inner);
47 getDefaultLinkSyntax($inner) global() argument
82 renderToJSON(\\renderer_plugin_prosemirror $renderer, $linktype, $inner, $name, $additionalAttributes = []) global() argument
/plugin/indobible/
H A Dstyle.css4 .tooltip-inner {
11 .tooltip-inner {

12345678910