Home
last modified time | relevance | path

Searched refs:Utils (Results 151 – 163 of 163) sorted by last modified time

1234567

/plugin/webdav/core/
H A DUtils.php15 class Utils class
/plugin/webdav/
H A Dserver.php51 use dokuwiki\plugin\webdav\core\Utils; alias
66 Utils::log('fatal', "[{class}] {message} in {file}({line})", [
74 Utils::log('debug', '====================');
/plugin/webdav/core/Backend/
H A DAuth.php13 use dokuwiki\plugin\webdav\core\Utils; alias
35 Utils::log('fatal', 'Unauthorized. Check webdav.remoteuser option');
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php14 use dokuwiki\plugin\webdav\core\Utils; alias
22 Utils::log('debug', 'Delete media');
73 Utils::log('debug', "Allowed files $regex");
82 if (!Utils::streamWriter($stream, $this->info['path'])) {
/plugin/webdav/core/DAV/Collection/Pages/
H A DFile.php14 use dokuwiki\plugin\webdav\core\Utils; alias
20 Utils::log('debug', "Delete page");
21 Utils::saveWikiText($this->info['id'], null, 'delete');
26 Utils::log('debug', "Edit page");
27 Utils::saveWikiText($this->info['id'], Utils::streamReader($data), 'edit');
/plugin/adfs/phpsaml/
H A DREADME.md1454 ##### OneLogin_Saml2_Utils - `Utils.php` #####
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js19685 var text = Utils.getResponseText(file, context);
19728 var text = Utils.getResponseText(file, context);
20120 var text = Utils.getPostText(file, context);
20142 var text = Utils.getPostText(file, context);
20302 Firebug.NetMonitor.Utils = class in Firebug.NetMonitor
20358 var text = Utils.getPostText(file, context);
20364 var headerValue = Utils.findHeader(file.requestHeaders, "content-type");
20373 var text = Utils.getPostText(file, context);
20413 file.mimeType = Utils.getMimeType(request.contentType, request.name);
20502 var Utils = Firebug.NetMonitor.Utils;
[all …]
/plugin/jirainfo/src/
H A Dpopper.min.js4 …leEventListeners',value:function(){return U.call(this)}}]),t}();return ue.Utils=('undefined'==type…
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js32 …c){return SCAYT.prototype.Utils.inArray(this.children,c)},removeChild:function(c,d){this.children.… method in SCAYT
/plugin/quizlib/scripts/
H A Dquizlib.js125 questionResults.push(Utils.compare(userAnswer, answer));
277 var Utils = function() {}; function
286 Utils.compare = function(obj1, obj2) {
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js194 , Utils = require('./utilities')
224 this.options = Utils.extend(Utils.extend({}, optionsDefaults), options)
446 if (Utils.isFunction(this.options.beforeZoom)) {
484 if (Utils.getType(point) !== 'SVGPoint' && 'x' in point && 'y' in point) {
535 if (Utils.isFunction(this.options.beforePan)) {
691 if (Utils.isFunction(this.options.beforePan)) {
715 if (Utils.isFunction(this.options.beforePan)) {
760 , setBeforePan: function(fn) {that.options.beforePan = Utils.proxy(fn, that.publicInstance)}
761 , setOnPan: function(fn) {that.options.onPan = Utils.proxy(fn, that.publicInstance)}
799 , setOnZoom: function(fn) {that.options.onZoom = Utils.proxy(fn, that.publicInstance)}
[all …]
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js26 Utils : {}, property in dp.sh
60 var code = dp.sh.Utils.FixForBlogger(highlighter.originalCode).replace(/</g, '&lt;');
73 var code = dp.sh.Utils.FixForBlogger(highlighter.originalCode)
115 dp.sh.Utils.CopyStyles(doc, window.document);
135 dp.sh.Utils.CopyStyles(doc, window.document);
177 dp.sh.Utils.CopyStyles = function(destDoc, sourceDoc)
186 dp.sh.Utils.FixForBlogger = function(str)
452 var lines = dp.sh.Utils.FixForBlogger(str).split('\n');
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js8 var dp={sh:{Toolbar:{},Utils:{},RegexLib:{},Brushes:{},Strings:{AboutDialog:'<html><head><title>Abo… property in dp.sh
10 {var code=dp.sh.Utils.FixForBlogger(highlighter.originalCode).replace(/</g,'&lt;');var wnd=window.o…
11 {var code=dp.sh.Utils.FixForBlogger(highlighter.originalCode).replace(/&lt;/g,'<').replace(/&gt;/g,…
18 …document.body.appendChild(iframe);doc=iframe.contentWindow.document;dp.sh.Utils.CopyStyles(doc,win…
19 …k','dialog,width=300,height=150,scrollbars=0');var doc=wnd.document;dp.sh.Utils.CopyStyles(doc,win…
28 dp.sh.Utils.CopyStyles=function(destDoc,sourceDoc)
32 dp.sh.Utils.FixForBlogger=function(str)
101 {var lines=dp.sh.Utils.FixForBlogger(str).split('\n');var indents=new Array();var regex=new RegExp(…

1234567