Home
last modified time | relevance | path

Searched refs:factory (Results 226 – 250 of 330) sorted by relevance

12345678910>>...14

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js13 (function webpackUniversalModuleDefinition(root, factory) {
15 module.exports = factory();
17 define("ext/dhtmlxgantt_undo", [], factory);
19 exports["ext/dhtmlxgantt_undo"] = factory();
21 root["ext/dhtmlxgantt_undo"] = factory();
H A Ddhtmlxgantt_tooltip.js13 (function webpackUniversalModuleDefinition(root, factory) {
15 module.exports = factory();
17 define("ext/dhtmlxgantt_tooltip", [], factory);
19 exports["ext/dhtmlxgantt_tooltip"] = factory();
21 root["ext/dhtmlxgantt_tooltip"] = factory();
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php183 * Alias of GuzzleHttp\Stream\Stream::factory.
191 * @see GuzzleHttp\Stream\Stream::factory
196 return Stream::factory($resource, $options);
/plugin/bez/mdl/
H A DModel.php65 public function factory($table) { function in dokuwiki\\plugin\\bez\\mdl\\Model
H A DEntity.php182 $muted_users = $this->model->factory('subscription')->getMutedUsers();
198 // $token = $this->model->factory('subscription')->getUserToken($user);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1factory","exports","module","define","amd","window","installedModules","__webpack_require__","modu…
H A Ddhtmlxgantt_fullscreen.js.map1factory","exports","module","define","amd","window","installedModules","__webpack_require__","modu…
H A Ddhtmlxgantt_multiselect.js.map1factory","exports","module","define","amd","window","installedModules","__webpack_require__","modu…
H A Ddhtmlxgantt_quick_info.js.map1factory","exports","module","define","amd","window","installedModules","__webpack_require__","modu…
H A Ddhtmlxgantt_smart_rendering.js.map1factory","exports","module","define","amd","window","installedModules","__webpack_require__","modu…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php263 $factory = new JsonSerializationVisitorFactory();
264 $visitor = $factory->getVisitor();
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php31 $this->a = Stream::factory($this->c);
/plugin/bez/tpl/
H A Dthreads.php5 <?php if ($tpl->factory('thread')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
H A Dtasks.php5 <?php if ($tpl->factory('task')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md366 a `message_factory` to change the factory used to create HTTP requests and
453 $factory = new PhpStreamRequestFactory();
454 $stream = $factory->fromRequest($request);
484 longer uses `GuzzleHttp\EntityBody::factory` but now uses
485 `GuzzleHttp\Stream\Stream::factory` or even better:
573 it was `Guzzle\Http\Url::factory()`). If custom URL parsing is necessary,
688 - Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated
859 $builder = Guzzle\Service\Builder\ServiceBuilder::factory('/path/to/config.json');
912 public static function factory($config = array())
938 public static function factory($config = array())
[all …]
H A DCHANGELOG.md146 * Feature: Middleware now uses an exception factory, including more error
450 `GuzzleHttp\Stream\Stream::factory`, and
554 * Fixed an issue related to using custom message factory options in subclasses
710 * Bug fix: Moving stream factory before send event to before building the stream. See #353
781 * Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated
917 * Added the ability to create a custom stream class when using a stream factory
925 * Lots of cleanup to CurlHandle::factory and RequestFactory::createRequest
1051 * Bug: Fixed Content-Length parsing of Response factory
1060 * Service clients no longer require a base_url option in the factory
1114 * Adding the ability for the namespace Iterator factory to look in multiple directories
[all …]
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js5 (function (root, factory) {
9 return (factory(a0));
15 module.exports = factory(require('jquery'));
17 factory(root["jQuery"]);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jar ... final long serialVersionUID private javax.cache.configuration.Factory listenerFactory private javax.cache.configuration.Factory filterFactory ...
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php31 * factory method
37 public static function factory($options = array()) function in Handlebars\\Handlebars
/plugin/emoji/script/
H A Djquery.textcomplete.js1 (function (factory) {
4 define(['jquery'], factory);
7 module.exports = factory($);
10 factory(jQuery);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php383 public function setTokenFactory(TokenFactory $factory) : void argument
385 $this->tokenStream()->getTokenSource()->setTokenFactory($factory);
/plugin/jplayer/components/
H A Drequire-built.js720 init: function (depMaps, factory, errback, options) { argument
730 this.factory = factory;
827 factory = this.factory;
841 if (isFunction(factory)) {
851 exports = context.execCb(id, factory, depExports, exports);
879 exports = factory;
2064 (function (root, factory) {
2067 define(['jquery'], factory); // jQuery Switch
2071 factory(require('jquery')); // jQuery Switch
2076 factory(root.jQuery);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc171 public function __construct($connections, SelectorInterface $selector, ConnectionFactory $factory, $connectionPoolParams)
173 parent::__construct($connections, $selector, $factory, $connectionPoolParams);

12345678910>>...14