| /plugin/jsonrpc/ |
| D | IJR_CallbackDefines.php | 12 private $obj = array(); variable in IJR_CallbackDefines 16 $this->obj['method'] = 'dokuwiki.getVersion'; 17 $this->obj['callback'] = 'getVersion'; 18 $this->obj['args'] = array('string'); 19 $this->obj['help'] = 'Returns the running DokuWiki version.'; 20 $this->methods[] = $this->obj; 22 $this->obj['method'] = 'dokuwiki.login'; 23 $this->obj['callback'] = 'this:login'; 24 $this->obj['args'] = array('integer','string','string'); 25 $this->obj['help'] = 'Tries to login with the given credentials and sets auth cookies.'; [all …]
|
| /plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
| D | events.js | 7 var obj = {counter: 0}; variable 8 _.extend(obj, Backbone.Events); 9 obj.on('event', function() { obj.counter += 1; }); 10 obj.trigger('event'); 11 assert.equal(obj.counter, 1, 'counter should be incremented.'); 12 obj.trigger('event'); 13 obj.trigger('event'); 14 obj.trigger('event'); 15 obj.trigger('event'); 16 assert.equal(obj.counter, 5, 'counter should be incremented five times.'); [all …]
|
| /plugin/asciidocjs/node_modules/babel-runtime/helpers/ |
| D | typeof.js | 13 …obj) { return typeof obj; } : function (obj) { return obj && typeof _symbol2.default === "function… 15 function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } argument 17 …peof _symbol2.default === "function" && _typeof(_iterator2.default) === "symbol" ? function (obj) { 18 return typeof obj === "undefined" ? "undefined" : _typeof(obj); 19 } : function (obj) { 20 …obj && typeof _symbol2.default === "function" && obj.constructor === _symbol2.default && obj !== _…
|
| D | defineProperty.js | 9 function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } argument 11 exports.default = function (obj, key, value) { argument 12 if (key in obj) { 13 (0, _defineProperty2.default)(obj, key, { 20 obj[key] = value; 23 return obj;
|
| D | interopRequireWildcard.js | 5 exports.default = function (obj) { argument 6 if (obj && obj.__esModule) { 7 return obj; 11 if (obj != null) { 12 for (var key in obj) { 13 if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; 17 newObj.default = obj;
|
| /plugin/sequencediagram/bower_components/underscore/ |
| D | underscore.js | 39 var _ = function(obj) { argument 40 if (obj instanceof _) return obj; 41 if (!(this instanceof _)) return new _(obj); 42 this._wrapped = obj; 99 return function(obj) { argument 101 if (length < 2 || obj == null) return obj; 108 if (!undefinedOnly || obj[key] === void 0) obj[key] = source[key]; 111 return obj; 126 return function(obj) { argument 127 return obj == null ? void 0 : obj[key]; [all …]
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/ |
| D | underscore.js | 41 var _ = function(obj) { argument 42 if (obj instanceof _) return obj; 43 if (!(this instanceof _)) return new _(obj); 44 this._wrapped = obj; 142 return function(obj) { argument 143 return obj == null ? void 0 : obj[key]; 164 _.each = _.forEach = function(obj, iteratee, context) { 167 if (isArrayLike(obj)) { 168 for (i = 0, length = obj.length; i < length; i++) { 169 iteratee(obj[i], i, obj); [all …]
|
| /plugin/virtualkeyboard/vk/extensions/ |
| D | objectextensions.js | 22 Object.prototype.clone = function (obj) { argument 23 if (typeof(obj) != "object") return obj; 24 try { var newObject = new obj.constructor(); } catch(e) {return null;} 25 for (var objectItem in obj) { 26 if (!obj.hasOwnProperty(objectItem)) continue; 27 newObject[objectItem] = obj.clone(obj[objectItem]); 42 Object.prototype.merge = function (obj, overwrite) { argument 46 try { var n = new obj.constructor(); } catch(e) {return null;} 49 for (var i in obj) { 50 if (!obj.hasOwnProperty(i)) continue; [all …]
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
| H A D | SchedulingObjectTest.php | 73 $obj = new SchedulingObject( 86 $obj = new SchedulingObject( 115 $obj = $children[0]; 116 $obj->delete(); 131 $obj = $children[0]; 133 $lastMod = $obj->getLastModified(); 146 $obj = $children[0]; 148 $size = $obj->getSize(); 158 $obj = $children[0]; 159 $this->assertEquals('principals/user1', $obj->getOwner()); [all …]
|
| /plugin/metaeditor/ |
| D | jstree.js | 172 obj = null; 175 if(!obj || !obj.length) { 176 try { obj = $(needle); } catch (ignore) { } 178 if(!obj || !obj.length) { 179 try { obj = $('#' + needle.replace($.jstree.idregex,'\\$&')); } catch (ignore) { } 181 if(obj && obj.length && (obj = obj.closest('.jstree')).length && (obj = obj.data('jstree'))) { 182 tmp = obj; 941 get_node : function (obj, as_dom) { argument 942 if(obj && obj.id) { 943 obj = obj.id; [all …]
|
| /plugin/asciidocjs/node_modules/is-buffer/ |
| D | index.js | 10 module.exports = function (obj) { argument 11 return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer) 14 function isBuffer (obj) { argument 15 …return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBu… 19 function isSlowBuffer (obj) { argument 20 …return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.sl…
|
| /plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/ |
| D | ContextTest.php | 50 $obj = new \stdClass(); 52 $obj->null = null; 54 $obj->boolean = true; 55 $obj->integer = 1; 56 $obj->double = 1.2; 57 $obj->string = '1'; 58 $obj->text = "this\nis\na\nvery\nvery\nvery\nvery\nvery\nvery\rlong\n\rtext"; 59 $obj->object = $obj2; 60 $obj->objectagain = $obj2; 61 $obj->array = array('foo' => 'bar'); [all …]
|
| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | lib.js | 15 function hasOwnProp(obj, k) { argument 16 return ObjProto.hasOwnProperty.call(obj, k); 126 function isFunction(obj) { argument 127 return ObjProto.toString.call(obj) === '[object Function]'; 130 function isArray(obj) { argument 131 return ObjProto.toString.call(obj) === '[object Array]'; 134 function isString(obj) { argument 135 return ObjProto.toString.call(obj) === '[object String]'; 138 function isObject(obj) { argument 139 return ObjProto.toString.call(obj) === '[object Object]'; [all …]
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
| H A D | CalendarObjectTest.php | 55 $obj = new CalendarObject( 68 $obj = new CalendarObject( 116 $obj = $children[0]; 117 $obj->delete(); 132 $obj = $children[0]; 134 $lastMod = $obj->getLastModified(); 147 $obj = $children[0]; 149 $size = $obj->getSize(); 159 $obj = $children[0]; 160 $this->assertEquals('principals/user1', $obj->getOwner()); [all …]
|
| /plugin/findologicxmlexport/vendor/sebastian/exporter/tests/ |
| D | ExporterTest.php | 35 $obj = new \stdClass; 37 $obj->null = null; 39 $obj->boolean = true; 40 $obj->integer = 1; 41 $obj->double = 1.2; 42 $obj->string = '1'; 43 $obj->text = "this\nis\na\nvery\nvery\nvery\nvery\nvery\nvery\rlong\n\rtext"; 44 $obj->object = $obj2; 45 $obj->objectagain = $obj2; 46 $obj->array = array('foo' => 'bar'); [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
| D | DataProviderDebugTest.php | 19 $obj = new \stdClass(); 21 $obj->null = null; 23 $obj->boolean = true; 24 $obj->integer = 1; 25 $obj->double = 1.2; 26 $obj->string = '1'; 27 $obj->text = "this\nis\na\nvery\nvery\nvery\nvery\nvery\nvery\rlong\n\rtext"; 28 $obj->object = $obj2; 29 $obj->objectagain = $obj2; 30 $obj->array = ['foo' => 'bar']; [all …]
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | base.js | 8 …obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (… argument 12 function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } argument
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/ |
| D | handlebars.runtime.js | 6 function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } argument 10 …obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (… argument
|
| /plugin/fedauth/Auth/OpenID/ |
| D | SReg.php | 181 $obj = new $cls(); 183 $obj->required = array(); 184 $obj->optional = array(); 185 $obj->policy_url = $policy_url; 186 $obj->ns_uri = $sreg_ns_uri; 189 if (!$obj->requestFields($required, true, true)) { 195 if (!$obj->requestFields($optional, false, true)) { 200 return $obj; 219 $obj = call_user_func_array(array($cls, 'build'), 226 $obj->ns_uri = $obj->_getSRegNS($m); [all …]
|
| /plugin/google_adsense2/ |
| D | code.php | 143 $obj = ''; 147 $obj .= "\n" . '<!-- Google ADS DISABLED -->' . "\n"; 151 $obj .= "\n" . '<!-- Google ADS DISABLED for SuperUser -->' . "\n"; 155 $obj .= "\n" . '<!-- Google ADS DISABLED for NormalUser -->' . "\n"; 159 $obj .= "\n" . '<!-- google_ads \'' . $id . '\' start -->' . "\n"; 160 $obj .= gads_boxopen($style, $id); 161 $obj .= gads_boxcontent(gads_getADS($id)); 162 $obj .= gads_boxclose(); 163 $obj .= "\n" . '<!-- google_ads \'' . $id . '\' end -->' . "\n"; 167 $obj .= "\n" . '<!-- google_ads \'' . $id . '\' start -->' . "\n"; [all …]
|
| /plugin/openid/Auth/OpenID/ |
| D | SReg.php | 202 $obj = new $cls(); 204 $obj->required = []; 205 $obj->optional = []; 206 $obj->policy_url = $policy_url; 207 $obj->ns_uri = $sreg_ns_uri; 210 if (!$obj->requestFields($required, true, true)) { 216 if (!$obj->requestFields($optional, false, true)) { 221 return $obj; 244 $obj = call_user_func_array([$cls, 'build'], 251 $obj->ns_uri = $obj->_getSRegNS($m); [all …]
|
| /plugin/bez/mdl/ |
| H A D | Factory.php | 195 $obj = $sth->fetchObject($this->get_object_class_name(), 198 if ($obj === false) { 202 return $obj; 218 $obj = new $object_name($this->model, $defaults); 219 return $obj; 234 protected function insert(Entity $obj) { argument 235 if ($obj->id != NULL) { 242 foreach ($obj->get_columns() as $column) { 243 if ($obj->$column === null) continue; 246 $value = $obj->$column; [all …]
|
| /plugin/asciidocjs/node_modules/babel-types/lib/ |
| D | retrievers.js | 16 …obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (… argument 18 function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } argument
|
| /plugin/asciidocjs/node_modules/async/internal/ |
| D | eachOfLimit.js | 29 function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } argument 32 return (obj, iteratee, callback) => { 37 if (!obj) { 40 if ((0, _wrapAsync.isAsyncGenerator)(obj)) { 41 return (0, _asyncEachOfLimit2.default)(obj, limit, iteratee, callback); 43 if ((0, _wrapAsync.isAsyncIterable)(obj)) { 44 … return (0, _asyncEachOfLimit2.default)(obj[Symbol.asyncIterator](), limit, iteratee, callback); 46 var nextElem = (0, _iterator2.default)(obj);
|
| /plugin/searchtablejs/TableFilter_EN/ |
| D | actb.js | 1 function addEvent(obj,event_name,func_name){ argument 2 if (obj.attachEvent){ 3 obj.attachEvent("on"+event_name, func_name); 4 }else if(obj.addEventListener){ 5 obj.addEventListener(event_name,func_name,true); 7 obj["on"+event_name] = func_name; 10 function removeEvent(obj,event_name,func_name){ argument 11 if (obj.detachEvent){ 12 obj.detachEvent("on"+event_name,func_name); 13 }else if(obj.removeEventListener){ [all …]
|