Home
last modified time | relevance | path

Searched refs:_prefix (Results 1 – 16 of 16) sorted by path

/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js27 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Ko.prototype.next=…
H A Dbpmn-navigated-viewer.production.min.js2 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}zt.prototype.next=…
H A Dbpmn-viewer.production.min.js2 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Ft.prototype.next=…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js7 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}xa.prototype.next=…
H A Ddmn-navigated-viewer.production.min.js2 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Wi.prototype.next=…
H A Ddmn-viewer.production.min.js2 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Ui.prototype.next=…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js21026 this._prefix = (prefix ? prefix + '-' : '') + Math.floor(Math.random() * 1000000000) + '-';
21037 return this._prefix + (++this._counter);
H A Dbpmn-modeler.production.min.js28 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Oo.prototype.next=…
/plugin/cache/
H A Dplugin_cache.php18 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/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php25 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/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …tor(prefix) {\n this._prefix = prefix;\n this._lastId = 0;\n }\n nextId() {\n …
/plugin/pdb/classes/
H A Dcache.php11 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/pubchem/classes/
H A Dcache.php11 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 Dcache.php11 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 Dcache.php32 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/xlsx2dw/packages/exceljs/
H A Dexceljs.js77882 _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;