Home
last modified time | relevance | path

Searched refs:get (Results 201 – 225 of 3429) sorted by last modified time

12345678910>>...138

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php78 public function get($name) function in Handlebars\\Cache\\Disk
H A DDummy.php29 public function get($name) function in Handlebars\\Cache\\Dummy
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DCache.php28 public function get($name); function
H A DContext.php212 $value = $this->get($variableName);
223 * @param string $variableName variavle name to get from current context
229 public function get($variableName, $strict = false) function in Handlebars\\Context
296 // make sure we get an at-symbol prefix
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md164 $driver->get('https://en.wikipedia.org/wiki/Selenium_(software)');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php141 * @see BufferedTokenStream::get()
179 public function get(int $index) : Token function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md237 anymore (call Yaml::enablePhpParsing() to get back the old behavior)
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js45 str+="<div class='Selector'>}</div>";return str;}},refresh:function(){with(firebug){el.button.css.selectbox.update("");var collection=internal.targetWindow.document.styleSheets;for(var i=0,len=collection.length;i<len;i++){var uri=getFileName(collection[i].href);d.css.index=d.css.index<0?i:d.css.index;el.button.css.selectbox.child.add(new lib.element("OPTION").attribute.set("value",i).update(uri))};d.css.open(d.css.index);}}},dom:{open:function(_object,_layer){with(firebug){_layer.clean();var container=new lib.element("DIV").attribute.addClass("DOMContent").insert(_layer);d.dom.print(_object,container);}},print:function(_object,_parent,_inTree){with(firebug){var obj=_object||window,parentElement=_parent;parentElement.update("");if(parentElement.opened&&parentElement!=el.left.dom.container){parentElement.environment.getParent().lib.child.get()[0].lib.child.get()[0].lib.attribute.removeClass("Opened");parentElement.opened=false;parentElement.environment.addStyle({"display":"none"});return;}
47 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)
66 internal.targetWindow.firebug.d.inspector.toggle(false);for(t=0;t<el.left.html.container.child.get().length;t++){searchEl=el.left.html.container.child.get()[t];if(/<body/i.test(searchEl.innerText||searchEl.textContent)){parentLayer=el.left.html.container.child.get()[t].childNodes[1].lib;break;}}
67 if(!parentLayer){parentLayer=el.left.html.container.child.get()[3].childNodes[1].lib;}
72 if(parent!=el.left.html.container){nodeLink=parent.environment.getParent().lib.child.get()[0].lib;if(d.html.current){d.html.current[1].attribute.removeClass("Selected");}
79 return;d.inspector.enabled=_absoluteValue!=undefined&&!_absoluteValue.clientX?_absoluteValue:!d.inspector.enabled;el.button.inspect.attribute[(d.inspector.enabled?"add":"remove")+"Class"]("Enabled");if(d.inspector.enabled==false){el.borderInspector.environment.addStyle({"display":"none"});d.inspector.el=null;}else if(lib.env.dIndex!="html"){if(internal.popupWin){internal.popupWin.firebug.d.navigate("html");}else{d.navigate("html");}}}}},scripts:{index:-1,lineNumbers:false,open:function(_index){with(firebug){d.scripts.index=_index;el.left.scripts.container.update("");var i=0,script=document.getElementsByTagName("script")[_index],uri=script.src||document.location.href,source;try{if(uri!=document.location.href){source=internal.cache[uri]||lib.xhr.get(ur
127 if(pi.util.IsHash(_object[name])){_branch[name]={};this.movePrivateMembers(_object[name],_branch[name]);}};};};pi.element=new pi.base;pi.element.init=function(_val){this.environmen global() method in pi.element.body.child
[all...]
H A Dfirebug-lite-1.2.js1149 parentElement.environment.getParent().lib.child.get()[0].lib.child.get()[0].lib.attribute.removeClass("Opened");
1155 parentElement.environment.getParent().lib.child.get()[0].lib.child.get()[0].lib.attribute.addClass("Opened");
1342 for (t = 0; t < el.left.html.container.child.get().length; t++) {
1343 searchEl=el.left.html.container.child.get()[t];
1345 parentLayer = el.left.html.container.child.get()[t].childNodes[1].lib;
1351 parentLayer = el.left.html.container.child.get()[3].childNodes[1].lib;
1396 nodeLink = parent.environment.getParent().lib.child.get()[0].lib;
1552 source = internal.cache[uri]||lib.xhr.get(ur
2344 "get":function(_name){ global() method in pi.element.body.attribute
2386 "get":function(){ global() method in pi.element.body.child
[all...]
/plugin/combo/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md665 return strtoupper($context->get($args));
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php159 public function get(Metadata $metadata, $default = null) function in ComboStrap\\Meta\\Store\\MetadataDokuWikiStore
/plugin/combo/ComboStrap/
H A DHttpRequest.php18 const GET = "get";
123 $response = $testRequest->get($query, $path);
149 public function get(): HttpRequest function in ComboStrap\\HttpRequest
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php575 $existing = $contextCache->get($context);
H A DPredictionContextCache.php35 $existing = $this->cache->get($ctx);
46 public function get(PredictionContext $ctx) : ?PredictionContext function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContextCache
48 return $this->cache->get($ctx);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php80 public function get(Hashable $value) : ?Hashable function in Antlr\\Antlr4\\Runtime\\Utils\\Set
/plugin/oauthgeneric/
H A DDotAccess.php21 public static function get($array, $key, $default = null) function in dokuwiki\\plugin\\oauthgeneric\\DotAccess
H A Daction.php33 $user = DotAccess::get($result, $this->getConf('json-user'), '');
34 $name = DotAccess::get($result, $this->getConf('json-name'), '');
35 $mail = DotAccess::get($result, $this->getConf('json-mail'), '');
36 $grps = DotAccess::get($result, $grpdots[0], []);
41 return DotAccess::get($grp, $grpdots[1], '');
/plugin/data/_test/
H A Ddb.test.php
/plugin/adhoctags/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
H A DREADME.md94 If you previously used `<html>` tags to embed HTML code into your DokuWiki site, you need to replace them with the format used by this plugin. The best way to get started is to make a run a couple of search-replace operations on the `data/pages/` directory in your DokuWiki installation.
/plugin/dwtimeline/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/mobiletable/
H A DmobileTable.js250 const original = tableMap.get(table)
262 const transformed = cellMap.get(cell)
H A Dscript.js6 ….value,b=B.get(c),void 0!==b){m=I(c);c=$jscomp.makeIterator(b.querySelectorAll("td, th"));for(k=c.…
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your

12345678910>>...138