Home
last modified time | relevance | path

Searched refs:factory (Results 1 – 25 of 330) sorted by last modified time

12345678910>>...14

/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
H A Dol.js.map
/plugin/photogallery/lightGallery/js/
H A Dlg-autoplay.js5 (function (root, factory) {
9 return (factory(a0));
15 module.exports = factory(require('jquery'));
17 factory(jQuery);
H A Dlg-fullscreen.js5 (function (root, factory) {
9 return (factory());
15 module.exports = factory();
17 factory();
H A Dlg-hash.js5 (function (root, factory) {
9 return (factory());
15 module.exports = factory();
17 factory();
H A Dlg-pager.js5 (function (root, factory) {
9 return (factory(a0));
15 module.exports = factory(require('jquery'));
17 factory(jQuery);
H A Dlg-share.js5 (function (root, factory) {
9 return (factory(a0));
15 module.exports = factory(require('jquery'));
17 factory(jQuery);
H A Dlg-thumbnail.js5 (function (root, factory) {
9 return (factory(a0));
15 module.exports = factory(require('jquery'));
17 factory(jQuery);
H A Dlg-video.js5 (function (root, factory) {
9 return (factory());
15 module.exports = factory();
17 factory();
H A Dlg-zoom.js5 (function (root, factory) {
9 return (factory(a0));
15 module.exports = factory(require('jquery'));
17 factory(jQuery);
H A Dlightgallery.js5 (function (root, factory) {
9 return (factory(a0));
15 module.exports = factory(require('jquery'));
17 factory(root["jQuery"]);
/plugin/dokuprism/prism/
H A Dprism.js45 !function(e){var a=[/\b(?:async|sync|yield)\*/,/\b(?:abstract|assert|async|await|break|case|catch|class|const|continue|covariant|default|deferred|do|dynamic|else|enum|export|extends|extension|external|factory|final|finally|for|get|hide|if|implements|import|in|interface|library|mixin|new|null|on|operator|part|rethrow|return|set|show|static|super|switch|sync|this|throw|try|typedef|var|void|while|with|yield)\b/],n="(^|[^\\w.])(?:[a-z]\\w*\\s*\\.\\s*)*(?:[A-Z]\\w*\\s*\\.\\s*)*",s={pattern:RegExp(n+"[A-Z](?:[\\d_A-Z]*[a-z]\\w*)?\\b"),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}}}};e.languages.dart=e.languages.extend("clike",{"class-name":[s,{pattern:RegExp(n+"[A-Z]\\w*(?=\\s+\\w+\\s*[;,=()])"),lookbehind:!0,inside:s.inside}],keyword:a,operator:/\bis!|\b(?:as|is)\b|\+\+|--|&&|\|\||<<=?|>>=?|~(?:\/=?)?|[+\-*\/%&^|=!<>]=?|\?/}),e.languages.insertBefore("dart","string",{"string-literal":{pattern:/r?(?:("""|''')[\s\S]*?\1|(["'])(?:\\.|(?!\2)[^\\\r\n])*\2(?!\2))/,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:\w+|\{(?:[^{}]|\{[^{}]*\})*\})/,lookbehind:!0,inside:{punctuation:/^\$\{?|\}$/,expression:{pattern:/[\s\S]+/,inside:e.languages.dart}}},string:/[\s\S]+/}},string:void 0}),e.languages.insertBefore("dart","class-name",{metadata:{pattern:/@\w+/,alias:"function"}}),e.languages.insertBefore("dart","class-name",{generics:{pattern:/<(?:[\w\s,.&?]|<(?:[\w\s,.&?]|<(?:[\w\s,.&?]|<[\w\s,.&?]*>)*>)*>)*>/,inside:{"class-name":s,keyword:a,punctuation:/[<>(),.:]/,operator:/[?&|]/}}})}(Prism);
/plugin/batchedit/
H A Djs.cookie.js8 ;(function (factory) {
11 define(factory);
15 module.exports = factory();
20 var api = window.Cookies = factory();
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock276 "email": "roman@code-factory.org"
415 "email": "roman@code-factory.org"
/plugin/bez/cron/
H A Dfunctions.php98 $muted_users = $action->get_model()->factory('subscription')->getMutedUsers();
123 // $token = $action->get_model()->factory('subscription')->getUserToken($user);
/plugin/bez/mdl/
H A DEntity.php182 $muted_users = $this->model->factory('subscription')->getMutedUsers();
198 // $token = $this->model->factory('subscription')->getUserToken($user);
H A DModel.php65 public function factory($table) { function in dokuwiki\\plugin\\bez\\mdl\\Model
/plugin/bez/meta/
H A DTpl.php57 public function factory($table) { function in dokuwiki\\plugin\\bez\\meta\\Tpl
58 return $this->action->get_model()->factory($table);
/plugin/bez/struct/
H A DBezSearch.php10 protected $factory; variable in dokuwiki\\plugin\\bez\\struct\\BezSearch
12 public function __construct($data, Factory $factory) { argument
15 $this->factory = $factory;
/plugin/bez/syntax/
H A Dstruct.php94 $factory = $model->factory($schema);
95 $search = new BezSearch($data, $factory);
/plugin/bez/tpl/
H A Dstart.php3 <?php if ($tpl->factory('thread')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
8 <?php if ($tpl->factory('thread')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
14 <?php if ($tpl->factory('task')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
H A Dtask_box.php93 <?php echo $tpl->factory('task_comment')->count(array('task_id' => $tpl->get('task')->id)) ?>
175 $tpl->factory('task')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
H A Dtasks.php5 <?php if ($tpl->factory('task')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
H A Dthreads.php5 <?php if ($tpl->factory('thread')->permission() >= BEZ_TABLE_PERMISSION_INSERT): ?>
/plugin/bez/ctl/
H A Dunsubscribe.php10 $this->model->factory('subscription')->mute($_GET['t'])

12345678910>>...14