Home
last modified time | relevance | path

Searched refs:index (Results 226 – 250 of 1806) sorted by last modified time

12345678910>>...73

/plugin/combo/vendor/symfony/yaml/
H A DREADME.md10 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php156 * {@see Parser::getBuildParseTree()} is `true` and the token index
203 * If {@see Parser::getBuildParseTree()} is `true` and the token index
319 $index = \array_search($listener, $this->parseListeners, true);
321 if ($index !== false) {
322 unset($this->parseListeners[$index]);
838 /** Get a rule's index (i.e., `RULE_ruleName` field) or -1 if not found. */
H A DInputStream.php15 protected $index = 0; variable in Antlr\\Antlr4\\Runtime\\InputStream
59 return $this->index;
69 if ($this->index >= $this->size) {
74 $this->index++;
88 $pos = $this->index + $offset - 1;
116 * {@see self::consume()} ahead until `$p === $this->index`; Can't just set
117 * `$p = $this->index` as we must update line and column. If we seek
120 public function seek(int $index) : void argument
122 if ($index <= $this->index) {
[all...]
H A DWritableToken.php19 public function setTokenIndex(int $index) : void; argument
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js43 d.console.countMap[_name]=0;d.console.countMap[_name]++;d.console.cmd.log.apply(window,[_name,d.console.countMap[_name]]);}},group:function(){with(firebug){d.console.cmd.log.apply(this,["console.group is not supported"]);}},groupEnd:function(){with(firebug){d.console.cmd.log.apply(this,["console.groupEnd is not supported"]);}},profile:function(){with(firebug){d.console.cmd.log.apply(this,["console.profile is not supported"]);}},profileEnd:function(){with(firebug){d.console.cmd.log.apply(this,["console.profileEnd is not supported"]);}}}},css:{index:-1,open:function(_index){with(firebug){var item=internal.targetWindow.document.styleSheets[_index],uri=item.href;try{var rules=item[lib.env.ie?"rules":"cssRules"],str="";for(var i=0;i<rules.length;i++){var item=rules[i];var selector=item.selectorText;var cssText=lib.env.ie?item.style.cssText:item.cssText.match(/\{(.*)\}/)[1];str+=d.css.printRule(selector,cssText.split(";"),el.left.css.container);}}catch(e){str="<em>Access to restricted URI denied</em>";}
45 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;}
77 else if(childLen>0){link.attribute.addClass("Parent");}}}};return returnParentVal;}},openProperties:function(){with(firebug){var index=d.html.nIndex;var node=d.html.current[0];d.clean(el.right.html.content);var str="";switch(index){case"computedStyle":var property=["opacity","filter","azimuth","background","backgroundAttachment","backgroundColor","backgroundImage","backgroundPosition","backgroundRepeat","border","borderCollapse","borderColor","borderSpacing","borderStyle","borderTop","borderRight","borderBottom","borderLeft","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","borderTopStyle","borderRightStyle","borderBottomStyle","borderLeftStyle","borderTopWidth","borderRightWidth","borderBottomWidth","borderLeftWidth","borderWidth","bottom","captionSide","clear","clip","color","content","counterIncrement","counterReset","cue","cueAfter","cueBefore","cursor","direction","display","elevation","emptyCells","cssFloat","font","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","height","left","letterSpacing","lineHeight","listStyle","listStyleImage","listStylePosition","listStyleType","margin","marginTop","marginRight","marginBottom","marginLeft","markerOffset","marks","maxHeight","maxWidth","minHeight","minWidth","orphans","outline","outlineColor","outlineStyle","outlineWidth","overflow","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","page","pageBreakAfter","pageBreakBefore","pageBreakInside","pause","pauseAfter","pauseBefore","pitch","pitchRange","playDuring","position","quotes","richness","right","size","speak","speakHeader","speakNumeral","speakPunctuation","speechRate","stress","tableLayout","textAlign","textDecoration","textIndent","textShadow","textTransform","top","unicodeBidi","verticalAlign","visibility","voiceFamily","volume","whiteSpace","widows","width","wordSpacing","zIndex"].sort();var view=document.defaultView?document.defaultView.getComputedStyle(node,null):node.currentStyle;for(var i=0,len=property.length;i<len;i++){var item=property[i];if(!view[item])continue;str+="<div class='CSSItem'><div class='CSSProperty'>"+item+"</div><div class='CSSValue'>"+d.highlight(view[item])+"</div></div>";} variable
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(uri).responseText;internal.cache[uri]=source;}else{source=script.innerHTML;}
81 el.left.scripts.container.update(source);}catch(e){el.left.scripts.container.child.add(new lib.element("DIV").attribute.addClass("CodeContainer").update("<em>Access to restricted URI denied</em>"));}}},toggleLineNumbers:function(){with(firebug){d.scripts.lineNumbers=!d.scripts.lineNumbers;el.button.scripts.lineNumbers.attribute[(d.scripts.lineNumbers?"add":"remove")+"Class"]("Enabled");d.scripts.open(d.scripts.index);}},refres
[all...]
H A Dfirebug-lite-1.2.js1090 index:-1,
1126 d.css.index=d.css.index<0?i:d.css.index;
1131 d.css.open(d.css.index);
1483 var index = d.html.nIndex; variable
1487 switch(index){
1543 index:-1,
1547 d.scripts.index = _index;
1580 d.scripts.open( d.scripts.index );
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md82 Now the we've created our template file, in a php file (index.php) we'll create the data to passed to the model. The model is a key/value array.
86 **/index.php**
400 When looping through items in each, you can optionally reference the current loop index via {{@index}}
404 {{@index}}: {{this}}
735 {{#each objects}}{{@first}}, {{@last}}, {{@index}}, {{@unknown}}{{/each}}
742 $object->{'@index'} = 'carrot';
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DATNState.php108 public function addTransition(Transition $trans, int $index = -1) : void argument
116 if ($index === -1) {
119 \array_splice($this->transitions, $index, 1, [$trans]);
123 public function getTransition(int $index) : Transition argument
125 return $this->transitions[$index];
128 public function setTransition(Transition $trans, int $index) : void argument
130 $this->transitions[$index] = $trans;
141 public function removeTransition(int $index) : void argument
143 \array_splice($this->transitions, $index, 1);
/plugin/combo/ComboStrap/
H A DIconDownloader.php572 $index = strrpos($iconName, $sep);
573 if ($index === false) {
576 $firstPart = substr($iconName, 0, $index);
577 $secondPart = substr($iconName, $index + 1);
/plugin/combo/vendor/symfony/process/
H A DREADME.md21 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DArrayPredictionContext.php69 public function getParent(int $index) : ?PredictionContext argument
71 return $this->parents[$index];
74 public function getReturnState(int $index) : int argument
76 return $this->returnStates[$index];
H A DEmptyPredictionContext.php24 public function getParent(int $index) : ?PredictionContext argument
H A DPredictionContext.php124 abstract public function getParent(int $index) : ?self; argument
125 abstract public function getReturnState(int $index) : int; argument
494 // write index < last position; trim
H A DSingletonPredictionContext.php46 public function getParent(int $index) : ?PredictionContext argument
48 if ($index !== 0) {
55 public function getReturnState(int $index) : int argument
57 if ($index !== 0) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php67 foreach ($this->table[$hash] as $index => $entry) {
88 foreach ($this->table[$hash] as $index => $entry) {
115 foreach ($this->table[$hash] as $index => $entry) {
136 foreach ($this->table[$hash] as $index => $entry) {
141 unset($this->table[$hash][$index]);
172 foreach ($bucket as $index => $value) {
173 if (!$value->equals($otherBucket[$index])) {
/plugin/structodt/
H A Dhelper.php282 $index = (int)$matches[1];
286 if (isset($dvalue[$index])) {
287 return $dvalue[$index];
289 return 'Array: index out of bound';
/plugin/data/
H A Dbureaucracy_field.php141 * @param int $index index number of field in form
145 public function handlePost($value, &$fields, $index, $formid)
151 return parent::handlePost($value, $fields, $index, $formid);
140 handle_post($value, & $fields, $index, $formid) global() argument
/plugin/data/syntax/
H A Dentry.php480 foreach ($cells as $index => $cell) {
481 $renderer->form->addElement("<td class=\"{$columns[$index]}\">");
626 foreach ($cells as $index => $cell) {
627 $renderer->form->addHTML("<td class=\"{$columns[$index]}\">");
H A Dtable.php288 foreach ($clist as $index => $col) {
291 $class .= $data['align'][$index + $offset];
/plugin/data/helper/
H A Daliastextbox.php136 * @param int $index index number of field in form argument
140 public function handlePost($value, &$fields, $index, $formid)
146 return parent::handlePost($value, $fields, $index, $formid);
/plugin/subpages/
H A Dsyntax.php92 foreach($msg as $index => $m) {
93 $this->_showDebugMsg("Array [$index]: ".$m);
/plugin/dwtimeline/
H A Dstyle.less72 z-index: 1;
97 z-index: 1;
111 z-index: 1;
126 z-index: 1;
140 z-index: 1;
154 z-index: 1;
258 z-index: 1;
278 z-index: 1;
H A Dprint.css46 z-index: 1;
/plugin/mobiletable/
H A DREADME.md100 You may specify the index (starting with 1) of the column you want to make the main/index column.
H A Daction.php73 $index = -1;
78 $index = count($schema);
84 return [$schema, $index];
89 private function table($schema, $index, $body) { argument
106 if ($index > -1 && isset($row[$index])) {
107 $table .= '^'.$row[$index]."^^\n";
110 if ($i != $index) {

12345678910>>...73