Home
last modified time | relevance | path

Searched refs:_prefix (Results 1 – 17 of 17) sorted by relevance

/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/pdb/classes/
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/cache/
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/pubchem/classes/
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/
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/questionnaire/
DminiYAML.php449 $_prefix = $this->_dumpIndent($indent)."- ";
450 $out[] = $_prefix.substr($_dump,strlen($_prefix));
453 $_prefix = $this->_dumpIndent($indent)."- ";
454 $out[] = $_prefix.substr($_dump,strlen($_prefix));
/plugin/pubmed2020/classes/
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/bpmnio/vendor/bpmn-js/dist/
Dbpmn-viewer.production.min.js2 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Rt.prototype.next=…
Dbpmn-navigated-viewer.production.min.js2 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Rt.prototype.next=…
Dbpmn-modeler.production.min.js27 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Eo.prototype.next=…
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-modeler.production.min.js15 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Pa.prototype.next=…
Ddmn-viewer.production.min.js10 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}ts.prototype.next=…
Ddmn-navigated-viewer.production.min.js10 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}os.prototype.next=…
/plugin/xlsx2dw/packages/exceljs/
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;
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.production.min.js28 …(e){this._counter=0,this._prefix=(e?e+"-":"")+Math.floor(1e9*Math.random())+"-"}Oo.prototype.next=…
Dbpmn-modeler.development.js21026 this._prefix = (prefix ? prefix + '-' : '') + Math.floor(Math.random() * 1000000000) + '-';
21037 return this._prefix + (++this._counter);
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1 …tor(prefix) {\n this._prefix = prefix;\n this._lastId = 0;\n }\n nextId() {\n …