| /template/bootstrap3/ |
| D | iconify.php | 69 $params = array( variable 80 $cache_key = md5(serialize($params) . $conf['template'] . filemtime(__FILE__)); 81 $cache_files = $params; 90 if ($params['icon']) { 92 …list($params['prefix'], $params['icons']) = explode('-', str_replace('.svg', '', $params['icon']),… 99 $collection_file = "$iconify_dir/" . $params['prefix'] . ".json"; 111 'prefix' => $params['prefix'], 116 foreach (explode(',', $params['icons']) as $icon) { 129 if ($params['width']) { 130 $iconify_data['icons'][$icon]['width'] = $params['width']; [all …]
|
| /template/congrid/ |
| D | tpl_functions.php | 388 * @param array $params Cell params to apply 390 function tpl_generate_page(array $layout, $page, $params) { argument 391 if (!empty($params['headline-string-name'])) { 392 print('<h3>'.$lang[$params['headline-string-name']].'</h3>'); 495 function tpl_get_css_props(array $params) { argument 498 if (is_array($params['css'])) { 499 foreach ($params['css'] as $key => $value) { 518 $params = tpl_get_cell_params($layout, $item); 521 $css_props = tpl_get_css_props($params); 568 if ($params['id'] != 'default') { [all …]
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Remote/ |
| H A D | RemoteWebElement.php | 102 $params = JsonWireCompat::getUsing($by, $this->isW3cCompliant); 103 $params[':id'] = $this->id; 107 $params 127 $params = JsonWireCompat::getUsing($by, $this->isW3cCompliant); 128 $params[':id'] = $this->id; 131 $params 153 $params = [ 159 $value = $this->executor->execute(DriverCommand::GET_ELEMENT_PROPERTY, $params); 174 return $this->executor->execute(DriverCommand::GET_ELEMENT_ATTRIBUTE, $params); 191 $params = [ [all …]
|
| H A D | RemoteTargetLocator.php | 34 $params = ['id' => null]; 35 $this->executor->execute(DriverCommand::SWITCH_TO_FRAME, $params); 72 $params = ['id' => $id]; 73 $this->executor->execute(DriverCommand::SWITCH_TO_FRAME, $params); 97 $params = ['handle' => (string) $handle]; 99 $params = ['name' => (string) $handle]; 102 $this->executor->execute(DriverCommand::SWITCH_TO_WINDOW, $params);
|
| H A D | HttpCommandExecutor.php | 273 $params = $command->getParameters(); 274 foreach ($params as $name => $value) { 277 unset($params[$name]); 281 if (is_array($params) && !empty($params) && $http_method !== 'POST') { 287 json_encode($params) 311 if (is_array($params) && !empty($params)) { 312 $encoded_params = json_encode($params); 329 if (is_array($params) && !empty($params)) { 330 $msg .= sprintf(' with params: %s', json_encode($params, JSON_UNESCAPED_SLASHES));
|
| H A D | RemoteMouse.php | 201 $params = []; 203 $params['element'] = $where->getAuxiliary(); 206 $params['xoffset'] = $x_offset; 209 $params['yoffset'] = $y_offset; 212 $this->executor->execute(DriverCommand::MOVE_TO, $params);
|
| /template/sprintdoc/ |
| H A D | tpl.php | 146 $params = array('do' => 'export_odt'); 148 $params['rev'] = $REV; 155 …$item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $odt->getLang… 164 $params = array('do' => 'export_pdf'); 166 $params['rev'] = $REV; 173 …$item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $dw2pdf->getL…
|
| /template/bootstrap3/compat/inc/Menu/Item/ |
| D | Edit.php | 27 $this->params['do'] = 'draft'; 29 $this->params['rev'] = $REV; 36 $params['rev'] = $REV; 41 $this->params = array('do' => '');
|
| D | AbstractItem.php | 38 protected $params = array(); variable in dokuwiki\\Menu\\Item\\AbstractItem 65 $this->params['do'] = $this->type; 120 return wl($this->id, $this->params, false, '&'); 220 return $this->params; 248 'params' => $this->params,
|
| D | Revert.php | 21 $this->params['rev'] = $REV; 22 $this->params['sectok'] = getSecurityToken();
|
| D | Login.php | 18 $this->params['sectok'] = getSecurityToken(); 23 $this->params['do'] = 'logout';
|
| D | Media.php | 18 $this->params['ns'] = getNS($ID);
|
| D | ImgBackto.php | 19 $this->params = array();
|
| /template/strap/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverWindow.php | 128 $params = [ 133 $this->executor->execute(DriverCommand::SET_WINDOW_SIZE, $params); 147 $params = [ 152 $this->executor->execute(DriverCommand::SET_WINDOW_POSITION, $params);
|
| H A D | WebDriver.php | 126 * @param array $params 129 public function execute($name, $params); argument
|
| H A D | WebDriverNavigation.php | 40 $params = ['url' => (string) $url]; 41 $this->executor->execute(DriverCommand::GET, $params);
|
| /template/gtopia/ |
| D | TwitterAPIExchange.php | 224 * @param array $params 228 private function buildBaseString($baseURI, $method, $params) argument 231 ksort($params); 233 foreach($params as $key=>$value)
|
| /template/mikio/assets/ |
| H A D | mikio.js | 206 let params = window.location.search; 207 if (params !== '') { 208 params = params.substring(1).split('&'); 209 if (params.length > 1) { 211 params.forEach(function (p) { 230 let params = window.location.search; 231 if (params !== '') { 232 params = params.substring(1).split('&'); 233 if (params.length > 1) { 235 params.forEach(function (p) { [all …]
|
| /template/strap/action/ |
| H A D | cache.php | 66 function createCacheResult(Doku_Event $event, $params) argument 91 function addCacheLogHtmlDataBlock(Doku_Event $event, $params) argument 122 public static function deleteVaryFromStaticGeneratedResources(Doku_Event $event, $params) argument
|
| H A D | linkmove.php | 101 function check_lock_file_age(Doku_Event $event, $params) argument 113 function handle_rename_before(Doku_Event $event, $params) argument 175 function handle_rename_after(Doku_Event $event, $params) argument 249 function handle_link(Doku_Event $event, $params) argument
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Chrome/ |
| H A D | ChromeDevToolsDriver.php | 38 $params = ['cmd' => $command, 'params' => (object) $parameters]; 43 $params
|
| /template/bootstrap3/compat/inc/Menu/ |
| D | MobileMenu.php | 76 $params = $item->getParams(); 77 $html .= '<option value="' . $params['do'] . '">';
|
| /template/a_new_day/js/ |
| D | prototype.js | 837 var params = this.options.parameters; 841 params['_method'] = this.method; 845 params = PHash.toQueryString(params); 846 if (params && /Konqueror|Safari|KHTML/.test(navigator.userAgent)) params += '&_=' 849 if (this.method == 'get' && params) 850 this.url += (this.url.indexOf('?') > -1 ? '&' : '?') + params; 864 var body = this.method == 'post' ? (this.options.postBody || params) : null; 1747 this.params = {classNames: []}; 1758 var params = this.params, expr = this.expression, match, modifier, clause, rest; 1760 params.attributes = params.attributes || []; [all …]
|
| /template/battlehorse/js/ |
| D | prototype.js | 837 var params = this.options.parameters; 841 params['_method'] = this.method; 845 params = PHash.toQueryString(params); 846 if (params && /Konqueror|Safari|KHTML/.test(navigator.userAgent)) params += '&_=' 849 if (this.method == 'get' && params) 850 this.url += (this.url.indexOf('?') > -1 ? '&' : '?') + params; 864 var body = this.method == 'post' ? (this.options.postBody || params) : null; 1747 this.params = {classNames: []}; 1758 var params = this.params, expr = this.expression, match, modifier, clause, rest; 1760 params.attributes = params.attributes || []; [all …]
|
| /template/kiwiki/classes/ |
| H A D | kiwiki_edit_icon.php | 20 $this->params = array('do' => 'edit');
|