Home
last modified time | relevance | path

Searched refs:tag (Results 301 – 325 of 1150) sorted by path

1...<<11121314151617181920>>...46

/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DListBlockRenderer.php
/plugin/components/
H A DREADME.md87 [[?do=components.example&tag=pre]]
88 [[?do=components.example&tag=div]]
/plugin/components/syntax/
H A Dslice.php28 private function parse($tag) { argument
29 $xml = DOMDocument::loadXML($tag);
/plugin/confmanager/
H A Djquery.form.js976 var n = el.name, t = el.type, tag = el.tagName.toLowerCase();
984 tag == 'select' && el.selectedIndex == -1)) {
988 if (tag == 'select') {
1034 var t = this.type, tag = this.tagName.toLowerCase();
1035 if (re.test(t) || tag == 'textarea') {
1041 else if (tag == 'select') {
/plugin/confmanager/lang/en/
H A Dacronyms.txt1 …ronyms (terminology) automatically. If your browser supports the <acronym> tag, you can hover your…
/plugin/confmanager/lang/nl/
H A Dacronyms.txt1 …croniemen (terminologie) automatisch markeren. Als je browser de <acronym> tag ondersteunt, kun je…
/plugin/copycode/
H A DREADME.md52 - Fix \<file\> tag with no filename did not work when trying to copy the code block (https://github.com/nicolasprigent/Dokuwiki-Copycode-plugin/issues/4)
/plugin/creole/helper/
H A Deventhandler.php13 protected $tag = NULL; variable in creole_syntax_event
18 public function __construct($state, $clazz , $tag) { argument
21 $this->tag = $tag;
37 return $this->tag;
59 if ( $this->tag != NULL && $otherTag != NULL &&
60 $this->tag != $otherTag ) {
76 if ( $state == NULL && $clazz == NULL && $tag == NULL ) {
79 $this->event = new creole_syntax_event ($state, $clazz, $tag);
147 $tag = strtolower($tag);
149 $event = new creole_syntax_event($state, $clazz, $tag);
[all …]
/plugin/crypto/js/
H A Dtoggle-encryption-dialog.js1 function ToggleEncryptionDialog(button, tag) { argument
3 this.tag = tag;
26 this.tag.attributes["hint"].nodeValue +
45 if (dialog.tag.className == "encrypted") {
47 dialog.tag.className = "decrypted";
48 if (dialog.tag.attributes["inline"].nodeValue == "true") {
49 dialog.tag.innerHTML = dialog.decrypted;
55 dialog.tag.className = "encrypted";
56 dialog.tag.innerHTML = dialog.encrypted;
96 dialog.sack.setVar("data", dialog.tag.textContent);
[all …]
/plugin/cumulus/
H A Dsyntax.php114 if (plugin_isdisabled('tag') || (!$tag = plugin_load('helper', 'tag'))) {
118 $cloud = $this->_getTagCloud($options['max'], $min, $max, $tag);
141 resolve_pageID($tag->namespace, $id, $exists);
255 function _getTagCloud($num, &$min, &$max, &$tag) { argument
256 $cloud = $tag->tagOccurrences(NULL, NULL, true);
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php268 'type' => 'tag',
/plugin/data-au/
H A Dhelper.php292 case 'tag':
H A Dstyle.css46 /* default styles for the tag cloud */
/plugin/data-au/syntax/
H A Dcloud.php170 foreach($tags as $tag) {
171 $tagLabelText = hsc($tag['value']);
173 $tagLabelText .= '<sub>(' . $tag['cnt'] . ')</sub>';
176 $renderer->doc .= sprintf($this->before_val, $tag['lvl']);
177 …ef="' . wl($dataau['page'], $this->dthlp->_getTagUrlparam($dataau['cols'][$ckey], $tag['value'])) .
178 … '" title="' . sprintf($this->getLang('tagfilter'), hsc($tag['value'])) .
204 foreach($tags as $tag) {
206 if($tag['cnt'] <= $val) {
207 $tags[$tag['value']]['lvl'] = $tresh;
210 $tags[$tag['value']]['lvl'] = $levels;
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
/plugin/data/
H A Dhelper.php302 case 'tag':
664 * Get url parameters, remove all filters for given column and add filter for desired tag
667 * @param string $tag
670 public function getTagUrlparam($column, $tag)
688 $param[] = $column['key'] . "_=$tag";
629 _getTagUrlparam($column, $tag) global() argument
H A Dstyle.css48 /* default styles for the tag cloud */
/plugin/data/syntax/
H A Dcloud.php184 foreach ($tags as $tag) {
185 $tagLabelText = hsc($tag['value']);
187 $tagLabelText .= '<sub>(' . $tag['cnt'] . ')</sub>';
190 $renderer->doc .= sprintf($this->before_val, $tag['lvl']);
192 wl($data['page'], $this->dthlp->getTagUrlparam($data['cols'][$ckey], $tag['value'])) .
193 '" title="' . sprintf($this->getLang('tagfilter'), hsc($tag['value'])) .
202 * Create a weighted tag distribution
204 * @param $tags array ref The tags to weight ( tag => count)
205 * @param $min int The lowest count of a single tag
206 * @param $max int The highest count of a single tag
[all...]
/plugin/database2/
H A Ddatabase2.php3298 $tag = strpos( $in, '<', $pos );
3299 if ( $tag === false )
3302 if ( $in[$tag+1] == '?' )
3306 $end = strpos( $in, '?>', $tag + 2 );
3308 $in = substr_replace( $in, '', $tag, $end - $tag + 2 );
3310 $in = substr_replace( $in, '', $tag );
3313 $tag--;
3320 $name = strtok( substr( $in, $tag + 1, 20 ), ' >' );
3331 $in = substr_replace( $in, '', $tag );
3333 $tag--;
[all …]
/plugin/datatables/assets/datatables.net-buttons-bs/js/
H A Dbuttons.bootstrap.min.js
/plugin/datatables/assets/datatables.net-buttons/js/
H A DdataTables.buttons.min.js4 !function(e){var o,i;"function"==typeof define&&define.amd?define(["jquery","datatables.net"],function(t){return e(t,window,document)}):"object"==typeof exports?(o=require("jquery"),i=function(t,n){n.fn.dataTable||require("datatables.net")(t,n)},"undefined"==typeof window?module.exports=function(t,n){return t=t||window,n=n||o(t),i(t,n),e(n,t,t.document)}:(i(window,o),module.exports=e(o,window,window.document))):e(jQuery,window,document)}(function(y,v,x,w){"use strict";var e=y.fn.dataTable,o=0,C=0,_=e.ext.buttons;function A(t,n,e){y.fn.animate?t.stop().fadeIn(n,e):(t.css("display","block"),e&&e.call(t))}function k(t,n,e){y.fn.animate?t.stop().fadeOut(n,e):(t.css("display","none"),e&&e.call(t))}function B(n,t){if(!(this instanceof B))return function(t){return new B(t,n).container()};!0===(t=void 0===t?{}:t)&&(t={}),Array.isArray(t)&&(t={buttons:t}),this.c=y.extend(!0,{},B.defaults,t),t.buttons&&(this.c.buttons=t.buttons),this.s={dt:new e.Api(n),buttons:[],listenKeys:"",namespace:"dtb"+o++},this.dom={container:y("<"+this.c.dom.container.tag+"/>").addClass(this.c.dom.container.className)},this._constructor()}y.extend(B.prototype,{action:function(t,n){t=this._nodeToButton(t);return n===w?t.conf.action:(t.conf.action=n,this)},active:function(t,n){var t=this._nodeToButton(t),e=this.c.dom.button.active,o=y(t.node);return t.inCollection&&this.c.dom.collection.button&&this.c.dom.collection.button.active!==w&&(e=this.c.dom.collection.button.active),n===w?o.hasClass(e):(o.toggleClass(e,n===w||n),this)},add:function(t,n,e){var o=this.s.buttons;if("string"==typeof n){for(var i=n.split("-"),s=this.s,a=0,r=i.length-1;a<r;a++)s=s.buttons[+i[a]];o=s.buttons,n=+i[i.length-1]}return this._expandButton(o,t,t!==w?t.split:w,(t===w||t.split===w||0===t.split.length)&&s!==w,!1,n),e!==w&&!0!==e||this._draw(),this},collectionRebuild:function(t,n){var e=this._nodeToButton(t);if(n!==w){for(var o=e.buttons.length-1;0<=o;o--)this.remove(e.buttons[o].node);for(e.conf.prefixButtons&&n.unshift.apply(n,e.conf.prefixButtons),e.conf.postfixButtons&&n.push.apply(n,e.conf.postfixButtons),o=0;o<n.length;o++){var i=n[o];this._expandButton(e.buttons,i,i!==w&&i.config!==w&&i.config.split!==w,!0,i.parentConf!==w&&i.parentConf.split!==w,null,i.parentConf)}}this._draw(e.collection,e.buttons)},container:function(){return this.dom.container},disable:function(t){t=this._nodeToButton(t);return y(t.node).addClass(this.c.dom.button.disabled).prop("disabled",!0),this},destroy:function(){y("body").off("keyup."+this.s.namespace);for(var t=this.s.buttons.slice(),n=0,e=t.length;n<e;n++)this.remove(t[n].node);this.dom.container.remove();var o=this.s.dt.settings()[0];for(n=0,e=o.length;n<e;n++)if(o.inst===this){o.splice(n,1);break}return this},enable:function(t,n){return!1===n?this.disable(t):(n=this._nodeToButton(t),y(n.node).removeClass(this.c.dom.button.disabled).prop("disabled",!1),this)},index:function(t,n,e){n||(n="",e=this.s.buttons);for(var o=0,i=e.length;o<i;o++){var s=e[o].buttons;if(e[o].node===t)return n+o;if(s&&s.length){s=this.index(t,o+"-",s);if(null!==s)return s}}return null},name:function(){return this.c.name},node:function(t){return t?(t=this._nodeToButton(t),y(t.node)):this.dom.container},processing:function(t,n){var e=this.s.dt,o=this._nodeToButton(t);return n===w?y(o.node).hasClass("processing"):(y(o.node).toggleClass("processing",n),y(e.table().node()).triggerHandler("buttons-processing.dt",[n,e.button(t),e,y(t),o.conf]),this)},remove:function(t){var n=this._nodeToButton(t),e=this._nodeToHost(t),o=this.s.dt;if(n.buttons.length)for(var i=n.buttons.length-1;0<=i;i--)this.remove(n.buttons[i].node);n.conf.destroying=!0,n.conf.destroy&&n.conf.destroy.call(o.button(t),o,y(t),n.conf),this._removeKey(n.conf),y(n.node).remove();o=y.inArray(n,e);return e.splice(o,1),this},text:function(t,n){function e(t){return"function"==typeof t?t(i,s,o.conf):t}var o=this._nodeToButton(t),t=o.textNode,i=this.s.dt,s=y(o.node);return n===w?e(o.conf.text):(o.conf.text=n,t.html(e(n)),this)},_constructor:function(){var e=this,t=this.s.dt,o=t.settings()[0],n=this.c.buttons;o._buttons||(o._buttons=[]),o._buttons.push({inst:this,name:this.c.name});for(var i=0,s=n.length;i<s;i++)this.add(n[i]);t.on("destroy",function(t,n){n===o&&e.destroy()}),y("body").on("keyup."+this.s.namespace,function(t){var n;x.activeElement&&x.activeElement!==x.body||(n=String.fromCharCode(t.keyCode).toLowerCase(),-1!==e.s.listenKeys.toLowerCase().indexOf(n)&&e._keypress(n,t))})},_addKey:function(t){t.key&&(this.s.listenKeys+=(y.isPlainObject(t.key)?t.key:t).key)},_draw:function(t,n){t||(t=this.dom.container,n=this.s.buttons),t.children().detach();for(var e=0,o=n.length;e<o;e++)t.append(n[e].inserter),t.append(" "),n[e].buttons&&n[e].buttons.length&&this._draw(n[e].collection,n[e].buttons)},_expandButton:function(t,n,e,o,i,s,a){for(var r,l=this.s.dt,c=this.c.dom.collection,u=Array.isArray(n)?n:[n],d=0,f=(u=n===w?Array.isArray(e)?e:[e]:u).length;d<f;d++){var p=this._resolveExtends(u[d]);if(p)if(r=!(!p.config||!p.config.split),Array.isArray(p))this._expandButton(t,p,h!==w&&h.conf!==w?h.conf.split:w,o,a!==w&&a.split!==w,s,a);else{var h=this._buildButton(p,o,p.split!==w||p.config!==w&&p.config.split!==w,i);if(h){if(s!==w&&null!==s?(t.splice(s,0,h),s++):t.push(h),h.conf.buttons&&(h.collection=y("<"+c.container.content.tag+"/>"),h.conf._collection=h.collection,y(h.node).append(c.action.dropHtml),this._expandButton(h.buttons,h.conf.buttons,h.conf.split,!r,r,s,h.conf)),h.conf.split){h.collection=y("<"+c.container.tag+"/>"),h.conf._collection=h.collection;for(var b=0;b<h.conf.split.length;b++){var g=h.conf.split[b];"object"==typeof g&&(g.parent=a,g.collectionLayout===w&&(g.collectionLayout=h.conf.collectionLayout),g.dropup===w&&(g.dropup=h.conf.dropup),g.fade===w)&&(g.fade=h.conf.fade)}this._expandButton(h.buttons,h.conf.buttons,h.conf.split,!r,r,s,h.conf)}h.conf.parent=a,p.init&&p.init.call(l.button(h.node),l,y(h.node),p)}}}},_buildButton:function(n,t,e,o){function i(t){return"function"==typeof t?t(u,l,n):t}var s,a,r,l,c=this.c.dom,u=this.s.dt,d=y.extend(!0,{},c.button);if(t&&e&&c.collection.split?y.extend(!0,d,c.collection.split.action):o||t?y.extend(!0,d,c.collection.button):e&&y.extend(!0,d,c.split.button),n.spacer)return c=y("<"+d.spacer.tag+"/>").addClass("dt-button-spacer "+n.style+" "+d.spacer.className).html(i(n.text)),{conf:n,node:c,inserter:c,buttons:[],inCollection:t,isSplit:e,collection:null,textNode:c};if(n.available&&!n.available(u,n)&&!n.hasOwnProperty("html"))return!1;n.hasOwnProperty("html")?l=y(n.html):(a=function(t,n,e,o){o.action.call(n.button(e),t,n,e,o),y(n.table().node()).triggerHandler("buttons-action.dt",[n.button(e),n,e,o])},c=n.tag||d.tag,r=n.clickBlurs===w||n.clickBlurs,l=y("<"+c+"/>").addClass(d.className).attr("tabindex",this.s.dt.settings()[0].iTabIndex).attr("aria-controls",this.s.dt.table().node().id).on("click.dtb",function(t){t.preventDefault(),!l.hasClass(d.disabled)&&n.action&&a(t,u,l,n),r&&l.trigger("blur")}).on("keypress.dtb",function(t){13===t.keyCode&&(t.preventDefault(),!l.hasClass(d.disabled))&&n.action&&a(t,u,l,n)}),"a"===c.toLowerCase()&&l.attr("href","#"),"button"===c.toLowerCase()&&l.attr("type","button"),s=d.liner.tag?(c=y("<"+d.liner.tag+"/>").html(i(n.text)).addClass(d.liner.className),"a"===d.liner.tag.toLowerCase()&&c.attr("href","#"),l.append(c),c):(l.html(i(n.text)),l),!1===n.enabled&&l.addClass(d.disabled),n.className&&l.addClass(n.className),n.titleAttr&&l.attr("title",i(n.titleAttr)),n.attr&&l.attr(n.attr),n.namespace||(n.namespace=".dt-button-"+C++),n.config!==w&&n.config.split&&(n.split=n.config.split));var f,p,h,b,g,m,c=this.c.dom.buttonContainer,c=c&&c.tag
[all...]
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less335 /* make the <a> tag block */
1265 /* every event title cell has an <a> tag */
H A Dfullcalendar.print.less13 * When including this stylesheet, use the media='print' attribute of the <link> tag.
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md58 8. Files must omit the closing php tag (`?>`).

1...<<11121314151617181920>>...46