/template/strap/_test/ |
H A D | configTest.php | 99 foreach ($conf as $key => $value) { 101 $key, 103 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'syntax/conf/metadata.php' 107 foreach ($meta as $key => $value) { 112 if (in_array($key, 118 $key, 120 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . 'syntax/conf/default.php' 142 foreach ($conf as $key => $value) { 144 $key, 146 'Key $meta[\'' . $key [all...] |
H A D | tplUtilityTest.php | 177 // $key = "tpl____${strapName}____" . $strapKey; 179 // $setting = $settings[$key]; 226 // $key = "tpl____${strapName}____" . $strapKey; 228 // $setting = $settings[$key];
|
/template/twigstarter/vendor/twig/twig/src/Cache/ |
H A D | FilesystemCache.php | 43 public function load($key) argument 45 if (file_exists($key)) { 46 @include_once $key; 50 public function write($key, $content) argument 52 $dir = \dirname($key); 64 $tmpFile = tempnam($dir, basename($key)); 66 @chmod($key, 0666 & ~umask()); 73 apc_compile_file($key); 83 public function getTimestamp($key) argument 85 if (!file_exists($key)) { [all …]
|
H A D | CacheInterface.php | 38 * @param string $key The cache key 41 public function write($key, $content); argument 46 * @param string $key The cache key 48 public function load($key); argument 53 * @param string $key The cache key 57 public function getTimestamp($key); argument
|
H A D | NullCache.php | 26 public function write($key, $content) argument 30 public function load($key) argument 34 public function getTimestamp($key) argument
|
/template/bootstrap3/ |
H A D | EventHandlers.php | 223 foreach ($event->data->_content as $key => $item) { 254 $event->data->_content[$key]['_legend'] = (($title_icon) ? iconify("mdi:$title_icon") : '') . ' ' . $event->data->_content[$key]['_legend']; 259 $event->data->_content[$key]['class'] = " $button_class"; 260 $event->data->_content[$key]['value'] = (($button_icon) ? iconify("mdi:$button_icon") : '') . ' ' . $event->data->_content[$key]['value']; 275 foreach ($event->data->_content as $key => $item) { 278 $event->data->_content[$key]['class'] = ' btn btn-danger'; 279 $event->data->_content[$key]['value'] = iconify('mdi:close') . ' ' . $event->data->_content[$key]['valu [all...] |
/template/mikio/ |
H A D | css.php | 65 foreach($rawVars['replacements'] as $key=>$val) { 66 if(substr($key, 0, 2) == '__' && substr($key, -2) == '__') { 67 $vars['ini_' . substr($key, 2, -2)] = $val; 102 foreach ($arr2 as $key => $value){ 103 if(array_key_exists($key, $arr1)) { 104 $arr1[$key] = array_merge($arr1[$key], $value); 106 $arr1[$key] = $value;
|
/template/sprintdoc/js/base/ |
H A D | spc.js |
|
/template/bootstrap3/_test/ |
H A D | general.test.php | 62 foreach ($conf as $key => $value) { 64 $key, 66 'Key $meta[\'' . $key . '\'] missing in conf/metadata.php' 70 foreach ($meta as $key => $value) { 72 $key, 74 'Key $conf[\'' . $key . '\'] missing in conf/default.php'
|
/template/bootstrap3/tpl/ |
H A D | functions.php | 29 foreach ($array as $key => $value) { 30 if (substr($key, -$propertyLength) === $property) { 38 array_walk($object, function (&$value, $key) use ($new_value, $property) { 39 if (substr($key, -strlen($property)) === $property) { 64 foreach ($attrs as $key => $value) { 65 $attributes .= ' ' . $key . '="' . hsc($value) . '"';
|
/template/twigstarter/vendor/twig/twig/src/Node/Expression/ |
H A D | ArrayExpression.php | 46 public function hasElement(AbstractExpression $key) argument 51 if ((string) $key === (string) $pair['key']) { 59 public function addElement(AbstractExpression $value, AbstractExpression $key = null) argument 61 if (null === $key) { 62 $key = new ConstantExpression(++$this->index, $value->getTemplateLine()); 65 array_push($this->nodes, $key, $value);
|
/template/strap/class/ |
H A D | TplUtility.php | 418 * @param string $key the key configuration 422 public static function updateConfiguration($key, $value) 466 $key = "tpl____strap____" . $key; 467 if (isset($settings[$key])) { 468 $setting = &$settings[$key]; 482 TplUtility::msg("An error occurred while trying to save automatically the configuration ($key) to the value ($value). Error: " . $e->getMessage()); 486 TplUtility::msg("The configuration file was locked. The upgrade configuration ($key) value could not be not changed to ($value)"); 499 TplUtility::msg("The configuration ($key) i 410 updateConfiguration($key, $value) global() argument [all...] |
H A D | DomUtility.php | 28 foreach ($domElements as $key => $domElement) { 29 $nodes[$key] = self::extractsAttributes($domElement);
|
/template/mikio/lang/en/ |
H A D | lang.php | 296 foreach ($lang as $key => $val) { 297 if (strpos($key, '_darkmode_') === false) { 298 if (substr($key, 0, 9) === '__plugin_') { 299 $lang['__plugin_darkmode_' . substr($key, 9)] = $val; 301 $lang['__darkmode_' . substr($key, 2)] = $val;
|
/template/breeze/bower_components/gumby/sass/functions/ |
H A D | _palette.scss | 3 @function getColor($key, $state: false, $list: $ui-coloring) { parameter 5 @if $key == nth($color, 1) and $state == default { 8 @else if $key == nth($color, 1) and $state == hover { 11 @else if $key == nth($color, 1) {
|
/template/twigstarter/vendor/twig/twig/src/ |
H A D | Environment.php | 299 $key = $this->getLoader()->getCacheKey($name).$this->optionsHash; 301 …return $this->templateClassPrefix.hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $key).(null … 399 $key = $this->cache->generateKey($name, $mainCls); 401 … if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) { 402 $this->cache->load($key); 409 $this->cache->write($key, $content); 410 $this->cache->load($key); 947 foreach ($this->getGlobals() as $key => $value) { 948 if (!\array_key_exists($key, $context)) { 949 $context[$key] = $value;
|
/template/gtopia/ |
H A D | TwitterAPIExchange.php | 233 foreach($params as $key=>$value) 235 $return[] = "$key=" . $value; 253 foreach($oauth as $key => $value) 255 $values[] = "$key=\"" . rawurlencode($value) . "\"";
|
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/ |
H A D | _math.scss | 77 @function maclaurin($start, $key, $number) { 83 $value: $value - ( exponent($number, $key) / factorial($key) ); 87 $value: $value + ( exponent($number, $key) / factorial($key) ); 91 $key: $key + 2;
|
/template/twigstarter/vendor/twig/twig/src/Util/ |
H A D | TemplateDirIterator.php | 32 public function key() function in Twig\\Util\\TemplateDirIterator 34 return (string) parent::key();
|
/template/kajukkk/ |
H A D | newpage.php | 187 foreach ($torep as $key => $val) 189 $text=str_ireplace($key,$val,$text); 199 foreach ($torep as $key => $val) 201 $text=preg_replace($key,$val,$text);
|
/template/twigstarter/vendor/twig/twig/src/Extension/ |
H A D | DebugExtension.php | 53 foreach ($context as $key => $value) { 55 $vars[$key] = $value;
|
/template/masa/ |
H A D | tpl_functions.php | 47 $key = array_search($am,$am_content); 48 unset($am_content[$key]); 125 $key = array_search($sb,$sb_content); 126 unset($sb_content[$key]);
|
/template/twigstarter/vendor/twig/twig/src/Node/ |
H A D | ModuleNode.php | 216 foreach ($trait->getNode('targets') as $key => $value) { 219 ->string($key) 223 ->string($key) 235 ->string($key) 237 ->string($key)
|
/template/codowik/js/ |
H A D | layout.js | 903 key = keys[i]; 1720 return key; 2026 key = data[i]; 2032 key = data[i]; 2041 val = opts[key]; 2042 if ($.inArray(key, rootKeys) < 0 && $.inArray(key, data) < 0) { 2066 key = data[i]; 2068 if (!opts.center[key] && (opts.panes[key] || !o[key])) 2069 o[key] = d[key]; // pane-default 5467 key = pair[1]; [all …]
|
/template/argon/assets/js/core/ |
H A D | bootstrap.min.js | 6 …key,i)}}function o(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}function s(t,e,n){return e in t?O…
|