Home
last modified time | relevance | path

Searched refs:helper (Results 476 – 493 of 493) sorted by path

1...<<11121314151617181920

/plugin/watchcycle/
H A Dadmin.php50 $sqlite = plugin_load('helper', 'watchcycle_db')->getDB();
52 $helper = plugin_load('helper', 'watchcycle');
H A Dhelper.php33 /* @var \helper_plugin_watchcycle $helper */
34 $helper = plugin_load('helper', 'watchcycle');
40 $days_ago = $helper->daysAgo($watchcycle['last_maintainer_rev']);
H A Dsyntax.php57 if (!plugin_load('helper', 'sqlite')) {
70 /* @var \helper_plugin_watchcycle $helper */
71 $helper = plugin_load('helper', 'watchcycle');
72 if ($helper->validateMaintainerString($maintainer) === false) {
131 /* @var \helper_plugin_watchcycle $helper */
132 $helper = plugin_load('helper', 'watchcycle');
136 $days_ago = $helper->daysAgo($watchcycle['last_maintainer_rev']);
186 /* @var \helper_plugin_watchcycle $helper */
[all...]
/plugin/watchcycle/helper/
H A Ddb.php36 $this->sqlite = plugin_load('helper', 'sqlite');
62 $helper = plugin_load('helper', 'watchcycle');
63 $this->sqlite->create_function('DAYS_AGO', [$helper, 'daysAgo'], 1);
/plugin/webdav/core/Backend/
H A DAuth.php30 $helper = plugin_load('helper', 'webdav');
34 if (!$helper->hasAccess()) {
/plugin/webdav/core/
H A DServer.php35 global $helper;
37 $helper = plugin_load('helper', 'webdav');
40 $enabled_collections = explode(',', $helper->getConf('collections'));
70 if ($helper->getConf('browser_plugin')) {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md178 * #710: Provide an Auth backend that acts as a helper for people implementing
1989 * Added: XML utility class with helper functions for the WebDAV protocol.
2294 * Added: HTTP Digest Authentication helper class.
2316 * Added: HTTP Basic Authentication helper class.
/plugin/webdav/vendor/sabre/http/
H A DREADME.md143 provides helper classes to quickly do this.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md623 * Added: helper method to parse vCard dates and times.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md397 * Added: helper method to parse vCard dates and times.
/plugin/wikistats/
H A DREADME.md41 ($wikistats =& plugin_load('helper', 'wikistats'))) {
52 ($wikistats =& plugin_load('helper', 'wikistats')))
75 if (!plugin_isdisabled('wikistats') && ($wikistats = plugin_load('helper', 'wikistats')))
/plugin/xcom/scripts/
H A Dxcom_save.php8 private $helper; variable in xcom_save
22 $this->helper = plugin_load('helper', 'xcom');
68 if($ret) return $this->helper->getLang($which) . $nl;
69 echo $this->helper->getLang($which) . $nl;
H A Dxml.php5 $helper = plugin_load('helper', 'xcom'); variable
82 $retv = $helper->getLang('timedout');
113 echo $helper->getLang('noconnection') . "\n";
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js51980 function NodejsStreamOutputAdapter(helper, options, updateCb) {
51982 this._helper = helper;
51984 helper.on("data", function (data, meta) {
53467 function _accumulate(helper, updateCallback) {
53470 var chunkType = helper._internalType,
53471 resultType = helper._outputType,
53472 mimeType = helper._mimeType;
53473 helper.on('data', function (data, meta) {
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1251 function NodejsStreamOutputAdapter(helper, options, updateCb) { argument
1253 this._helper = helper;
1256 helper.on("data", function (data, meta) {
2584 function accumulate(helper, updateCallback) { argument
2587 var chunkType = helper._internalType,
2588 resultType = helper._outputType,
2589 mimeType = helper._mimeType;
2590 helper
/plugin/xml/
H A Drenderer.php34 $this->helper = &plugin_load('helper','xml');
52 if ($this->helper->_xml_extension($this,$name,$data)) return;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1helper","_scale_range_unit","range","start_interval","resolveConfigRange","getSubtaskDates","dateR…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js12415 var helper = new ScaleHelper(gantt);
12416 var scales = [helper.primaryScale()].concat(helper.getSubScales());
12418 helper.sortScales(scales);
22715 var helper = gantt.$services.getService("mouseEvents");
22716 helper.delegate(event, className, handler, root);

1...<<11121314151617181920