/plugin/edittable/script/ |
H A D | contextmenu.js | 31 edittable.getEditTableContextMenu = function (getData, getMeta) { argument 37 var meta = getMeta(); 54 var meta = getMeta(); 63 var meta = getMeta(); 73 var meta = getMeta(); 82 var meta = getMeta(); 92 var meta = getMeta(); 101 var meta = getMeta();
|
H A D | editor.js | 127 function getMeta() {return meta;} function 150 contextMenu: edittable.getEditTableContextMenu(getData, getMeta),
|
/plugin/freechat/phpfreechat/src/ |
H A D | pfccontainer.class.php | 190 $channels = $this->getMeta("nickid-to-channelid",$nickid); 269 $nick = $this->getMeta("nickid-to-metadata", $nickid, 'nick', true); 288 $ret = $this->getMeta("channelid-to-nickid", $this->encode('SERVER')); 297 $ret2 = $this->getMeta("nickid-to-channelid",$nickid); 335 $ret = $this->getMeta("channelid-to-nickid", $this->encode($chan)); 362 $ret = $this->getMeta("channelid-to-nickid", 489 $ret = $this->getMeta("nickid-to-metadata", $nickid); 499 $ret = $this->getMeta("nickid-to-metadata", $nickid, $key, true); 511 $ret = $this->getMeta("nickid-to-cmdtoplay", $nickid, $key, true); 524 $ret = $this->getMeta("channelid-to-metadata", $this->encode($chan)); [all …]
|
H A D | pfccontainerinterface.class.php | 61 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) function in pfcContainerInterface
|
H A D | pfccommand.class.php | 140 $channels = $ct->getMeta("nickid-to-channelid", $nickid);
|
/plugin/pagelist/ |
H A D | helper.php | 353 $this->page['draft'] = ($this->getMeta('type') == 'draft'); 476 $this->page['title'] = $this->getMeta('title'); 506 $this->page['date'] = $this->getMeta('date', 'modified'); 508 $this->page['date'] = $this->getMeta('date', 'created'); 529 $content = $this->getMeta('creator'); 533 $users = $this->getMeta('contributor'); 540 $content = $this->getShowUserAsContent($this->getMeta('user')); 543 $users = $this->getMeta('contributor'); 593 $desc = $this->getMeta('plugin_description','keywords'); 597 $desc = $this->getMeta('description', 'abstract'); [all …]
|
/plugin/publish/ |
H A D | helper.php | 110 $meta = $this->getMeta($id); 118 $meta = $this->getMeta($id); 129 function getMeta($id = null) { function in helper_plugin_publish 413 $meta = $this->getMeta($id);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1Schema.php | 56 public function getMeta() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Schema
|
/plugin/socialshareprivacy/ |
H A D | jquery.socialshareprivacy.js | 36 function getMeta(name) { function 44 var title = getMeta('DC.title'); 45 var creator = getMeta('DC.creator');
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
H A D | AbstractAggregation.php | 107 public function getMeta(): ?array function in Elastica\\Aggregation\\AbstractAggregation
|
/plugin/freechat/phpfreechat/src/containers/ |
H A D | file.class.php | 131 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) function in pfcContainer_File
|
H A D | mysql.class.php | 187 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) function in pfcContainer_Mysql
|
H A D | oracle.class.php | 222 function getMeta($group, $subgroup = null, $leaf = null, $withleafvalue = false) function in pfcContainer_Oracle
|
/plugin/davcal/ |
H A D | helper.php | 53 private function getMeta($id = null) { function in helper_plugin_davcal 82 $meta = $this->getMeta($id);
|
/plugin/prosemirror/lib/ |
H A D | bundle.js | 1 …getMeta(ue);if(n&&null!=n.setHandle)return new fe(n.setHandle,null);if(n&&void 0!==n.setDragging)r…
|