Home
last modified time | relevance | path

Searched refs:current (Results 51 – 75 of 1003) sorted by last modified time

12345678910>>...41

/plugin/combo/ComboStrap/
H A DBreadcrumbTag.php136 * @param bool $current
140 public static function getLiHtmlOutput(MarkupPath $page, bool $current = false, bool $link = true): string argument
144 if ($current) {
148 * Applied to a link in the breadcrumb set to indicate that it represents the current page.
150 $liArial = " aria-current=\"page\"";
154 if (FileSystems::exists($page->getPathObject()) && $current === false) {
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php95 * @param integer $index Index of the current section item.
120 * @param string $key Key of the current object property.
184 * Get the index of current section item.
194 * Get the key of current object property.
204 * Change the current context to one of current context members
206 * @param string $variableName name of variable or a callable on current context
219 * Get a avariable from current context
223 * @param string $variableName variavle name to get from current context
258 $current
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php151 $candidate = $iterator->current();
156 $next = $iterator->current();
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php333 $current = new DateTime('now');
334 $next = $cron->getNextRunDate($current);
336 $this->assertEquals($current->format('Y-m-d H:i:00'), $nextPrev->format('Y-m-d H:i:s'));
346 $current = new DateTime('2011-09-27 10:10:54');
347 $this->assertEquals('2011-09-27 10:11:00', $cron->getNextRunDate($current)->format('Y-m-d H:i:s'));
/plugin/combo/vendor/symfony/process/
H A DInputStream.php84 $current = array_shift($this->input);
86 if ($current instanceof \Iterator) {
87 yield from $current;
89 yield $current;
H A DREADME.md20 * [Documentation](https://symfony.com/doc/current/components/process.html)
21 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php103 } elseif (\is_resource($input = $input->current())) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php52 * the previous match. Since prediction prefers completing the current rule
164 * that can follow the current rule.
200 * that the current lookahead symbol is consistent with what were expecting
211 * token deletion, if possible. If it can't do that, it bails on the current
213 * resynchronization set of the current rule.
233 * member definition of the current class.
392 * erroneous symbol is current `LT(1)` symbol and has not yet been
485 * If current token (at `LA(1)`) is consistent with what could come
557 * strategy for the current mismatched input, otherwise `false`.
575 // if current toke
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php94 // right set has no elements; just return the copy of the current set
131 // split the current interval into two
140 // replace the current interval
147 // replace the current interval
154 // remove the current interval (thus no need to increment resultI)
399 $interval = $iter->current();
450 $interval = $iterator->current();
/plugin/combo/vendor/symfony/yaml/
H A DREADME.md9 * [Documentation](https://symfony.com/doc/current/components/yaml.html)
10 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js62 return result.join("");}},html:{nIndex:"computedStyle",current:null,highlight:function(_element,_clear,_event){with(firebug){if(_element.firebugElement){return;}
69 if(d.html.current){d.html.current[1].attribute.removeClass("Selected");}
70 d.html.current=[_element,link];d.html.openProperties();return;}
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");}
73 nodeLink.attribute.addClass("Selected");d.html.current=[_element,nodeLink];d.html.openProperties();};if(element.childNodes&&(len==0||(len==1&&element.childNodes[0].nodeType==Node.TEXT_NODE)))return;parent.clean();if(parent.opened&&Boolean(_returnParentElementByElement)==false){parent.opened=false;parent.element.previousSibling.lib.attribute.removeClass("Open");parent.element.lib.attribute.removeClass("OpenSubContainer");return;};if(parent!=el.left.html.container){parent.element.previousSibling.lib.attribute.addClass("Open");parent.element.lib.attribute.addClass("OpenSubContainer");parent.opened=true;};if(element==document.documentElement){new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;<span class='Blue'>html</span>&#62;").insert(parent);};for(var i=0;i<=len;i++){if(i==len){new lib.element("A").attribute.addClass("Block").update("<span class='DarkBlue'>&#60;/<span class='Blue'>"+element.nodeName.toLowerCase()+"</span>&#62;").insert(container);break;}
74 var item=element.childNodes[i];if(item.nodeType==1&&!item.getAttribute('firebugIgnore')){var container=new lib.element().attribute.addClass("Block").insert(parent),link=new lib.element("A").attribute.addClass("Link").insert(container),spacer=new lib.element("SPAN").attribute.addClass("Spacer").update("&nbsp;").insert(link),html=new lib.element("SPAN").attribute.addClass("Content").update(d.highlight(item)).insert(link),subContainer=new lib.element("DIV").attribute.addClass("SubContainer").insert(container),view;view=lib.util.Element.getView(item);link.event.addListener("click",lib.util.Curry(d.html.openHtmlTree,window,item,subContainer,false));link.event.addListener("mouseover",lib.util.Curry(d.html.highlight,window,item,false));link.event.addListener("mouseout",lib.util.Curry(d.html.highlight,window,item,true));returnParentVal=returnParentEl==item?subContainer:returnParentVal;if(d.html.current==null&&item==document.body){link.attribute.addClass("Selected");link.attribute.addClass("Parent");d.html.current=[item,link];d.html.openHtmlTree(item,subContainer);}
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[
[all...]
H A Dfirebug-lite-1.2.js1308 current:null,
1363 if (d.html.current) {
1364 d.html.current[1].attribute.removeClass("Selected");
1366 d.html.current = [_element, link];
1397 if (d.html.current) {
1398 d.html.current[1].attribute.removeClass("Selected");
1402 d.html.current = [_element,nodeLink];
1448 if(d.html.current==null&&item==document.body){
1451 d.html.current = [item,link];
1484 var node = d.html.current[
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md400 When looping through items in each, you can optionally reference the current loop index via {{@index}}
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js33current:this._current})},bs.prototype.getPad=function(e){if(this.isOpen())return this._current.pad…
83 …h(e):t.push({...o,entries:[e]})})),t}(i)),[i]);return gc((()=>{const e=o.current;if(!e)return;cons…
105 …documentElement.removeEventListener("keydown",e)}}),[]),gc((()=>{m.current&&m.current.focus()}),[]…
165 …of a)return;const e=s.current,t=a(e);e.style.left=`${t.x}px`,e.style.top=`${t.y}px`}),[s.current,a…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md338 * `FEAT(drd)`: bind current diagram to `dmn:Definitions#di`
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21current:this._current})},Ju.prototype.getPad=function(e){if(this.isOpen())return this._current.pad…
/plugin/katex/_assets/
H A Dkatex.min.js1current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=t,this.builtins=e,this.und…
/plugin/statistics/inc/pchart/
H A DREADME9 When updating later, make sure to have a look at the current state of forks.
/plugin/farmer/action/
H A Dajax.php175 $current = $plugin['default'];
179 $current = $plugin['actual'];
184 if ($current) {
/plugin/farmer/
H A Dhelper.php18 * Returns the name of the current animal if any, false otherwise
40 * Was the current animal requested by host?
283 $current = ['name' => $plugin, 'default' => $set, 'actual' => $set, 'isdefault' => true];
286 $current['actual'] = (bool) $local[$plugin];
287 $current['isdefault'] = false;
290 $info[$plugin] = $current;
/plugin/farmer/lang/en/
H A Dtab_new_help.txt28 to configure it. You can copy your current user or all users from the farmer or create a completely new user for the Animal.
H A Dtab_setup_help.txt7 After completing this setup step your current DokuWiki (the one you're looking at) will be known as the "Farmer".
18 inititialized. The Farmer plugin will detect if the current request should access an Animal or the Farmer and
29 outside your current DokuWiki. You can specify a relative directory like ''../animals''.
/plugin/odt/ODT/css/
H A Dcssdocument.php392 * @param integer $current Starting point
394 public function getPrecedingSibling ($current) { argument
395 if ($this->size == 0 || $current >= $this->size || $current == 0) {
398 $current_level = $this->entries [$current]['level'];
399 if ($this->entries [$current-1]['level'] == $current_level) {
400 return ($current-1);
H A Dcssimportnew.php426 $current = '';
440 $current .= $sign;
451 $current = '';
481 if (!empty($current)) {
482 $selector [$size]['selector'] = new css_simple_selector($current);
1065 $current = $rule->getProperty ($name);
1069 if ( !empty ($current) && $specificity >= $highest) {
1071 $value = $current;
1101 $current = array();
1102 $rule->getProperties ($current);
[all …]
/plugin/odt/ODT/elements/
H A DODTContainerElement.php18 public function determinePositionInContainer (array &$data, ODTStateElement $current); argument

12345678910>>...41