Home
last modified time | relevance | path

Searched refs:factory (Results 101 – 125 of 330) sorted by last modified time

12345678910>>...14

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js13 (function (global, factory) {
14 typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
15 typeof define === 'function' && define.amd ? define(factory) :
16 …(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BpmnJS = factory
2057 this.factory = function(name, factory) { method in Module
2058 providers.push([name, 'factory', factory]);
2259 factory: invoke, property in Injector.factoryMap
8160 this.factory = new Factory(this, this.properties);
8215 type = cache[name] = this.factory.createType(descriptor);
28271 (function(root, factory) {
[all …]
H A Dbpmn-modeler.production.min.js2factory=function(t,n){return e.push([t,"factory",n]),this},this.value=function(t,n){return e.push(… method in Qe
7factory=new Jn(this,this.properties),this.registry=new si(e,this.properties),this.typeCache={}}ai.…
/plugin/xcom/scripts/
H A Dxcom_latinize.js4 (function(root, factory) {
7 define(factory);
10 module.exports = factory();
13 root.xcom_latinize = factory();
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DDigestMD5Challenge.php46 protected $factory; variable in FreeDSx\\Sasl\\Challenge\\DigestMD5Challenge
60 $this->factory = new DigestMD5MessageFactory();
163 $response = $this->factory->create(
243 return $this->factory->create(
258 $this->challenge = $this->factory->create(
/plugin/passpolicy/
H A D10k-common-passwords.txt6351 factory
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dcommons-fileupload-1.3.2.jar ... ) org.apache.commons.fileupload.FileItemFactory factory public int getSizeThreshold () public void setSizeThreshold (int ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dhttpclient-4.5.5.jar ... name org.apache.http.cookie.CookieSpecFactory factory public void unregister (java.lang.String) ...
H A Dcache-api-1.1.1.jar ... final long serialVersionUID private javax.cache.configuration.Factory listenerFactory private javax.cache.configuration.Factory filterFactory ...
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js605factory=new sre.SemanticNodeFactory;this.nodeDict={};this.mathml=a;this.mmlRoot=sre.WalkerUtil.get…
615 …);return a};sre.RebuildStree.prototype.createNode=function(a){var b=this.factory.makeNode(a);retur…
1562 sre.Focus.factory=function(a,b,c,d){var e=function(h){return sre.WalkerUtil.getBySemanticId(d,h)},f… function
1570 sre.AbstractWalker.prototype.getFocus=function(a){this.focus_||(this.focus_=sre.Focus.factory(this.…
1576 …ototype.home=function(){this.moved=sre.Walker.move.HOME;return sre.Focus.factory(this.rootId,[this…
1579 sre.AbstractWalker.prototype.updateFocus=function(){this.setFocus(sre.Focus.factory(this.getFocus()…
1580 …ee.root.id.toString();this.generator.setRebuilt(a);this.focus_=sre.Focus.factory(this.rootId,[this…
1583 …;sre.AbstractWalker.prototype.focusFromId=function(a,b){return sre.Focus.factory(a,b,this.getRebui…
/plugin/autotabber/
H A Dtaboverride.js15 (function (factory) {
22 factory(exports);
26 define(['exports'], factory);
30 factory(mod);
H A Dtaboverride.escape.js14 (function (factory) {
19 factory(require('taboverride'));
23 define(['taboverride'], factory);
26 factory(tabOverride);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D17.17.js.map1 …ternal',\n 'library',\n 'this',\n 'case',\n 'factory',\n 'mixin…
H A Dbundle.js.map1factory, prototype) {\n constructor.prototype = factory.prototype = prototype;\n prototype.const…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1factory","exports","module","define","amd","self","this","installedModules","__webpack_require__",…
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js483 (function(root,factory){if(typeof exports==="object"){root.sf2=exports;factory(exports)}else if(typeof define==="function"&&define.amd){define(["exports"],function(exports){root.sf2=exports;return(root.sf2,factory(exports))})}else{root.sf2={};factory(root.sf2)}}(this,function(exports){"use strict";var sf2=exports;sf2.Parser=function(input,options){options=options||{};this.input=input;this.parserOptions=options.parserOptions};sf2.Parser.prototype.parse=function(){var parser=new sf2.Riff.Parser(this.input,this.parserOptions),chunk;parser.parse();if(parser.chunkList.length!==1)
/plugin/webdav/vendor/sabre/http/
H A DREADME.md135 2. The `Sapi::getRequest` factory always returns a instance of
136 `Request` so you would have to override the factory method as well,
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md780 * Fixed: The FreeBusyGenerator is now properly using the factory methods for
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js19 (function (root, factory) {
22 define(['jquery'], factory); // jQuery Switch
26 factory(require('jquery')); // jQuery Switch
31 factory(root.jQuery);
33 factory(root.Zepto);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php25 protected $factory; variable in Assetic\\Factory\\Loader\\BasePhpFormulaLoader
28 public function __construct(AssetFactory $factory) argument
30 $this->factory = $factory;
120 $options['debug'] = $this->factory->isDebug();
131 $options['name'] = $this->factory->generateAssetName($inputs, $filters, $options);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DDependencyExtractorInterface.php27 * @param AssetFactory $factory The asset factory
33 public function getChildren(AssetFactory $factory, $content, $loadPath = null); argument

12345678910>>...14