/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/ |
H A D | SetTokenParser.php | 45 …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 D | AutoEscapeTokenParser.php | 49 …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 D | BlockTokenParser.php | 40 …", $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 D | UseTokenParser.php | 41 … template references in a "use" statement must be a string.', $stream->getCurrent()->getLine(), $s…
|
H A D | MacroTokenParser.php | 45 …d endmacro for macro "%s" (but "%s" given).', $name, $value), $stream->getCurrent()->getLine(), $s…
|
H A D | IfTokenParser.php | 66 …dif" to close the "if" block started at line %d).', $lineno), $stream->getCurrent()->getLine(), $s…
|
/plugin/settingstree/settings/ |
H A D | settingslevel.class.php | 37 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 D | bridge.collections.min.js | 1 …getCurrent:function(){if(this.index===-1)throw new System.InvalidOperationException("Enumeration h…
|
H A D | OrgChart.Layout.min.js | 1 …getCurrent(),map.add(dataId,this.NextBoxId());for(getDataItem=source.OrgChart$Layout$IChartDataSou…
|
H A D | mxOrgChartLayout.js | 137 var box = en.getCurrent();
|
H A D | bridge.min.js | 8 …getCurrent(),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 D | Residence.php | 43 public function getCurrent() function in Google\\Service\\PeopleService\\Residence
|
H A D | Location.php | 77 public function getCurrent() function in Google\\Service\\PeopleService\\Location
|
H A D | Organization.php | 105 public function getCurrent() function in Google\\Service\\PeopleService\\Organization
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/ |
H A D | GoogleChromeManagementV1BatterySampleReport.php | 79 public function getCurrent() function in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1BatterySampleReport
|
/plugin/refnotes/ |
H A D | bibtex.php | 94 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 D | TokenStream.php | 152 public function getCurrent() function in Twig\\TokenStream
|
H A D | Parser.php | 133 $e->setTemplateLine($this->stream->getCurrent()->getLine()); 390 return $this->stream->getCurrent();
|
H A D | ExpressionParser.php | 272 $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 D | ODTState.php | 159 public function getCurrent() { function in ODTState
|
H A D | ODTTable.php | 96 $params->document->state->getCurrent()->getElementName() == 'root') {
|
/plugin/struct/meta/ |
H A D | Search.php | 277 $currentMode = $isLegacy ? $Lexer->_mode->getCurrent() : $Lexer->getModeStack()->getCurrent();
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ |
H A D | AsseticTokenParser.php | 115 $token = $stream->getCurrent();
|
/plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
H A D | link-cmpr.js | 1 …getCurrent();if(Y&&oDokuWiki_FCKEditorInstance.useheading=="y"){X.getContentElement("info","intern…
|
H A D | link.js | 1 …getCurrent();if(Y&&oDokuWiki_FCKEditorInstance.useheading=="y"){X.getContentElement("info","intern…
|