Home
last modified time | relevance | path

Searched refs:a (Results 5451 – 5475 of 6240) sorted by last modified time

1...<<211212213214215216217218219220>>...250

/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dcp1250.map98 !61 U+0061 a
H A Dcp1251.map98 !61 U+0061 a
H A Dcp1252.map98 !61 U+0061 a
H A Dcp1253.map98 !61 U+0061 a
H A Dcp1254.map98 !61 U+0061 a
H A Dcp1255.map98 !61 U+0061 a
/plugin/html2pdf/snorriheim/
H A Dmedia.css55 }/* I don't understand this, but this fixes a style bug in IE;
107 #media__content a.mediafile {
H A Ddesign.css262 div.dokuwiki a:link,
267 div.dokuwiki a:hover,
268 div.dokuwiki a:active {
273 div.dokuwiki h1 a,
274 div.dokuwiki h2 a,
275 div.dokuwiki h3 a,
276 div.dokuwiki h4 a,
283 div.dokuwiki h5 a,
306 div.dokuwiki a.media {
330 div.dokuwiki a.mail {
[all …]
H A Ddokubook_design.css51 div.dokuwiki ul#top__nav li a {
61 div.dokuwiki ul#top__nav a.create,
62 div.dokuwiki ul#top__nav a.edit {
72 div.dokuwiki ul#top__nav a.odt {
77 div.dokuwiki ul#top__nav a.tab_pdf {
91 div.dokuwiki ul#top__nav a.source,
92 div.dokuwiki ul#top__nav a.show {
158 div.dokuwiki div.sidebar a.action {
252 div.dokuwiki div#toolbox a.login {
262 div.dokuwiki div#toolbox a.index {
[all …]
H A Ddokubook_print.css10 div.dokuwiki a.action { display: none; }
H A Dlayout.css22 div.dokuwiki .pagename a {
35 div.dokuwiki .logo a {
/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php5 function cmp_footnote_locations($a, $b) { argument
6 if ($a->get_location() == $b->get_location()) { return 0; };
7 return ($a->get_location() > $b->get_location()) ? -1 : 1;
28 function cmp_page_break_locations($a, $b) { argument
29 if ($a->location == $b->location) { return 0; };
30 return ($a->location > $b->location) ? -1 : 1;
H A Dcss.rules.inc.php54 $a = css_selector_specificity($r1[0]);
58 if ($a[$i] != $b[$i]) { return ($a[$i] < $b[$i]) ? -1 : 1; };
67 $a = $r1->get_specificity();
71 if ($a[$i] != $b[$i]) { return ($a[$i] < $b[$i]) ? -1 : 1; };
H A Dflow_context.class.inc.php354 function cmp_boxes_by_z_index($a, $b) { argument
355 $a_z = $a->get_css_property(CSS_Z_INDEX);
/plugin/html2pdf/html2pdf/html2ps/data/
H A DLineBreak.txt6 # This file is a normative contributory data file in the
13 # The format is two fields separated by a semicolon.
28 # The Unicode name of each character is provided in a comment for help
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dhtml2ps.php198 …peline->destination = new DestinationFile($filename, 'File saved as: <a href="%link%">%name%</a>');
/plugin/html2pdf/html2pdf/html2ps/help/css/
H A Dhelp.css47 border: #26a solid 1px;
56 border: #26a solid 1px;
/plugin/html2pdf/html2pdf/html2ps/cache/
H A Dutf8.mappings.dat1 a:1096:{s:1:"�";a:17:{s:10:"iso-8859-1";s:1:"�";s:10:"iso-8859-2";s:1:"�";s:10:"iso-8859-3";s:1:"�"…
2 ";a:17:{s:10:"iso-8859-1";s:1:"
19a:17:{s:10:"iso-8859-1";s:1:" ";s:10:"iso-8859-2";s:1:" ";s:10:"iso-8859-3";s:1:" ";s:10:"iso-8859…
20 ";a:17:{s:10:"iso-8859-1";s:1:"
37a:17:{s:10:"iso-8859-1";s:1:"";s:10:"iso-8859-2";s:1:"";s:10:"iso-8859-3";s:1:"";s:10:"iso-8859…
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php3039 $a=GetImageSize($file);
3041 if (!$a) {
3045 if ($a[2]!=2) {
3049 if (!isset($a['channels']) || $a['channels']==3) {
3051 } elseif ($a['channels']==4) {
3057 $bpc=isset($a['bits']) ? $a['bits'] : 8;
3066 … return array('w'=>$a[0],'h'=>$a[1],'cs'=>$colspace,'bpc'=>$bpc,'f'=>'DCTDecode','data'=>$data);
3172 $a=unpack('Ni',fread($f,4));
3173 return $a['i'];
/plugin/slidesharewp/
H A DREADME.md9 Then you can see a presentation on the page.
/plugin/redirect2/
H A Dadmin.php134 protected function compareCounts($a, $b) { argument
135 return $b['count'] - $a['count'];
/plugin/permissioninfo/lang/en/
H A Dhelp.txt4 If you hover your mouse cursor over a user name you can see his login name.
8 If you click on a user name you can see the individual permissios for the user,
9 derived from the ACL for the groups the user is a an the individual permissions
H A Dhelp_userpermissions.txt1 This page shows the permissions for a single user. Page permissions are printed in
/plugin/permissioninfo/
H A Dstyle.css46 .piContainer .users a {
51 .piContainer .users a.special{
H A Dadmin.php227 foreach($AUTH_ACL as $a)
230 if(preg_match('/^#/', $a))
252 foreach($AUTH_ACL as $a)
255 if(preg_match('/^#/', $a))
273 foreach($AUTH_ACL as $a)
276 if(preg_match('/^#/', $a))
298 foreach($AUTH_ACL as $a)
301 if(preg_match('/^#/', $a))
361 foreach($AUTH_ACL as $a)
364 if(preg_match('/^#/', $a))
[all …]

1...<<211212213214215216217218219220>>...250