Searched refs:isPrivate (Results 1 – 7 of 7) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/ |
H A D | RoadInfo.php | 22 public $isPrivate; variable in Google\\Service\\SemanticTile\\RoadInfo 24 public function setIsPrivate($isPrivate) argument 26 $this->isPrivate = $isPrivate; 30 return $this->isPrivate;
|
/plugin/combo/ComboStrap/ |
H A D | CallStack.php | 124 if ($rp->isPrivate()) { 153 if ($rp->isPrivate()) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
H A D | Generator.php | 988 if ($method->isPrivate()) { 1120 $method->isPrivate() ||
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.2.js | 2242 …var isPrivate = name.substring(0, 1) == "_", title = name.substring(1, 2).toUpperCase() + name.sub… 2244 if (isPrivate) { 2260 var isPrivate = name.substring(0, 1) == "_"; 2262 if (isPrivate) {
|
H A D | firebug-lite-1.2-compressed.js | 111 …for(var name in _p){var isPrivate=name.substring(0,1)=="_",title=name.substring(1,2).toUpperCase()… 114 …nction(_object,_branch){for(var name in _object){var isPrivate=name.substring(0,1)=="_";if(isPriva…
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.2-compressed.js | 122 return base.init.apply(this,arguments);return this;};this.movePrivateMembers(this.body,_private);if(this.init){fn["$Init"]=this.init;};fn.prototype=this.body;return fn;};this.createAccessors=function(_p,_branch){var getter=function(_property){return this[_property];},setter=function(_property,_value){this[_property]=_value;return _branch._parent_||_branch;};for(var name in _p){var isPrivate=name.substring(0,1)=="_",title=name.substring(1,2).toUpperCase()+name.substring(2);if(isPrivate){_branch[(_branch["get"+title]?"_":"")+"get"+title]=pi.util.Curry(getter,_p,name);_branch[(_branch["set"+title]?"_":"")+"set"+title]=pi.util.Curry(setter,_p,name);} 125 _branch[name]={};this.createAccessors(_p[name],_branch[name]);}};};this.movePrivateMembers=function(_object,_branch){for(var name in _object){var isPrivate=name.substring(0,1)=="_";if(isPrivate){_branch[name]=_object[name];delete _object[name];}
|
H A D | firebug-lite-1.2.js | 2253 var isPrivate = name.substring(0, 1) == "_", title = name.substring(1, 2).toUpperCase() + name.substring(2); 2255 if (isPrivate) { 2271 var isPrivate = name.substring(0, 1) == "_"; 2273 if (isPrivate) {
|