Searched refs:_prefix (Results 1 – 13 of 13) sorted by relevance
/plugin/pdb/classes/ |
H A D | cache.php | 11 function plugin_cache($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ argument 14 $this->prefix = strtolower($_prefix); 16 if (empty($_prefix)){ 17 $this->prefix = $_prefix; 19 $this->prefix = $_prefix.'_';
|
/plugin/cache/ |
H A D | plugin_cache.php | 18 function plugin_cache($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ argument 21 $this->prefix = strtolower($_prefix); 23 if (empty($_prefix)){ 24 $this->prefix = $_prefix; 26 $this->prefix = $_prefix.'_';
|
/plugin/pubchem/classes/ |
H A D | cache.php | 11 function plugin_cache($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ argument 14 $this->prefix = strtolower($_prefix); 16 if (empty($_prefix)){ 17 $this->prefix = $_prefix; 19 $this->prefix = $_prefix.'_';
|
/plugin/pubmed/classes/ |
H A D | cache.php | 11 function plugin_cache($_name='plugin_cache',$_prefix='noname',$_ext='txt'){ argument 14 $this->prefix = strtolower($_prefix); 16 if (empty($_prefix)){ 17 $this->prefix = $_prefix; 19 $this->prefix = $_prefix.'_';
|
/plugin/pubmed2020/classes/ |
H A D | cache.php | 32 public function __construct($_name='plugin_cache',$_prefix='noname',$_ext='nbib'){ argument 37 $this->prefix = strtolower($_prefix); 39 if (empty($_prefix)){ 40 $this->prefix = $_prefix; 42 $this->prefix = $_prefix.'_';
|
/plugin/bpmnio/vendor/bpmn-js/dist/ |
H A D | bpmn-viewer.production.min.js | 2 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Vt.prototype.next=…
|
H A D | bpmn-navigated-viewer.production.min.js | 2 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}zt.prototype.next=…
|
H A D | bpmn-modeler.production.min.js | 27 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Uo.prototype.next=…
|
/plugin/bpmnio/vendor/dmn-js/dist/ |
H A D | dmn-viewer.production.min.js | 2 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Gr.prototype.next=…
|
H A D | dmn-modeler.production.min.js | 7 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Pi.prototype.next=…
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.production.min.js | 28 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Oo.prototype.next=…
|
H A D | bpmn-modeler.development.js | 21026 this._prefix = (prefix ? prefix + '-' : '') + Math.floor(Math.random() * 1000000000) + '-'; 21037 return this._prefix + (++this._counter);
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …tor(prefix) {\n this._prefix = prefix;\n this._lastId = 0;\n }\n nextId() {\n …
|