/plugin/pagecss/vendor/csstidy-2.2.1/ |
H A D | data.inc.php | 30 * @global array $data['csstidy']['whitespace'] 33 $data['csstidy']['whitespace'] = array(' ',"\n","\t","\r","\x0B"); 38 * @global string $data['csstidy']['tokens'] 41 $data['csstidy']['tokens'] = '/@}{;:=\'"(,\\!$%&)*+.<>?[]^`|~'; 47 * @global array $data['csstidy']['units'] 50 $data['csstidy']['units'] = array('in','cm','mm','pt','pc','px','rem','em','%','ex','gd','vw','vh',… 55 * @global array $data['csstidy']['at_rules'] 58 $data['csstidy']['at_rules'] = array('page' => 'is','font-face' => 'atis','charset' => 'iv', 'impor… 65 * @global array $data['csstidy']['unit_values'] 68 $data['csstidy']['unit_values'] = array ('background', 'background-position', 'background-size', 'b… [all …]
|
/plugin/panoview/ |
D | tiles.php | 19 $data = []; variable 21 [$data['zoom'], $data['col'], $data['row']] = explode('-', $_GET['tile']); 22 $data['id'] = cleanID($_GET['image']); 23 $data['file'] = mediaFN($data['id']); 24 $data['mtime'] = @filemtime($data['file']); 27 if (auth_quickaclcheck(getNS($data['id']) . ':X') < AUTH_READ) $pl->gfxError('noauth'); 28 if (!$data['mtime']) $pl->gfxError('notfound'); 31 $data['ts'] = 256; 32 [$data['width'], $data['height']] = getimagesize($data['file']); 33 $data['scale'] = (int) 2 ** $data['zoom']; [all …]
|
/plugin/ryubin/syntax/ |
D | ryubin.php | 37 $data = array(); 44 $data['id'] = substr(md5($img),0,8); 45 $data['mime'] = strtolower(explode('.',$img)); 46 $data['img_path'] = $conf['basedir']."_media/".$img; 50 $data['playmode'] = $this->getConf('playmode'); 51 $data['fov'] = $this->getConf('fov'); 52 $data['yaw'] = $this->getConf('yaw'); 53 $data['pitch'] = $this->getConf('pitch'); 54 $data['view_mode'] = intval($this->getConf('view_mode')); 55 $data['hv_ratio'] = $this->getConf('hv_ratio'); [all …]
|
/plugin/bibtex/OSBib/format/ |
D | EXPORTFILTER.php | 43 function format($data) argument 53 if(preg_match("/(<a.*>.*<\/a>)/i", $data, $match)) 56 $data = preg_replace("/$url/", "OSBIB__URL__OSBIB", $data); 60 $data = str_replace("\"", """, $data); 61 $data = str_replace("<", "<", $data); 62 $data = str_replace(">", ">", $data); 63 $data = preg_replace("/&(?![a-zA-Z0-9#]+?;)/", "&", $data); 64 $data = $this->bibformat->patterns ? 66 "<span class=\"" . $this->bibformat->patternHighlight . "\">$1</span>", $data) : $data; 67 $data = preg_replace("/\[b\](.*?)\[\/b\]/is", "<strong>$1</strong>", $data); [all …]
|
/plugin/revealjs/syntax/ |
D | background.php | 46 $data = array(); 47 $data['position'] = $pos; 48 $data['first_chars'] = substr($match, 0, 2); 49 $data['last_chars'] = substr($match, -2); 51 ($data['first_chars'] == '{{' ? 56 if (!$data['background_color'] && $this->_is_valid_color($param)) { 57 $data['background_color'] = $param; 59 elseif (!$data['background_image'] && $this->_is_valid_image($param)) { 60 $data['background_image'] = $param; 62 elseif (!$data['background_size'] && $this->_is_valid_size($param)) { [all …]
|
/plugin/fckg/fckeditor/editor/plugins/bbcode/ |
D | fckplugin.js | 34 ConvertToHtml : function( data ) argument 37 data = data.replace( /</g, '<' ) ; 38 data = data.replace( />/g, '>' ) ; 41 data = data.replace( /(?:\r\n|\n|\r)/g, '<br>' ) ; 44 data = data.replace( /\[url\](.+?)\[\/url]/gi, '<a href="$1">$1</a>' ) ; 45 data = data.replace( /\[url\=([^\]]+)](.+?)\[\/url]/gi, '<a href="$1">$2</a>' ) ; 48 data = data.replace( /\[b\](.+?)\[\/b]/gi, '<b>$1</b>' ) ; 51 data = data.replace( /\[i\](.+?)\[\/i]/gi, '<i>$1</i>' ) ; 54 data = data.replace( /\[u\](.+?)\[\/u]/gi, '<u>$1</u>' ) ; 56 return '<html><head><title></title></head><body>' + data + '</body></html>' ; [all …]
|
/plugin/wysiwyg/fckeditor/editor/plugins/bbcode/ |
D | fckplugin.js | 34 ConvertToHtml : function( data ) argument 37 data = data.replace( /</g, '<' ) ; 38 data = data.replace( />/g, '>' ) ; 41 data = data.replace( /(?:\r\n|\n|\r)/g, '<br>' ) ; 44 data = data.replace( /\[url\](.+?)\[\/url]/gi, '<a href="$1">$1</a>' ) ; 45 data = data.replace( /\[url\=([^\]]+)](.+?)\[\/url]/gi, '<a href="$1">$2</a>' ) ; 48 data = data.replace( /\[b\](.+?)\[\/b]/gi, '<b>$1</b>' ) ; 51 data = data.replace( /\[i\](.+?)\[\/i]/gi, '<i>$1</i>' ) ; 54 data = data.replace( /\[u\](.+?)\[\/u]/gi, '<u>$1</u>' ) ; 56 return '<html><head><title></title></head><body>' + data + '</body></html>' ; [all …]
|
/plugin/todo/syntax/ |
D | list.php | 59 $data = array( 76 $data['header'] = $value; 81 $data['short'] = ($value == 'yes'); 86 $data['showdate'] = ($value == 'yes'); 91 $data['checkbox'] = ($value == 'yes'); 96 $data['completed'] = ($value == 'yes'); 101 $data['username'] = $value; 106 $data['assigned'] = ($value == 'yes'); 110 $data['assigned'] = explode(',', $value); 112 if( in_array( '@@USER@@', $data['assigned'] ) ) { [all …]
|
/plugin/flexpaper/ |
D | syntax.php | 67 $data['error'] = 'File <b>"<i>' . $file . '</i>"</b> is <b>NOT SUPPORT!</b>'; 68 return $data; 73 $data['error'] = 'File <b>"<i>' . $file . '</i>"</b> is <b>NOT EXIST!</b>'; 74 return $data; 78 $data['width'] = '100%'; 79 $data['height'] = '588px'; 80 $data['start'] = ''; 84 $data['swf'] = $file; 89 …$data['error'] = 'PHP Function <b>"<a href="http://php.net/manual/en/function.exec.php"><i>exec()<… 90 return $data; [all …]
|
/plugin/mikioplugin/syntax/ |
D | card.php | 73 public function render_lexer_enter(Doku_Renderer $renderer, $data) argument 75 $classes = $this->buildClass($data, array('overlay', 'horizontal')); 76 … $styles = $this->buildStyle(array('height' => $data['height'], 'width' => $data['width']), true); 80 …if($data['horizontal']) { $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->class… 82 if($data['placeholder-text'] != '') { 83 …'text' => $data['placeholder-text'], 'color' => $data['placeholder-color'], 'text-color' => $data[… 84 } elseif($data['image'] != '') { 86 if($data['image-height'] != '') { 87 $style = 'height:' . $data['image-height'] . ';'; 89 …rer->doc .= '<img src="' . $data['image'] . '" class="' . $this->elemClass . ' ' . $this->classPre… [all …]
|
D | box.php | 44 public function render_lexer_enter(Doku_Renderer $renderer, $data) { argument 45 if($data['attr'] != '') { 46 $data = array_merge($data, $this->callMikioTag('setattr', $data['attr'])); 50 if($data['url'] != '') $tag = 'a'; 52 if($data['grid-row-span'] != '') $data['grid-row-end'] = 'span ' . $data['grid-row-span']; 53 if($data['grid-col-span'] != '') $data['grid-col-end'] = 'span ' . $data['grid-col-span']; 55 if($data['grid-row'] != '') { 56 $parts = explode(' ', $data['grid-row']); 59 $data['grid-row-start'] = filter_var($parts[0], FILTER_VALIDATE_INT); 63 $data['grid-row-end'] = filter_var($parts[1], FILTER_VALIDATE_INT); [all …]
|
/plugin/doi/syntax/ |
D | doi.php | 52 public function render($mode, Doku_Renderer $renderer, $data) argument 55 $data['id'] = $resolver->cleanID($data['id']); 58 $publication = $resolver->getData($data['id']); 61 $url = $resolver->getFallbackURL($data['id']); 62 $title = empty($data['title']) ? $data['id'] : $data['title']; 69 if (!empty($data['title'])) $publication['title'] = $data['title']; 72 if (!empty($data['url'])) $publication['url'] = $data['url']; 97 * @param array $data 101 protected function renderXHTML($data, $renderer) argument 103 $renderer->doc .= '<div class="plugin_doi ' . hsc($data['type']) . '">'; [all …]
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/ |
D | open-iconic.css | 9 .oi[data-glyph].oi-text-replace { 14 .oi[data-glyph].oi-text-replace:before { 19 .oi[data-glyph]:before { 31 .oi[data-glyph]:empty:before { 37 .oi[data-glyph].oi-align-left:before { 41 .oi[data-glyph].oi-align-right:before { 45 .oi[data-glyph].oi-align-center:before { 49 .oi[data-glyph].oi-flip-horizontal:before { 54 .oi[data-glyph].oi-flip-vertical:before { 59 .oi[data-glyph].oi-flip-horizontal-vertical:before { [all …]
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/ |
D | open-iconic.css | 9 .oi[data-glyph].oi-text-replace { 14 .oi[data-glyph].oi-text-replace:before { 19 .oi[data-glyph]:before { 31 .oi[data-glyph]:empty:before { 37 .oi[data-glyph].oi-align-left:before { 41 .oi[data-glyph].oi-align-right:before { 45 .oi[data-glyph].oi-align-center:before { 49 .oi[data-glyph].oi-flip-horizontal:before { 54 .oi[data-glyph].oi-flip-vertical:before { 59 .oi[data-glyph].oi-flip-horizontal-vertical:before { [all …]
|
/plugin/monthcal/ |
D | syntax.php | 60 $data = array(); 66 $data['month'] = date('m'); 67 $data['year'] = date('Y'); 68 $data['namespace'] = $INFO['namespace']; 69 $data['create_links'] = 1; 70 $data['week_start_on'] = 0; 71 $data['display_weeks'] = 0; 72 $data['do_not_create_past_links'] = 0; 73 $data['borders'] = 0; 74 $data['mark_today'] = 1; [all …]
|
/plugin/stlviewer/stlviewer/ |
D | load_stl.min.js | 2 …data:a})}function download_from_local(a){download_from_local_xhr(a)}function download_from_local_x… property
|
/plugin/zoom/ |
D | syntax.php | 52 $data = array( 60 $data['align'] = 0; 63 $data['align'] = 3; 67 $data['align'] = 1; 71 $data['align'] = 2; 77 $data['align'] = 3; 81 $data['align'] = 4; 86 $data['align'] = 5; 99 $data['ext_params'] = "position: 'inside', adjustX: -1, adjustY: -1, showTitle: false"; 104 …$data['ext_params'] = "position:'inside', adjustX:-1, adjustY:-1, showTitle:false, " . trim($ext_p… [all …]
|
/plugin/cnmap/ |
D | syntax.php | 73 $data = $this->parseMatch($match); 75 return $data; 83 * @param array $data The data from the handler() function 87 public function render($mode, Doku_Renderer $renderer, $data) argument 94 switch($data['provider']) 107 $data[0]= "<!-- "; 108 $data[2]= " -->"; 111 $html_tpl = @file_get_contents(__DIR__."/tpl/".$data['provider'].".tpl.html"); 112 $html = @vsprintf($html_tpl, $data); 193 $data = array(); [all …]
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/ |
D | jquery.grab.js | 55 e.data = pass; 68 var data = { variable 78 extend(data, options); 79 data.element = elem; 80 bind(elem, mousedown, mouseDown, data); 81 if (data.touch){ 82 bind(elem, touchstart, touchStart, data); 89 e.data.position.x = e.pageX; 90 e.data.position.y = e.pageY; 91 e.data.start.x = e.pageX; [all …]
|
/plugin/do/syntax/ |
D | do.php | 71 $data = array( 81 $data['task']['date'] = $grep[1]; 82 $content = trim(str_replace($data['task']['date'], '', $content)); 87 $data['task']['users'] = explode(',', $content); 88 $data['task']['users'] = array_map('trim', $data['task']['users']); 90 … $data['task']['users'] = array_map(array($auth, 'cleanUser'), $data['task']['users']); 92 $data['task']['users'] = array_unique($data['task']['users']); 93 $data['task']['users'] = array_filter($data['task']['users']); 98 $handler->addPluginCall('do_do', $data, $state, $pos, $match); 107 $data['task']['text'] = $this->_textContent( [all …]
|
/plugin/nspages/fileHelper/ |
D | fileHelper.php | 13 private $data; variable in fileHelper 17 function __construct($data, $customTitleAllowListMetadata){ argument 18 $this->data = $data; 19 $this->files = $this->searchFiles($data); 26 … 'depth' => $this->data['maxDepth'], 'keeptxt'=> false, 'listfiles'=> !$this->data['nopages'], 27 'listdirs' => $this->data['subns'], 'pagesonly'=> true, 'skipacl'=> false, 29 'showhidden'=> $this->data['showhidden'], 'firsthead'=> true 32 search($files, $conf['datadir'], 'search_universal', $opt, $this->data['wantedDir']); 37 …$preparer = new pagePreparer($this->data['excludedNS'], $this->data['excludedPages'], $this->data[… 38 …$this->data['pregPagesOff'], $this->data['pregPagesTitleOn'], $this->data['pregPagesTitleOff'], $t… [all …]
|
/plugin/catlist/ |
D | syntax.php | 70 $data = array('displayType' => CATLIST_DISPLAY_LIST, 'nsInBold' => true, 'expand' => 6, 94 $data['index_priority'][] = $_index_priority_map[$index_type]; 99 $this->_checkOption($match, "displayList", $data['displayType'], CATLIST_DISPLAY_LIST); 100 $this->_checkOption($match, "displayLine", $data['displayType'], CATLIST_DISPLAY_LINE); 101 $this->_checkOption($match, "noNSInBold", $data['nsInBold'], false); 103 $data['expand'] = intval($found[1]); 106 $this->_checkOption($match, "noHeadTitle", $data['useheading'], false); 107 $this->_checkOption($match, "forceHeadTitle", $data['useheading'], true); 108 $data['nsuseheading'] = $data['useheading']; 109 $this->_checkOption($match, "noNSHeadTitle", $data['nsuseheading'], false); [all …]
|
/plugin/judge/ |
D | syntax.php | 273 * @param array $data The data from the handler() function 277 function render($mode, Doku_Renderer $renderer, $data) argument 283 if ($data["mode"] == "judge") { 284 $renderer->doc .= $this->render_judge($data); 285 } elseif ($data["mode"] == "scoreboard") { 286 $renderer->doc .= $this->render_scoreboard($data); 292 public function render_judge($data) argument 306 if (page_exists($data['problem_name'])) { 307 $page_answer_exist = page_exists($data['judge']); 308 …_filter(glob($conf['mediadir'] . "/" . str_replace("%3A", "/", urlencode($data['judge'])) . "/" . … [all …]
|
/plugin/clipboardutils/ |
D | syntax.php | 58 …$data =array('state' => $state, 'match' => $match, 'matchv' => htmlentities($match), 'pos' => $pos… 60 $data['m'] =$m; 61 $data['value'] =$m[2]; 63 $data['att_string'] =$str; 72 $data['att'][$key] =$m2[2]; 76 } else $data['error'] =TRUE; 77 if (!isset($data['att']['type'])) { 78 if (!empty($data['att']['format'])) $data['att']['type'] ='format'; 79 else $data['att']['type'] =$this->getConf('defaultype'); 81 return $data; [all …]
|
/plugin/eshop/ |
D | syntax.php | 31 $data[trim($key)] = trim($value); 33 $data = array_change_key_case($data, CASE_LOWER); 38 if ($data['usd'] && $btcusd && !$data['btc']) { 39 $data['btc'] = $data['usd'] / $btcusd; 41 if ($data['btc'] && $btcusd && !$data['usd']) { 42 $data['usd'] = $data['btc'] * $btcusd; 44 if ($data['usd'] && $eurusd) { 45 $data['eur'] = $data['usd'] / $eurusd; 47 if (!$data['btc']) $data['btc'] = 0.0; 48 if (!$data['eur']) $data['eur'] = 0.0; [all …]
|