Home
last modified time | relevance | path

Searched refs:getType (Results 1 – 25 of 1742) sorted by last modified time

12345678910>>...70

/plugin/pagelist/
H A Dsyntax.php13 public function getType() function in syntax_plugin_pagelist
/plugin/pagequery/
H A Dsyntax.php17 public function getType(): string
16 public function getType(): string global() function in syntax_plugin_pagequery
/plugin/twofactor/action/
H A Dprofile.php47 if ($event->data['items'][$index]->getType() === 'profile') {
/plugin/twofactor/
H A DMenuItem.php23 public function getType() function in dokuwiki\\plugin\\twofactor\\MenuItem
/plugin/nspages/
H A Dsyntax.php40 function getType() {
37 function getType() { global() function in syntax_plugin_nspages
/plugin/dbquery/syntax/
H A Dmacro.php12 public function getType() function in syntax_plugin_dbquery_macro
H A Dquery.php12 public function getType() function in syntax_plugin_dbquery_query
/plugin/mermaid/
H A Dmermaid.min.js61 `;const g=o1();try{this.type=QW(a,g)}catch(v){this.type="error",this.detectError=v}const w=Bgt(this.type);Kt.debug("Type "+this.type),this.db=w.db,this.renderer=w.renderer,this.parser=w.parser,this.parser.parser.yy=this.db,this.init=w.init,this.parse()}parse(){var f,g,w,v,b;if(this.detectError)throw this.detectError;(g=(f=this.db).clear)==null||g.call(f);const a=o1();(w=this.init)==null||w.call(this,a),this.metadata.title&&((b=(v=this.db).setDiagramTitle)==null||b.call(v,this.metadata.title)),this.parser.parse(this.text)}async render(a,f){await this.renderer.draw(this.text,a,f,this)}getParser(){return this.parser}getType(){return this.type}}const _Pe=async(i,a={})=>{const f=QW(i,o1());try{Bgt(f)}catch{const w=DMe(f);if(!w)throw new VPt(`Diagram ${f} not found.`);const{id:v,diagram:b}=await w();yY(v,b)}return new vBt(i,a)};let yBt=[];const APe=()=>{yBt.forEach(i=>{i()}),yBt=[]};var LPe=sFt(Object.keys,Object);const DPe=LPe;var MPe=Object.prototype,IPe=MPe.hasOwnProperty;function xBt(i){if(!rY(i))return DPe(i);var a=[];for(var f in Object(i))IPe.call(i,f)&&f!="constructor"&&a.push(f);return a}var OPe=m9(Uv,"DataView");const jgt=OPe;var NPe=m9(Uv,"Promise");const $gt=NPe;var PPe=m9(Uv,"Set");const lD=PPe;var FPe=m9(Uv,"WeakMap");const zgt=FPe;var kBt="[object Map]",BPe="[object Object]",EBt="[object Promise]",TBt="[object Set]",CBt="[object WeakMap]",SBt="[object DataView]",RPe=w9(jgt),jPe=w9(_F),$Pe=w9($gt),zPe=w9(lD),qPe=w9(zgt),T9=b9;(jgt&&T9(new jgt(new ArrayBuffer(1)))!=SBt||_F&&T9(new _F)!=kBt||$gt&&T9($gt.resolve())!=EBt||lD&&T9(new lD)!=TBt||zgt&&T9(new zgt)!=CBt)&&(T9=function(i){var a=b9(i),f=a==BPe?i.constructor:void 0,g=f?w9(f):"";if(g)switch(g){case RPe:return SBt;case jPe:return kBt;case $Pe:return EBt;case zPe:return TBt;case qPe:return CBt}return a});const hD=T9;var HPe="[object Map]",VPe="[object Set]",UPe=Object.prototype,GPe=UPe.hasOwnProperty;function BF(i){if(i==null)return!0;if(p8(i)&&(s1(i)||typeof i=="string"||typeof i.splice=="function"||rD(i)||sY(i)||nD(i)))return!i.length;var a=hD(i);if(a==HPe||a==VPe)return!i.size;if(rY(i))return!xBt(i).length;for(var f in i)if(GPe.call(i,f))return!1;return!0}const KPe="graphics-document document";function WPe(i,a){i.attr("role",KPe),a!==""&&i.attr("aria-roledescription",a)}function YPe(i,a,f,g){if(i.insert!==void 0){if(f){const w=`chart-desc-${g}`;i.attr("aria-describedby",w),i.insert("desc",":first-child").attr("id",w).text(f)}if(a){const w=`chart-title-${g}`;i.attr("aria-labelledby",w),i.insert("title",":first-child").attr("id",w).text(a)}}}const XPe=i=>i.replace(/^\s*%%(?!{)[^\n]+\n?/gm,"").trimStart();/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */function _Bt(i){return typeof i>"u"||i===null}function QPe(i){return typeof i=="object"&&i!==null}function JPe(i){return Array.isArray(i)?i:_Bt(i)?[]:[i]}function ZPe(i,a){var f,g,w,v;if(a)for(v=Object.keys(a),f=0,g=v.length;f<g;f+=1)w=v[f],i[w]=a[w];return i}function tFe(i,a){var f="",g;for(g=0;g<a;g+=1)f+=i;return f}function eFe(i){return i===0&&Number.NEGATIVE_INFINITY===1/i}var nFe=_Bt,rFe=QPe,iFe=JPe,sFe=tFe,aFe=eFe,oFe=ZPe,tp={isNothing:nFe,isObject:rFe,toArray:iFe,repeat:sFe,isNegativeZero:aFe,extend:oFe};function ABt(i,a){var f="",g=i.reason||"(unknown reason)";return i.mark?(i.mark.name&&(f+='in "'+i.mark.name+'" '),f+="("+(i.mark.line+1)+":"+(i.mark.column+1)+")",!a&&i.mark.snippet&&(f+=`
[all...]
/plugin/siteexport/syntax/
H A Daggregate.php22 public function getType() { return 'substition'; } function in syntax_plugin_siteexport_aggregate
H A Dsiteexport.php22 public function getType() { return 'substition'; } function in syntax_plugin_siteexport_siteexport
H A Dtoc.php27 public function getType() { return 'protected'; } function in syntax_plugin_siteexport_toc
H A Dtoctools.php26 public function getType(){ return 'substition';} function in syntax_plugin_siteexport_toctools
/plugin/linkback/
H A Dsyntax.php14 function getType() { function in syntax_plugin_linkback
/plugin/diagrams/syntax/
H A Dmediafile.php14 public function getType() function in syntax_plugin_diagrams_mediafile
/plugin/struct/meta/
H A DAccessDataValidator.php73 $label = $col->getType()->getLabel();
H A DAccessTable.php139 $this->labels[$col->getColref()] = $col->getType()->getLabel();
512 if ($col->getType()->isMulti()) {
520 $col->getType()->select($QB, $tn, 'value', $outname);
524 $col->getType()->select($QB, 'DATA', $colname, $outname);
H A DAggregationCloud.php47 $type = strtolower($value->getColumn()->getType()->getClass());
105 $asort = $a['tag']->getColumn()->getType()->getSortString($a['tag']);
106 $bsort = $b['tag']->getColumn()->getType()->getSortString($b['tag']);
H A DAggregationList.php127 'data-struct-type' => strtolower($value->getColumn()->getType()->getClass()),
H A DAggregationTable.php303 $key = $column->getFullQualifiedLabel() . $column->getType()->getDefaultComparator();
418 $this->columns[$i]->getType()->renderValue($this->sums[$i], $this->renderer, $this->mode);
H A DAggregationValue.php57 $type = 'struct_' . strtolower($value->getColumn()->getType()->getClass());
H A DColumn.php101 public function getType() function in dokuwiki\\plugin\\struct\\meta\\Column
169 return $this->getType()->isVisibleInEditor();
177 return $this->getType()->isVisibleInPage();
H A DPageColumn.php59 $conf = $this->getType()->getConfig();
H A DRevisionColumn.php27 $this->getType()->setContext($this);
H A DSchema.php390 'class' => $column->getType()->getClass(),
391 'config' => $column->getType()->getConfig()
H A DSchemaBuilder.php171 $oldEntry = $column->getType()->getAsEntry();

12345678910>>...70