/plugin/jsonrpc/ |
H A D | IJR_CallbackDefines.php | 12 private $obj = array(); variable in IJR_CallbackDefines 20 $this->methods[] = $this->obj; 26 $this->methods[] = $this->obj; 32 $this->methods[] = $this->obj; 35 $this->obj['callback'] = 'time'; 38 $this->methods[] = $this->obj; 44 $this->methods[] = $this->obj; 50 $this->methods[] = $this->obj; 56 $this->methods[] = $this->obj; 62 $this->methods[] = $this->obj; [all …]
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
H A D | events.js | 9 obj.on('event', function() { obj.counter += 1; }); 24 obj.on('a b c', function() { obj.counter += 1; }); 168 obj.listenToOnce(obj, 'event', incrA); 169 obj.listenToOnce(obj, 'event', incrB); 428 obj.once('event', obj.assertTrue); 502 obj.off(null, null, obj); 522 obj.off(null, null, obj); 684 assert.equal(obj, obj.on('a', fn)); 685 assert.equal(obj, obj.once('c', fn)); 686 assert.equal(obj, obj.trigger('a')); [all …]
|
/plugin/sequencediagram/bower_components/underscore/ |
H A D | underscore.js | 40 if (obj instanceof _) return obj; 153 iteratee(obj[i], i, obj); 266 if (!isArrayLike(obj)) obj = _.values(obj); 303 obj = isArrayLike(obj) ? obj : _.values(obj); 328 obj = isArrayLike(obj) ? obj : _.values(obj); 351 var set = isArrayLike(obj) ? obj : _.values(obj); 367 if (!isArrayLike(obj)) obj = _.values(obj); 746 obj[key] = _.bind(obj[key], obj); 1032 obj = Object(obj); 1196 …if (isArrayLike(obj) && (_.isArray(obj) || _.isString(obj) || _.isArguments(obj))) return obj.leng… [all …]
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/ |
H A D | underscore.js | 42 if (obj instanceof _) return obj; 169 iteratee(obj[i], i, obj); 277 if (!isArrayLike(obj)) obj = _.values(obj); 313 obj = isArrayLike(obj) ? obj : _.values(obj); 338 obj = isArrayLike(obj) ? obj : _.values(obj); 369 if (!isArrayLike(obj)) obj = _.values(obj); 454 return isArrayLike(obj) ? obj.length : _.keys(obj).length; 777 obj[key] = _.bind(obj[key], obj); 1092 obj = Object(obj); 1132 return _.isArray(obj) ? obj.slice() : _.extend({}, obj); [all …]
|
/plugin/virtualkeyboard/vk/extensions/ |
H A D | objectextensions.js | 22 Object.prototype.clone = function (obj) { 23 if (typeof(obj) != "object") return obj; 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) { 49 for (var i in obj) { 50 if (!obj.hasOwnProperty(i)) continue; 52 if (obj[i] instanceof Array) this[i] = []; 54 if (obj[i] instanceof Array) this[i] = this[i].concat(obj[i]); [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | SchedulingObjectTest.php | 115 $obj = $children[0]; 116 $obj->delete(); 131 $obj = $children[0]; 146 $obj = $children[0]; 148 $size = $obj->getSize(); 158 $obj = $children[0]; 168 $obj = $children[0]; 206 $obj = $children[0]; 255 $obj = $children[0]; 256 $obj->setACL(array()); [all …]
|
/plugin/metaeditor/ |
H A D | jstree.js | 181 if(obj && obj.length && (obj = obj.closest('.jstree')).length && (obj = obj.data('jstree'))) { 943 obj = obj.id; 981 obj = obj.parents ? obj : this.get_node(obj); 3641 obj = obj && obj.id ? obj : this.get_node(obj); 3696 obj = obj[0]; 3710 obj = obj && obj.id ? obj : this.get_node(obj); 3883 obj = obj && obj.id ? obj : this.get_node(obj); 3982 if(!$.isArray(obj)) { obj = [obj]; } 4009 if(!$.isArray(obj)) { obj = [obj]; } 7068 obj = obj && obj.id ? obj : this.get_node(obj); [all …]
|
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/ |
H A 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'; 59 $obj->object = $obj2; 60 $obj->objectagain = $obj2; 63 $obj->array3 = array($obj, $obj2, $obj3); 64 $obj->self = $obj; [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | CalendarObjectTest.php | 55 $obj = new CalendarObject( 116 $obj = $children[0]; 117 $obj->delete(); 132 $obj = $children[0]; 147 $obj = $children[0]; 159 $obj = $children[0]; 169 $obj = $children[0]; 207 $obj = $children[0]; 256 $obj = $children[0]; 257 $obj->setACL(array()); [all …]
|
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/ |
H A 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'; 44 $obj->object = $obj2; 47 $obj->self = $obj; 95 array($obj, 190 $obj->foo = 'bar'; [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
H A 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'; 28 $obj->object = $obj2; 29 $obj->objectagain = $obj2; 30 $obj->array = ['foo' => 'bar']; 31 $obj->self = $obj; [all …]
|
/plugin/fedauth/Auth/OpenID/ |
H A 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; 200 return $obj; 226 $obj->ns_uri = $obj->_getSRegNS($m); 235 return $obj; 457 return $obj; 479 $obj->ns_uri = $obj->_getSRegNS($success_response->message); [all …]
|
/plugin/google_adsense2/ |
H A D | code.php | 143 $obj = ''; 147 $obj .= "\n" . '<!-- Google ADS DISABLED -->' . "\n"; 160 $obj .= gads_boxopen($style, $id); 161 $obj .= gads_boxcontent(gads_getADS($id)); 162 $obj .= gads_boxclose(); 168 $obj .= gads_boxopen($style); 170 $obj .= gads_boxclose(); 174 return $obj; 181 $obj = ''; 205 $obj .= preg_replace($patterns, $replacements, $page); [all …]
|
/plugin/openid/Auth/OpenID/ |
H A 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; 221 return $obj; 251 $obj->ns_uri = $obj->_getSRegNS($m); 260 return $obj; 507 return $obj; 533 $obj->ns_uri = $obj->_getSRegNS($success_response->message); [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 268 update(Entity $obj) global() argument 294 initial_save(Entity $obj, $data) global() argument 299 update_save(Entity $obj, $data) global() argument 304 save(Entity $obj) global() argument 318 delete(Entity $obj) global() argument [all...] |
/plugin/searchtablejs/TableFilter_EN/ |
H A 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 44 stopSelect(obj) global() argument 49 getCaretEnd(obj) global() argument 68 getCaretStart(obj) global() argument 87 setCaret(obj,l) global() argument 98 setSelection(obj,s,e) global() argument 115 curTop(obj) global() argument 123 curLeft(obj) global() argument 134 replaceHTML(obj,text) global() argument 141 actb(obj,ca) global() argument [all...] |
/plugin/htvid/syntax/ |
H A D | video.php | 146 $obj.= '<video width="' . $width . '" height="' . $height . '" controls="controls"' . $attr . '>'; 147 $obj.= '<source src="' . $video_url1 . '">' ; 148 $obj.= '<source src="' . $video_url2 . '">' ; 149 …$obj.= '<object type="application/x-shockwave-flash" data="/lib/plugins/htvid/player/player.swf" w… 150 …$obj.= '<!--[if IE]><param name="movie" value="/lib/plugins/flashplayer/player/player.swf" /><![en… 152 $obj.= '<param name="allowfullscreen" value="true">'; 153 $obj.= '<param name="flashvars" value="file=' . $video_url1 . '">'; 154 $obj.= '</object>'; 155 $obj.= '</video>'; 157 $obj = '<div style="width: ' . $width . 'px; ' . $align . '">' . $obj . '</div>'; [all …]
|
/plugin/tindexmenu/ |
H A D | indexmenu-full.js | 78 this.obj = objName; 108 + this.obj 135 + this.obj 192 + '\',' + this.obj 213 + this.obj 301 eNew = $("s" + this.obj + id); 487 eLoad = $('l' + this.obj); 488 node = $('s' + this.obj + n); 611 'picker_' + self.obj, 't' + self.obj); 654 dtree = $('dtree_' + this.obj); [all …]
|
H A D | indexmenu.js | 28 …obj+'" class="dtree" style="position:relative;overflow:hidden;width:100%;">');a+='<div id="dtree_'… 29 …obj+'" style="display:none;"></div>');this.config.useCookies&&(this.selectedNode=this.getSelected(… 30 this.obj+'.stopscroll();"></div>',a+="</div>");this.completed=!0;this.divdisplay("nojs_",0);return … 34 …obj+c+'" src="'+(a._io?a.iconOpen:a.icon)+'" alt="" />';!a._hc||a.hns?(e+='<a id="s'+this.obj+c+'"… 41 …obj))for(var c=0;c<a.length;c++)this.openTo(a[c],!1,!0)};dTree.prototype.nodeStatus=function(a,c,b… 44 dTree.prototype.isOpen=function(a){var c,b=this.getCookie("co"+this.obj).split(".");for(c=0;c<b.len… 47 …obj),$("s"+this.obj+a),c||(c=indexmenu_createPicker("l"+this.obj)),c.innerHTML="Loading ...",$("s"… 49 …e_"+this.obj)[0];f=parseInt(e.offsetLeft,0);"r"==a?($("left_"+this.obj).style.border="thin inset",… 51 dTree.prototype.stopscroll=function(){$("left_"+this.obj).style.border="none";clearTimeout(this.scr… 52 …obj+a)[0];f=this;this.config.toc&&"node"!=g.className&&(b=jQuery("#t"+this.obj)[0],d=this.aNodes[a… [all …]
|
/plugin/indexmenu/scripts/ |
H A D | indexmenu.js | 918 divdisplay(obj, visible) global() argument
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
H A D | SandboxExtension.php | 80 public function checkMethodAllowed($obj, $method) argument 83 $this->policy->checkMethodAllowed($obj, $method); 87 public function checkPropertyAllowed($obj, $method) argument 90 $this->policy->checkPropertyAllowed($obj, $method); 94 public function ensureToStringAllowed($obj) argument 96 if ($this->isSandboxed() && \is_object($obj) && method_exists($obj, '__toString')) { 97 $this->policy->checkMethodAllowed($obj, '__toString'); 100 return $obj;
|
/plugin/issuetracker/ |
H A D | wysiwyg_editor.js | 5 function cleanUp(obj) argument 7 hp = document.getElementById(obj); 108 function resizeBoxId(obj,size) { argument 109 var arows = document.getElementById(obj).height; 113 function findPos(obj){ argument 114 var posX = obj.offsetLeft;var posY = obj.offsetTop; 115 while(obj.offsetParent){ 116 if(obj==document.getElementsByTagName('body')[0]){break} 118 posX=posX+obj.offsetParent.offsetLeft; 119 posY=posY+obj.offsetParent.offsetTop; [all …]
|
/plugin/dokukiwix/ |
H A D | script.js | 31 obj.style.visibility='visible'; 32 obj.style.display='inline'; 34 obj.style.visibility='hidden'; 35 obj.style.display='none'; 43 obj = document.getElementById('pl_dokukiwix_stop'); 45 obj.style.visibility='visible'; 47 obj.style.visibility='hidden'; 56 obj = document.getElementById('pl_dokukiwix_out'); 57 obj.innerHTML = text; 72 obj.src="lib/plugins/dokukiwix/images/play.png"; [all …]
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
H A D | GeoJSON.php | 76 * @param object $obj 80 private function geoJSONFeatureToGeometry($obj) argument 82 $geometry = $this->read($obj->geometry); 83 if (isset($obj->properties)) { 84 foreach ($obj->properties as $property => $value) { 93 * @param object $obj 97 private function geoJSONObjectToGeometry($obj) argument 99 $type = $obj->type; 102 return $this->geoJSONObjectToGeometryCollection($obj); 106 $geometry = $this->$method($obj 197 geoJSONObjectToGeometryCollection($obj) global() argument [all...] |
/plugin/jirainfo/ |
H A D | script.js | 293 if (obj.errors) { 294 this.updContent(obj.errors); 300 html += obj.summary ? '<p class="ji-summary">' + obj.summary + "</p>" : ""; 302 html += obj.status ? '<div class="ji-status"><span class="color-' + obj.status.color + '">' 303 + obj.status.name + "</span></div>" : ""; 305 … html += obj.issuetype ? '<img src="' + obj.issuetype.iconUrl + '" class="ji-issuetype" title="' + 306 obj.issuetype.name + '">' : ""; 308 html += obj.priority ? '<img src="' + obj.priority.iconUrl + '" class="ji-issuetype" title="' + 309 obj.priority.name + '">' : ""; 312 obj.totalComments + "</span></div>" : ""; [all …]
|