Home
last modified time | relevance | path

Searched refs:getCurrent (Results 1 – 25 of 40) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSetTokenParser.php45 …you must have the same number of variables and assignments.', $stream->getCurrent()->getLine(), $s…
51 …hen using set with a block, you cannot have a multi-target.', $stream->getCurrent()->getLine(), $s…
H A DAutoEscapeTokenParser.php49 …ntaxError('An escaping strategy must be a string or a bool.', $stream->getCurrent()->getLine(), $s…
63 …xpected escaping strategy as you set autoescaping to false.', $stream->getCurrent()->getLine(), $s…
H A DBlockTokenParser.php40 …", $name, $this->parser->getBlock($name)->getTemplateLine()), $stream->getCurrent()->getLine(), $s…
52 …d endblock for block "%s" (but "%s" given).', $name, $value), $stream->getCurrent()->getLine(), $s…
H A DUseTokenParser.php41 … template references in a "use" statement must be a string.', $stream->getCurrent()->getLine(), $s…
H A DMacroTokenParser.php45 …d endmacro for macro "%s" (but "%s" given).', $name, $value), $stream->getCurrent()->getLine(), $s…
H A DIfTokenParser.php66 …dif" to close the "if" block started at line %d).', $lineno), $stream->getCurrent()->getLine(), $s…
/plugin/settingstree/settings/
H A Dsettingslevel.class.php37 function getCurrent($key){ function in settingslevel
51 if ($this->_parent) { return $this->_parent->getCurrent($key); }
66 if ($this->_parent){ return $this->_parent->getCurrent($key); }
136 $ret[$key] = $this->getCurrent($key);
290 $ret[$key] = $this->getCurrent($key);
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.collections.min.js1getCurrent:function(){if(this.index===-1)throw new System.InvalidOperationException("Enumeration h…
H A DOrgChart.Layout.min.js1getCurrent(),map.add(dataId,this.NextBoxId());for(getDataItem=source.OrgChart$Layout$IChartDataSou…
H A DmxOrgChartLayout.js137 var box = en.getCurrent();
H A Dbridge.min.js8getCurrent(),i.push(r);return i},toList:function(n,t){return new(System.Collections.Generic.List$1… method in AnonymousFunctiona951d94021500
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DResidence.php43 public function getCurrent() function in Google\\Service\\PeopleService\\Residence
H A DLocation.php77 public function getCurrent() function in Google\\Service\\PeopleService\\Location
H A DOrganization.php105 public function getCurrent() function in Google\\Service\\PeopleService\\Organization
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleChromeManagementV1BatterySampleReport.php79 public function getCurrent() function in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1BatterySampleReport
/plugin/refnotes/
H A Dbibtex.php94 if (empty($unmatched) && empty($matched) && ($lastMode == $this->modeStack->getCurrent())) {
98 $lastMode = $this->modeStack->getCurrent();
116 $mode = $this->modeStack->getCurrent();
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php152 public function getCurrent() function in Twig\\TokenStream
H A DParser.php133 $e->setTemplateLine($this->stream->getCurrent()->getLine());
390 return $this->stream->getCurrent();
H A DExpressionParser.php272 $node = new ArrayExpression([], $stream->getCurrent()->getLine());
297 $node = new ArrayExpression([], $stream->getCurrent()->getLine());
321 $current = $stream->getCurrent();
674 … line %d.', $src->getPath() ? $src->getPath() : $src->getName(), $stream->getCurrent()->getLine());
/plugin/odt/ODT/
H A DODTState.php159 public function getCurrent() { function in ODTState
H A DODTTable.php96 $params->document->state->getCurrent()->getElementName() == 'root') {
/plugin/struct/meta/
H A DSearch.php277 $currentMode = $isLegacy ? $Lexer->_mode->getCurrent() : $Lexer->getModeStack()->getCurrent();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php115 $token = $stream->getCurrent();
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1getCurrent();if(Y&&oDokuWiki_FCKEditorInstance.useheading=="y"){X.getContentElement("info","intern…
H A Dlink.js1getCurrent();if(Y&&oDokuWiki_FCKEditorInstance.useheading=="y"){X.getContentElement("info","intern…

12