Home
last modified time | relevance | path

Searched refs:inner (Results 201 – 225 of 228) sorted by path

12345678910

/plugin/prosemirror/parser/
H A DInternalLinkNode.php11 return $this->getDefaultLinkSyntax($this->attrs['data-inner']);
41 public static function resolveLink($inner, $curId) {
43 $parts = explode('?', $inner, 2);
39 resolveLink($inner, $curId) global() argument
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
H A DTextNode.php115 $inner = $this->getInnerSyntax();
117 return $prefix . $inner . $postfix;
/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/revealjs/css/
H A Dreveal.css1372 .reveal > .overlay.overlay-preview.loaded .viewport-inner {
1398 .reveal > .overlay.overlay-help .viewport .viewport-inner {
1405 .reveal > .overlay.overlay-help .viewport .viewport-inner .title {
1408 .reveal > .overlay.overlay-help .viewport .viewport-inner table {
1413 .reveal > .overlay.overlay-help .viewport .viewport-inner table th,
1414 .reveal > .overlay.overlay-help .viewport .viewport-inner table td {
1420 .reveal > .overlay.overlay-help .viewport .viewport-inner table th {
H A Dreveal.scss1493 .reveal > .overlay.overlay-preview.loaded .viewport-inner {
1521 .reveal > .overlay.overlay-help .viewport .viewport-inner {
1529 .reveal > .overlay.overlay-help .viewport .viewport-inner .title {
1533 .reveal > .overlay.overlay-help .viewport .viewport-inner table {
1539 .reveal > .overlay.overlay-help .viewport .viewport-inner table th,
1540 .reveal > .overlay.overlay-help .viewport .viewport-inner table td {
1547 .reveal > .overlay.overlay-help .viewport .viewport-inner table th {
/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/scrape/
H A Dsyntax.php55 $inner = false;
58 $inner = true;
65 'inner' => $inner
166 if ($data['inner']) {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js605 var inner = function(){ return 'Hello '; }; function
607 obj.hi = _.wrap(inner, function(fn){ return fn() + this.name; });
/plugin/siteexport/
H A DREADME.md76 Adds the option for renderes to only export the inner body other than exporting the whole page.
/plugin/strata/
H A Dmanual.txt261 It is possible to use both variables and literals for left and right, but there must be at least one variable present. You can only use variables that are used in a pattern in the same block or inner blocks (with the exception of [[#minus]] blocks, which don't bind any variables).
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree :focus{outline:0}div.jsoneditor-tree button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}div.jsoneditor{color:#1A1A1A;border:1px solid #3883fa;box-sizing:border-box;width:100%;height:100%;overflow:hidden;position:relative;padding:0;line-height:100%}div.jsoneditor,div.jsoneditor-outer{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%;margin:0}div.jsoneditor-outer{width:100%;height:100%;margin:-35px 0 0;padding:35px 0 0;box-sizing:border-box}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto}textarea.jsoneditor-text{width:100%;height:100%;margin:0;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}div.jsoneditor-menu,textarea.jsoneditor-text{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#e6e6e6}tr.jsoneditor-selected button.jsoneditor-contextmenu,tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea{background:url(img/jsoneditor-icons.svg)-72px -72px;cursor:move}div.jsoneditor-tree button.jsoneditor-dragarea:focus,div.jsoneditor-tree button.jsoneditor-dragarea:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}div.jsoneditor td,div.jsoneditor th,div.jsoneditor tr{padding:0;margin:0}div.jsoneditor td,div.jsoneditor td.jsoneditor-tree{vertical-align:top}.jsoneditor-schema-error,div.jsoneditor td,div.jsoneditor textarea,div.jsoneditor th,div.jsoneditor-field,div.jsoneditor-value{font-family:droid sans mono,consolas,monospace,courier new,courier,sans-serif;font-size:10pt;color:#1A1A1A}.jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}div.jsoneditor-tree .jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg)-168px -48px}.jsoneditor-schema-error .jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.4);color:#fff;display:none;padding:7px 10px;position:absolute;width:200px;z-index:4}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}.jsoneditor-schema-error .jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:'';display:block;left:50%;margin-left:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before,.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-top:7px solid transparent;border-bottom:7px solid transparent;content:'';top:19px;margin-left:inherit;margin-top:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;right:-14px;left:inherit}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;left:-14px}.jsoneditor-schema-error:focus .jsoneditor-popover,.jsoneditor-schema-error:hover .jsoneditor-popover{display:block;-webkit-animation:fade-in .3s linear 1,move-up .3s linear 1;-moz-animation:fade-in .3s linear 1,move-up .3s linear 1;-ms-animation:fade-in .3s linear 1,move-up .3s linear 1}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@-moz-keyframes fade-in{from{opacity:0}to{opacity:1}}@-ms-keyframes fade-in{from{opacity:0}to{opacity:1}}.jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:collapse;background-color:#ffef8b;border-top:1px solid gold}.jsoneditor .jsoneditor-text-errors td{padding:3px 6px;vertical-align:middle}.jsoneditor-text-errors .jsoneditor-schema-error{border:none;width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg)-168px -48px}div.jsoneditor-contextmenu-root{position:relative;width:0;height:0}div.jsoneditor-contextmenu{position:absolute;z-index:99999}div.jsoneditor-contextmenu ul{position:relative;left:0;top:0;width:124px;background:#fff;border:1px solid #d3d3d3;box-shadow:2px 2px 12px rgba(128,128,128,.3);list-style:none;margin:0;padding:0}div.jsoneditor-contextmenu ul li button{padding:0;margin:0;width:124px;height:24px;border:none;cursor:pointer;color:#4d4d4d;background:0 0;line-height:26px;text-align:left}div.jsoneditor-contextmenu ul li button::-moz-focus-inner{padding:0;border:0}div.jsoneditor-contextmenu ul li button:focus,div.jsoneditor-contextmenu ul li (…)
/plugin/structjoin/
H A DREADME3 Introduces new struct type that allows perform inner joins between schemas
H A Dplugin.info.txt6 desc Introduces new struct type that allows perform inner joins between schemas
/plugin/subjectindex/plugins/
H A Dbible_verses.txt8933 And he went on to build the inner courtyard with three rows of hewn stone and a row of beams of ced…
20637 …ding to the right of the house when the man entered, and the cloud was filling the inner courtyard.
21493 And by the front of the gate of the entryway [to] by the front of the porch of the inner gate was f…
21505 And the inner courtyard had a gate toward the south. And he measured from gate to gate toward the s…
21522 And on the outside of the inner gate there were the dining rooms of the singers, in the inner court…
21544 …above the entrance and as far as the inner house and on the outside and upon the whole wall all ar…
21617 …ates of the inner courtyard, linen garments they should wear, and no wool should come up on them w…
21621 And no wine should any priests drink when they come into the inner courtyard.
24818 At this the high priest ripped his inner garments and said: "What further need do we have of witnes…
26849 …arments and made four parts, for each soldier a part, and the inner garment. But the inner garment…
[all …]
/plugin/subjectindex/
H A Dstyle.css61 div.dokuwiki .subjectindex .inner {
73 div.dokuwiki .subjectindex .inner-border {
/plugin/swiftmail/Swift/Authenticator/
H A DCRAMMD5.php68 $inner = pack('H32', md5($k_ipad.$challenge));
69 $digest = md5($k_opad.$inner);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1inner insensitive insert instead ' +\n 'int integer intersect into is isolation key last level …
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js1060 jQuery.fn["inner"+name]=function(){return this[name.toLowerCase()]()+num(this,"padding"+tl)+num(thi…
1062 jQuery.fn["outer"+name]=function(margin){return this["inner"+name]()+num(this,"border"+tl+"Width")+…
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css201 .timeline-band-inner {
224 .timeline-band-layer-inner {
/plugin/tuxquote/
H A Dquotes.txt61 I stopped fighting my inner demons, were on the same side now.
446 A Native American elder once described his own inner struggles in this manner: 'Inside of me there …
1575 I personally think we developed language because of our deep inner need to complain. <BR> -- Jane W…
1604 Conscience is the inner voice that warns us that someone might be looking. <BR> -- H.L. Mencken ((1…
2687 Conscience is the inner voice that warns us somebody may be looking. <BR> -- H. L. Mencken (1880 - …
3160 My therapist told me the way to achieve true inner peace is to finish what I start. So far today, I…
/plugin/webdav/vendor/sabre/http/lib/
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 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 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/wrap/
H A Dexample.txt409 Text inside outer right box, but beneath inner left box.
428 Text inside outer right box, but beneath inner left box.

12345678910