Home
last modified time | relevance | path

Searched refs:object (Results 176 – 200 of 1568) sorted by last modified time

12345678910>>...63

/plugin/combo/ComboStrap/
H A DExecutionContext.php16 * An execution object permits to manage the variable state for
200 * hack because the dokuwiki request global object as `ID` and `id` as array
201 * but our own {@link Url object} don't allow that and makes an array instead
512 throw new ExceptionNotFound("No object $objectIdentifier found");
515 public function setRuntimeObject($objectIdentifier, &$object): ExecutionContext
517 $this->executionScopedVariables[$objectIdentifier] = &$object;
773 * This function sets the markup running context object globally,
833 * Note that the same object may call recursively:
983 * The page global context object
997 * It's the context object fo
506 setRuntimeObject($objectIdentifier, & $object) global() argument
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DOrOperator.php118 public function equals(object $other) : bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DPrecedencePredicateTransition.php45 public function equals(object $other) : bool
H A DPredicateTransition.php57 public function equals(object $other) : bool
H A DSetTransition.php46 public function equals(object $other) : bool
H A DRangeTransition.php42 public function equals(object $other) : bool
H A DRuleTransition.php13 * Ptr to the rule definition object for this rule ref.
14 * No Rule object at runtime.
57 public function equals(object $other) : bool
H A DWildcardTransition.php19 public function equals(object $other) : bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFAState.php115 public function equals(object $other) : bool
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md37 * Deprecated using the `!php/object` and `!php/const` tags without a value.
70 * support for the `!!php/object` tag has been dropped, use the `!php/object`
99 * Deprecated the `!php/object:` tag which will be replaced by the
100 `!php/object` tag (without the colon) in 4.0.
H A DParser.php506 $object = new \stdClass();
509 $object->$key = $value;
512 $data = $object;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DANTLRErrorListener.php23 ?object $offendingSymbol,
H A DConsoleErrorListener.php14 ?object $offendingSymbol,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInterval.php43 public function equals(object $other) : bool
H A DIntervalSet.php492 public function equals(object $other) : bool
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js47 parentElement.environment.getParent().lib.child.get()[0].lib.child.get()[0].lib.attribute.addClass("Opened");parentElement.opened=true;for(var key in obj){try{if(env.hideDOMFunctions&&typeof(obj[key])=="function")continue;var value=obj[key],property=key,container=new lib.element("DIV").attribute.addClass("DOMRow").insert(parentElement),left=new lib.element("DIV").attribute.addClass("DOMRowLeft").insert(container),right=new lib.element("DIV").attribute.addClass("DOMRowRight").insert(container);container.child.add(new lib.element("DIV").attribute.addClass('Clear'));var link=new lib.element("A").attribute.addClass(typeof value=="object"&&Boolean(value)?"Property Object":"Property").update(property).insert(left);right.update(d.highlight(value,false,true));var subContainer=new lib.element("DIV").attribute.addClass("DOMRowSubContainer").insert(container);if(typeof value!="object"||Boolean(value)==false)
49 parentElement.environment.addStyle({"display":"block"});}}},highlight:function(_value,_inObject,_inArray,_link){with(firebug){var isArray=false,isHash,isElement=false,vtype=typeof _value,result=[];if(vtype=="object"){if(Object.prototype.toString.call(_value)==="[object Date]"){vtype="date";}else if(Object.prototype.toString.call(_value)==="[object String]"){vtype="string";}else if(Object.prototype.toString.call(_value)==="[object Boolean]"){vtype="boolean";}else if(Object.prototype.toString.call(_value)==="[object RegExp]"){vtype="regexp";}}
103 return index;},remove:function(_array,_index){var result=_array.slice(0,_index);_array=Array.prototype.push.apply(result,_array.slice(_index+1));return result;}},Curry:function(_fn,_scope){var fn=_fn,scope=_scope||window,args=Array.prototype.slice.call(arguments,2);return function(){return fn.apply(scope,args.concat(Array.prototype.slice.call(arguments,0)));};},Extend:function(_superClass,_prototype,_skipClonning){var object=new pi.base;if(_prototype["$Init"]){object.init=_prototype["$Init"];delete _prototype["$Init"];};object
[all...]
H A Dfirebug-lite-1.2.js1169 typeof value=="object"&&Boolean(value)?"Property Object":"Property"
1176 if(typeof value!="object"||Boolean(value)==false)
1191 if(vtype=="object"){
1192 if(Object.prototype.toString.call(_value) === "[object Date]"){
1194 } else if(Object.prototype.toString.call(_value) === "[object String]"){
1196 } else if(Object.prototype.toString.call(_value) === "[object Boolean]"){
1198 } else if(Object.prototype.toString.call(_value) === "[object RegExp]"){
1989 var object = new pi.base;
1991 object.init = _prototype["$Init"];
1995 object
[all...]
/plugin/combo/
H A DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
166 If distribution of executable or object code is made by offering
170 compelled to copy the source along with the object code.
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteStatus.php37 $object = new static($responseBody['ready'], $responseBody['message'], $responseBody);
39 return $object;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php133 public function equals(object $other) : bool
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md84 Below we are going to create the Handlebars object, set the partials loader, and put some data in the model.
408 {{#each object}}
739 $object = new stdClass;
740 $object->{'@first'} = 'apple';
741 $object->{'@last'} = 'banana';
742 $object->{'@index'} = 'carrot';
743 $object->{'@unknown'} = 'zucchini';
744 $data = ['objects' => [$object]];
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerModeAction.php71 public function equals(object $other) : bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DATNState.php80 public function equals(object $other) : bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DDefaultEquivalence.php19 public function equals(object $other) : bool
H A DEquatable.php9 public function equals(object $other) : bool;

12345678910>>...63