Searched refs:sectionName (Results 1 – 5 of 5) sorted by relevance
26 $sectionName = self::$setting[$name][0];29 if (!array_key_exists($sectionName, self::$section)) {30 self::$section[$sectionName] = self::load($sectionName);33 if (array_key_exists($name, self::$section[$sectionName])) {34 $result = self::$section[$sectionName][$name];44 public static function load($sectionName) { argument 45 $fileName = DOKU_CONF . 'refnotes.' . $sectionName . '.local.dat';50 $fileName = $pluginRoot . $sectionName . '.local.dat';52 $fileName = $pluginRoot . 'conf/' . $sectionName 72 save($sectionName, $config) global() argument [all...]
33 public $sectionName; variable in Google\\Service\\ShoppingContent\\ProductProductDetail66 public function setSectionName($sectionName) argument68 $this->sectionName = $sectionName;75 return $this->sectionName;
33 public $sectionName; variable in Google\\Service\\ManufacturerCenter\\ProductDetail66 public function setSectionName($sectionName) argument68 $this->sectionName = $sectionName;75 return $this->sectionName;
229 $sectionName = $current[Tokenizer::NAME];230 if ($helpers->has($sectionName)) {247 $return = call_user_func_array($helpers->$sectionName, $params);257 $sectionVar = $context->get($sectionName, true);260 $sectionName . ' is not registered as a helper'284 $sectionName . ' is not registered as a helper'299 $sectionName = $current[Tokenizer::NAME];300 $data = $context->get($sectionName);
103 foreach ($assertions as $sectionName => $sectionAssertion) {104 if (isset($sections[$sectionName])) {105 $sectionContent = preg_replace('/\r\n/', "\n", trim($sections[$sectionName]));107 … $expected = $sectionName == 'EXPECTREGEX' ? "/{$sectionContent}/" : $sectionContent;