Home
last modified time | relevance | path

Searched refs:content (Results 1301 – 1325 of 1767) sorted by relevance

1...<<51525354555657585960>>...71

/plugin/stackedit/
H A Dstackedit.min.js1 …e(),s.href=this.$options.url,this.$origin=s.protocol+"//"+s.host;var i=t.content||{},o={origin:a,f…
/plugin/codemirror/dist/modes/
H A Dvbscript.min.js1 …b.nextLineIndent=0;b.doInCurrentLine=0}var c=P(a,b);b.lastToken={style:c,content:a.current()};if(c… property in b.lastToken
/plugin/dlcounter/
H A DREADME.md4 …nter for DokuWiki to count how many zip, tar, gzip or other downloadable content has been fetched …
/plugin/directorylist/
H A Dreadme.md91 … allows 'link' links that, using the absolute path and dokuwiki basedir, serve weblinks to content.
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.js241 || this.content
H A DFileSaver.min.js2 …"undefined"!=typeof self&&self||"undefined"!=typeof window&&window||this.content);"undefined"!=typ…
/plugin/ifauthex/
H A DREADME.md3 **Toggle DokuWiki page content based on users and groups with arbitrary boolean expressions.**
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Dbpmn-js.css80content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="1…
/plugin/mikioplugin/syntax/
H A Dcore.php883 * @param $content search within content
886 * @return array of tags containing 'options' => array of 'name' => 'value', 'content' => content inside the tag
888 protected function findTags($tagName, $content, $options, $hasEndTag = true)
897 if (preg_match_all($search, $content, $match)) {
900 $item = array('options' => array(), 'content' => $this->render_text($match[2][$i]));
807 findTags($tagName, $content, $options, $hasEndTag = true) global() argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2403 $content = '';
2455 $content .= $temp;
2494 $content = substr($content, 0, $length);
2514 return isset($content) ? $content : true;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js1493 this._content = content;
26301 return this.content;
28363 var content = [];
28391 var content = [];
28397 content = ['@'];
28411 content = ['#'];
28446 content = [];
35396 var content = ['<'];
35419 content.push('>');
35540 function unescape(content) { argument
[all …]
H A D65.65.js.map1content.html'],\n [/>/, 'metatag.html', '@pop']\n ],\n comment: [\n …
H A D2.2.js.map1content type that a client supports in various\n * result literals like `Hover`, `ParameterInfo` o…
/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 .jsoned (…)
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1167 defaultView = allMetas[i].content;
1170 controlVis = allMetas[i].content;
1173 tranSitions = (allMetas[i].content == "true") ? true : false;
1177 var tmp = parseInt(allMetas[i].content);
1181 var tmp = parseInt(allMetas[i].content);
1185 autoMatic = (allMetas[i].content == "true") ? true : false;
1188 playLoop = (allMetas[i].content == "true") ? true : false;
1191 var tmp = parseInt(allMetas[i].content);
1196 audioSupport = (allMetas[i].content == "true") ? true : false;
1199 var tmp = parseInt(allMetas[i].content);
[all …]
H A Dpretty.css124 content: " \274F";
510 .external:after {content: " \274F"; font-size: smaller; color: #999;}
517 li:after {content: " [" attr(class) "]"; color: #F88;}
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md27 echo $response->getHeaderLine('content-type'); # 'application/json; charset=utf8'
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.css108 content: "";
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md65 * #45: Don't send more data than what is promised in the HTTP content-length.
189 * Fixed: Fixed a bug in the content negotation script.
/plugin/s5/ui/default/
H A Dslides.js509 defaultView = allMetas[i].content;
512 controlVis = allMetas[i].content;
/plugin/s5/ui/dokuwiki/
H A Dslides.js508 defaultView = allMetas[i].content;
511 controlVis = allMetas[i].content;
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Ios7.js465 this.addPalette('ios7ui', 'iOS UI', false, mxUtils.bind(this, function(content) argument
469 content.appendChild(fns[i](content));
/plugin/jcapture/lib/
H A Djcapture.jar ... org.apache.http.entity.mime.content.InputStreamBody { final synthetic long val$contentLength final ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak55 import org.apache.http.entity.mime.content.InputStreamBody;
56 import org.apache.http.entity.mime.content.StringBody;
499 final byte[] content,
547 final long contentSize = content.length;
549 InputStream countingFilter = new FilterInputStream(new ByteArrayInputStream(content)) {
605 return content.length;
/plugin/slider/
H A Dscreen.css2 * BxSlider v4.0 - Fully loaded, responsive content slider

1...<<51525354555657585960>>...71