/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/ |
H A D | FilesystemLoader.php | 25 private $_prefix = ''; variable in Handlebars\\Loader\\FilesystemLoader 68 $this->_prefix = $options['prefix']; 125 if (substr($file, strlen($this->_prefix)) !== $this->_prefix) { 126 $file = $this->_prefix . $file;
|
/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 __construct($_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 __construct($_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())+"-"}Ft.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())+"-"}Ko.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())+"-"}Ui.prototype.next=…
|
H A D | dmn-navigated-viewer.production.min.js | 2 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Wi.prototype.next=…
|
H A D | dmn-modeler.production.min.js | 7 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}xa.prototype.next=…
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 77882 _prefix = attr.prefix, 77889 if (_prefix === "") { 77893 _uri = this.resolve(_prefix); // if there's any attributes with an undefined namespace, 77897 this.fail("unbound namespace prefix: ".concat(JSON.stringify(_prefix), ".")); 77898 _uri = _prefix;
|
/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 …
|