Home
last modified time | relevance | path

Searched refs:obj (Results 201 – 225 of 405) sorted by last modified time

12345678910>>...17

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DAttachIssueTest.php17 $obj = Reader::read($event);
18 $this->assertEquals($event, $obj->serialize());
H A DFreeBusyGeneratorTest.php368 $obj = new Component\VCalendar();
369 $obj->METHOD = 'PUBLISH';
373 $gen->setBaseObject($obj);
H A DLineFoldingIssueTest.php18 $obj = Reader::read($event);
19 $this->assertEquals($event, $obj->serialize());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php25 $obj = VObject\Reader::read($input);
26 $vfb = $obj->VFREEBUSY;
54 $obj = Reader::read($input);
56 $warnings = $obj->validate();
H A DVTimeZoneTest.php22 $obj = Reader::read($input);
24 $warnings = $obj->validate();
46 $obj = Reader::read($input);
52 $obj->VTIMEZONE->getTimeZone()
H A DVTodoTest.php83 $obj = Reader::read($input);
85 $warnings = $obj->validate();
106 $obj = Reader::read($input);
108 $warnings = $obj->validate();
136 $obj = Reader::read($input);
138 $warnings = $obj->validate();
165 $obj = Reader::read($input);
167 $warnings = $obj->validate();
/plugin/sketchcanvas/script/
H A DSketchCanvas.js247 function objBounds(obj, rawvalue){ argument
248 var ret = obj.getBoundingRect(rawvalue);
562 var obj = selectobj[n];
563 for(var i = 0; i < obj.points.length; i++){
564 var pt = obj.points[i];
592 var obj = sizing;
593 for(var i = 0; i < obj.points.length; i++){
594 var pt = obj.points[i];
811 function drawCanvas(obj) { argument
812 var tool = toolmap[obj
1025 deserialize(obj) global() argument
1102 deserialize(obj) global() argument
1103 deserialize(this, obj) global() argument
1171 deserialize(obj) global() argument
1172 deserialize(this, obj) global() argument
1524 cloneObject(obj) global() argument
[all...]
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js107 function migrateWarnProp( obj, prop, value, msg ) { argument
108 Object.defineProperty( obj, prop, {
122 function migrateWarnFunc( obj, prop, newFunc, msg ) { argument
123 obj[ prop ] = function() { function
211 function isNumeric2( obj ) { argument
212 var realStringObj = obj && obj.toString();
213 return !jQuery.isArray( obj ) && ( realStringObj - parseFloat( realStringObj ) + 1 ) >= 0;
228 function( obj ) { argument
229 return obj != null && obj === obj.window;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13obj.setUserData(0,"version",t._getXmlNodeValue(n[0]));var r=e.xpath("//update",i);if(r.length){t._… property in t.exports.createTaskDND.t.drag
H A Ddhtmlxgantt.js.map1obj","mixin","target","source","force","f","undefined","uid","valueOf","functor","arguments","even…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1obj","getFullYear","getMonth","getDate","arrayFilter","arr","callback","result","filter","length",…
H A Ddhtmlxgantt_keyboard_navigation.js.map1obj","push","toNode","getElementById","querySelector","locateClassName","classname","strict","trg"…
H A Ddhtmlxgantt_tooltip.js.map1obj","mixin","target","source","force","f","undefined","uid","valueOf","functor","arguments","even…
H A Ddhtmlxgantt_drag_timeline.js.map1obj","getFullYear","getMonth","getDate","arrayFilter","arr","callback","result","filter","length",…
H A Ddhtmlxgantt_undo.js.map1obj","old","actionType","entityType","$source","$target","child","linkId","monitor_1","monitor","u…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js395 function isArray(obj){ argument
400 return (obj && obj.length !== undefined && obj.pop && obj.push);
406 return obj && typeof obj === "object"
412 return obj && typeof obj === "object"
418 return obj && typeof obj === "object"
422 function isDate(obj) { argument
423 if (obj && typeof obj === "object") {
424 return !!(obj.getFullYear && obj.getMonth && obj.getDate);
431 return isDate(obj) && !isNaN(obj.getTime());
536 for (key in obj) {
[all …]
H A Ddhtmlxgantt_undo.js540 Monitor.prototype._storeEntityCommand = function (obj, old, actionType, entityType) { argument
542 var command = undo.command.create(obj, old, actionType, entityType);
545 Monitor.prototype._storeTaskCommand = function (obj, type) { argument
546 … this._storeEntityCommand(obj, this.getInitialTask(obj.id), type, this._undo.command.entity.task);
548 Monitor.prototype._storeLinkCommand = function (obj, type) { argument
549 … this._storeEntityCommand(obj, this.getInitialLink(obj.id), type, this._undo.command.entity.link);
H A Ddhtmlxgantt_tooltip.js690 var obj = ch[i];
691 if (obj.className && obj.className.indexOf(css) !== -1) {
692 out.push(obj);
889 return (obj && obj.length !== undefined && obj.pop && obj.push);
895 return obj && typeof obj === "object"
901 return obj && typeof obj === "object"
907 return obj && typeof obj === "object"
912 if (obj && typeof obj === "object") {
913 return !!(obj.getFullYear && obj.getMonth && obj.getDate);
920 return isDate(obj) && !isNaN(obj.getTime());
[all …]
H A Ddhtmlxgantt_click_drag.js615 function isArray(obj){ argument
620 return (obj && obj.length !== undefined && obj.pop && obj.push);
626 return obj && typeof obj === "object"
632 return obj && typeof obj === "object"
638 return obj && typeof obj === "object"
642 function isDate(obj) { argument
643 if (obj && typeof obj === "object") {
644 return !!(obj.getFullYear && obj.getMonth && obj.getDate);
651 return isDate(obj) && !isNaN(obj.getTime());
756 for (key in obj) {
[all …]
H A Ddhtmlxgantt_keyboard_navigation.js130 var obj = parts[i];
131 if(typeof obj == "function"){
132 obj = new obj();
135 for(var p in obj){
136 res[p] = obj[p];
383 function getScopeName(obj){ argument
1895 var obj = ch[i];
1896 if (obj.className && obj.className.indexOf(css) !== -1) {
1897 out.push(obj);
2073 function makeEventable(obj){ argument
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js438 if (obj != null) fn = obj[methodName];
5146 if (isPrimitive(obj)) return obj;
7159 obj: obj, property in DnD.dragStart.config
14951 if (obj && obj.parentNode) {
14953 obj.parentNode.removeChild(obj);
29671 return (obj && obj.length !== undefined && obj.pop && obj.push);
29677 return obj && typeof obj === "object"
29683 return obj && typeof obj === "object"
29689 return obj && typeof obj === "object"
29694 if (obj && typeof obj === "object") {
[all …]
/plugin/pycode/
H A Daction.php57 * @param (obj) $event the event object
89 * @param (obj) $event the event object
121 * @param (obj) $event the event object
225 * @param (obj) $event the event object
H A Dscript.js301 disable: function(obj) { argument
302 jQuery(obj+" input:checkbox").prop("checked", false);
303 jQuery(obj+" input:radio").prop("disabled", true);
304 jQuery(obj+" input:text").prop("disabled", true);
312 require: function(obj) { argument
313 jQuery(obj+" input:radio").css("outline", "2px solid #FCC");
314 jQuery(obj+" input:text").css("background-color", "#FCC");
322 reset: function(obj) { argument
323 jQuery(obj+" input:radio").css("outline", "");
324 jQuery(obj+" input:text").css("background-color", "");
H A Dsyntax.php97 * @param (obj) $handler object reference to the Doku_Handler class,
193 * @param (obj) $renderer object reference to the Doku_Render class,
358 * @param (obj) $renderer object reference to the Doku_Render class,
474 * @param (obj) $renderer object reference to the Doku_Render class,
621 * @param (obj) $renderer object reference to the Doku_Render class,
655 * @param (obj) $renderer object reference to the Doku_Render class,
671 * @param (obj) $renderer object reference to the Doku_Render class,
687 * @param (obj) $renderer object reference to the Doku_Render class,
702 * @param (obj) $renderer object reference to the Doku_Render class,
718 * @param (obj) $renderer object reference to the Doku_Render class,
[all …]
/plugin/pagetemplate/
H A Dpagetemplate_backlinks.php117 $obj = new $class();
119 'sort' => $obj->getSort(),
121 'obj' => $obj
123 $Parser->addMode($m,$obj);

12345678910>>...17