/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/ |
D | msword.js | 93 var inner = data_id.innerHTML; 94 inner = inner.replace(/</gm,'<'); 95 inner = inner.replace(/>/mg,'>'); 100 inner = inner.replace(regex, function(m,n) { 106 inner = inner.replace(regex, function(m,n) { 112 inner = inner.replace(/</gm,'<'); 113 inner = inner.replace(/>/mg,'>'); 114 inner = inner.replace(/<table\s+class=.*?>/mg, "<table>"); 115 inner = inner.replace(/<table.*?>/mg, "<table>"); 116 inner = inner.replace(/<tr.*?>/mg, "<tr>"); [all …]
|
D | msword.js.unc | 93 var inner = data_id.innerHTML; 94 inner = inner.replace(/</gm,'<'); 95 inner = inner.replace(/>/mg,'>'); 100 inner = inner.replace(regex, function(m,n) { 106 inner = inner.replace(regex, function(m,n) { 110 // alert("START\n" +inner +"\nSTOP"); 112 inner = inner.replace(/</gm,'<'); 113 inner = inner.replace(/>/mg,'>'); 114 inner = inner.replace(/<table\s+class=.*?>/mg, "<table>"); 115 inner = inner.replace(/<table.*?>/mg, "<table>"); [all …]
|
/plugin/webdav/vendor/sabre/http/lib/ |
D | RequestDecorator.php | 22 * @param RequestInterface $inner 24 function __construct(RequestInterface $inner) { argument 26 $this->inner = $inner; 37 return $this->inner->getMethod(); 49 $this->inner->setMethod($method); 60 return $this->inner->getUrl(); 72 $this->inner->setUrl($url); 83 return $this->inner->getAbsoluteUrl(); 95 $this->inner->setAbsoluteUrl($url); 106 return $this->inner->getBaseUrl(); [all …]
|
D | MessageDecoratorTrait.php | 25 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); 140 return $this->inner->getHeaderAsArray($name); 157 $this->inner->setHeader($name, $value); [all …]
|
D | ResponseDecorator.php | 22 * @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/ |
D | RequestDecorator.php | 22 * @param RequestInterface $inner 24 function __construct(RequestInterface $inner) { argument 26 $this->inner = $inner; 37 return $this->inner->getMethod(); 49 $this->inner->setMethod($method); 60 return $this->inner->getUrl(); 72 $this->inner->setUrl($url); 83 return $this->inner->getAbsoluteUrl(); 95 $this->inner->setAbsoluteUrl($url); 106 return $this->inner->getBaseUrl(); [all …]
|
D | MessageDecoratorTrait.php | 25 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); 140 return $this->inner->getHeaderAsArray($name); 157 $this->inner->setHeader($name, $value); [all …]
|
D | ResponseDecorator.php | 22 * @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/ |
D | msword.js.unc | 98 var inner = data_id.innerHTML; 99 inner = inner.replace(/</gm,'<'); 100 inner = inner.replace(/>/mg,'>'); 105 inner = inner.replace(regex, function(m,n) { 109 if(inner.match(/<img/)) { 110 inner = inner.replace(/<img\s/, '<img alt=\"msword\" '); 111 editor.insertHtml(inner); 112 inner = ""; 115 inner = inner.replace(regex, function(m,n) { 120 inner = inner.replace(regex,""); [all …]
|
/plugin/davcal/vendor/sabre/http/tests/HTTP/ |
D | MessageDecoratorTest.php | 7 protected $inner; variable in Sabre\\HTTP\\MessageDecoratorTest 12 $this->inner = new Request(); 13 $this->outer = new RequestDecorator($this->inner); 20 $this->assertEquals('foo', stream_get_contents($this->inner->getBodyAsStream())); 22 $this->assertEquals('foo', $this->inner->getBodyAsString()); 24 $this->assertEquals('foo', $this->inner->getBody()); 35 $this->assertEquals(['a' => ['b']], $this->inner->getHeaders()); 42 $this->assertEquals(['a' => ['b'], 'c' => ['d']], $this->inner->getHeaders()); 49 $this->assertEquals(['a' => ['b'], 'c' => ['d'], 'e' => ['f']], $this->inner->getHeaders()); 56 $this->assertFalse($this->inner->hasHeader('a')); [all …]
|
D | ResponseDecoratorTest.php | 7 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);
|
D | RequestDecoratorTest.php | 7 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/ |
D | helper.php | 53 'inner' => '' 59 'inner' => '' 65 'inner' => '' 71 'inner' => '' 77 'inner' => '' 83 'inner' => '' 89 'inner' => '' 95 'inner' => '' 101 'inner' => '' 107 'inner' => '' [all …]
|
/plugin/codemirror/dist/modes/ |
D | yaml-frontmatter.min.js | 1 …inner:a.startState(g)}},copyState:function(b){return{state:b.state,inner:a.copyState(i(b),b.inner)…
|
D | yaml-frontmatter.min.js.map | 1 …inner","copyState","token","stream","match","end","sol","style","mode","blankLine"],"mappings":"CA…
|
/plugin/combo/resources/theme/default/components/css/ |
D | tooltip.css | 1 .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-…
|
/plugin/autotooltip/ |
D | syntax.php | 61 $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, $title);
|
/plugin/ebnf/ |
D | ebnf.php | 159 $inner = render_node($node->firstChild, $lefttoright); 160 $w = imagesx($inner)+6*EBNF_U; 161 $h = imagesy($inner)+2*EBNF_U; 163 imagecopy($im, $inner, 3*EBNF_U, 2*EBNF_U, 0,0, imagesx($inner), imagesy($inner)); 174 $inner = render_childs($node, $lefttoright); 176 $inner = array_reverse($inner); 177 $w = count($inner)*EBNF_U-EBNF_U; $h = 0; 178 for ($i = 0; $i<count($inner); $i++) { 179 $w += imagesx($inner[$i]); 180 $h = max($h, imagesy($inner[$i])); [all …]
|
/plugin/mredirect/ |
D | action.php | 21 $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/revealjs/css/theme/template/ |
D | mixins.scss | 21 @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/ |
D | ajax.php | 57 $inner = $INPUT->str('inner'); 58 $responseData[$action] = $this->resolveInternalLink($inner, $ID); 61 $inner = $INPUT->str('inner'); 62 [$shortcut, $reference] = explode('>', $inner); 121 protected function resolveInternalLink($inner, $curId) argument 123 if ($inner[0] === '#') { 124 return LocalLinkNode::resolveLocalLink($inner, $curId); 126 return InternalLinkNode::resolveLink($inner, $curId);
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/ |
D | DumperTest.php | 291 $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/asciidocjs/node_modules/babel-runtime/helpers/ |
D | asyncGeneratorDelegate.js | 19 exports.default = function (inner, awaitWrap) { argument 26 resolve(inner[key](value)); 51 if (typeof inner.throw === "function") { 62 if (typeof inner.return === "function") {
|
/plugin/rating/ |
D | helper.php | 55 * @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/ |
D | LinkNode.php | 48 protected function getDefaultLinkSyntax($inner) argument 71 return $prefix . '[[' . $inner . $title . ']]' . $postfix; 83 $inner, argument 91 $linkNode->attr('data-inner', $inner);
|