تجاوز إلى المحتوى الرئيسي
الرئيسية
نوع المحتوى
  •  
  •  
  •  
  •  
  •  

Main navigation

  • سياسة واقتصاد
    • سياسة
    • اقتصاد
    • حقوق وحريات
  • مجتمع
    • تعليم
    • دين ودنيا
    • سفر
    • صحة
    • رياضة
    • مجتمع
  • ثقافة
    • طعام
    • تاريخ
    • أدب وفن
    • سينما ودراما
    • ثقافة
  • تكنولوجيا
    • صحافة
    • تكنولوجيا
    • ريادة أعمال
  • محتوى تفاعلي

رسالة الخطأ

  • Warning: file_put_contents(sites/default/files/php/twig/647cfeb1bd883_input--form-control.html._BWbpWHcRTZMaV3AyPuNeP3ekq//.htaccess): failed to open stream: Permission denied in Drupal\Component\FileSecurity\FileSecurity::writeFile() (line 158 of core/lib/Drupal/Component/FileSecurity/FileSecurity.php).
    Drupal\Component\FileSecurity\FileSecurity::writeFile('sites/default/files/php/twig/647cfeb1bd883_input--form-control.html._BWbpWHcRTZMaV3AyPuNeP3ekq', '/.htaccess', '# Deny all requests from Apache 2.4+. Require all denied
    # Deny all requests from Apache 2.0-2.2. Deny from all
    # Turn off all options we don't need.
    Options -Indexes -ExecCGI -Includes -MultiViews
    # Set the catch-all handler to prevent scripts from being executed.
    SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 # Override the handler again if we're run later in the evaluation list. SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
    # If we know how to do it safely, disable the PHP engine entirely. php_flag engine off php_flag engine off
    ', ) (Line: 29)
    Drupal\Component\FileSecurity\FileSecurity::writeHtaccess('sites/default/files/php/twig/647cfeb1bd883_input--form-control.html._BWbpWHcRTZMaV3AyPuNeP3ekq') (Line: 96)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig/647cfeb1bd883_input--form-control.html._BWbpWHcRTZMaV3AyPuNeP3ekq') (Line: 86)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('647cfeb1bd883_input--form-control.html._BWbpWHcRTZMaV3AyPuNeP3ekq', '<?php
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    /* themes/contrib/bootstrap/templates/input/input--form-control.html.twig */
    class __TwigTemplate_d73848caf4e87858afeb7800f240409a3fe1b5ee3213a2ea998563af15549880 extends \Twig\Template
    { public function __construct(Environment $env) { parent::__construct($env); $this->blocks = [ 'input' => [$this, 'block_input'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $tags = ["spaceless" => 23, "set" => 25]; $filters = ["escape" => 30]; $functions = []; try { $this->sandbox->checkSecurity( ['spaceless', 'set'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } protected function doGetParent(array $context) { // line 1 return "input.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { // line 23 ob_start(function () { return ''; }); // line 25 $context["classes"] = [0 => "form-control"]; echo trim(preg_replace('/>\s+<', ob_get_clean())); // line 1 $this->parent = $this->loadTemplate("input.html.twig", "themes/contrib/bootstrap/templates/input/input--form-control.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 29 public function block_input($context, array $blocks = []) { // line 30 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo " /> "; } public function getTemplateName() { return "themes/contrib/bootstrap/templates/input/input--form-control.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 73 => 30, 70 => 29, 65 => 1, 62 => 25, 60 => 23, 54 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/contrib/bootstrap/templates/input/input--form-control.html.twig", "/var/www/vhosts/noonpost.com/httpdocs/newnoonbeta/web/themes/contrib/bootstrap/templates/input/input--form-control.html.twig"); }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('647cfeb1bd883_input--form-control.html._BWbpWHcRTZMaV3AyPuNeP3ekq', '<?php
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    /* themes/contrib/bootstrap/templates/input/input--form-control.html.twig */
    class __TwigTemplate_d73848caf4e87858afeb7800f240409a3fe1b5ee3213a2ea998563af15549880 extends \Twig\Template
    { public function __construct(Environment $env) { parent::__construct($env); $this->blocks = [ 'input' => [$this, 'block_input'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $tags = ["spaceless" => 23, "set" => 25]; $filters = ["escape" => 30]; $functions = []; try { $this->sandbox->checkSecurity( ['spaceless', 'set'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } protected function doGetParent(array $context) { // line 1 return "input.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { // line 23 ob_start(function () { return ''; }); // line 25 $context["classes"] = [0 => "form-control"]; echo trim(preg_replace('/>\s+<', ob_get_clean())); // line 1 $this->parent = $this->loadTemplate("input.html.twig", "themes/contrib/bootstrap/templates/input/input--form-control.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 29 public function block_input($context, array $blocks = []) { // line 30 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo " /> "; } public function getTemplateName() { return "themes/contrib/bootstrap/templates/input/input--form-control.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 73 => 30, 70 => 29, 65 => 1, 62 => 25, 60 => 23, 54 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/contrib/bootstrap/templates/input/input--form-control.html.twig", "/var/www/vhosts/noonpost.com/httpdocs/newnoonbeta/web/themes/contrib/bootstrap/templates/input/input--form-control.html.twig"); }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_d73848caf4e87858afeb7800f240409a3fe1b5ee3213a2ea998563af15549880', 'themes/contrib/bootstrap/templates/input/input--form-control.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/input/input--form-control.html.twig') (Line: 64)
    twig_render_template('themes/contrib/bootstrap/templates/input/input--form-control.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('input', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 68)
    __TwigTemplate_73f6caf3b9445b8e40fce9e58e8713282a68d979bd5106de546dff06dd9c47be->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('themes/contrib/bootstrap/templates/views/views-exposed-form.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 97)
    __TwigTemplate_63dedae4d6017668b9197a9fd2e97a47168cfa4c17a30e31b4c7019515e0c031->block_content(Array, Array) (Line: 216)
    Twig\Template->displayBlock('content', Array, Array) (Line: 85)
    __TwigTemplate_63dedae4d6017668b9197a9fd2e97a47168cfa4c17a30e31b4c7019515e0c031->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('themes/contrib/bootstrap/templates/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 132)
    __TwigTemplate_0cf9a4aa8152931921ef280205d37496a5fdded3a735f33b6b85349921b6c7ab->block_navbar(Array, Array) (Line: 216)
    Twig\Template->displayBlock('navbar', Array, Array) (Line: 68)
    __TwigTemplate_0cf9a4aa8152931921ef280205d37496a5fdded3a735f33b6b85349921b6c7ab->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/noonpost_theme/templates/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 113)
    __TwigTemplate_40a65807f72445567399b4618e58ccd6f17b16f9ab56a7acb3d59671bf3bf2df->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/noonpost_theme/templates/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 694)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
  • Warning: file_put_contents(sites/default/files/php/twig/647cfeb1bd883_input--button.html.twig_FeWeBjHHcEpw7dNRcUh_QKNNg//.htaccess): failed to open stream: Permission denied in Drupal\Component\FileSecurity\FileSecurity::writeFile() (line 158 of core/lib/Drupal/Component/FileSecurity/FileSecurity.php).
    Drupal\Component\FileSecurity\FileSecurity::writeFile('sites/default/files/php/twig/647cfeb1bd883_input--button.html.twig_FeWeBjHHcEpw7dNRcUh_QKNNg', '/.htaccess', '# Deny all requests from Apache 2.4+. Require all denied
    # Deny all requests from Apache 2.0-2.2. Deny from all
    # Turn off all options we don't need.
    Options -Indexes -ExecCGI -Includes -MultiViews
    # Set the catch-all handler to prevent scripts from being executed.
    SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006 # Override the handler again if we're run later in the evaluation list. SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
    # If we know how to do it safely, disable the PHP engine entirely. php_flag engine off php_flag engine off
    ', ) (Line: 29)
    Drupal\Component\FileSecurity\FileSecurity::writeHtaccess('sites/default/files/php/twig/647cfeb1bd883_input--button.html.twig_FeWeBjHHcEpw7dNRcUh_QKNNg') (Line: 96)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig/647cfeb1bd883_input--button.html.twig_FeWeBjHHcEpw7dNRcUh_QKNNg') (Line: 86)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('647cfeb1bd883_input--button.html.twig_FeWeBjHHcEpw7dNRcUh_QKNNg', '<?php
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    /* themes/contrib/bootstrap/templates/input/input--button.html.twig */
    class __TwigTemplate_38dd90156cb2bd913454d384873e631f487968a4963810a16541f0baf11ac9d8 extends \Twig\Template
    { public function __construct(Environment $env) { parent::__construct($env); $this->blocks = [ 'input' => [$this, 'block_input'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $tags = ["spaceless" => 25, "set" => 27, "if" => 34]; $filters = ["escape" => 35]; $functions = []; try { $this->sandbox->checkSecurity( ['spaceless', 'set', 'if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } protected function doGetParent(array $context) { // line 1 return "input.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { // line 25 ob_start(function () { return ''; }); // line 27 $context["classes"] = [0 => "btn", 1 => ((( // line 29
    ($context["type"] ?? null) == "submit")) ? ("js-form-submit") : ("")), 2 => (((( // line 30
    ($context["icon"] ?? null) && ($context["icon_position"] ?? null)) && !($context["icon_only"] ?? null))) ? (("icon-" . $this->sandbox->ensureToStringAllowed(($context["icon_position"] ?? null)))) : (""))]; echo trim(preg_replace('/>\s+<', ob_get_clean())); // line 1 $this->parent = $this->loadTemplate("input.html.twig", "themes/contrib/bootstrap/templates/input/input--button.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 33 public function block_input($context, array $blocks = []) { // line 34 echo " "; if ((($context["icon"] ?? null) && ($context["icon_only"] ?? null))) { // line 35 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null), 1 => "icon-only"], "method")), "html", null, true); echo "> "; // line 36 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo " "; // line 37 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["icon"] ?? null)), "html", null, true); echo " "; } else { // line 40 echo " "; if ((($context["icon_position"] ?? null) == "after")) { // line 41 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["icon"] ?? null)), "html", null, true); echo ""; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } else { // line 43 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["icon"] ?? null)), "html", null, true); echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo ""; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } // line 45 echo " "; } // line 46 echo " "; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/contrib/bootstrap/templates/input/input--button.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 121 => 46, 118 => 45, 107 => 43, 96 => 41, 93 => 40, 87 => 37, 83 => 36, 78 => 35, 75 => 34, 72 => 33, 67 => 1, 64 => 30, 63 => 29, 62 => 27, 60 => 25, 54 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/contrib/bootstrap/templates/input/input--button.html.twig", "/var/www/vhosts/noonpost.com/httpdocs/newnoonbeta/web/themes/contrib/bootstrap/templates/input/input--button.html.twig"); }
    }
    ') (Line: 111)
    Drupal\Core\Template\TwigPhpStorageCache->write('647cfeb1bd883_input--button.html.twig_FeWeBjHHcEpw7dNRcUh_QKNNg', '<?php
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    /* themes/contrib/bootstrap/templates/input/input--button.html.twig */
    class __TwigTemplate_38dd90156cb2bd913454d384873e631f487968a4963810a16541f0baf11ac9d8 extends \Twig\Template
    { public function __construct(Environment $env) { parent::__construct($env); $this->blocks = [ 'input' => [$this, 'block_input'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $tags = ["spaceless" => 25, "set" => 27, "if" => 34]; $filters = ["escape" => 35]; $functions = []; try { $this->sandbox->checkSecurity( ['spaceless', 'set', 'if'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } protected function doGetParent(array $context) { // line 1 return "input.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { // line 25 ob_start(function () { return ''; }); // line 27 $context["classes"] = [0 => "btn", 1 => ((( // line 29
    ($context["type"] ?? null) == "submit")) ? ("js-form-submit") : ("")), 2 => (((( // line 30
    ($context["icon"] ?? null) && ($context["icon_position"] ?? null)) && !($context["icon_only"] ?? null))) ? (("icon-" . $this->sandbox->ensureToStringAllowed(($context["icon_position"] ?? null)))) : (""))]; echo trim(preg_replace('/>\s+<', ob_get_clean())); // line 1 $this->parent = $this->loadTemplate("input.html.twig", "themes/contrib/bootstrap/templates/input/input--button.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 33 public function block_input($context, array $blocks = []) { // line 34 echo " "; if ((($context["icon"] ?? null) && ($context["icon_only"] ?? null))) { // line 35 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null), 1 => "icon-only"], "method")), "html", null, true); echo "> "; // line 36 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo " "; // line 37 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["icon"] ?? null)), "html", null, true); echo " "; } else { // line 40 echo " "; if ((($context["icon_position"] ?? null) == "after")) { // line 41 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["icon"] ?? null)), "html", null, true); echo ""; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } else { // line 43 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method")), "html", null, true); echo ">"; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["icon"] ?? null)), "html", null, true); echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null)), "html", null, true); echo ""; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } // line 45 echo " "; } // line 46 echo " "; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["children"] ?? null)), "html", null, true); echo " "; } public function getTemplateName() { return "themes/contrib/bootstrap/templates/input/input--button.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 121 => 46, 118 => 45, 107 => 43, 96 => 41, 93 => 40, 87 => 37, 83 => 36, 78 => 35, 75 => 34, 72 => 33, 67 => 1, 64 => 30, 63 => 29, 62 => 27, 60 => 25, 54 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/contrib/bootstrap/templates/input/input--button.html.twig", "/var/www/vhosts/noonpost.com/httpdocs/newnoonbeta/web/themes/contrib/bootstrap/templates/input/input--button.html.twig"); }
    }
    ') (Line: 487)
    Twig\Environment->loadClass('__TwigTemplate_38dd90156cb2bd913454d384873e631f487968a4963810a16541f0baf11ac9d8', 'themes/contrib/bootstrap/templates/input/input--button.html.twig', NULL) (Line: 445)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/input/input--button.html.twig') (Line: 64)
    twig_render_template('themes/contrib/bootstrap/templates/input/input--button.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('input', Array) (Line: 487)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 68)
    __TwigTemplate_73f6caf3b9445b8e40fce9e58e8713282a68d979bd5106de546dff06dd9c47be->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('themes/contrib/bootstrap/templates/views/views-exposed-form.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 97)
    __TwigTemplate_63dedae4d6017668b9197a9fd2e97a47168cfa4c17a30e31b4c7019515e0c031->block_content(Array, Array) (Line: 216)
    Twig\Template->displayBlock('content', Array, Array) (Line: 85)
    __TwigTemplate_63dedae4d6017668b9197a9fd2e97a47168cfa4c17a30e31b4c7019515e0c031->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('themes/contrib/bootstrap/templates/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 444)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 132)
    __TwigTemplate_0cf9a4aa8152931921ef280205d37496a5fdded3a735f33b6b85349921b6c7ab->block_navbar(Array, Array) (Line: 216)
    Twig\Template->displayBlock('navbar', Array, Array) (Line: 68)
    __TwigTemplate_0cf9a4aa8152931921ef280205d37496a5fdded3a735f33b6b85349921b6c7ab->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/noonpost_theme/templates/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 501)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 113)
    __TwigTemplate_40a65807f72445567399b4618e58ccd6f17b16f9ab56a7acb3d59671bf3bf2df->doDisplay(Array, Array) (Line: 455)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 422)
    Twig\Template->display(Array) (Line: 434)
    Twig\Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/noonpost_theme/templates/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 694)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
جايمي

جايمي بيل

كاتبة حرة

مساهمات الكاتب

تعرف على أسباب تناول الطعام عند الشعور بالملل

الجوع العاطفي: لماذا نأكل عندما نشعر بالملل؟

طعام
هل تلائمك مساحة العمل التي تعمل بها؟

إجراءات بسيطة لمساحة العمل في المنزل تحسّن إنتاجيتك ومزاجك

ريادة أعمال

Footer Logo

Footer menu

  • اتصل
  • عن نون بوست
  • ساهم معنا
  • مقاعد شاغرة
  • تواصل معنا

تابع نون بوست

  •  
  •  
  •  
  •  
  •  

بعض الحقوق محفوظة تحت رخصة المشاع الإبداعي

اشترك في نشرتنا البريدية
 
 
 

لن نشارك بياناتك مع أي جهة اخرى، الخصوصية هي أولويتنا