Guest User

Untitled

a guest
Sep 13th, 2018
1,345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 347.88 KB | None | 0 0
  1. Search "real" (3058 hits in 440 files)
  2. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\admin\includes\file.php (6 hits)
  3. Line 92: * Get the real file system path to a file to edit within the admin
  4. Line 105: function get_real_file_to_edit( $file ) {
  5. Line 107: $real_file = get_home_path() . $file;
  6. Line 109: $real_file = CONTENT_DIR . $file;
  7. Line 112: return $real_file;
  8. Line 238: // die( __('Sorry, can’t call files with their real path.' ));
  9. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\admin\js\prettify.js (1 hit)
  10. Line 536: // ^^ really does mean an anchored match though.
  11. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\cache\js\admin-b95fb6d285ef17bad7d4b69cb6394464.js (1 hit)
  12. Line 6439: * @constructor (not really since its object literal)
  13. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\cache\xml\dashboard-newsfeed.xml (1 hit)
  14. Line 159: <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Het plaatsen van een dakkapel in uw woning zal enorme voordelen met zich meebrengen. Het grootste voordeel van een dakkapel is dat het een investering is in uw huis, die bij de verkoop extra geld op zal leveren. Daarnaast heeft een dakkapel ook direct voordelen voor u. Zo wordt er namelijk meer loopruimte op de kamer gerealiseerd en zorgt een dakkapel ervoor dat er veel licht binnen komt op de kamer. Zo zal er minder energie verbruikt worden door de verlichting op de donkere kamer en zal dit resulteren in een verlaging van uw energierekening. &lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#13;
  15. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\cache\xml\nieuws.xml (1 hit)
  16. Line 168: <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Het plaatsen van een dakkapel in uw woning zal enorme voordelen met zich meebrengen. Het grootste voordeel van een dakkapel is dat het een investering is in uw huis, die bij de verkoop extra geld op zal leveren. Daarnaast heeft een dakkapel ook direct voordelen voor u. Zo wordt er namelijk meer loopruimte op de kamer gerealiseerd en zorgt een dakkapel ervoor dat er veel licht binnen komt op de kamer. Zo zal er minder energie verbruikt worden door de verlichting op de donkere kamer en zal dit resulteren in een verlaging van uw energierekening. &lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#13;
  17. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\class-simplepie.php (26 hits)
  18. Line 2381: // This is really the label, but keep this as the term also for BC.
  19. Line 3353: // This is really the label, but keep this as the term also for BC.
  20. Line 5843: // This is really the label, but keep this as the term also for BC.
  21. Line 6647: return $this->get_real_type(true);
  22. Line 6930: $type = $this->get_real_type();
  23. Line 7164: function get_real_type($find_handler = false)
  24. Line 8878: $feed_id = "'" . mysql_real_escape_string($this->id) . "'";
  25. Line 8897: $sql = 'UPDATE `' . $this->options['prefix'][0] . 'cache_data` SET `items` = ' . $items . ', `data` = \'' . mysql_real_escape_string($prepared[0]) . '\', `mtime` = ' . time() . ' WHERE `id` = ' . $feed_id;
  26. Line 8901: $sql = 'UPDATE `' . $this->options['prefix'][0] . 'cache_data` SET `data` = \'' . mysql_real_escape_string($prepared[0]) . '\', `mtime` = ' . time() . ' WHERE `id` = ' . $feed_id;
  27. Line 8909: elseif (!mysql_query('INSERT INTO `' . $this->options['prefix'][0] . 'cache_data` (`id`, `items`, `data`, `mtime`) VALUES(' . $feed_id . ', ' . count($prepared[1]) . ', \'' . mysql_real_escape_string($prepared[0]) . '\', ' . time() . ')', $this->mysql))
  28. Line 8919: $database_ids[] = mysql_real_escape_string($id);
  29. Line 8939: if (!mysql_query('INSERT INTO `' . $this->options['prefix'][0] . 'items` (`feed_id`, `id`, `data`, `posted`) VALUES(' . $feed_id . ', \'' . mysql_real_escape_string($new_id) . '\', \'' . mysql_real_escape_string(serialize($prepared[1][$new_id]->data)) . '\', ' . $date . ')', $this->mysql))
  30. Line 8939: if (!mysql_query('INSERT INTO `' . $this->options['prefix'][0] . 'items` (`feed_id`, `id`, `data`, `posted`) VALUES(' . $feed_id . ', \'' . mysql_real_escape_string($new_id) . '\', \'' . mysql_real_escape_string(serialize($prepared[1][$new_id]->data)) . '\', ' . $date . ')', $this->mysql))
  31. Line 8957: if (mysql_query('UPDATE `' . $this->options['prefix'][0] . 'cache_data` SET `items` = 0, `data` = \'' . mysql_real_escape_string(serialize($data)) . '\', `mtime` = ' . time() . ' WHERE `id` = ' . $feed_id, $this->mysql))
  32. Line 8962: elseif (mysql_query('INSERT INTO `' . $this->options['prefix'][0] . 'cache_data` (`id`, `items`, `data`, `mtime`) VALUES(\'' . mysql_real_escape_string($this->id) . '\', 0, \'' . mysql_real_escape_string(serialize($data)) . '\', ' . time() . ')', $this->mysql))
  33. Line 8962: elseif (mysql_query('INSERT INTO `' . $this->options['prefix'][0] . 'cache_data` (`id`, `items`, `data`, `mtime`) VALUES(\'' . mysql_real_escape_string($this->id) . '\', 0, \'' . mysql_real_escape_string(serialize($data)) . '\', ' . time() . ')', $this->mysql))
  34. Line 8973: if ($this->mysql && ($query = mysql_query('SELECT `items`, `data` FROM `' . $this->options['prefix'][0] . 'cache_data` WHERE `id` = \'' . mysql_real_escape_string($this->id) . "'", $this->mysql)) && ($row = mysql_fetch_row($query)))
  35. Line 9011: $sql = 'SELECT `data` FROM `' . $this->options['prefix'][0] . 'items` WHERE `feed_id` = \'' . mysql_real_escape_string($this->id) . '\' ORDER BY `posted` DESC';
  36. Line 9037: if ($this->mysql && ($query = mysql_query('SELECT `mtime` FROM `' . $this->options['prefix'][0] . 'cache_data` WHERE `id` = \'' . mysql_real_escape_string($this->id) . "'", $this->mysql)) && ($row = mysql_fetch_row($query)))
  37. Line 9049: if ($this->mysql && ($query = mysql_query('UPDATE `' . $this->options['prefix'][0] . 'cache_data` SET `mtime` = ' . time() . ' WHERE `id` = \'' . mysql_real_escape_string($this->id) . "'", $this->mysql)) && mysql_affected_rows($this->mysql))
  38. Line 9061: if ($this->mysql && ($query = mysql_query('DELETE FROM `' . $this->options['prefix'][0] . 'cache_data` WHERE `id` = \'' . mysql_real_escape_string($this->id) . "'", $this->mysql)) && ($query2 = mysql_query('DELETE FROM `' . $this->options['prefix'][0] . 'items` WHERE `feed_id` = \'' . mysql_real_escape_string($this->id) . "'", $this->mysql)))
  39. Line 9061: if ($this->mysql && ($query = mysql_query('DELETE FROM `' . $this->options['prefix'][0] . 'cache_data` WHERE `id` = \'' . mysql_real_escape_string($this->id) . "'", $this->mysql)) && ($query2 = mysql_query('DELETE FROM `' . $this->options['prefix'][0] . 'items` WHERE `feed_id` = \'' . mysql_real_escape_string($this->id) . "'", $this->mysql)))
  40. Line 9162: function get_element($realname, $string)
  41. Line 9165: $name = preg_quote($realname, '/');
  42. Line 9170: $return[$i]['tag'] = $realname;
  43. Line 11548: static $entities = array('Aacute' => "\xC3\x81", 'aacute' => "\xC3\xA1", 'Aacute;' => "\xC3\x81", 'aacute;' => "\xC3\xA1", 'Acirc' => "\xC3\x82", 'acirc' => "\xC3\xA2", 'Acirc;' => "\xC3\x82", 'acirc;' => "\xC3\xA2", 'acute' => "\xC2\xB4", 'acute;' => "\xC2\xB4", 'AElig' => "\xC3\x86", 'aelig' => "\xC3\xA6", 'AElig;' => "\xC3\x86", 'aelig;' => "\xC3\xA6", 'Agrave' => "\xC3\x80", 'agrave' => "\xC3\xA0", 'Agrave;' => "\xC3\x80", 'agrave;' => "\xC3\xA0", 'alefsym;' => "\xE2\x84\xB5", 'Alpha;' => "\xCE\x91", 'alpha;' => "\xCE\xB1", 'AMP' => "\x26", 'amp' => "\x26", 'AMP;' => "\x26", 'amp;' => "\x26", 'and;' => "\xE2\x88\xA7", 'ang;' => "\xE2\x88\xA0", 'apos;' => "\x27", 'Aring' => "\xC3\x85", 'aring' => "\xC3\xA5", 'Aring;' => "\xC3\x85", 'aring;' => "\xC3\xA5", 'asymp;' => "\xE2\x89\x88", 'Atilde' => "\xC3\x83", 'atilde' => "\xC3\xA3", 'Atilde;' => "\xC3\x83", 'atilde;' => "\xC3\xA3", 'Auml' => "\xC3\x84", 'auml' => "\xC3\xA4", 'Auml;' => "\xC3\x84", 'auml;' => "\xC3\xA4", 'bdquo;' => "\xE...
  44. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\class.database.php (3 hits)
  45. Line 67: public $real_escape = false;
  46. Line 180: $this->real_escape = true;
  47. Line 548: return mysqli_real_escape_string($this->DBconnect, $string );
  48. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\class.filesystem-base.php (3 hits)
  49. Line 279: $realmode = '';
  50. Line 285: $realmode .= $legal[$key];
  51. Line 287: $mode = str_pad($realmode, 9, '-');
  52. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\class.filesystem-ftpext.php (1 hit)
  53. Line 346: if ( empty($list) ) // Empty array = non-existent folder (real folder will show . at least)
  54. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\class.http.php (4 hits)
  55. Line 65: * There isn't any real way around it, since redirects have to be supported, much the same way
  56. Line 189: * Blocking mode really just means whether the fread should just pull what it can whenever it
  57. Line 1210: // The HTTP extensions offers really easy proxy support.
  58. Line 1318: // cURL offers really easy proxy support.
  59. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\class.IXR.php (1 hit)
  60. Line 993: // It passed the test - run the "real" method call
  61. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\class.mime.php (4 hits)
  62. Line 119: "ram" => "audio/x-pn-realaudio",
  63. Line 120: "rm" => "audio/x-pn-realaudio",
  64. Line 121: "rpm" => "audio/x-pn-realaudio-plugin",
  65. Line 122: "ra" => "audio/x-realaudio",
  66. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\class.mobile.php (1 hit)
  67. Line 325: // Header can occur on devices using Opera Mini (can expose the real device type). Let's concatenate it (we need this extra info in the regexes).
  68. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\class.page.php (2 hits)
  69. Line 474: $current_page_id = mysql_real_escape_string($current_page_id);
  70. Line 475: $parent_page_id = mysql_real_escape_string($parent_page_id);
  71. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\class.pclzip.php (14 hits)
  72. Line 212: // Note that no real action is taken, if the archive does not exist it is not
  73. Line 253: // $p_add_dir : A path to add before the real path of the archived file,
  74. Line 255: // $p_remove_dir : A path to remove from the real path of the file to archive,
  75. Line 345: // ----- Look if the $p_filelist is really an array
  76. Line 434: // $p_add_dir : A path to add before the real path of the archived file,
  77. Line 436: // $p_remove_dir : A path to remove from the real path of the file to archive,
  78. Line 532: // ----- Look if the $p_filelist is really an array
  79. Line 1672: // real integer ...
  80. Line 2017: // ----- Look for real file or folder
  81. Line 2228: // the following methods on the temporary fil and not the real archive
  82. Line 2390: // different from the real path of the file. This is usefull if you want to have PclTar
  83. Line 3475: // ----- Look for real extraction
  84. Line 3488: // ----- Look for real extraction
  85. Line 5174: // the following methods on the temporary fil and not the real archive fd
  86. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\class.phpmailer.php (5 hits)
  87. Line 2094: 'ram' => 'audio/x-pn-realaudio',
  88. Line 2095: 'rm' => 'audio/x-pn-realaudio',
  89. Line 2096: 'rpm' => 'audio/x-pn-realaudio-plugin',
  90. Line 2097: 'ra' => 'audio/x-realaudio',
  91. Line 2098: 'rv' => 'video/vnd.rn-realvideo',
  92. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\class.user.php (3 hits)
  93. Line 87: $auth_token = mysql_real_escape_string($_COOKIE['authToken']);
  94. Line 310: $displayname = mysql_real_escape_string($displayname);
  95. Line 352: $displayname = mysql_real_escape_string($displayname);
  96. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\class.xmlrpc-server.php (1 hit)
  97. Line 601: // FIXME: (or delete me) do we really want to cater to bad clients at the expense of good ones by BEEPing up their line breaks? commented. $content = str_replace("\n", "\r\n", $content);
  98. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\inc.gdthumb.php (1 hit)
  99. Line 1093: // make sure we really stop execution
  100. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\classes\inc.phpthumb.php (1 hit)
  101. Line 31: * and loading of the core classes and plugins. There isn't really any need to access it directly,
  102. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\format.php (3 hits)
  103. Line 431: 'oline', 'frasl', 'weierp', 'image', 'real', 'trade',
  104. Line 494: static $table = array('quot' => '&#34;','amp' => '&#38;','lt' => '&#60;','gt' => '&#62;','OElig' => '&#338;','oelig' => '&#339;','Scaron' => '&#352;','scaron' => '&#353;','Yuml' => '&#376;','circ' => '&#710;','tilde' => '&#732;','ensp' => '&#8194;','emsp' => '&#8195;','thinsp' => '&#8201;','zwnj' => '&#8204;','zwj' => '&#8205;','lrm' => '&#8206;','rlm' => '&#8207;','ndash' => '&#8211;','mdash' => '&#8212;','lsquo' => '&#8216;','rsquo' => '&#8217;','sbquo' => '&#8218;','ldquo' => '&#8220;','rdquo' => '&#8221;','bdquo' => '&#8222;','dagger' => '&#8224;','Dagger' => '&#8225;','permil' => '&#8240;','lsaquo' => '&#8249;','rsaquo' => '&#8250;','euro' => '&#8364;','fnof' => '&#402;','Alpha' => '&#913;','Beta' => '&#914;','Gamma' => '&#915;','Delta' => '&#916;','Epsilon' => '&#917;','Zeta' => '&#918;','Eta' => '&#919;','Theta' => '&#920;','Iota' => '&#921;','Kappa' => '&#922;','Lambda' => '&#923;','Mu' => '&#924;','Nu' => '&#925;','Xi' => '&#926;','Omicron' => '&#927;','Pi' => '&#928;','Rho' => '&#...
  105. Line 1662: '&real;' => '&#8476;',
  106. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\functions.php (6 hits)
  107. Line 720: $displayname = mysql_real_escape_string($displayname);
  108. Line 743: $auth_token = mysql_real_escape_string($_COOKIE['authToken']);
  109. Line 763: $auth_token = mysql_real_escape_string($_COOKIE['authToken']);
  110. Line 2148: if ( function_exists('realpath') )
  111. Line 2149: $path = realpath($path);
  112. Line 2192: if ( realpath($path) == $path )
  113. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\demo\block\blockdemo\vendor\underscore.js (1 hit)
  114. Line 266: // Safely convert anything iterable into a real, live array.
  115. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\demo\boilerplate\js\libs\jquery-1.6.1.js (2 hits)
  116. Line 8525: // get element's real default display by attaching it to a temp iframe
  117. Line 8783: // Get *real* offsetParent
  118. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\demo\demo-app\app\lib\JSLikeHTMLElement.php (2 hits)
  119. Line 63: // be wrapped around <html><body> tags which we don't really want to keep.
  120. Line 73: // oh well, we tried, we really did. :(
  121. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\demo\demo-app\index.html (1 hit)
  122. Line 56: <p>Edit a 3 column text with Aloha Editor and see the result in realtime.</p>
  123. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\lib\aloha-bare.js (43 hits)
  124. Line 9093: // Maybe it's really black, maybe it's invalid.
  125. Line 9297: // We can't throw a real one, but a string will do for our purposes.
  126. Line 9987: // endpoints match. This isn't really correct, but it's good enough for us.
  127. Line 10174: // attr.specified is an IE specific check to exclude attributes that were never really set.
  128. Line 18748: * .... many possibilities, here I realize the two described cases
  129. Line 18805: * manipulator has to decide which objects to wrap. real example:
  130. Line 22097: * and which is updated efficiently in real time after each keystroke.
  131. Line 22105: * supposed to be real content. The functionality provided here makes
  132. Line 22106: * it possible for the plugin to exaclty distinguish real content from
  133. Line 24505: // Below is what this condition really does. Ideally, I'd
  134. Line 25659: * realtime - instead they are calculated with a 0.5 second delay
  135. Line 26554: // in real implementation you should handle all parameters
  136. Line 34759: // TODO assert that the blur and focus triggers are really necessary, remove otherwise
  137. Line 40995: // TODO: do we really want to consider this a stop?
  138. Line 45054: // it will not really get focused and consequently, there
  139. Line 46828: "deleterows.confirm": "Do you really want to delete the selected rows?",
  140. Line 46829: "deletecolumns.confirm": "Do you really want to delete the selected columns?",
  141. Line 46830: "deletetable.confirm": "Do you really want to delete the table?",
  142. Line 48749: * Furthermore it creates wrapping divs to realize a click-area for row- and
  143. Line 50000: //converts the HTMLCollection to a real array
  144. Line 53449: {if(!options.aspectRatio)return getRect();var aspect=options.aspectRatio,min_x=options.minSize[0]/xscale,min_y=options.minSize[1]/yscale,max_x=options.maxSize[0]/xscale,max_y=options.maxSize[1]/yscale,rw=x2-x1,rh=y2-y1,rwa=Math.abs(rw),rha=Math.abs(rh),real_ratio=rwa/rha,xx,yy;if(max_x==0){max_x=boundx*10}
  145. Line 53451: if(real_ratio<aspect)
  146. Line 61438: * so that it can be processed before being placed into real editables.
  147. Line 66486: real_checkboxes : false,
  148. Line 66488: real_checkboxes_names : function (n) { return [ ("check_" + (n[0].id || Math.ceil(Math.random() * 10000))) , 1]; }
  149. Line 66492: .find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end()
  150. Line 66492: .find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end()
  151. Line 66504: var c, _this = this, t, ts = this._get_settings().checkbox.two_state, rc = this._get_settings().checkbox.real_checkboxes, rcn = this._get_settings().checkbox.real_checkboxes_names;
  152. Line 66504: var c, _this = this, t, ts = this._get_settings().checkbox.two_state, rc = this._get_settings().checkbox.real_checkboxes, rcn = this._get_settings().checkbox.real_checkboxes_names;
  153. Line 66514: $t.prepend("<input type='checkbox' class='jstree-real-checkbox' id='" + nm[0] + "' name='" + nm[0] + "' value='" + nm[1] + "' />");
  154. Line 66517: $t.children(":checkbox").addClass("jstree-real-checkbox");
  155. Line 66537: var coll = false, rc = this._get_settings().checkbox.real_checkboxes;
  156. Line 66644: var rc = this._get_settings().checkbox.real_checkboxes,
  157. Line 66679: var css_string = '.jstree .jstree-real-checkbox { display:none; } ';
  158. Line 68144: o.addClass("jstree-wholerow-real");
  159. Line 68149: o.clone().removeClass("jstree-wholerow-real")
  160. Line 68161: '.jstree .jstree-wholerow-real { position:relative; z-index:1; } ' +
  161. Line 68162: '.jstree .jstree-wholerow-real li { cursor:pointer; } ' +
  162. Line 68163: '.jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } ' +
  163. Line 68174: '.jstree .jstree-wholerow-real a { border-color:transparent !important; } ';
  164. Line 70654: // make sure there is really enough space available for each pane
  165. Line 73717: val = true; // if sliding, then *really* isClosed
  166. Line 74045: // REAL METHOD IS _INSIDE_ LAYOUT - THIS IS HERE JUST FOR REFERENCE
  167. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\lib\aloha-bare.min.js (20 hits)
  168. Line 1042: showItem:function(a){b.show(a)},hideItem:function(a){b.hide(a)},setActiveItem:function(a){b.setActiveButton(a)}}}});define("table/nls/i18n",{root:{"floatingmenu.tab.table":"Table","floatingmenu.tab.tablelayout":"Table Layout","deleterows.confirm":"Do you really want to delete the selected rows?","deletecolumns.confirm":"Do you really want to delete the selected columns?","deletetable.confirm":"Do you really want to delete the table?",Table:"Table","button.createtable.tooltip":"Insert Table","button.addcolleft.tooltip":"Add Column left",
  169. Line 1042: showItem:function(a){b.show(a)},hideItem:function(a){b.hide(a)},setActiveItem:function(a){b.setActiveButton(a)}}}});define("table/nls/i18n",{root:{"floatingmenu.tab.table":"Table","floatingmenu.tab.tablelayout":"Table Layout","deleterows.confirm":"Do you really want to delete the selected rows?","deletecolumns.confirm":"Do you really want to delete the selected columns?","deletetable.confirm":"Do you really want to delete the table?",Table:"Table","button.createtable.tooltip":"Insert Table","button.addcolleft.tooltip":"Add Column left",
  170. Line 1042: showItem:function(a){b.show(a)},hideItem:function(a){b.hide(a)},setActiveItem:function(a){b.setActiveButton(a)}}}});define("table/nls/i18n",{root:{"floatingmenu.tab.table":"Table","floatingmenu.tab.tablelayout":"Table Layout","deleterows.confirm":"Do you really want to delete the selected rows?","deletecolumns.confirm":"Do you really want to delete the selected columns?","deletetable.confirm":"Do you really want to delete the table?",Table:"Table","button.createtable.tooltip":"Insert Table","button.addcolleft.tooltip":"Add Column left",
  171. Line 1532: this.check_node(a.target);if(this.data.ui&&this.data.checkbox.noui){this.save_selected();this.data.cookies&&this.save_cookie("select_node")}else{a.stopImmediatePropagation();return false}},this))},defaults:{override_ui:!1,two_state:!1,real_checkboxes:!1,checked_parent_open:!0,real_checkboxes_names:function(a){return["check_"+(a[0].id||Math.ceil(1E4*Math.random())),1]}},__destroy:function(){this.get_container().find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end().find("ins.jstree-checkbox").remove()},
  172. Line 1532: this.check_node(a.target);if(this.data.ui&&this.data.checkbox.noui){this.save_selected();this.data.cookies&&this.save_cookie("select_node")}else{a.stopImmediatePropagation();return false}},this))},defaults:{override_ui:!1,two_state:!1,real_checkboxes:!1,checked_parent_open:!0,real_checkboxes_names:function(a){return["check_"+(a[0].id||Math.ceil(1E4*Math.random())),1]}},__destroy:function(){this.get_container().find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end().find("ins.jstree-checkbox").remove()},
  173. Line 1532: this.check_node(a.target);if(this.data.ui&&this.data.checkbox.noui){this.save_selected();this.data.cookies&&this.save_cookie("select_node")}else{a.stopImmediatePropagation();return false}},this))},defaults:{override_ui:!1,two_state:!1,real_checkboxes:!1,checked_parent_open:!0,real_checkboxes_names:function(a){return["check_"+(a[0].id||Math.ceil(1E4*Math.random())),1]}},__destroy:function(){this.get_container().find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end().find("ins.jstree-checkbox").remove()},
  174. Line 1532: this.check_node(a.target);if(this.data.ui&&this.data.checkbox.noui){this.save_selected();this.data.cookies&&this.save_cookie("select_node")}else{a.stopImmediatePropagation();return false}},this))},defaults:{override_ui:!1,two_state:!1,real_checkboxes:!1,checked_parent_open:!0,real_checkboxes_names:function(a){return["check_"+(a[0].id||Math.ceil(1E4*Math.random())),1]}},__destroy:function(){this.get_container().find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end().find("ins.jstree-checkbox").remove()},
  175. Line 1533: _fn:{_checkbox_notify:function(a,c){c.checked&&this.check_node(a,!1)},_prepare_checkboxes:function(b){b=!b||-1==b?this.get_container().find("> ul > li"):this._get_node(b);if(!1!==b){var g,e=this,f,k=this._get_settings().checkbox.two_state,d=this._get_settings().checkbox.real_checkboxes,m=this._get_settings().checkbox.real_checkboxes_names;b.each(function(){f=a(this);g=f.is("li")&&(f.hasClass("jstree-checked")||d&&f.children(":checked").length)?"jstree-checked":"jstree-unchecked";f.find("li").andSelf().each(function(){var b=
  176. Line 1533: _fn:{_checkbox_notify:function(a,c){c.checked&&this.check_node(a,!1)},_prepare_checkboxes:function(b){b=!b||-1==b?this.get_container().find("> ul > li"):this._get_node(b);if(!1!==b){var g,e=this,f,k=this._get_settings().checkbox.two_state,d=this._get_settings().checkbox.real_checkboxes,m=this._get_settings().checkbox.real_checkboxes_names;b.each(function(){f=a(this);g=f.is("li")&&(f.hasClass("jstree-checked")||d&&f.children(":checked").length)?"jstree-checked":"jstree-unchecked";f.find("li").andSelf().each(function(){var b=
  177. Line 1534: a(this),f;b.children("a"+(e.data.languages?"":":eq(0)")).not(":has(.jstree-checkbox)").prepend("<ins class='jstree-checkbox'>&#160;</ins>").parent().not(".jstree-checked, .jstree-unchecked").addClass(k?"jstree-unchecked":g);d&&(b.children(":checkbox").length?b.children(":checkbox").addClass("jstree-real-checkbox"):(f=m.call(e,b),b.prepend("<input type='checkbox' class='jstree-real-checkbox' id='"+f[0]+"' name='"+f[0]+"' value='"+f[1]+"' />")),"jstree-checked"===g&&b.children(":checkbox").attr("checked",
  178. Line 1534: a(this),f;b.children("a"+(e.data.languages?"":":eq(0)")).not(":has(.jstree-checkbox)").prepend("<ins class='jstree-checkbox'>&#160;</ins>").parent().not(".jstree-checked, .jstree-unchecked").addClass(k?"jstree-unchecked":g);d&&(b.children(":checkbox").length?b.children(":checkbox").addClass("jstree-real-checkbox"):(f=m.call(e,b),b.prepend("<input type='checkbox' class='jstree-real-checkbox' id='"+f[0]+"' name='"+f[0]+"' value='"+f[1]+"' />")),"jstree-checked"===g&&b.children(":checkbox").attr("checked",
  179. Line 1535: "checked"));"jstree-checked"===g&&!k&&b.find("li").addClass("jstree-checked")})});k||(1===b.length&&b.is("li")&&this._repair_state(b),b.is("li")?b.each(function(){e._repair_state(this)}):b.find("> ul > li").each(function(){e._repair_state(this)}),b.find(".jstree-checked").parent().parent().each(function(){e._repair_state(this)}))}},change_state:function(b,g){var b=this._get_node(b),e=!1,f=this._get_settings().checkbox.real_checkboxes;if(!b||-1===b)return!1;g=!1===g||!0===g?g:b.hasClass("jstree-checked");
  180. Line 1542: show_checkboxes:function(){this.get_container().children("ul").removeClass("jstree-no-checkboxes")},hide_checkboxes:function(){this.get_container().children("ul").addClass("jstree-no-checkboxes")},_repair_state:function(a){a=this._get_node(a);if(a.length){var c=this._get_settings().checkbox.real_checkboxes,g=a.find("> ul > .jstree-checked").length,f=a.find("> ul > .jstree-undetermined").length,e=a.find("> ul > li").length;0===e?a.hasClass("jstree-undetermined")&&this.change_state(a,!1):0===g&&0===
  181. Line 1544: "\\.").replace(/\:/g,"\\:")});this.deselect_all();a.each(g,function(a,c){b.check_node(c)});this.__callback()}else this.__call_old()},save_loaded:function(){var a=this;this.data.core.to_load=[];this.get_container_ul().find("li.jstree-closed.jstree-undetermined").each(function(){this.id&&a.data.core.to_load.push("#"+this.id)})}}});a(function(){a.vakata.css.add_sheet({str:".jstree .jstree-real-checkbox { display:none; } ",title:"jstree"})})})(m);(function(a){a.vakata.xslt=function(b,f,g){var d="",j;
  182. Line 1614: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  183. Line 1614: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  184. Line 1614: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  185. Line 1614: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  186. Line 1614: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  187. Line 1615: g&&(b+=".jstree .jstree-wholerow a { display:block; height:18px; margin:0; padding:0; border:0; } .jstree .jstree-wholerow-real a { border-color:transparent !important; } ");if(a||e)b+=".jstree .jstree-wholerow, .jstree .jstree-wholerow li, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow a { margin:0; padding:0; line-height:18px; } .jstree .jstree-wholerow a { display:block; height:18px; line-height:18px; overflow:hidden; } ";c.vakata.css.add_sheet({str:b,title:"jstree"})})})(m);(function(a){var b=
  188. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\lib\aloha-full.js (47 hits)
  189. Line 283: * a real name that can be mapped to a path.
  190. Line 285: * @param {String} baseName a real name that the name arg is relative
  191. Line 11085: // get element's real default display by attaching it to a temp iframe
  192. Line 11295: // Get *real* offsetParent
  193. Line 20579: // Maybe it's really black, maybe it's invalid.
  194. Line 20783: // We can't throw a real one, but a string will do for our purposes.
  195. Line 21473: // endpoints match. This isn't really correct, but it's good enough for us.
  196. Line 21660: // attr.specified is an IE specific check to exclude attributes that were never really set.
  197. Line 30234: * .... many possibilities, here I realize the two described cases
  198. Line 30291: * manipulator has to decide which objects to wrap. real example:
  199. Line 33583: * and which is updated efficiently in real time after each keystroke.
  200. Line 33591: * supposed to be real content. The functionality provided here makes
  201. Line 33592: * it possible for the plugin to exaclty distinguish real content from
  202. Line 35991: // Below is what this condition really does. Ideally, I'd
  203. Line 37145: * realtime - instead they are calculated with a 0.5 second delay
  204. Line 38040: // in real implementation you should handle all parameters
  205. Line 46245: // TODO assert that the blur and focus triggers are really necessary, remove otherwise
  206. Line 52481: // TODO: do we really want to consider this a stop?
  207. Line 56540: // it will not really get focused and consequently, there
  208. Line 58314: "deleterows.confirm": "Do you really want to delete the selected rows?",
  209. Line 58315: "deletecolumns.confirm": "Do you really want to delete the selected columns?",
  210. Line 58316: "deletetable.confirm": "Do you really want to delete the table?",
  211. Line 60235: * Furthermore it creates wrapping divs to realize a click-area for row- and
  212. Line 61486: //converts the HTMLCollection to a real array
  213. Line 64935: {if(!options.aspectRatio)return getRect();var aspect=options.aspectRatio,min_x=options.minSize[0]/xscale,min_y=options.minSize[1]/yscale,max_x=options.maxSize[0]/xscale,max_y=options.maxSize[1]/yscale,rw=x2-x1,rh=y2-y1,rwa=Math.abs(rw),rha=Math.abs(rh),real_ratio=rwa/rha,xx,yy;if(max_x==0){max_x=boundx*10}
  214. Line 64937: if(real_ratio<aspect)
  215. Line 72924: * so that it can be processed before being placed into real editables.
  216. Line 77972: real_checkboxes : false,
  217. Line 77974: real_checkboxes_names : function (n) { return [ ("check_" + (n[0].id || Math.ceil(Math.random() * 10000))) , 1]; }
  218. Line 77978: .find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end()
  219. Line 77978: .find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end()
  220. Line 77990: var c, _this = this, t, ts = this._get_settings().checkbox.two_state, rc = this._get_settings().checkbox.real_checkboxes, rcn = this._get_settings().checkbox.real_checkboxes_names;
  221. Line 77990: var c, _this = this, t, ts = this._get_settings().checkbox.two_state, rc = this._get_settings().checkbox.real_checkboxes, rcn = this._get_settings().checkbox.real_checkboxes_names;
  222. Line 78000: $t.prepend("<input type='checkbox' class='jstree-real-checkbox' id='" + nm[0] + "' name='" + nm[0] + "' value='" + nm[1] + "' />");
  223. Line 78003: $t.children(":checkbox").addClass("jstree-real-checkbox");
  224. Line 78023: var coll = false, rc = this._get_settings().checkbox.real_checkboxes;
  225. Line 78130: var rc = this._get_settings().checkbox.real_checkboxes,
  226. Line 78165: var css_string = '.jstree .jstree-real-checkbox { display:none; } ';
  227. Line 79630: o.addClass("jstree-wholerow-real");
  228. Line 79635: o.clone().removeClass("jstree-wholerow-real")
  229. Line 79647: '.jstree .jstree-wholerow-real { position:relative; z-index:1; } ' +
  230. Line 79648: '.jstree .jstree-wholerow-real li { cursor:pointer; } ' +
  231. Line 79649: '.jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } ' +
  232. Line 79660: '.jstree .jstree-wholerow-real a { border-color:transparent !important; } ';
  233. Line 82140: // make sure there is really enough space available for each pane
  234. Line 85203: val = true; // if sliding, then *really* isClosed
  235. Line 85531: // REAL METHOD IS _INSIDE_ LAYOUT - THIS IS HERE JUST FOR REFERENCE
  236. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\lib\aloha-full.min.js (20 hits)
  237. Line 1261: showItem:function(a){b.show(a)},hideItem:function(a){b.hide(a)},setActiveItem:function(a){b.setActiveButton(a)}}}});define("table/nls/i18n",{root:{"floatingmenu.tab.table":"Table","floatingmenu.tab.tablelayout":"Table Layout","deleterows.confirm":"Do you really want to delete the selected rows?","deletecolumns.confirm":"Do you really want to delete the selected columns?","deletetable.confirm":"Do you really want to delete the table?",Table:"Table","button.createtable.tooltip":"Insert Table","button.addcolleft.tooltip":"Add Column left",
  238. Line 1261: showItem:function(a){b.show(a)},hideItem:function(a){b.hide(a)},setActiveItem:function(a){b.setActiveButton(a)}}}});define("table/nls/i18n",{root:{"floatingmenu.tab.table":"Table","floatingmenu.tab.tablelayout":"Table Layout","deleterows.confirm":"Do you really want to delete the selected rows?","deletecolumns.confirm":"Do you really want to delete the selected columns?","deletetable.confirm":"Do you really want to delete the table?",Table:"Table","button.createtable.tooltip":"Insert Table","button.addcolleft.tooltip":"Add Column left",
  239. Line 1261: showItem:function(a){b.show(a)},hideItem:function(a){b.hide(a)},setActiveItem:function(a){b.setActiveButton(a)}}}});define("table/nls/i18n",{root:{"floatingmenu.tab.table":"Table","floatingmenu.tab.tablelayout":"Table Layout","deleterows.confirm":"Do you really want to delete the selected rows?","deletecolumns.confirm":"Do you really want to delete the selected columns?","deletetable.confirm":"Do you really want to delete the table?",Table:"Table","button.createtable.tooltip":"Insert Table","button.addcolleft.tooltip":"Add Column left",
  240. Line 1751: this.check_node(a.target);if(this.data.ui&&this.data.checkbox.noui){this.save_selected();this.data.cookies&&this.save_cookie("select_node")}else{a.stopImmediatePropagation();return false}},this))},defaults:{override_ui:!1,two_state:!1,real_checkboxes:!1,checked_parent_open:!0,real_checkboxes_names:function(a){return["check_"+(a[0].id||Math.ceil(1E4*Math.random())),1]}},__destroy:function(){this.get_container().find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end().find("ins.jstree-checkbox").remove()},
  241. Line 1751: this.check_node(a.target);if(this.data.ui&&this.data.checkbox.noui){this.save_selected();this.data.cookies&&this.save_cookie("select_node")}else{a.stopImmediatePropagation();return false}},this))},defaults:{override_ui:!1,two_state:!1,real_checkboxes:!1,checked_parent_open:!0,real_checkboxes_names:function(a){return["check_"+(a[0].id||Math.ceil(1E4*Math.random())),1]}},__destroy:function(){this.get_container().find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end().find("ins.jstree-checkbox").remove()},
  242. Line 1751: this.check_node(a.target);if(this.data.ui&&this.data.checkbox.noui){this.save_selected();this.data.cookies&&this.save_cookie("select_node")}else{a.stopImmediatePropagation();return false}},this))},defaults:{override_ui:!1,two_state:!1,real_checkboxes:!1,checked_parent_open:!0,real_checkboxes_names:function(a){return["check_"+(a[0].id||Math.ceil(1E4*Math.random())),1]}},__destroy:function(){this.get_container().find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end().find("ins.jstree-checkbox").remove()},
  243. Line 1751: this.check_node(a.target);if(this.data.ui&&this.data.checkbox.noui){this.save_selected();this.data.cookies&&this.save_cookie("select_node")}else{a.stopImmediatePropagation();return false}},this))},defaults:{override_ui:!1,two_state:!1,real_checkboxes:!1,checked_parent_open:!0,real_checkboxes_names:function(a){return["check_"+(a[0].id||Math.ceil(1E4*Math.random())),1]}},__destroy:function(){this.get_container().find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end().find("ins.jstree-checkbox").remove()},
  244. Line 1752: _fn:{_checkbox_notify:function(a,c){c.checked&&this.check_node(a,!1)},_prepare_checkboxes:function(b){b=!b||-1==b?this.get_container().find("> ul > li"):this._get_node(b);if(!1!==b){var g,e=this,f,k=this._get_settings().checkbox.two_state,d=this._get_settings().checkbox.real_checkboxes,m=this._get_settings().checkbox.real_checkboxes_names;b.each(function(){f=a(this);g=f.is("li")&&(f.hasClass("jstree-checked")||d&&f.children(":checked").length)?"jstree-checked":"jstree-unchecked";f.find("li").andSelf().each(function(){var b=
  245. Line 1752: _fn:{_checkbox_notify:function(a,c){c.checked&&this.check_node(a,!1)},_prepare_checkboxes:function(b){b=!b||-1==b?this.get_container().find("> ul > li"):this._get_node(b);if(!1!==b){var g,e=this,f,k=this._get_settings().checkbox.two_state,d=this._get_settings().checkbox.real_checkboxes,m=this._get_settings().checkbox.real_checkboxes_names;b.each(function(){f=a(this);g=f.is("li")&&(f.hasClass("jstree-checked")||d&&f.children(":checked").length)?"jstree-checked":"jstree-unchecked";f.find("li").andSelf().each(function(){var b=
  246. Line 1753: a(this),f;b.children("a"+(e.data.languages?"":":eq(0)")).not(":has(.jstree-checkbox)").prepend("<ins class='jstree-checkbox'>&#160;</ins>").parent().not(".jstree-checked, .jstree-unchecked").addClass(k?"jstree-unchecked":g);d&&(b.children(":checkbox").length?b.children(":checkbox").addClass("jstree-real-checkbox"):(f=m.call(e,b),b.prepend("<input type='checkbox' class='jstree-real-checkbox' id='"+f[0]+"' name='"+f[0]+"' value='"+f[1]+"' />")),"jstree-checked"===g&&b.children(":checkbox").attr("checked",
  247. Line 1753: a(this),f;b.children("a"+(e.data.languages?"":":eq(0)")).not(":has(.jstree-checkbox)").prepend("<ins class='jstree-checkbox'>&#160;</ins>").parent().not(".jstree-checked, .jstree-unchecked").addClass(k?"jstree-unchecked":g);d&&(b.children(":checkbox").length?b.children(":checkbox").addClass("jstree-real-checkbox"):(f=m.call(e,b),b.prepend("<input type='checkbox' class='jstree-real-checkbox' id='"+f[0]+"' name='"+f[0]+"' value='"+f[1]+"' />")),"jstree-checked"===g&&b.children(":checkbox").attr("checked",
  248. Line 1754: "checked"));"jstree-checked"===g&&!k&&b.find("li").addClass("jstree-checked")})});k||(1===b.length&&b.is("li")&&this._repair_state(b),b.is("li")?b.each(function(){e._repair_state(this)}):b.find("> ul > li").each(function(){e._repair_state(this)}),b.find(".jstree-checked").parent().parent().each(function(){e._repair_state(this)}))}},change_state:function(b,g){var b=this._get_node(b),e=!1,f=this._get_settings().checkbox.real_checkboxes;if(!b||-1===b)return!1;g=!1===g||!0===g?g:b.hasClass("jstree-checked");
  249. Line 1761: show_checkboxes:function(){this.get_container().children("ul").removeClass("jstree-no-checkboxes")},hide_checkboxes:function(){this.get_container().children("ul").addClass("jstree-no-checkboxes")},_repair_state:function(a){a=this._get_node(a);if(a.length){var c=this._get_settings().checkbox.real_checkboxes,g=a.find("> ul > .jstree-checked").length,f=a.find("> ul > .jstree-undetermined").length,e=a.find("> ul > li").length;0===e?a.hasClass("jstree-undetermined")&&this.change_state(a,!1):0===g&&0===
  250. Line 1763: "\\.").replace(/\:/g,"\\:")});this.deselect_all();a.each(g,function(a,c){b.check_node(c)});this.__callback()}else this.__call_old()},save_loaded:function(){var a=this;this.data.core.to_load=[];this.get_container_ul().find("li.jstree-closed.jstree-undetermined").each(function(){this.id&&a.data.core.to_load.push("#"+this.id)})}}});a(function(){a.vakata.css.add_sheet({str:".jstree .jstree-real-checkbox { display:none; } ",title:"jstree"})})})(m);(function(a){a.vakata.xslt=function(b,f,g){var d="",j;
  251. Line 1833: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  252. Line 1833: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  253. Line 1833: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  254. Line 1833: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  255. Line 1833: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  256. Line 1834: g&&(b+=".jstree .jstree-wholerow a { display:block; height:18px; margin:0; padding:0; border:0; } .jstree .jstree-wholerow-real a { border-color:transparent !important; } ");if(a||e)b+=".jstree .jstree-wholerow, .jstree .jstree-wholerow li, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow a { margin:0; padding:0; line-height:18px; } .jstree .jstree-wholerow a { display:block; height:18px; line-height:18px; overflow:hidden; } ";c.vakata.css.add_sheet({str:b,title:"jstree"})})})(m);(function(a){var b=
  257. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\lib\aloha.js (20 hits)
  258. Line 1042: showItem:function(a){b.show(a)},hideItem:function(a){b.hide(a)},setActiveItem:function(a){b.setActiveButton(a)}}}});define("table/nls/i18n",{root:{"floatingmenu.tab.table":"Table","floatingmenu.tab.tablelayout":"Table Layout","deleterows.confirm":"Do you really want to delete the selected rows?","deletecolumns.confirm":"Do you really want to delete the selected columns?","deletetable.confirm":"Do you really want to delete the table?",Table:"Table","button.createtable.tooltip":"Insert Table","button.addcolleft.tooltip":"Add Column left",
  259. Line 1042: showItem:function(a){b.show(a)},hideItem:function(a){b.hide(a)},setActiveItem:function(a){b.setActiveButton(a)}}}});define("table/nls/i18n",{root:{"floatingmenu.tab.table":"Table","floatingmenu.tab.tablelayout":"Table Layout","deleterows.confirm":"Do you really want to delete the selected rows?","deletecolumns.confirm":"Do you really want to delete the selected columns?","deletetable.confirm":"Do you really want to delete the table?",Table:"Table","button.createtable.tooltip":"Insert Table","button.addcolleft.tooltip":"Add Column left",
  260. Line 1042: showItem:function(a){b.show(a)},hideItem:function(a){b.hide(a)},setActiveItem:function(a){b.setActiveButton(a)}}}});define("table/nls/i18n",{root:{"floatingmenu.tab.table":"Table","floatingmenu.tab.tablelayout":"Table Layout","deleterows.confirm":"Do you really want to delete the selected rows?","deletecolumns.confirm":"Do you really want to delete the selected columns?","deletetable.confirm":"Do you really want to delete the table?",Table:"Table","button.createtable.tooltip":"Insert Table","button.addcolleft.tooltip":"Add Column left",
  261. Line 1532: this.check_node(a.target);if(this.data.ui&&this.data.checkbox.noui){this.save_selected();this.data.cookies&&this.save_cookie("select_node")}else{a.stopImmediatePropagation();return false}},this))},defaults:{override_ui:!1,two_state:!1,real_checkboxes:!1,checked_parent_open:!0,real_checkboxes_names:function(a){return["check_"+(a[0].id||Math.ceil(1E4*Math.random())),1]}},__destroy:function(){this.get_container().find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end().find("ins.jstree-checkbox").remove()},
  262. Line 1532: this.check_node(a.target);if(this.data.ui&&this.data.checkbox.noui){this.save_selected();this.data.cookies&&this.save_cookie("select_node")}else{a.stopImmediatePropagation();return false}},this))},defaults:{override_ui:!1,two_state:!1,real_checkboxes:!1,checked_parent_open:!0,real_checkboxes_names:function(a){return["check_"+(a[0].id||Math.ceil(1E4*Math.random())),1]}},__destroy:function(){this.get_container().find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end().find("ins.jstree-checkbox").remove()},
  263. Line 1532: this.check_node(a.target);if(this.data.ui&&this.data.checkbox.noui){this.save_selected();this.data.cookies&&this.save_cookie("select_node")}else{a.stopImmediatePropagation();return false}},this))},defaults:{override_ui:!1,two_state:!1,real_checkboxes:!1,checked_parent_open:!0,real_checkboxes_names:function(a){return["check_"+(a[0].id||Math.ceil(1E4*Math.random())),1]}},__destroy:function(){this.get_container().find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end().find("ins.jstree-checkbox").remove()},
  264. Line 1532: this.check_node(a.target);if(this.data.ui&&this.data.checkbox.noui){this.save_selected();this.data.cookies&&this.save_cookie("select_node")}else{a.stopImmediatePropagation();return false}},this))},defaults:{override_ui:!1,two_state:!1,real_checkboxes:!1,checked_parent_open:!0,real_checkboxes_names:function(a){return["check_"+(a[0].id||Math.ceil(1E4*Math.random())),1]}},__destroy:function(){this.get_container().find("input.jstree-real-checkbox").removeClass("jstree-real-checkbox").end().find("ins.jstree-checkbox").remove()},
  265. Line 1533: _fn:{_checkbox_notify:function(a,c){c.checked&&this.check_node(a,!1)},_prepare_checkboxes:function(b){b=!b||-1==b?this.get_container().find("> ul > li"):this._get_node(b);if(!1!==b){var g,e=this,f,k=this._get_settings().checkbox.two_state,d=this._get_settings().checkbox.real_checkboxes,m=this._get_settings().checkbox.real_checkboxes_names;b.each(function(){f=a(this);g=f.is("li")&&(f.hasClass("jstree-checked")||d&&f.children(":checked").length)?"jstree-checked":"jstree-unchecked";f.find("li").andSelf().each(function(){var b=
  266. Line 1533: _fn:{_checkbox_notify:function(a,c){c.checked&&this.check_node(a,!1)},_prepare_checkboxes:function(b){b=!b||-1==b?this.get_container().find("> ul > li"):this._get_node(b);if(!1!==b){var g,e=this,f,k=this._get_settings().checkbox.two_state,d=this._get_settings().checkbox.real_checkboxes,m=this._get_settings().checkbox.real_checkboxes_names;b.each(function(){f=a(this);g=f.is("li")&&(f.hasClass("jstree-checked")||d&&f.children(":checked").length)?"jstree-checked":"jstree-unchecked";f.find("li").andSelf().each(function(){var b=
  267. Line 1534: a(this),f;b.children("a"+(e.data.languages?"":":eq(0)")).not(":has(.jstree-checkbox)").prepend("<ins class='jstree-checkbox'>&#160;</ins>").parent().not(".jstree-checked, .jstree-unchecked").addClass(k?"jstree-unchecked":g);d&&(b.children(":checkbox").length?b.children(":checkbox").addClass("jstree-real-checkbox"):(f=m.call(e,b),b.prepend("<input type='checkbox' class='jstree-real-checkbox' id='"+f[0]+"' name='"+f[0]+"' value='"+f[1]+"' />")),"jstree-checked"===g&&b.children(":checkbox").attr("checked",
  268. Line 1534: a(this),f;b.children("a"+(e.data.languages?"":":eq(0)")).not(":has(.jstree-checkbox)").prepend("<ins class='jstree-checkbox'>&#160;</ins>").parent().not(".jstree-checked, .jstree-unchecked").addClass(k?"jstree-unchecked":g);d&&(b.children(":checkbox").length?b.children(":checkbox").addClass("jstree-real-checkbox"):(f=m.call(e,b),b.prepend("<input type='checkbox' class='jstree-real-checkbox' id='"+f[0]+"' name='"+f[0]+"' value='"+f[1]+"' />")),"jstree-checked"===g&&b.children(":checkbox").attr("checked",
  269. Line 1535: "checked"));"jstree-checked"===g&&!k&&b.find("li").addClass("jstree-checked")})});k||(1===b.length&&b.is("li")&&this._repair_state(b),b.is("li")?b.each(function(){e._repair_state(this)}):b.find("> ul > li").each(function(){e._repair_state(this)}),b.find(".jstree-checked").parent().parent().each(function(){e._repair_state(this)}))}},change_state:function(b,g){var b=this._get_node(b),e=!1,f=this._get_settings().checkbox.real_checkboxes;if(!b||-1===b)return!1;g=!1===g||!0===g?g:b.hasClass("jstree-checked");
  270. Line 1542: show_checkboxes:function(){this.get_container().children("ul").removeClass("jstree-no-checkboxes")},hide_checkboxes:function(){this.get_container().children("ul").addClass("jstree-no-checkboxes")},_repair_state:function(a){a=this._get_node(a);if(a.length){var c=this._get_settings().checkbox.real_checkboxes,g=a.find("> ul > .jstree-checked").length,f=a.find("> ul > .jstree-undetermined").length,e=a.find("> ul > li").length;0===e?a.hasClass("jstree-undetermined")&&this.change_state(a,!1):0===g&&0===
  271. Line 1544: "\\.").replace(/\:/g,"\\:")});this.deselect_all();a.each(g,function(a,c){b.check_node(c)});this.__callback()}else this.__call_old()},save_loaded:function(){var a=this;this.data.core.to_load=[];this.get_container_ul().find("li.jstree-closed.jstree-undetermined").each(function(){this.id&&a.data.core.to_load.push("#"+this.id)})}}});a(function(){a.vakata.css.add_sheet({str:".jstree .jstree-real-checkbox { display:none; } ",title:"jstree"})})})(m);(function(a){a.vakata.xslt=function(b,f,g){var d="",j;
  272. Line 1614: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  273. Line 1614: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  274. Line 1614: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  275. Line 1614: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  276. Line 1614: c=b.html();b.addClass("jstree-wholerow-real");this.data.wholerow.last_html!==c&&(this.data.wholerow.last_html=c,this.get_container().children(".jstree-wholerow").remove(),this.get_container().append(b.clone().removeClass("jstree-wholerow-real").wrapAll("<div class='jstree-wholerow' />").parent().width(b.parent()[0].scrollWidth).css("top",-1*(b.height()+(a?5:0))).find("li[id]").each(function(){this.removeAttribute("id")}).end()))}}});c(function(){var b=".jstree .jstree-wholerow-real { position:relative; z-index:1; } .jstree .jstree-wholerow-real li { cursor:pointer; } .jstree .jstree-wholerow-real a { border-left-color:transparent !important; border-right-color:transparent !important; } .jstree .jstree-wholerow { position:relative; z-index:0; height:0; } .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li { width:100%; } .jstree .jstree-wholerow, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow li, .jstree .jstree-wholerow a { margin:0 !important; padding:0 !important; } .jstree .js...
  277. Line 1615: g&&(b+=".jstree .jstree-wholerow a { display:block; height:18px; margin:0; padding:0; border:0; } .jstree .jstree-wholerow-real a { border-color:transparent !important; } ");if(a||e)b+=".jstree .jstree-wholerow, .jstree .jstree-wholerow li, .jstree .jstree-wholerow ul, .jstree .jstree-wholerow a { margin:0; padding:0; line-height:18px; } .jstree .jstree-wholerow a { display:block; height:18px; line-height:18px; overflow:hidden; } ";c.vakata.css.add_sheet({str:b,title:"jstree"})})})(m);(function(a){var b=
  278. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\lib\css.js (1 hit)
  279. Line 149: // detect if we need to avoid 31-sheet limit in IE (how to detect this for realz?)
  280. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\lib\require.js (2 hits)
  281. Line 283: * a real name that can be mapped to a path.
  282. Line 285: * @param {String} baseName a real name that the name arg is relative
  283. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\lib\vendor\jquery-1.5.1.js (1 hit)
  284. Line 8165: // Get *real* offsetParent
  285. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\lib\vendor\jquery-1.6.1.js (2 hits)
  286. Line 8537: // get element's real default display by attaching it to a temp iframe
  287. Line 8795: // Get *real* offsetParent
  288. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\lib\vendor\jquery-1.6.js (2 hits)
  289. Line 8454: // get element's real default display by attaching it to a temp iframe
  290. Line 8712: // Get *real* offsetParent
  291. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\lib\vendor\jquery-1.7.1.js (2 hits)
  292. Line 8861: // get element's real default display by attaching it to a temp iframe
  293. Line 9084: // Get *real* offsetParent
  294. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\lib\vendor\jquery-1.7.2.js (2 hits)
  295. Line 9032: // get element's real default display by attaching it to a temp iframe
  296. Line 9242: // Get *real* offsetParent
  297. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\plugins\common\image\demo\index.html (1 hit)
  298. Line 40: // apply w/h ratio to props to get fprops which will be related to 'real' image dimensions
  299. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\plugins\common\table\nls\pt-br\i18n.js (3 hits)
  300. Line 4: "deleterows.confirm": "Deseja realmente remover as linhas selecionadas?",
  301. Line 5: "deletecolumns.confirm": "Deseja realmente remover as colunas selecionadas?",
  302. Line 6: "deletetable.confirm": "Deseja realmente remover a tabela?",
  303. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\plugins\common\undo\vendor\diff_match_patch_uncompressed.js (1 hit)
  304. Line 495: * Rehydrate the text in a diff from a string of line hashes to real lines of
  305. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\plugins\extra\draganddropfiles\lib\dragndropfiles.js (1 hit)
  306. Line 333: * TODO do we realy need a range Object? May be it makes sense to attach it to the event
  307. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\plugins\extra\linkchecker\proxy.php.example (1 hit)
  308. Line 146: //some other transports are available but not really supported
  309. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\aloha\plugins\extra\proxy\adapter\proxy.php (1 hit)
  310. Line 150: //some other transports are available but not really supported
  311. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\colorpicker\jpicker.js (1 hit)
  312. Line 1683: // this control really is tabular data, so I believe it is the right move
  313. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\gritter\js\jquery.gritter.js (1 hit)
  314. Line 67: * @constructor (not really since its object literal)
  315. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\jcrop\jquery.jcrop.js (2 hits)
  316. Line 22: {if(!options.aspectRatio)return getRect();var aspect=options.aspectRatio,min_x=options.minSize[0]/xscale,min_y=options.minSize[1]/yscale,max_x=options.maxSize[0]/xscale,max_y=options.maxSize[1]/yscale,rw=x2-x1,rh=y2-y1,rwa=Math.abs(rw),rha=Math.abs(rh),real_ratio=rwa/rha,xx,yy;if(max_x==0){max_x=boundx*10}
  317. Line 24: if(real_ratio<aspect)
  318. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\jquery\jquery.tablesort.js (1 hit)
  319. Line 283: /** We're only worried about the y position really, because we can only move rows up and down */
  320. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\swfupload\swfupload.queue.js (2 hits)
  321. Line 60: // To prevent upload a real "FALSE" value must be returned, otherwise default to a real "TRUE" value.
  322. Line 60: // To prevent upload a real "FALSE" value must be returned, otherwise default to a real "TRUE" value.
  323. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\autosave\editor_plugin_src.js (1 hit)
  324. Line 23: * to be working in Firefox 3 and Safari 3.2, but in reality is is flaky in those browsers. As
  325. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\contextmenu\editor_plugin_src.js (5 hits)
  326. Line 30: var t = this, showMenu, contextmenuNeverUseNative, realCtrlKey;
  327. Line 47: if ((realCtrlKey !== 0 ? realCtrlKey : e.ctrlKey) && !contextmenuNeverUseNative)
  328. Line 47: if ((realCtrlKey !== 0 ? realCtrlKey : e.ctrlKey) && !contextmenuNeverUseNative)
  329. Line 70: realCtrlKey = 0;
  330. Line 75: realCtrlKey = e.ctrlKey;
  331. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\imod\editor_plugin.dev.js (1 hit)
  332. Line 427: if ( /^(mceItemFlash|mceItemShockWave|mceItemWindowsMedia|mceItemQuickTime|mceItemRealMedia)$/.test(n.className) )
  333. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\imod\editor_plugin.js (1 hit)
  334. Line 1: eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(4(){B i=D.N;D.3I(\'D.1F.2M\',{3J:4(f,g){B t=19;B h=f.2h(\'3K\',\'3L\');1R=f.2h(\'3M\',\'3N\').3O();2N=\'<C 1l="\'+g+\'/C/1S.Z" F="1G 1T" K="" />\';1H=\'<C 1l="\'+g+\'/C/1S.Z" F="1I 1T" K="" />\';2O=\'<C 1l="\'+g+\'/C/3P.2i" F="1U" K="" />\';t.14=g;t.2P();6(3Q(\'2j\',\'0\')==\'1\')f.2k.1V=0;f.2l.G(4(a,o){o.E=t[\'2m\'+1R+\'2Q\'](o.E)});f.2n.G(4(a,o){6(o.3R)o.E=t[\'2m\'+1R+\'2Q\'](o.E);6(o.1J)o.E=t[\'2m\'+1R+\'3S\'](o.E)});f.2R.G(4(){B a=f.2S.1J(h);6(f.2h(\'1V\',1)&&a){i.2o(a.O);t.1W(f,h,28)}});f.1e(\'2T\',4(){f.1a(\'2U\',0,2N)});f.1e(\'2V\',4(){f.1a(\'2U\',0,1H)});f.1e(\'2W\',4(a,v){B b=1m.1u;B c=b.3T();B d=/<(?!\\s*\\/?(2X|p)\\b)[^>]+>/3U;B e=c.I(d,"");b.3V(e)});f.1e(\'2Y\',...
  335. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\media\editor_plugin.js (3 hits)
  336. Line 1: (function(){var d=tinymce.explode("id,name,width,height,style,align,class,hspace,vspace,bgcolor,type"),h=tinymce.makeMap(d.join(",")),b=tinymce.html.Node,f,a,g=tinymce.util.JSON,e;f=[["Flash","d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash","http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"],["ShockWave","166b1bca-3f9c-11cf-8075-444553540000","application/x-director","http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0"],["WindowsMedia","6bf52a52-394a-11d3-b153-00c04f79faa6,22d6f312-b0f6-11d0-94ab-0080c74c7e95,05589fa1-c356-11ce-bf01-00aa0055595a","application/x-mplayer2","http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"],["QuickTime","02bf25d5-8c17-4b23-bc80-d3488abddc6b","video/quicktime","http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"],["RealMedia","cfcdaa03-8be4-11cf-b84b-0020afbbccfa","audio/x-pn-realaudio-plugin","http://download.macromedia.com/pub...
  337. Line 1: (function(){var d=tinymce.explode("id,name,width,height,style,align,class,hspace,vspace,bgcolor,type"),h=tinymce.makeMap(d.join(",")),b=tinymce.html.Node,f,a,g=tinymce.util.JSON,e;f=[["Flash","d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash","http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"],["ShockWave","166b1bca-3f9c-11cf-8075-444553540000","application/x-director","http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0"],["WindowsMedia","6bf52a52-394a-11d3-b153-00c04f79faa6,22d6f312-b0f6-11d0-94ab-0080c74c7e95,05589fa1-c356-11ce-bf01-00aa0055595a","application/x-mplayer2","http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"],["QuickTime","02bf25d5-8c17-4b23-bc80-d3488abddc6b","video/quicktime","http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"],["RealMedia","cfcdaa03-8be4-11cf-b84b-0020afbbccfa","audio/x-pn-realaudio-plugin","http://download.macromedia.com/pub...
  338. Line 1: (function(){var d=tinymce.explode("id,name,width,height,style,align,class,hspace,vspace,bgcolor,type"),h=tinymce.makeMap(d.join(",")),b=tinymce.html.Node,f,a,g=tinymce.util.JSON,e;f=[["Flash","d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash","http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"],["ShockWave","166b1bca-3f9c-11cf-8075-444553540000","application/x-director","http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0"],["WindowsMedia","6bf52a52-394a-11d3-b153-00c04f79faa6,22d6f312-b0f6-11d0-94ab-0080c74c7e95,05589fa1-c356-11ce-bf01-00aa0055595a","application/x-mplayer2","http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"],["QuickTime","02bf25d5-8c17-4b23-bc80-d3488abddc6b","video/quicktime","http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"],["RealMedia","cfcdaa03-8be4-11cf-b84b-0020afbbccfa","audio/x-pn-realaudio-plugin","http://download.macromedia.com/pub...
  339. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\media\editor_plugin_src.js (3 hits)
  340. Line 22: ["RealMedia", "cfcdaa03-8be4-11cf-b84b-0020afbbccfa", "audio/x-pn-realaudio-plugin", "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"],
  341. Line 22: ["RealMedia", "cfcdaa03-8be4-11cf-b84b-0020afbbccfa", "audio/x-pn-realaudio-plugin", "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"],
  342. Line 94: "realmedia=rm,ra,ram;" +
  343. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\media\js\embed.js (2 hits)
  344. Line 32: function writeRealMedia(p) {
  345. Line 36: 'audio/x-pn-realaudio-plugin',
  346. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\media\js\media.js (6 hits)
  347. Line 150: // RealMedia
  348. Line 151: realmedia_autogotourl : true,
  349. Line 152: realmedia_imagestatus : true
  350. Line 243: get('realmedia_options').style.display = 'none';
  351. Line 255: setOptions('realmedia', 'autostart,loop,autogotourl,center,imagestatus,maintainaspect,nojava,prefetch,shuffle,console,controls,numloop,scriptcallbacks');
  352. Line 447: html += option("realmedia", "object");
  353. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\media\langs\en_dlg.js (3 hits)
  354. Line 1: tinyMCE.addI18n('en.media_dlg',{list:"List",file:"File/URL",advanced:"Advanced",general:"General",title:"Insert/Edit Embedded Media","align_top_left":"Top Left","align_center":"Center","align_left":"Left","align_bottom":"Bottom","align_right":"Right","align_top":"Top","qt_stream_warn":"Streamed RTSP resources should be added to the QT Source field under the Advanced tab.\nYou should also add a non-streamed version to the Source field.",qtsrc:"QT Source",progress:"Progress",sound:"Sound",swstretchvalign:"Stretch V-Align",swstretchhalign:"Stretch H-Align",swstretchstyle:"Stretch Style",scriptcallbacks:"Script Callbacks","align_top_right":"Top Right",uimode:"UI Mode",rate:"Rate",playcount:"Play Count",defaultframe:"Default Frame",currentposition:"Current Position",currentmarker:"Current Marker",captioningid:"Captioning ID",baseurl:"Base URL",balance:"Balance",windowlessvideo:"Windowless Video",stretchtofit:"Stretch to Fit",mute:"Mute",invokeurls:"Invoke URLs",fullscreen:"Full Screen",enabled:"Enab...
  355. Line 1: tinyMCE.addI18n('en.media_dlg',{list:"List",file:"File/URL",advanced:"Advanced",general:"General",title:"Insert/Edit Embedded Media","align_top_left":"Top Left","align_center":"Center","align_left":"Left","align_bottom":"Bottom","align_right":"Right","align_top":"Top","qt_stream_warn":"Streamed RTSP resources should be added to the QT Source field under the Advanced tab.\nYou should also add a non-streamed version to the Source field.",qtsrc:"QT Source",progress:"Progress",sound:"Sound",swstretchvalign:"Stretch V-Align",swstretchhalign:"Stretch H-Align",swstretchstyle:"Stretch Style",scriptcallbacks:"Script Callbacks","align_top_right":"Top Right",uimode:"UI Mode",rate:"Rate",playcount:"Play Count",defaultframe:"Default Frame",currentposition:"Current Position",currentmarker:"Current Marker",captioningid:"Captioning ID",baseurl:"Base URL",balance:"Balance",windowlessvideo:"Windowless Video",stretchtofit:"Stretch to Fit",mute:"Mute",invokeurls:"Invoke URLs",fullscreen:"Full Screen",enabled:"Enab...
  356. Line 1: tinyMCE.addI18n('en.media_dlg',{list:"List",file:"File/URL",advanced:"Advanced",general:"General",title:"Insert/Edit Embedded Media","align_top_left":"Top Left","align_center":"Center","align_left":"Left","align_bottom":"Bottom","align_right":"Right","align_top":"Top","qt_stream_warn":"Streamed RTSP resources should be added to the QT Source field under the Advanced tab.\nYou should also add a non-streamed version to the Source field.",qtsrc:"QT Source",progress:"Progress",sound:"Sound",swstretchvalign:"Stretch V-Align",swstretchhalign:"Stretch H-Align",swstretchstyle:"Stretch Style",scriptcallbacks:"Script Callbacks","align_top_right":"Top Right",uimode:"UI Mode",rate:"Rate",playcount:"Play Count",defaultframe:"Default Frame",currentposition:"Current Position",currentmarker:"Current Marker",captioningid:"Captioning ID",baseurl:"Base URL",balance:"Balance",windowlessvideo:"Windowless Video",stretchtofit:"Stretch to Fit",mute:"Mute",invokeurls:"Invoke URLs",fullscreen:"Full Screen",enabled:"Enab...
  357. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\media\langs\nl_dlg.js (3 hits)
  358. Line 1: tinyMCE.addI18n('nl.media_dlg',{list:"Lijst",file:"Bestand/URL",advanced:"Geavanceerd",general:"Algemeen",title:"Media invoegen/bewerken","align_top_left":"Linksboven","align_center":"Centreren","align_left":"Links","align_bottom":"Onder","align_right":"Rechts","align_top":"Boven","qt_stream_warn":"Gestreamde RTSP bronnen dienen op het tabblad geavanceerd bij Quicktime bron te worden opgegeven.\nDe niet-gestreamde versie kan dan bij het tabblad algemeen worden opgegeven.",qtsrc:"Quicktime bron",progress:"Voortgang",sound:"Geluid",swstretchvalign:"V-Schaal",swstretchhalign:"H-Schaal",swstretchstyle:"Schaal",scriptcallbacks:"Script callbacks","align_top_right":"Rechtsboven",uimode:"UI Modus",rate:"Snelheid",playcount:"Afspeelteller",defaultframe:"Standaard frame",currentposition:"Huidige positie",currentmarker:"Huidige markering",captioningid:"Ondertiteling id",baseurl:"Basis URL",balance:"Balans",windowlessvideo:"Video zonder venster",stretchtofit:"Passend maken",mute:"Dempen",invokeurls:"URLs l...
  359. Line 1: tinyMCE.addI18n('nl.media_dlg',{list:"Lijst",file:"Bestand/URL",advanced:"Geavanceerd",general:"Algemeen",title:"Media invoegen/bewerken","align_top_left":"Linksboven","align_center":"Centreren","align_left":"Links","align_bottom":"Onder","align_right":"Rechts","align_top":"Boven","qt_stream_warn":"Gestreamde RTSP bronnen dienen op het tabblad geavanceerd bij Quicktime bron te worden opgegeven.\nDe niet-gestreamde versie kan dan bij het tabblad algemeen worden opgegeven.",qtsrc:"Quicktime bron",progress:"Voortgang",sound:"Geluid",swstretchvalign:"V-Schaal",swstretchhalign:"H-Schaal",swstretchstyle:"Schaal",scriptcallbacks:"Script callbacks","align_top_right":"Rechtsboven",uimode:"UI Modus",rate:"Snelheid",playcount:"Afspeelteller",defaultframe:"Standaard frame",currentposition:"Huidige positie",currentmarker:"Huidige markering",captioningid:"Ondertiteling id",baseurl:"Basis URL",balance:"Balans",windowlessvideo:"Video zonder venster",stretchtofit:"Passend maken",mute:"Dempen",invokeurls:"URLs l...
  360. Line 1: tinyMCE.addI18n('nl.media_dlg',{list:"Lijst",file:"Bestand/URL",advanced:"Geavanceerd",general:"Algemeen",title:"Media invoegen/bewerken","align_top_left":"Linksboven","align_center":"Centreren","align_left":"Links","align_bottom":"Onder","align_right":"Rechts","align_top":"Boven","qt_stream_warn":"Gestreamde RTSP bronnen dienen op het tabblad geavanceerd bij Quicktime bron te worden opgegeven.\nDe niet-gestreamde versie kan dan bij het tabblad algemeen worden opgegeven.",qtsrc:"Quicktime bron",progress:"Voortgang",sound:"Geluid",swstretchvalign:"V-Schaal",swstretchhalign:"H-Schaal",swstretchstyle:"Schaal",scriptcallbacks:"Script callbacks","align_top_right":"Rechtsboven",uimode:"UI Modus",rate:"Snelheid",playcount:"Afspeelteller",defaultframe:"Standaard frame",currentposition:"Huidige positie",currentmarker:"Huidige markering",captioningid:"Ondertiteling id",baseurl:"Basis URL",balance:"Balans",windowlessvideo:"Video zonder venster",stretchtofit:"Passend maken",mute:"Dempen",invokeurls:"URLs l...
  361. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\media\media.htm (40 hits)
  362. Line 706: <fieldset id="realmedia_options">
  363. Line 714: <td><input type="checkbox" class="checkbox" id="realmedia_autostart" name="realmedia_autostart" onchange="Media.formToData();" /></td>
  364. Line 714: <td><input type="checkbox" class="checkbox" id="realmedia_autostart" name="realmedia_autostart" onchange="Media.formToData();" /></td>
  365. Line 715: <td><label for="realmedia_autostart">{#media_dlg.autostart}</label></td>
  366. Line 723: <td><input type="checkbox" class="checkbox" id="realmedia_loop" name="realmedia_loop" onchange="Media.formToData();" /></td>
  367. Line 723: <td><input type="checkbox" class="checkbox" id="realmedia_loop" name="realmedia_loop" onchange="Media.formToData();" /></td>
  368. Line 724: <td><label for="realmedia_loop">{#media_dlg.loop}</label></td>
  369. Line 734: <td><input type="checkbox" class="checkbox" id="realmedia_autogotourl" name="realmedia_autogotourl" checked="checked" onchange="Media.formToData();" /></td>
  370. Line 734: <td><input type="checkbox" class="checkbox" id="realmedia_autogotourl" name="realmedia_autogotourl" checked="checked" onchange="Media.formToData();" /></td>
  371. Line 735: <td><label for="realmedia_autogotourl">{#media_dlg.autogotourl}</label></td>
  372. Line 743: <td><input type="checkbox" class="checkbox" id="realmedia_center" name="realmedia_center" onchange="Media.formToData();" /></td>
  373. Line 743: <td><input type="checkbox" class="checkbox" id="realmedia_center" name="realmedia_center" onchange="Media.formToData();" /></td>
  374. Line 744: <td><label for="realmedia_center">{#media_dlg.center}</label></td>
  375. Line 754: <td><input type="checkbox" class="checkbox" id="realmedia_imagestatus" name="realmedia_imagestatus" checked="checked" onchange="Media.formToData();" /></td>
  376. Line 754: <td><input type="checkbox" class="checkbox" id="realmedia_imagestatus" name="realmedia_imagestatus" checked="checked" onchange="Media.formToData();" /></td>
  377. Line 755: <td><label for="realmedia_imagestatus">{#media_dlg.imagestatus}</label></td>
  378. Line 763: <td><input type="checkbox" class="checkbox" id="realmedia_maintainaspect" name="realmedia_maintainaspect" onchange="Media.formToData();" /></td>
  379. Line 763: <td><input type="checkbox" class="checkbox" id="realmedia_maintainaspect" name="realmedia_maintainaspect" onchange="Media.formToData();" /></td>
  380. Line 764: <td><label for="realmedia_maintainaspect">{#media_dlg.maintainaspect}</label></td>
  381. Line 774: <td><input type="checkbox" class="checkbox" id="realmedia_nojava" name="realmedia_nojava" onchange="Media.formToData();" /></td>
  382. Line 774: <td><input type="checkbox" class="checkbox" id="realmedia_nojava" name="realmedia_nojava" onchange="Media.formToData();" /></td>
  383. Line 775: <td><label for="realmedia_nojava">{#media_dlg.nojava}</label></td>
  384. Line 783: <td><input type="checkbox" class="checkbox" id="realmedia_prefetch" name="realmedia_prefetch" onchange="Media.formToData();" /></td>
  385. Line 783: <td><input type="checkbox" class="checkbox" id="realmedia_prefetch" name="realmedia_prefetch" onchange="Media.formToData();" /></td>
  386. Line 784: <td><label for="realmedia_prefetch">{#media_dlg.prefetch}</label></td>
  387. Line 794: <td><input type="checkbox" class="checkbox" id="realmedia_shuffle" name="realmedia_shuffle" onchange="Media.formToData();" /></td>
  388. Line 794: <td><input type="checkbox" class="checkbox" id="realmedia_shuffle" name="realmedia_shuffle" onchange="Media.formToData();" /></td>
  389. Line 795: <td><label for="realmedia_shuffle">{#media_dlg.shuffle}</label></td>
  390. Line 806: <td><label for="realmedia_console">{#media_dlg.console}</label></td>
  391. Line 807: <td><input type="text" id="realmedia_console" name="realmedia_console" onchange="Media.formToData();" /></td>
  392. Line 807: <td><input type="text" id="realmedia_console" name="realmedia_console" onchange="Media.formToData();" /></td>
  393. Line 809: <td><label for="realmedia_controls">{#media_dlg.controls}</label></td>
  394. Line 810: <td><input type="text" id="realmedia_controls" name="realmedia_controls" onchange="Media.formToData();" /></td>
  395. Line 810: <td><input type="text" id="realmedia_controls" name="realmedia_controls" onchange="Media.formToData();" /></td>
  396. Line 814: <td><label for="realmedia_numloop">{#media_dlg.numloop}</label></td>
  397. Line 815: <td><input type="text" id="realmedia_numloop" name="realmedia_numloop" onchange="Media.formToData();" /></td>
  398. Line 815: <td><input type="text" id="realmedia_numloop" name="realmedia_numloop" onchange="Media.formToData();" /></td>
  399. Line 817: <td><label for="realmedia_scriptcallbacks">{#media_dlg.scriptcallbacks}</label></td>
  400. Line 818: <td><input type="text" id="realmedia_scriptcallbacks" name="realmedia_scriptcallbacks" onchange="Media.formToData();" /></td>
  401. Line 818: <td><input type="text" id="realmedia_scriptcallbacks" name="realmedia_scriptcallbacks" onchange="Media.formToData();" /></td>
  402. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\noneditable\editor_plugin_src.js (1 hit)
  403. Line 34: // Check for real content editable
  404. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\paste\editor_plugin_src.js (5 hits)
  405. Line 218: // Block the real paste event
  406. Line 411: // Remove bad attributes, with or without quotes, ensuring that attribute text is really inside a tag.
  407. Line 648: // Removing the mce_style that contains the real value will force the Serializer engine to compress the styles
  408. Line 657: * Converts the most common bullet and number formats in Office into a real semantic UL/LI list.
  409. Line 662: // Convert middot lists into real semantic lists
  410. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\preview\jscripts\embed.js (2 hits)
  411. Line 32: function writeRealMedia(p) {
  412. Line 36: 'audio/x-pn-realaudio-plugin',
  413. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\spellchecker\classes\GoogleSpell.php (3 hits)
  414. Line 61: $xml = '<?xml version="1.0" encoding="utf-8" ?><spellrequest textalreadyclipped="0" ignoredups="0" ignoredigits="1" ignoreallcaps="1"><text>' . $str . '</text></spellrequest>';
  415. Line 124: for ($s = 0; $start > 0;--$start) {// found the real start
  416. Line 141: for ($e = $s; $len > 0; --$len) {//found the real end
  417. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\table\editor_plugin.js (6 hits)
  418. Line 1: (function(d){var e=d.each;function c(g,h){var j=h.ownerDocument,f=j.createRange(),k;f.setStartBefore(h);f.setEnd(g.endContainer,g.endOffset);k=j.createElement("body");k.appendChild(f.cloneContents());return k.innerHTML.replace(/<(br|img|object|embed|input|textarea)[^>]*>/gi,"-").replace(/<[^>]+>/g,"").length==0}function a(g,f){return parseInt(g.getAttribute(f)||1)}function b(H,G,K){var g,L,D,o;t();o=G.getParent(K.getStart(),"th,td");if(o){L=F(o);D=I();o=z(L.x,L.y)}function A(N,M){N=N.cloneNode(M);N.removeAttribute("id");return N}function t(){var M=0;g=[];e(["thead","tbody","tfoot"],function(N){var O=G.select("> "+N+" tr",H);e(O,function(P,Q){Q+=M;e(G.select("> td, > th",P),function(W,R){var S,T,U,V;if(g[Q]){while(g[Q][R]){R++}}U=a(W,"rowspan");V=a(W,"colspan");for(T=Q;T<Q+U;T++){if(!g[T]){g[T]=[]}for(S=R;S<R+V;S++){g[T][S]={part:N,real:T==Q&&S==R,elm:W,rowspan:U,colspan:V}}}})});M+=O.length})}function z(M,O){var N;N=g[O];if(N){return N[M]}}function s(O,M,N){if(O){N=parseInt(N);if(N===1){O.remov...
  419. Line 1: (function(d){var e=d.each;function c(g,h){var j=h.ownerDocument,f=j.createRange(),k;f.setStartBefore(h);f.setEnd(g.endContainer,g.endOffset);k=j.createElement("body");k.appendChild(f.cloneContents());return k.innerHTML.replace(/<(br|img|object|embed|input|textarea)[^>]*>/gi,"-").replace(/<[^>]+>/g,"").length==0}function a(g,f){return parseInt(g.getAttribute(f)||1)}function b(H,G,K){var g,L,D,o;t();o=G.getParent(K.getStart(),"th,td");if(o){L=F(o);D=I();o=z(L.x,L.y)}function A(N,M){N=N.cloneNode(M);N.removeAttribute("id");return N}function t(){var M=0;g=[];e(["thead","tbody","tfoot"],function(N){var O=G.select("> "+N+" tr",H);e(O,function(P,Q){Q+=M;e(G.select("> td, > th",P),function(W,R){var S,T,U,V;if(g[Q]){while(g[Q][R]){R++}}U=a(W,"rowspan");V=a(W,"colspan");for(T=Q;T<Q+U;T++){if(!g[T]){g[T]=[]}for(S=R;S<R+V;S++){g[T][S]={part:N,real:T==Q&&S==R,elm:W,rowspan:U,colspan:V}}}})});M+=O.length})}function z(M,O){var N;N=g[O];if(N){return N[M]}}function s(O,M,N){if(O){N=parseInt(N);if(N===1){O.remov...
  420. Line 1: (function(d){var e=d.each;function c(g,h){var j=h.ownerDocument,f=j.createRange(),k;f.setStartBefore(h);f.setEnd(g.endContainer,g.endOffset);k=j.createElement("body");k.appendChild(f.cloneContents());return k.innerHTML.replace(/<(br|img|object|embed|input|textarea)[^>]*>/gi,"-").replace(/<[^>]+>/g,"").length==0}function a(g,f){return parseInt(g.getAttribute(f)||1)}function b(H,G,K){var g,L,D,o;t();o=G.getParent(K.getStart(),"th,td");if(o){L=F(o);D=I();o=z(L.x,L.y)}function A(N,M){N=N.cloneNode(M);N.removeAttribute("id");return N}function t(){var M=0;g=[];e(["thead","tbody","tfoot"],function(N){var O=G.select("> "+N+" tr",H);e(O,function(P,Q){Q+=M;e(G.select("> td, > th",P),function(W,R){var S,T,U,V;if(g[Q]){while(g[Q][R]){R++}}U=a(W,"rowspan");V=a(W,"colspan");for(T=Q;T<Q+U;T++){if(!g[T]){g[T]=[]}for(S=R;S<R+V;S++){g[T][S]={part:N,real:T==Q&&S==R,elm:W,rowspan:U,colspan:V}}}})});M+=O.length})}function z(M,O){var N;N=g[O];if(N){return N[M]}}function s(O,M,N){if(O){N=parseInt(N);if(N===1){O.remov...
  421. Line 1: (function(d){var e=d.each;function c(g,h){var j=h.ownerDocument,f=j.createRange(),k;f.setStartBefore(h);f.setEnd(g.endContainer,g.endOffset);k=j.createElement("body");k.appendChild(f.cloneContents());return k.innerHTML.replace(/<(br|img|object|embed|input|textarea)[^>]*>/gi,"-").replace(/<[^>]+>/g,"").length==0}function a(g,f){return parseInt(g.getAttribute(f)||1)}function b(H,G,K){var g,L,D,o;t();o=G.getParent(K.getStart(),"th,td");if(o){L=F(o);D=I();o=z(L.x,L.y)}function A(N,M){N=N.cloneNode(M);N.removeAttribute("id");return N}function t(){var M=0;g=[];e(["thead","tbody","tfoot"],function(N){var O=G.select("> "+N+" tr",H);e(O,function(P,Q){Q+=M;e(G.select("> td, > th",P),function(W,R){var S,T,U,V;if(g[Q]){while(g[Q][R]){R++}}U=a(W,"rowspan");V=a(W,"colspan");for(T=Q;T<Q+U;T++){if(!g[T]){g[T]=[]}for(S=R;S<R+V;S++){g[T][S]={part:N,real:T==Q&&S==R,elm:W,rowspan:U,colspan:V}}}})});M+=O.length})}function z(M,O){var N;N=g[O];if(N){return N[M]}}function s(O,M,N){if(O){N=parseInt(N);if(N===1){O.remov...
  422. Line 1: (function(d){var e=d.each;function c(g,h){var j=h.ownerDocument,f=j.createRange(),k;f.setStartBefore(h);f.setEnd(g.endContainer,g.endOffset);k=j.createElement("body");k.appendChild(f.cloneContents());return k.innerHTML.replace(/<(br|img|object|embed|input|textarea)[^>]*>/gi,"-").replace(/<[^>]+>/g,"").length==0}function a(g,f){return parseInt(g.getAttribute(f)||1)}function b(H,G,K){var g,L,D,o;t();o=G.getParent(K.getStart(),"th,td");if(o){L=F(o);D=I();o=z(L.x,L.y)}function A(N,M){N=N.cloneNode(M);N.removeAttribute("id");return N}function t(){var M=0;g=[];e(["thead","tbody","tfoot"],function(N){var O=G.select("> "+N+" tr",H);e(O,function(P,Q){Q+=M;e(G.select("> td, > th",P),function(W,R){var S,T,U,V;if(g[Q]){while(g[Q][R]){R++}}U=a(W,"rowspan");V=a(W,"colspan");for(T=Q;T<Q+U;T++){if(!g[T]){g[T]=[]}for(S=R;S<R+V;S++){g[T][S]={part:N,real:T==Q&&S==R,elm:W,rowspan:U,colspan:V}}}})});M+=O.length})}function z(M,O){var N;N=g[O];if(N){return N[M]}}function s(O,M,N){if(O){N=parseInt(N);if(N===1){O.remov...
  423. Line 1: (function(d){var e=d.each;function c(g,h){var j=h.ownerDocument,f=j.createRange(),k;f.setStartBefore(h);f.setEnd(g.endContainer,g.endOffset);k=j.createElement("body");k.appendChild(f.cloneContents());return k.innerHTML.replace(/<(br|img|object|embed|input|textarea)[^>]*>/gi,"-").replace(/<[^>]+>/g,"").length==0}function a(g,f){return parseInt(g.getAttribute(f)||1)}function b(H,G,K){var g,L,D,o;t();o=G.getParent(K.getStart(),"th,td");if(o){L=F(o);D=I();o=z(L.x,L.y)}function A(N,M){N=N.cloneNode(M);N.removeAttribute("id");return N}function t(){var M=0;g=[];e(["thead","tbody","tfoot"],function(N){var O=G.select("> "+N+" tr",H);e(O,function(P,Q){Q+=M;e(G.select("> td, > th",P),function(W,R){var S,T,U,V;if(g[Q]){while(g[Q][R]){R++}}U=a(W,"rowspan");V=a(W,"colspan");for(T=Q;T<Q+U;T++){if(!g[T]){g[T]=[]}for(S=R;S<R+V;S++){g[T][S]={part:N,real:T==Q&&S==R,elm:W,rowspan:U,colspan:V}}}})});M+=O.length})}function z(M,O){var N;N=g[O];if(N){return N[M]}}function s(O,M,N){if(O){N=parseInt(N);if(N===1){O.remov...
  424. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\plugins\table\editor_plugin_src.js (7 hits)
  425. Line 85: real : y2 == y && x2 == x,
  426. Line 232: // Loop left to find real cell
  427. Line 564: if (cell.real)
  428. Line 643: if (cell.real) {
  429. Line 684: if (!cell.real) {
  430. Line 694: if (!cell.real) {
  431. Line 705: if (cell.real) {
  432. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\themes\advanced\js\charmap.js (2 hits)
  433. Line 228: ['&real;', '&#8476;', false,'real part symbol'],
  434. Line 228: ['&real;', '&#8476;', false,'real part symbol'],
  435. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\themes\advanced\skins\default\content.css (2 hits)
  436. Line 45: .mceItemRealMedia {background-image:url(../../img/realmedia.gif)}
  437. Line 45: .mceItemRealMedia {background-image:url(../../img/realmedia.gif)}
  438. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\themes\advanced\skins\imod\content.css (2 hits)
  439. Line 50: .mceItemRealMedia {background-image:url(../../img/realmedia.gif)}
  440. Line 50: .mceItemRealMedia {background-image:url(../../img/realmedia.gif)}
  441. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\themes\advanced\skins\o2k7\content.css (2 hits)
  442. Line 44: .mceItemRealMedia {background-image:url(../../img/realmedia.gif)}
  443. Line 44: .mceItemRealMedia {background-image:url(../../img/realmedia.gif)}
  444. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\tiny_mce.js (1 hit)
  445. Line 1: (function(d){var a=/^\s*|\s*$/g,e,c="B".replace(/A(.)|B/,"$1")==="$1";var b={majorVersion:"3",minorVersion:"5b1",releaseDate:"2012-03-08",_init:function(){var s=this,q=document,o=navigator,g=o.userAgent,m,f,l,k,j,r;s.isOpera=d.opera&&opera.buildNumber;s.isWebKit=/WebKit/.test(g);s.isIE=!s.isWebKit&&!s.isOpera&&(/MSIE/gi).test(g)&&(/Explorer/gi).test(o.appName);s.isIE6=s.isIE&&/MSIE [56]/.test(g);s.isIE7=s.isIE&&/MSIE [7]/.test(g);s.isIE8=s.isIE&&/MSIE [8]/.test(g);s.isIE9=s.isIE&&/MSIE [9]/.test(g);s.isGecko=!s.isWebKit&&/Gecko/.test(g);s.isMac=g.indexOf("Mac")!=-1;s.isAir=/adobeair/i.test(g);s.isIDevice=/(iPad|iPhone)/.test(g);s.isIOS5=s.isIDevice&&g.match(/AppleWebKit\/(\d*)/)[1]>=534;if(d.tinyMCEPreInit){s.suffix=tinyMCEPreInit.suffix;s.baseURL=tinyMCEPreInit.base;s.query=tinyMCEPreInit.query;return}s.suffix="";f=q.getElementsByTagName("base");for(m=0;m<f.length;m++){if(r=f[m].href){if(/^https?:\/\/[^\/]+$/.test(r)){r+="/"}k=r?r.match(/.*\//)[0]:""}}function h(i){if(i.src&&/tiny_mce(|_gzip|_...
  446. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\tiny_mce_src.js (8 hits)
  447. Line 534: // Needs to be a real loop since the listener count might change while looping
  448. Line 1299: // Compare the ranges to see if it was a real change or not
  449. Line 1444: '81i,prime,81j,Prime,81u,oline,824,frasl,88o,weierp,88h,image,88s,real,892,trade,89l,alefsym,' +
  450. Line 5047: // This fix seems to resolve that issue by realcing the document ones a stylesheet finishes loading
  451. Line 5338: // Real type or fake it on IE
  452. Line 14768: // If root blocks are forced then use Operas default behavior since it's really good
  453. Line 15618: // Check for real content editable
  454. Line 16217: // Unwrap start/end to get real elements again
  455. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\js\tiny_mce\utils\form_utils.js (3 hits)
  456. Line 36: lnk.setAttribute("realhref", lnk.getAttribute("href"));
  457. Line 40: if (lnk.getAttribute("realhref"))
  458. Line 41: lnk.setAttribute("href", lnk.getAttribute("realhref"));
  459. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\pomo\translations.php (1 hit)
  460. Line 271: // sometimes \ns are used instead of real new lines
  461. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\includes\pomo_old\translations.php (1 hit)
  462. Line 186: // sometimes \ns are used instead of real new lines
  463. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\modules\fancybox\css\helpers\jquery.fancybox-media.js (1 hit)
  464. Line 46: * http://vimeo.com/groups/surrealism/videos/36516384
  465. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\modules\fancybox\js\_jquery.fancybox.js (2 hits)
  466. Line 1323: // Real wrap dimensions
  467. Line 2008: //Get real width of page scroll-bar
  468. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\modules\forms\resources\tools\dictionary-import\sample-words-en.txt (194 hits)
  469. Line 2803: aequoreal
  470. Line 9658: antirealism
  471. Line 9659: antirealistic
  472. Line 9902: antivenereal
  473. Line 11234: arboreally
  474. Line 11765: areal
  475. Line 11766: areality
  476. Line 19802: bicorporeal
  477. Line 22277: boreal
  478. Line 29280: cerealian
  479. Line 29281: cerealin
  480. Line 29282: cerealism
  481. Line 29283: cerealist
  482. Line 29284: cerealose
  483. Line 31630: choreal
  484. Line 32522: cinereal
  485. Line 32644: circumboreal
  486. Line 38527: corporealist
  487. Line 38528: corporeality
  488. Line 38529: corporealization
  489. Line 38530: corporealize
  490. Line 38531: corporeally
  491. Line 38532: corporealness
  492. Line 38533: corporeals
  493. Line 38559: correal
  494. Line 38560: correality
  495. Line 43272: dareall
  496. Line 49639: disrealize
  497. Line 52928: ectocinereal
  498. Line 53682: electroethereal
  499. Line 54586: empyreal
  500. Line 58049: etherealism
  501. Line 58050: ethereality
  502. Line 58051: etherealization
  503. Line 58052: etherealize
  504. Line 58053: ethereally
  505. Line 58054: etherealness
  506. Line 60005: extracorporeal
  507. Line 63364: floreal
  508. Line 64137: foreallege
  509. Line 64138: foreallot
  510. Line 66082: funereally
  511. Line 79520: hyperboreal
  512. Line 79846: hyperrealize
  513. Line 80108: hypocreales
  514. Line 82972: incorporeal
  515. Line 82973: incorporealism
  516. Line 82974: incorporealist
  517. Line 82975: incorporeality
  518. Line 82976: incorporealize
  519. Line 82977: incorporeally
  520. Line 84679: inreality
  521. Line 86183: intersidereal
  522. Line 86486: intracorporeal
  523. Line 87379: irreality
  524. Line 87380: irrealizable
  525. Line 96323: loreal
  526. Line 99273: marmoreal
  527. Line 99274: marmoreally
  528. Line 104449: misrealize
  529. Line 109524: nectareal
  530. Line 109911: neorealism
  531. Line 111643: noncereal
  532. Line 111928: noncorporeality
  533. Line 112339: nonethereal
  534. Line 113335: nonrealistic
  535. Line 113336: nonreality
  536. Line 113337: nonrealization
  537. Line 113645: nonsidereal
  538. Line 113996: nonvenereal
  539. Line 116583: omnicorporeal
  540. Line 121318: overrealism
  541. Line 121319: overrealistic
  542. Line 130127: phosphoreal
  543. Line 136438: postvenereal
  544. Line 137058: prealarm
  545. Line 137059: prealcohol
  546. Line 137060: prealcoholic
  547. Line 137061: prealgebra
  548. Line 137062: prealgebraic
  549. Line 137063: prealkalic
  550. Line 137064: preallable
  551. Line 137065: preallably
  552. Line 137066: preallegation
  553. Line 137067: preallege
  554. Line 137068: prealliance
  555. Line 137069: preallied
  556. Line 137070: preallot
  557. Line 137071: preallotment
  558. Line 137072: preallow
  559. Line 137073: preallowable
  560. Line 137074: preallowably
  561. Line 137075: preallowance
  562. Line 137076: preallude
  563. Line 137077: preallusion
  564. Line 137078: preally
  565. Line 137079: prealphabet
  566. Line 137080: prealphabetical
  567. Line 137081: prealtar
  568. Line 137082: prealteration
  569. Line 137083: prealveolar
  570. Line 138573: preloreal
  571. Line 139043: prerealization
  572. Line 139044: prerealize
  573. Line 140360: procereal
  574. Line 141447: prorealism
  575. Line 141448: prorealist
  576. Line 141449: prorealistic
  577. Line 141450: proreality
  578. Line 142999: pseudorealistic
  579. Line 143347: psychorealism
  580. Line 143348: psychorealist
  581. Line 143349: psychorealistic
  582. Line 143419: ptereal
  583. Line 144286: purpureal
  584. Line 147384: realarm
  585. Line 147385: reales
  586. Line 147386: realest
  587. Line 147387: realgar
  588. Line 147388: realienate
  589. Line 147389: realienation
  590. Line 147390: realign
  591. Line 147391: realignment
  592. Line 147392: realism
  593. Line 147393: realist
  594. Line 147394: realistic
  595. Line 147395: realistically
  596. Line 147396: realisticize
  597. Line 147397: reality
  598. Line 147398: realive
  599. Line 147399: realizability
  600. Line 147400: realizable
  601. Line 147401: realizableness
  602. Line 147402: realizably
  603. Line 147403: realization
  604. Line 147404: realize
  605. Line 147405: realizer
  606. Line 147406: realizing
  607. Line 147407: realizingly
  608. Line 147408: reallegation
  609. Line 147409: reallege
  610. Line 147410: reallegorize
  611. Line 147411: realliance
  612. Line 147412: reallocate
  613. Line 147413: reallocation
  614. Line 147414: reallot
  615. Line 147415: reallotment
  616. Line 147416: reallow
  617. Line 147417: reallowance
  618. Line 147418: reallude
  619. Line 147419: reallusion
  620. Line 147420: really
  621. Line 147421: realmless
  622. Line 147422: realmlet
  623. Line 147423: realness
  624. Line 147424: realter
  625. Line 147425: realteration
  626. Line 162876: siderealize
  627. Line 162877: sidereally
  628. Line 172145: subarboreal
  629. Line 172207: subboreal
  630. Line 172387: subcrureal
  631. Line 172889: subloreal
  632. Line 173461: subterethereal
  633. Line 175259: superrealism
  634. Line 175260: superrealist
  635. Line 175909: surrealism
  636. Line 175910: surrealist
  637. Line 175911: surrealistic
  638. Line 175912: surrealistically
  639. Line 180215: terpsichoreal
  640. Line 180216: terpsichoreally
  641. Line 185110: transcorporeal
  642. Line 185415: transreal
  643. Line 185913: triareal
  644. Line 193413: underrealize
  645. Line 193414: underrealm
  646. Line 194817: unethereal
  647. Line 200213: unreal
  648. Line 200214: unrealism
  649. Line 200215: unrealist
  650. Line 200216: unrealistic
  651. Line 200217: unreality
  652. Line 200218: unrealizable
  653. Line 200219: unrealize
  654. Line 200220: unrealized
  655. Line 200221: unrealizing
  656. Line 200222: unreally
  657. Line 200223: unrealmed
  658. Line 200224: unrealness
  659. Line 203465: unvenereal
  660. Line 204568: ureal
  661. Line 206223: venerealness
  662. Line 207724: vitreal
  663. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\modules\forms\resources\tools\dictionary-import\sample-words-es.txt (44 hits)
  664. Line 6805: barreal
  665. Line 7783: boreal
  666. Line 10428: cereal
  667. Line 10429: cerealista
  668. Line 24060: floreal
  669. Line 26979: hiperrealismo
  670. Line 26980: hiperrealista
  671. Line 29679: irreal
  672. Line 29680: irrealidad
  673. Line 29681: irrealizable
  674. Line 36217: neorrealismo
  675. Line 36218: neorrealista
  676. Line 43181: real
  677. Line 43182: realce
  678. Line 43183: realegrar
  679. Line 43184: realejo
  680. Line 43185: realengo
  681. Line 43186: realete
  682. Line 43187: realeza
  683. Line 43188: realidad
  684. Line 43189: realillo
  685. Line 43190: realimentacion
  686. Line 43191: realimentar
  687. Line 43192: realismo
  688. Line 43193: realista
  689. Line 43194: realito
  690. Line 43195: realizable
  691. Line 43196: realizacion
  692. Line 43197: realizador
  693. Line 43198: realizar
  694. Line 43199: realojar
  695. Line 43200: realojo
  696. Line 43201: realquilar
  697. Line 43202: realzar
  698. Line 47934: sobrealiento
  699. Line 47935: sobrealimentacion
  700. Line 47936: sobrealimentar
  701. Line 47937: sobrealzar
  702. Line 48033: sobrerrealismo
  703. Line 48970: superrealismo
  704. Line 48971: superrealista
  705. Line 49019: suprarrealismo
  706. Line 49052: surrealismo
  707. Line 49053: surrealista
  708. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\modules\forms\resources\words\en.php (41 hits)
  709. Line 3585: areal
  710. Line 3586: areality
  711. Line 8288: boreal
  712. Line 11014: cerealin
  713. Line 11785: choreal
  714. Line 12025: cinereal
  715. Line 13589: correal
  716. Line 15235: dareall
  717. Line 18742: empyreal
  718. Line 21725: floreal
  719. Line 32911: loreal
  720. Line 44506: prealarm
  721. Line 44507: preallot
  722. Line 44508: preallow
  723. Line 44509: preally
  724. Line 44510: prealtar
  725. Line 45283: ptereal
  726. Line 46743: realarm
  727. Line 46744: reales
  728. Line 46745: realest
  729. Line 46746: realgar
  730. Line 46747: realign
  731. Line 46748: realism
  732. Line 46749: realist
  733. Line 46750: reality
  734. Line 46751: realive
  735. Line 46752: realize
  736. Line 46753: realizer
  737. Line 46754: reallege
  738. Line 46755: reallot
  739. Line 46756: reallow
  740. Line 46757: reallude
  741. Line 46758: really
  742. Line 46759: realmlet
  743. Line 46760: realness
  744. Line 46761: realter
  745. Line 60227: triareal
  746. Line 63471: unreal
  747. Line 63472: unreally
  748. Line 64722: ureal
  749. Line 65893: vitreal
  750. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\modules\forms\resources\words\es.php (19 hits)
  751. Line 3418: barreal
  752. Line 3970: boreal
  753. Line 5372: cereal
  754. Line 10185: floreal
  755. Line 12484: irreal
  756. Line 19360: realce
  757. Line 19361: realejo
  758. Line 19362: realengo
  759. Line 19363: realete
  760. Line 19364: realeza
  761. Line 19365: realidad
  762. Line 19366: realillo
  763. Line 19367: realismo
  764. Line 19368: realista
  765. Line 19369: realito
  766. Line 19370: realizar
  767. Line 19371: realojar
  768. Line 19372: realojo
  769. Line 19373: realzar
  770. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\niels-t.php (11 hits)
  771. Line 19: number_type(){return'((?<!o)int(?!er)|numeric|real|float|double|decimal|money)';}function
  772. Line 303: fields($R){global$g;$J=array();$dg="";foreach(get_rows("PRAGMA table_info(".table($R).")")as$K){$D=$K["name"];$U=strtolower($K["type"]);$Sb=$K["dflt_value"];$J[$D]=array("field"=>$D,"type"=>(preg_match('~int~i',$U)?"integer":(preg_match('~char|clob|text~i',$U)?"text":(preg_match('~blob~i',$U)?"blob":(preg_match('~real|floa|doub~i',$U)?"real":"numeric")))),"full_type"=>$U,"default"=>(preg_match("~'(.*)'~",$Sb,$C)?str_replace("''","'",$C[1]):($Sb=="NULL"?null:$Sb)),"null"=>!$K["notnull"],"privileges"=>array("select"=>1,"insert"=>1,"update"=>1),"primary"=>$K["pk"],);if($K["pk"]){if($dg!="")$J[$dg]["auto_increment"]=false;elseif(preg_match('~^integer$~i',$U))$J[$D]["auto_increment"]=true;$dg=$D;}}$qh=$g->result("SELECT sql FROM sqlite_master WHERE type = 'table' AND name = ".q($R));preg_match_all('~(("[^"]*+")+|[a-z0-9_]+)\s+text\s+COLLATE\s+(\'[^\']+\'|\S+)~i',$qh,$ze,PREG_SET_ORDER);foreach($ze
  773. Line 303: fields($R){global$g;$J=array();$dg="";foreach(get_rows("PRAGMA table_info(".table($R).")")as$K){$D=$K["name"];$U=strtolower($K["type"]);$Sb=$K["dflt_value"];$J[$D]=array("field"=>$D,"type"=>(preg_match('~int~i',$U)?"integer":(preg_match('~char|clob|text~i',$U)?"text":(preg_match('~blob~i',$U)?"blob":(preg_match('~real|floa|doub~i',$U)?"real":"numeric")))),"full_type"=>$U,"default"=>(preg_match("~'(.*)'~",$Sb,$C)?str_replace("''","'",$C[1]):($Sb=="NULL"?null:$Sb)),"null"=>!$K["notnull"],"privileges"=>array("select"=>1,"insert"=>1,"update"=>1),"primary"=>$K["pk"],);if($K["pk"]){if($dg!="")$J[$dg]["auto_increment"]=false;elseif(preg_match('~^integer$~i',$U))$J[$D]["auto_increment"]=true;$dg=$D;}}$qh=$g->result("SELECT sql FROM sqlite_master WHERE type = 'table' AND name = ".q($R));preg_match_all('~(("[^"]*+")+|[a-z0-9_]+)\s+text\s+COLLATE\s+(\'[^\']+\'|\S+)~i',$qh,$ze,PREG_SET_ORDER);foreach($ze
  774. Line 395: preg_match('~^(columns|database|drop_col|dump|indexes|move_col|sql|status|table|trigger|variables|view|view_trigger)$~',$Pc);}$y="sqlite";$vi=array("integer"=>0,"real"=>0,"numeric"=>0,"text"=>0,"blob"=>0);$_h=array_keys($vi);$Bi=array();$of=array("=","<",">","<=",">=","!=","LIKE","LIKE %%","IN","IS NULL","NOT LIKE","NOT IN","IS NOT NULL","SQL");$jd=array("hex","length","lower","round","unixepoch","upper");$pd=array("avg","count","count distinct","group_concat","max","min","sum");$mc=array(array(),array("integer|real|numeric"=>"+/-","text"=>"||",));}$ec["pgsql"]="PostgreSQL";if(isset($_GET["pgsql"])){$ag=array("PgSQL","PDO_PgSQL");define("DRIVER","pgsql");if(extension_loaded("pgsql")){class
  775. Line 395: preg_match('~^(columns|database|drop_col|dump|indexes|move_col|sql|status|table|trigger|variables|view|view_trigger)$~',$Pc);}$y="sqlite";$vi=array("integer"=>0,"real"=>0,"numeric"=>0,"text"=>0,"blob"=>0);$_h=array_keys($vi);$Bi=array();$of=array("=","<",">","<=",">=","!=","LIKE","LIKE %%","IN","IS NULL","NOT LIKE","NOT IN","IS NOT NULL","SQL");$jd=array("hex","length","lower","round","unixepoch","upper");$pd=array("avg","count","count distinct","group_concat","max","min","sum");$mc=array(array(),array("integer|real|numeric"=>"+/-","text"=>"||",));}$ec["pgsql"]="PostgreSQL";if(isset($_GET["pgsql"])){$ag=array("PgSQL","PDO_PgSQL");define("DRIVER","pgsql");if(extension_loaded("pgsql")){class
  776. Line 595: max_connections(){global$g;return$g->result("SHOW max_connections");}$y="pgsql";$vi=array();$_h=array();foreach(array(lang(25)=>array("smallint"=>5,"integer"=>10,"bigint"=>19,"boolean"=>1,"numeric"=>0,"real"=>7,"double precision"=>16,"money"=>20),lang(26)=>array("date"=>13,"time"=>17,"timestamp"=>20,"timestamptz"=>21,"interval"=>0),lang(23)=>array("character"=>0,"character varying"=>0,"text"=>0,"tsquery"=>0,"tsvector"=>0,"uuid"=>0,"xml"=>0),lang(27)=>array("bit"=>0,"bit varying"=>0,"bytea"=>0),lang(28)=>array("cidr"=>43,"inet"=>43,"macaddr"=>17,"txid_snapshot"=>0),lang(29)=>array("box"=>0,"circle"=>0,"line"=>0,"lseg"=>0,"path"=>0,"point"=>0,"polygon"=>0),)as$z=>$X){$vi+=$X;$_h[$z]=array_keys($X);}$Bi=array();$of=array("=","<",">","<=",">=","!=","~","!~","LIKE","LIKE %%","ILIKE","ILIKE %%","IN","IS NULL","NOT LIKE","NOT IN","IS NOT NULL");$jd=array("char_length","lower","round","to_hex","to_timestamp","upper");$pd=array("avg","count","count distinct","max","min","sum");$mc=array(array("char"=>...
  777. Line 886: preg_match('~^(columns|database|drop_col|indexes|scheme|sql|table|trigger|view|view_trigger)$~',$Pc);}$y="mssql";$vi=array();$_h=array();foreach(array(lang(25)=>array("tinyint"=>3,"smallint"=>5,"int"=>10,"bigint"=>20,"bit"=>1,"decimal"=>0,"real"=>12,"float"=>53,"smallmoney"=>10,"money"=>20),lang(26)=>array("date"=>10,"smalldatetime"=>19,"datetime"=>19,"datetime2"=>19,"time"=>8,"datetimeoffset"=>10),lang(23)=>array("char"=>8000,"varchar"=>8000,"text"=>2147483647,"nchar"=>4000,"nvarchar"=>4000,"ntext"=>1073741823),lang(27)=>array("binary"=>8000,"varbinary"=>8000,"image"=>2147483647),)as$z=>$X){$vi+=$X;$_h[$z]=array_keys($X);}$Bi=array();$of=array("=","<",">","<=",">=","!=","LIKE","LIKE %%","IN","IS NULL","NOT LIKE","NOT IN","IS NOT NULL");$jd=array("len","lower","round","upper");$pd=array("avg","count","count distinct","max","min","sum");$mc=array(array("date|time"=>"getdate",),array("int|decimal|real|float|money|datetime"=>"+/-","char|text"=>"+",));}$ec['firebird']='Firebird (alpha)';if(isset(...
  778. Line 886: preg_match('~^(columns|database|drop_col|indexes|scheme|sql|table|trigger|view|view_trigger)$~',$Pc);}$y="mssql";$vi=array();$_h=array();foreach(array(lang(25)=>array("tinyint"=>3,"smallint"=>5,"int"=>10,"bigint"=>20,"bit"=>1,"decimal"=>0,"real"=>12,"float"=>53,"smallmoney"=>10,"money"=>20),lang(26)=>array("date"=>10,"smalldatetime"=>19,"datetime"=>19,"datetime2"=>19,"time"=>8,"datetimeoffset"=>10),lang(23)=>array("char"=>8000,"varchar"=>8000,"text"=>2147483647,"nchar"=>4000,"nvarchar"=>4000,"ntext"=>1073741823),lang(27)=>array("binary"=>8000,"varbinary"=>8000,"image"=>2147483647),)as$z=>$X){$vi+=$X;$_h[$z]=array_keys($X);}$Bi=array();$of=array("=","<",">","<=",">=","!=","LIKE","LIKE %%","IN","IS NULL","NOT LIKE","NOT IN","IS NOT NULL");$jd=array("len","lower","round","upper");$pd=array("avg","count","count distinct","max","min","sum");$mc=array(array("date|time"=>"getdate",),array("int|decimal|real|float|money|datetime"=>"+/-","char|text"=>"+",));}$ec['firebird']='Firebird (alpha)';if(isset(...
  779. Line 1292: connect($O="",$V="",$G="",$k=null,$Wf=null,$lh=null){global$b;mysqli_report(MYSQLI_REPORT_OFF);list($yd,$Wf)=explode(":",$O,2);$uh=$b->connectSsl();if($uh)$this->ssl_set($uh['key'],$uh['cert'],$uh['ca'],'','');$J=@$this->real_connect(($O!=""?$yd:ini_get("mysqli.default_host")),($O.$V!=""?$V:ini_get("mysqli.default_user")),($O.$V.$G!=""?$G:ini_get("mysqli.default_pw")),$k,(is_numeric($Wf)?$Wf:ini_get("mysqli.default_port")),(!is_numeric($Wf)?$Wf:$lh),($uh?64:0));return$J;}function
  780. Line 1302: quote($Q){return"'".mysql_real_escape_string($Q,$this->_link)."'";}function
  781. Line 1410: routine($D,$U){global$g,$wc,$Md,$vi;$Da=array("bool","boolean","integer","double precision","real","dec","numeric","fixed","national char","national varchar");$oh="(?:\\s|/\\*[\s\S]*?\\*/|(?:#|-- )[^\n]*\n?|--\r?\n)";$ui="((".implode("|",array_merge(array_keys($vi),$Da)).")\\b(?:\\s*\\(((?:[^'\")]|$wc)++)\\))?\\s*(zerofill\\s*)?(unsigned(?:\\s+zerofill)?)?)(?:\\s*(?:CHARSET|CHARACTER\\s+SET)\\s*['\"]?([^'\"\\s,]+)['\"]?)?";$Tf="$oh*(".($U=="FUNCTION"?"":$Md).")?\\s*(?:`((?:[^`]|``)*)`\\s*|\\b(\\S+)\\s+)$ui";$i=$g->result("SHOW CREATE $U ".idf_escape($D),2);preg_match("~\\(((?:$Tf\\s*,?)*)\\)\\s*".($U=="FUNCTION"?"RETURNS\\s+$ui\\s+":"")."(.*)~is",$i,$C);$q=array();preg_match_all("~$Tf\\s*,?~is",$C[1],$ze,PREG_SET_ORDER);foreach($ze
  782. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\config.rst (6 hits)
  783. Line 186: different from the default port, use ``127.0.0.1`` or the real hostname
  784. Line 312: .. _servers_auth_http_realm:
  785. Line 313: .. config:option:: $cfg['Servers'][$i]['auth_http_realm']
  786. Line 319: :term:`HTTP` Basic Auth Realm which will be displayed to the user. If not
  787. Line 1057: hexadecimal codes that represent BLOBs, but some users have real
  788. Line 1172: Whether a warning ("Are your really sure...") should be displayed when
  789. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\credits.rst (1 hit)
  790. Line 354: Sarna, www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun,
  791. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\doctrees\config.doctree (22 hits)
  792. Line 8:
  793. Line 17: main-panelqghUbookmarkqhhU browse-modeqihUvarious-display-settingqjhUtheme-settingsqkhU controluserqlhU languagesqmhU more-infoqnh Uexport-and-import-settingsqoh!U developerqph"Uservers-only-dbqqh#U tracking2qrh$Uservers-auth-http-realmqsh%Uconfigqth&U tracking5quh'U tracking4qvh(Umysql-documentation-pageqwh)Uservers-auth-swekey-configqxh*Ucfg-sqpqyh+U tracking3qzh,Udatabase-structureq{h-Usql-validator-settingsq|h.Ucookie-authentication-optionsq}h/Ucfg-bgcoloroneq~h0Usql-query-box-settingsqh1Umysql-settingsq€h2Udefault-queriesqh3U table-coordsq‚h4Usession-gc-maxlifetimeqƒh5Umysql-pconnectq„h6U
  794. Line 893: different from the default port, use ``127.0.0.1`` or the real hostname
  795. Line 897: different from the default port, use ``127.0.0.1`` or the real hostname
  796. Line 904:
  797. Line 905: in rO
  798. Line 1123: 
  799. Line 1124: 
  800. Line 1124: 
  801. Line 1124: 
  802. Line 1124: 
  803. Line 1124: 
  804. Line 1124: 
  805. Line 1126: :term:`HTTP` Basic Auth Realm which will be displayed to the user. If not
  806. Line 1131: rÔ
  807. Line 1133: "phpMyAdmin " and either rò
  808. Line 1998: hexadecimal codes that represent BLOBs, but some users have real
  809. Line 2002: hexadecimal codes that represent BLOBs, but some users have real
  810. Line 2005: hexadecimal codes that represent BLOBs, but some users have real
  811. Line 2114: [
  812. Line 2115: you're about to lose data.r[
  813. Line 3734: Þ
  814. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\doctrees\credits.doctree (2 hits)
  815. Line 1091: Sarna, www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun,
  816. Line 1100: Sarna, www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun,
  817. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\doctrees\environment.pickle (7 hits)
  818. Line 26: 
  819. Line 26: 
  820. Line 76:
  821. Line 76:
  822. Line 1092: +
  823. Line 1092: +
  824. Line 1092: +
  825. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\doctrees\faq.doctree (7 hits)
  826. Line 1833: Konqueror 2.2.2.r˜,
  827. Line 1834: till version 6.r¿,
  828. Line 1938: to get a real NULL value, so if you enter "NULL" this means you want a
  829. Line 1942: to get a real NULL value, so if you enter "NULL" this means you want a
  830. Line 2168: that the database name will have a real underscore.r$8
  831. Line 2172: that the database name will have a real underscore.r,8
  832. Line 2176: that the database name will have a real underscore.r/8
  833. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\doctrees\setup.doctree (10 hits)
  834. Line 452: Internet Explorer seems to be really buggy about cookies, at least till version
  835. Line 459: Internet Explorer seems to be really buggy about cookies, at least till version
  836. Line 462: Internet Explorer seems to be really buggy about cookies, at least till version
  837. Line 893: For example, to grant the user *real_user* with all privileges on
  838. Line 902: For example, to grant the user rC
  839. Line 902: For example, to grant the user rC
  840. Line 904: the database rT
  841. Line 904: the database rT
  842. Line 905: 
  843. Line 905: 
  844. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\faq.rst (3 hits)
  845. Line 1164: MS Internet Explorer seems to be really buggy about cookies, at least
  846. Line 1338: to get a real NULL value, so if you enter "NULL" this means you want a
  847. Line 1496: that the database name will have a real underscore.
  848. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\html\config.html (8 hits)
  849. Line 322: different from the default port, use <tt class="docutils literal"><span class="pre">127.0.0.1</span></tt> or the real hostname
  850. Line 533: <span class="target" id="servers-auth-http-realm"></span><dl class="option">
  851. Line 534: <dt id="cfg_Servers_auth_http_realm">
  852. Line 535: <tt class="descname">$cfg['Servers'][$i]['auth_http_realm']</tt><a class="headerlink" href="#cfg_Servers_auth_http_realm" title="Permalink to this definition">¶</a></dt>
  853. Line 535: <tt class="descname">$cfg['Servers'][$i]['auth_http_realm']</tt><a class="headerlink" href="#cfg_Servers_auth_http_realm" title="Permalink to this definition">¶</a></dt>
  854. Line 547: <a class="reference internal" href="glossary.html#term-http"><em class="xref std std-term">HTTP</em></a> Basic Auth Realm which will be displayed to the user. If not
  855. Line 1636: hexadecimal codes that represent BLOBs, but some users have real
  856. Line 1845: <p>Whether a warning (&#8220;Are your really sure...&#8221;) should be displayed when
  857. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\html\credits.html (1 hit)
  858. Line 350: Sarna, www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun,
  859. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\html\faq.html (3 hits)
  860. Line 918: <p>MS Internet Explorer seems to be really buggy about cookies, at least
  861. Line 1036: to get a real NULL value, so if you enter &#8220;NULL&#8221; this means you want a
  862. Line 1171: that the database name will have a real underscore.</p>
  863. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\html\genindex.html (8 hits)
  864. Line 607: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>$cfg[&#39;Servers&#39;][$i][&#39;auth_http_realm&#39;]</strong></a>
  865. Line 607: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>$cfg[&#39;Servers&#39;][$i][&#39;auth_http_realm&#39;]</strong></a>
  866. Line 1067: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>auth_http_realm</strong></a>
  867. Line 1067: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>auth_http_realm</strong></a>
  868. Line 1862: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>$cfg[&#39;Servers&#39;][$i][&#39;auth_http_realm&#39;]</strong></a>
  869. Line 1862: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>$cfg[&#39;Servers&#39;][$i][&#39;auth_http_realm&#39;]</strong></a>
  870. Line 3067: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>auth_http_realm</strong></a>
  871. Line 3067: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>auth_http_realm</strong></a>
  872. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\html\searchindex.js (8 hits)
  873. Line 1: Search.setIndex({objects:{"":{"$cfg['ExecTimeLimit']":[13,0,1,"cfg_ExecTimeLimit"],"$cfg['Servers'][$i]['SignonURL']":[13,0,1,"cfg_Servers_SignonURL"],"$cfg['UploadDir']":[13,0,1,"cfg_UploadDir"],"$cfg['Servers'][$i]['socket']":[13,0,1,"cfg_Servers_socket"],"$cfg['SkipLockedTables']":[13,0,1,"cfg_SkipLockedTables"],"$cfg['Servers'][$i]['AllowRoot']":[13,0,1,"cfg_Servers_AllowRoot"],"$cfg['Servers'][$i]['AllowDeny']['order']":[13,0,1,"cfg_Servers_AllowDeny_order"],"$cfg['GZipDump']":[13,0,1,"cfg_GZipDump"],"$cfg['SQLValidator']":[13,0,1,"cfg_SQLValidator"],"$cfg['ShowBrowseComments']":[13,0,1,"cfg_ShowBrowseComments"],"$cfg['CompressOnFly']":[13,0,1,"cfg_CompressOnFly"],"$cfg['NavigationTreePointerEnable']":[13,0,1,"cfg_NavigationTreePointerEnable"],"$cfg['Servers'][$i]['recent']":[13,0,1,"cfg_Servers_recent"],"$cfg['OBGzip']":[13,0,1,"cfg_OBGzip"],"$cfg['MaxRows']":[13,0,1,"cfg_MaxRows"],"$cfg['McryptDisableWarning']":[13,0,1,"cfg_McryptDisableWarning"],"$cfg['NavigationTreeDisplayItemFilterMin...
  874. Line 1: Search.setIndex({objects:{"":{"$cfg['ExecTimeLimit']":[13,0,1,"cfg_ExecTimeLimit"],"$cfg['Servers'][$i]['SignonURL']":[13,0,1,"cfg_Servers_SignonURL"],"$cfg['UploadDir']":[13,0,1,"cfg_UploadDir"],"$cfg['Servers'][$i]['socket']":[13,0,1,"cfg_Servers_socket"],"$cfg['SkipLockedTables']":[13,0,1,"cfg_SkipLockedTables"],"$cfg['Servers'][$i]['AllowRoot']":[13,0,1,"cfg_Servers_AllowRoot"],"$cfg['Servers'][$i]['AllowDeny']['order']":[13,0,1,"cfg_Servers_AllowDeny_order"],"$cfg['GZipDump']":[13,0,1,"cfg_GZipDump"],"$cfg['SQLValidator']":[13,0,1,"cfg_SQLValidator"],"$cfg['ShowBrowseComments']":[13,0,1,"cfg_ShowBrowseComments"],"$cfg['CompressOnFly']":[13,0,1,"cfg_CompressOnFly"],"$cfg['NavigationTreePointerEnable']":[13,0,1,"cfg_NavigationTreePointerEnable"],"$cfg['Servers'][$i]['recent']":[13,0,1,"cfg_Servers_recent"],"$cfg['OBGzip']":[13,0,1,"cfg_OBGzip"],"$cfg['MaxRows']":[13,0,1,"cfg_MaxRows"],"$cfg['McryptDisableWarning']":[13,0,1,"cfg_McryptDisableWarning"],"$cfg['NavigationTreeDisplayItemFilterMin...
  875. Line 1: Search.setIndex({objects:{"":{"$cfg['ExecTimeLimit']":[13,0,1,"cfg_ExecTimeLimit"],"$cfg['Servers'][$i]['SignonURL']":[13,0,1,"cfg_Servers_SignonURL"],"$cfg['UploadDir']":[13,0,1,"cfg_UploadDir"],"$cfg['Servers'][$i]['socket']":[13,0,1,"cfg_Servers_socket"],"$cfg['SkipLockedTables']":[13,0,1,"cfg_SkipLockedTables"],"$cfg['Servers'][$i]['AllowRoot']":[13,0,1,"cfg_Servers_AllowRoot"],"$cfg['Servers'][$i]['AllowDeny']['order']":[13,0,1,"cfg_Servers_AllowDeny_order"],"$cfg['GZipDump']":[13,0,1,"cfg_GZipDump"],"$cfg['SQLValidator']":[13,0,1,"cfg_SQLValidator"],"$cfg['ShowBrowseComments']":[13,0,1,"cfg_ShowBrowseComments"],"$cfg['CompressOnFly']":[13,0,1,"cfg_CompressOnFly"],"$cfg['NavigationTreePointerEnable']":[13,0,1,"cfg_NavigationTreePointerEnable"],"$cfg['Servers'][$i]['recent']":[13,0,1,"cfg_Servers_recent"],"$cfg['OBGzip']":[13,0,1,"cfg_OBGzip"],"$cfg['MaxRows']":[13,0,1,"cfg_MaxRows"],"$cfg['McryptDisableWarning']":[13,0,1,"cfg_McryptDisableWarning"],"$cfg['NavigationTreeDisplayItemFilterMin...
  876. Line 1: Search.setIndex({objects:{"":{"$cfg['ExecTimeLimit']":[13,0,1,"cfg_ExecTimeLimit"],"$cfg['Servers'][$i]['SignonURL']":[13,0,1,"cfg_Servers_SignonURL"],"$cfg['UploadDir']":[13,0,1,"cfg_UploadDir"],"$cfg['Servers'][$i]['socket']":[13,0,1,"cfg_Servers_socket"],"$cfg['SkipLockedTables']":[13,0,1,"cfg_SkipLockedTables"],"$cfg['Servers'][$i]['AllowRoot']":[13,0,1,"cfg_Servers_AllowRoot"],"$cfg['Servers'][$i]['AllowDeny']['order']":[13,0,1,"cfg_Servers_AllowDeny_order"],"$cfg['GZipDump']":[13,0,1,"cfg_GZipDump"],"$cfg['SQLValidator']":[13,0,1,"cfg_SQLValidator"],"$cfg['ShowBrowseComments']":[13,0,1,"cfg_ShowBrowseComments"],"$cfg['CompressOnFly']":[13,0,1,"cfg_CompressOnFly"],"$cfg['NavigationTreePointerEnable']":[13,0,1,"cfg_NavigationTreePointerEnable"],"$cfg['Servers'][$i]['recent']":[13,0,1,"cfg_Servers_recent"],"$cfg['OBGzip']":[13,0,1,"cfg_OBGzip"],"$cfg['MaxRows']":[13,0,1,"cfg_MaxRows"],"$cfg['McryptDisableWarning']":[13,0,1,"cfg_McryptDisableWarning"],"$cfg['NavigationTreeDisplayItemFilterMin...
  877. Line 1: Search.setIndex({objects:{"":{"$cfg['ExecTimeLimit']":[13,0,1,"cfg_ExecTimeLimit"],"$cfg['Servers'][$i]['SignonURL']":[13,0,1,"cfg_Servers_SignonURL"],"$cfg['UploadDir']":[13,0,1,"cfg_UploadDir"],"$cfg['Servers'][$i]['socket']":[13,0,1,"cfg_Servers_socket"],"$cfg['SkipLockedTables']":[13,0,1,"cfg_SkipLockedTables"],"$cfg['Servers'][$i]['AllowRoot']":[13,0,1,"cfg_Servers_AllowRoot"],"$cfg['Servers'][$i]['AllowDeny']['order']":[13,0,1,"cfg_Servers_AllowDeny_order"],"$cfg['GZipDump']":[13,0,1,"cfg_GZipDump"],"$cfg['SQLValidator']":[13,0,1,"cfg_SQLValidator"],"$cfg['ShowBrowseComments']":[13,0,1,"cfg_ShowBrowseComments"],"$cfg['CompressOnFly']":[13,0,1,"cfg_CompressOnFly"],"$cfg['NavigationTreePointerEnable']":[13,0,1,"cfg_NavigationTreePointerEnable"],"$cfg['Servers'][$i]['recent']":[13,0,1,"cfg_Servers_recent"],"$cfg['OBGzip']":[13,0,1,"cfg_OBGzip"],"$cfg['MaxRows']":[13,0,1,"cfg_MaxRows"],"$cfg['McryptDisableWarning']":[13,0,1,"cfg_McryptDisableWarning"],"$cfg['NavigationTreeDisplayItemFilterMin...
  878. Line 1: Search.setIndex({objects:{"":{"$cfg['ExecTimeLimit']":[13,0,1,"cfg_ExecTimeLimit"],"$cfg['Servers'][$i]['SignonURL']":[13,0,1,"cfg_Servers_SignonURL"],"$cfg['UploadDir']":[13,0,1,"cfg_UploadDir"],"$cfg['Servers'][$i]['socket']":[13,0,1,"cfg_Servers_socket"],"$cfg['SkipLockedTables']":[13,0,1,"cfg_SkipLockedTables"],"$cfg['Servers'][$i]['AllowRoot']":[13,0,1,"cfg_Servers_AllowRoot"],"$cfg['Servers'][$i]['AllowDeny']['order']":[13,0,1,"cfg_Servers_AllowDeny_order"],"$cfg['GZipDump']":[13,0,1,"cfg_GZipDump"],"$cfg['SQLValidator']":[13,0,1,"cfg_SQLValidator"],"$cfg['ShowBrowseComments']":[13,0,1,"cfg_ShowBrowseComments"],"$cfg['CompressOnFly']":[13,0,1,"cfg_CompressOnFly"],"$cfg['NavigationTreePointerEnable']":[13,0,1,"cfg_NavigationTreePointerEnable"],"$cfg['Servers'][$i]['recent']":[13,0,1,"cfg_Servers_recent"],"$cfg['OBGzip']":[13,0,1,"cfg_OBGzip"],"$cfg['MaxRows']":[13,0,1,"cfg_MaxRows"],"$cfg['McryptDisableWarning']":[13,0,1,"cfg_McryptDisableWarning"],"$cfg['NavigationTreeDisplayItemFilterMin...
  879. Line 1: Search.setIndex({objects:{"":{"$cfg['ExecTimeLimit']":[13,0,1,"cfg_ExecTimeLimit"],"$cfg['Servers'][$i]['SignonURL']":[13,0,1,"cfg_Servers_SignonURL"],"$cfg['UploadDir']":[13,0,1,"cfg_UploadDir"],"$cfg['Servers'][$i]['socket']":[13,0,1,"cfg_Servers_socket"],"$cfg['SkipLockedTables']":[13,0,1,"cfg_SkipLockedTables"],"$cfg['Servers'][$i]['AllowRoot']":[13,0,1,"cfg_Servers_AllowRoot"],"$cfg['Servers'][$i]['AllowDeny']['order']":[13,0,1,"cfg_Servers_AllowDeny_order"],"$cfg['GZipDump']":[13,0,1,"cfg_GZipDump"],"$cfg['SQLValidator']":[13,0,1,"cfg_SQLValidator"],"$cfg['ShowBrowseComments']":[13,0,1,"cfg_ShowBrowseComments"],"$cfg['CompressOnFly']":[13,0,1,"cfg_CompressOnFly"],"$cfg['NavigationTreePointerEnable']":[13,0,1,"cfg_NavigationTreePointerEnable"],"$cfg['Servers'][$i]['recent']":[13,0,1,"cfg_Servers_recent"],"$cfg['OBGzip']":[13,0,1,"cfg_OBGzip"],"$cfg['MaxRows']":[13,0,1,"cfg_MaxRows"],"$cfg['McryptDisableWarning']":[13,0,1,"cfg_McryptDisableWarning"],"$cfg['NavigationTreeDisplayItemFilterMin...
  880. Line 1: Search.setIndex({objects:{"":{"$cfg['ExecTimeLimit']":[13,0,1,"cfg_ExecTimeLimit"],"$cfg['Servers'][$i]['SignonURL']":[13,0,1,"cfg_Servers_SignonURL"],"$cfg['UploadDir']":[13,0,1,"cfg_UploadDir"],"$cfg['Servers'][$i]['socket']":[13,0,1,"cfg_Servers_socket"],"$cfg['SkipLockedTables']":[13,0,1,"cfg_SkipLockedTables"],"$cfg['Servers'][$i]['AllowRoot']":[13,0,1,"cfg_Servers_AllowRoot"],"$cfg['Servers'][$i]['AllowDeny']['order']":[13,0,1,"cfg_Servers_AllowDeny_order"],"$cfg['GZipDump']":[13,0,1,"cfg_GZipDump"],"$cfg['SQLValidator']":[13,0,1,"cfg_SQLValidator"],"$cfg['ShowBrowseComments']":[13,0,1,"cfg_ShowBrowseComments"],"$cfg['CompressOnFly']":[13,0,1,"cfg_CompressOnFly"],"$cfg['NavigationTreePointerEnable']":[13,0,1,"cfg_NavigationTreePointerEnable"],"$cfg['Servers'][$i]['recent']":[13,0,1,"cfg_Servers_recent"],"$cfg['OBGzip']":[13,0,1,"cfg_OBGzip"],"$cfg['MaxRows']":[13,0,1,"cfg_MaxRows"],"$cfg['McryptDisableWarning']":[13,0,1,"cfg_McryptDisableWarning"],"$cfg['NavigationTreeDisplayItemFilterMin...
  881. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\html\setup.html (4 hits)
  882. Line 239: Internet Explorer seems to be really buggy about cookies, at least till version
  883. Line 288: For example, to grant the user <em>real_user</em> with all privileges on
  884. Line 290: <div class="highlight-mysql"><div class="highlight"><pre><span class="k">GRANT</span> <span class="k">ALL</span> <span class="n">PRIVILEGES</span> <span class="k">ON</span> <span class="n">user_base</span><span class="p">.</span><span class="o">*</span> <span class="k">TO</span> <span class="s1">&#39;real_user&#39;</span><span class="o">@</span><span class="n">localhost</span> <span class="n">IDENTIFIED</span> <span class="k">BY</span> <span class="s1">&#39;real_password&#39;</span><span class="p">;</span>
  885. Line 290: <div class="highlight-mysql"><div class="highlight"><pre><span class="k">GRANT</span> <span class="k">ALL</span> <span class="n">PRIVILEGES</span> <span class="k">ON</span> <span class="n">user_base</span><span class="p">.</span><span class="o">*</span> <span class="k">TO</span> <span class="s1">&#39;real_user&#39;</span><span class="o">@</span><span class="n">localhost</span> <span class="n">IDENTIFIED</span> <span class="k">BY</span> <span class="s1">&#39;real_password&#39;</span><span class="p">;</span>
  886. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\html\_sources\config.txt (6 hits)
  887. Line 186: different from the default port, use ``127.0.0.1`` or the real hostname
  888. Line 312: .. _servers_auth_http_realm:
  889. Line 313: .. config:option:: $cfg['Servers'][$i]['auth_http_realm']
  890. Line 319: :term:`HTTP` Basic Auth Realm which will be displayed to the user. If not
  891. Line 1057: hexadecimal codes that represent BLOBs, but some users have real
  892. Line 1172: Whether a warning ("Are your really sure...") should be displayed when
  893. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\html\_sources\credits.txt (1 hit)
  894. Line 354: Sarna, www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun,
  895. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\html\_sources\faq.txt (3 hits)
  896. Line 1164: MS Internet Explorer seems to be really buggy about cookies, at least
  897. Line 1338: to get a real NULL value, so if you enter "NULL" this means you want a
  898. Line 1496: that the database name will have a real underscore.
  899. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\html\_sources\setup.txt (4 hits)
  900. Line 235: Internet Explorer seems to be really buggy about cookies, at least till version
  901. Line 297: For example, to grant the user *real_user* with all privileges on
  902. Line 302: GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password';
  903. Line 302: GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password';
  904. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\doc\setup.rst (4 hits)
  905. Line 235: Internet Explorer seems to be really buggy about cookies, at least till version
  906. Line 297: For example, to grant the user *real_user* with all privileges on
  907. Line 302: GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password';
  908. Line 302: GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password';
  909. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\examples\openid.php (3 hits)
  910. Line 71: // Determine realm and return_to
  911. Line 78: $realm = $base . '/';
  912. Line 109: $o = new OpenID_RelyingParty($returnTo, $realm, $identifier);
  913. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\export.php (1 hit)
  914. Line 608: // Fake loop just to allow skip of remain of this code by break, I'd really
  915. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\import.php (1 hit)
  916. Line 506: // Do the real import
  917. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\index.php (1 hit)
  918. Line 397: __('Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user \'root\'.'),
  919. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\canvg\canvg.js (1 hit)
  920. Line 1072: // TODO: floating points, convert to real lexer based on http://www.w3.org/TR/SVG11/paths.html#PathDataBNF
  921. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\codemirror\lib\codemirror.js (6 hits)
  922. Line 850: var realHeight = doc.height * textHeight() + 2 * paddingTop();
  923. Line 851: return realHeight * .99 > scroller.offsetHeight ? realHeight : false;
  924. Line 851: return realHeight * .99 > scroller.offsetHeight ? realHeight : false;
  925. Line 2256: var form = textarea.form, realSubmit = form.submit;
  926. Line 2259: form.submit = realSubmit;
  927. Line 2278: textarea.form.submit = realSubmit;
  928. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\codemirror\mode\mysql\mysql.js (1 hit)
  929. Line 30: ('MEDIUMBLOB'),('MIDDLEINT'),('MOD'),('NOT'),('NUMERIC'),('OPTION'),('ORDER'),('OUTFILE'),('PROCEDURE'),('READ'),('REAL'),('RELEASE'),('REPLACE'),('RETURN'),('RLIKE'),('SECOND_MICROSECOND'),
  930. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\db_structure.js (8 hits)
  931. Line 30: $('#real_end_input').die('click');
  932. Line 201: + $.sprintf(PMA_messages.strDoYouReally, 'TRUNCATE ' + escapeHtml(curr_table_name));
  933. Line 258: + $.sprintf(PMA_messages.strDoYouReally, 'DROP TABLE ' + escapeHtml(curr_table_name));
  934. Line 261: $.sprintf(PMA_messages.strDoYouReally, 'DROP VIEW ' + escapeHtml(curr_table_name));
  935. Line 367: //Calculate Real End for InnoDB
  936. Line 369: * Ajax Event handler for calculatig the real end for a InnoDB table
  937. Line 372: $('#real_end_input').live('click', function(event) {
  938. Line 384: }); //end Calculate Real End for InnoDB
  939. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\functions.js (9 hits)
  940. Line 38: * @var chart_activeTimeouts object active timeouts that refresh the charts. When disabling a realtime chart, this can be used to stop the continuous ajax requests
  941. Line 272: if (PMA_messages['strDoYouReally'] == '' || typeof(window.opera) != 'undefined') {
  942. Line 276: var is_confirmed = confirm($.sprintf(PMA_messages['strDoYouReally'], theSqlQuery));
  943. Line 311: if (PMA_messages['strDoYouReally'] == '') {
  944. Line 345: var is_confirmed = confirm($.sprintf(PMA_messages['strDoYouReally'], message));
  945. Line 1911: if (PMA_messages['strDoYouReally'] == '') {
  946. Line 2295: PMA_messages.strDoYouReally,
  947. Line 3370: PMA_messages.strDoYouReally,
  948. Line 3403: PMA_messages.strDoYouReally,
  949. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\jqplot\excanvas.js (1 hit)
  950. Line 152: // text nodes but who really cares about the fallback content.
  951. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\jqplot\jquery.jqplot.js (2 hits)
  952. Line 2730: // Now go back and apply the options to the series. Really should just do this during initializaiton, but don't want to
  953. Line 10888: // parameters may be null, undefined, empty-string or real valued
  954. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\jqplot\plugins\jqplot.barRenderer.js (1 hit)
  955. Line 125: // really should probably do this
  956. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\jquery\jquery.event.drag-2.2.js (1 hit)
  957. Line 56: // count another realted event
  958. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\jquery\src\jquery\data.js (1 hit)
  959. Line 297: // We tried really hard, but the data doesn't exist.
  960. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\jquery\src\jquery\intro.js (1 hit)
  961. Line 20: // This accentuates the need for a real window in the environment
  962. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\jquery\src\jquery\offset.js (1 hit)
  963. Line 105: // Get *real* offsetParent
  964. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\jquery\src\jquery-ui\jquery.ui.spinner.js (1 hit)
  965. Line 183: // TODO: do we really want to consider this a stop?
  966. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\messages.php (2 hits)
  967. Line 30: $js_messages['strDoYouReally'] = __('Do you really want to execute "%s"?');
  968. Line 30: $js_messages['strDoYouReally'] = __('Do you really want to execute "%s"?');
  969. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\navigation.js (1 hit)
  970. Line 351: } else { // this is a real navigation item
  971. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\openlayers\OpenLayers.js (7 hits)
  972. Line 192: OpenLayers.Util.lastSeqID+=1;return prefix+OpenLayers.Util.lastSeqID;};OpenLayers.INCHES_PER_UNIT={'inches':1.0,'ft':12.0,'mi':63360.0,'m':39.3701,'km':39370.1,'dd':4374754,'yd':36};OpenLayers.INCHES_PER_UNIT["in"]=OpenLayers.INCHES_PER_UNIT.inches;OpenLayers.INCHES_PER_UNIT["degrees"]=OpenLayers.INCHES_PER_UNIT.dd;OpenLayers.INCHES_PER_UNIT["nmi"]=1852*OpenLayers.INCHES_PER_UNIT.m;OpenLayers.METERS_PER_INCH=0.02540005080010160020;OpenLayers.Util.extend(OpenLayers.INCHES_PER_UNIT,{"Inch":OpenLayers.INCHES_PER_UNIT.inches,"Meter":1.0/OpenLayers.METERS_PER_INCH,"Foot":0.30480060960121920243/OpenLayers.METERS_PER_INCH,"IFoot":0.30480000000000000000/OpenLayers.METERS_PER_INCH,"ClarkeFoot":0.3047972651151/OpenLayers.METERS_PER_INCH,"SearsFoot":0.30479947153867624624/OpenLayers.METERS_PER_INCH,"GoldCoastFoot":0.30479971018150881758/OpenLayers.METERS_PER_INCH,"IInch":0.02540000000000000000/OpenLayers.METERS_PER_INCH,"MicroInch":0.00002540000000000000/OpenLayers.METERS_PER_INCH,"Mil":0.00000002540000...
  973. Line 276: this.contentDiv.innerHTML+"</div>";var containerElement=(this.map)?this.map.layerContainerDiv:document.body;var realSize=OpenLayers.Util.getRenderedDimensions(preparedHTML,null,{displayClass:this.displayClass,containerElement:containerElement});var safeSize=this.getSafeContentSize(realSize);var newSize=null;if(safeSize.equals(realSize)){newSize=realSize;}else{var fixedSize=new OpenLayers.Size();fixedSize.w=(safeSize.w<realSize.w)?safeSize.w:null;fixedSize.h=(safeSize.h<realSize.h)?safeSize.h:null;if(fixedSize.w&&fixedSize.h){newSize=safeSize;}else{var clippedSize=OpenLayers.Util.getRenderedDimensions(preparedHTML,fixedSize,{displayClass:this.contentDisplayClass,containerElement:containerElement});var currentOverflow=OpenLayers.Element.getStyle(this.contentDiv,"overflow");if((currentOverflow!="hidden")&&(clippedSize.equals(safeSize))){var scrollBar=OpenLayers.Util.getScrollbarWidth();if(fixedSize.w){clippedSize.h+=scrollBar;}else{clippedSize.w+=scrollBar;}}
  974. Line 276: this.contentDiv.innerHTML+"</div>";var containerElement=(this.map)?this.map.layerContainerDiv:document.body;var realSize=OpenLayers.Util.getRenderedDimensions(preparedHTML,null,{displayClass:this.displayClass,containerElement:containerElement});var safeSize=this.getSafeContentSize(realSize);var newSize=null;if(safeSize.equals(realSize)){newSize=realSize;}else{var fixedSize=new OpenLayers.Size();fixedSize.w=(safeSize.w<realSize.w)?safeSize.w:null;fixedSize.h=(safeSize.h<realSize.h)?safeSize.h:null;if(fixedSize.w&&fixedSize.h){newSize=safeSize;}else{var clippedSize=OpenLayers.Util.getRenderedDimensions(preparedHTML,fixedSize,{displayClass:this.contentDisplayClass,containerElement:containerElement});var currentOverflow=OpenLayers.Element.getStyle(this.contentDiv,"overflow");if((currentOverflow!="hidden")&&(clippedSize.equals(safeSize))){var scrollBar=OpenLayers.Util.getScrollbarWidth();if(fixedSize.w){clippedSize.h+=scrollBar;}else{clippedSize.w+=scrollBar;}}
  975. Line 276: this.contentDiv.innerHTML+"</div>";var containerElement=(this.map)?this.map.layerContainerDiv:document.body;var realSize=OpenLayers.Util.getRenderedDimensions(preparedHTML,null,{displayClass:this.displayClass,containerElement:containerElement});var safeSize=this.getSafeContentSize(realSize);var newSize=null;if(safeSize.equals(realSize)){newSize=realSize;}else{var fixedSize=new OpenLayers.Size();fixedSize.w=(safeSize.w<realSize.w)?safeSize.w:null;fixedSize.h=(safeSize.h<realSize.h)?safeSize.h:null;if(fixedSize.w&&fixedSize.h){newSize=safeSize;}else{var clippedSize=OpenLayers.Util.getRenderedDimensions(preparedHTML,fixedSize,{displayClass:this.contentDisplayClass,containerElement:containerElement});var currentOverflow=OpenLayers.Element.getStyle(this.contentDiv,"overflow");if((currentOverflow!="hidden")&&(clippedSize.equals(safeSize))){var scrollBar=OpenLayers.Util.getScrollbarWidth();if(fixedSize.w){clippedSize.h+=scrollBar;}else{clippedSize.w+=scrollBar;}}
  976. Line 276: this.contentDiv.innerHTML+"</div>";var containerElement=(this.map)?this.map.layerContainerDiv:document.body;var realSize=OpenLayers.Util.getRenderedDimensions(preparedHTML,null,{displayClass:this.displayClass,containerElement:containerElement});var safeSize=this.getSafeContentSize(realSize);var newSize=null;if(safeSize.equals(realSize)){newSize=realSize;}else{var fixedSize=new OpenLayers.Size();fixedSize.w=(safeSize.w<realSize.w)?safeSize.w:null;fixedSize.h=(safeSize.h<realSize.h)?safeSize.h:null;if(fixedSize.w&&fixedSize.h){newSize=safeSize;}else{var clippedSize=OpenLayers.Util.getRenderedDimensions(preparedHTML,fixedSize,{displayClass:this.contentDisplayClass,containerElement:containerElement});var currentOverflow=OpenLayers.Element.getStyle(this.contentDiv,"overflow");if((currentOverflow!="hidden")&&(clippedSize.equals(safeSize))){var scrollBar=OpenLayers.Util.getScrollbarWidth();if(fixedSize.w){clippedSize.h+=scrollBar;}else{clippedSize.w+=scrollBar;}}
  977. Line 276: this.contentDiv.innerHTML+"</div>";var containerElement=(this.map)?this.map.layerContainerDiv:document.body;var realSize=OpenLayers.Util.getRenderedDimensions(preparedHTML,null,{displayClass:this.displayClass,containerElement:containerElement});var safeSize=this.getSafeContentSize(realSize);var newSize=null;if(safeSize.equals(realSize)){newSize=realSize;}else{var fixedSize=new OpenLayers.Size();fixedSize.w=(safeSize.w<realSize.w)?safeSize.w:null;fixedSize.h=(safeSize.h<realSize.h)?safeSize.h:null;if(fixedSize.w&&fixedSize.h){newSize=safeSize;}else{var clippedSize=OpenLayers.Util.getRenderedDimensions(preparedHTML,fixedSize,{displayClass:this.contentDisplayClass,containerElement:containerElement});var currentOverflow=OpenLayers.Element.getStyle(this.contentDiv,"overflow");if((currentOverflow!="hidden")&&(clippedSize.equals(safeSize))){var scrollBar=OpenLayers.Util.getScrollbarWidth();if(fixedSize.w){clippedSize.h+=scrollBar;}else{clippedSize.w+=scrollBar;}}
  978. Line 276: this.contentDiv.innerHTML+"</div>";var containerElement=(this.map)?this.map.layerContainerDiv:document.body;var realSize=OpenLayers.Util.getRenderedDimensions(preparedHTML,null,{displayClass:this.displayClass,containerElement:containerElement});var safeSize=this.getSafeContentSize(realSize);var newSize=null;if(safeSize.equals(realSize)){newSize=realSize;}else{var fixedSize=new OpenLayers.Size();fixedSize.w=(safeSize.w<realSize.w)?safeSize.w:null;fixedSize.h=(safeSize.h<realSize.h)?safeSize.h:null;if(fixedSize.w&&fixedSize.h){newSize=safeSize;}else{var clippedSize=OpenLayers.Util.getRenderedDimensions(preparedHTML,fixedSize,{displayClass:this.contentDisplayClass,containerElement:containerElement});var currentOverflow=OpenLayers.Element.getStyle(this.contentDiv,"overflow");if((currentOverflow!="hidden")&&(clippedSize.equals(safeSize))){var scrollBar=OpenLayers.Util.getScrollbarWidth();if(fixedSize.w){clippedSize.h+=scrollBar;}else{clippedSize.w+=scrollBar;}}
  979. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\rte.js (1 hit)
  980. Line 601: case 'REAL':
  981. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\server_databases.js (1 hit)
  982. Line 58: + $.sprintf(PMA_messages.strDoYouReally, selected_dbs.join('<br />'));
  983. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\server_privileges.js (1 hit)
  984. Line 573: var is_confirmed = confirm(PMA_messages['strDropDatabaseStrongWarning'] + '\n' + $.sprintf(PMA_messages['strDoYouReally'], 'DROP DATABASE'));
  985. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\sql.js (1 hit)
  986. Line 106: var question = $.sprintf(PMA_messages['strDoYouReally'], $(this).closest('td').find('div').text());
  987. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\tbl_change.js (1 hit)
  988. Line 466: // IMO it's not really important to handle the tabindex for
  989. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\js\tbl_structure.js (2 hits)
  990. Line 154: var question = $.sprintf(PMA_messages['strDoYouReally'], 'ALTER TABLE `' + escapeHtml(curr_table_name) + '` DROP `' + escapeHtml(curr_column_name) + '`;');
  991. Line 206: var question = $.sprintf(PMA_messages['strDoYouReally'], 'ALTER TABLE `' + escapeHtml(curr_table_name) + '` ADD PRIMARY KEY(`' + escapeHtml(curr_column_name) + '`);');
  992. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\check_user_privileges.lib.php (1 hit)
  993. Line 26: * @todo fix to get really all privileges, not only explicitly defined for this user
  994. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\common.inc.php (1 hit)
  995. Line 295: * We really need this one!
  996. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\config\FormDisplay.class.php (1 hit)
  997. Line 735: // read real config for user preferences display
  998. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\config\messages.inc.php (5 hits)
  999. Line 46: $strConfigConfirm_desc = __('Whether a warning (&quot;Are your really sure…&quot;) should be displayed when you\'re about to lose data');
  1000. Line 374: $strConfigServers_auth_http_realm_desc = __('HTTP Basic Auth Realm name to display when doing HTTP Auth');
  1001. Line 374: $strConfigServers_auth_http_realm_desc = __('HTTP Basic Auth Realm name to display when doing HTTP Auth');
  1002. Line 375: $strConfigServers_auth_http_realm_name = __('HTTP Realm');
  1003. Line 375: $strConfigServers_auth_http_realm_name = __('HTTP Realm');
  1004. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\config\setup.forms.php (1 hit)
  1005. Line 49: 'auth_http_realm',
  1006. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\config\validate.lib.php (1 hit)
  1007. Line 438: // now let's check whether we really have an IP address
  1008. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\Config.class.php (4 hits)
  1009. Line 921: // settings below start really working on next page load, but
  1010. Line 1473: min(PMA_getRealSize($filesize), PMA_getRealSize($postsize))
  1011. Line 1473: min(PMA_getRealSize($filesize), PMA_getRealSize($postsize))
  1012. Line 1476: $this->set('max_upload_size', PMA_getRealSize($filesize));
  1013. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\config.default.php (3 hits)
  1014. Line 204: * HTTP Basic Auth Realm name to display (only used with 'HTTP' auth_type)
  1015. Line 206: * @global string $cfg['Servers'][$i]['auth_http_realm']
  1016. Line 208: $cfg['Servers'][$i]['auth_http_realm'] = '';
  1017. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\core.lib.php (2 hits)
  1018. Line 350: function PMA_getRealSize($size = 0)
  1019. Line 373: } // end function PMA_getRealSize()
  1020. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\database_interface.lib.php (2 hits)
  1021. Line 198: $result = PMA_DBI_real_query($query, $link, $options);
  1022. Line 234: return PMA_DBI_real_multi_query($link, $multi_query);
  1023. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\dbi\drizzle.dbi.lib.php (10 hits)
  1024. Line 45: function PMA_DBI_real_connect($drizzle, $host, $port, $uds, $user, $password,
  1025. Line 112: $link = @PMA_DBI_real_connect(
  1026. Line 120: $link = @PMA_DBI_real_connect(
  1027. Line 126: $link = @PMA_DBI_real_connect(
  1028. Line 189: function PMA_DBI_real_query($query, $link, $options)
  1029. Line 463: /*$typeAr[DRIZZLE_COLUMN_TYPE_DECIMAL] = 'real';
  1030. Line 464: $typeAr[DRIZZLE_COLUMN_TYPE_NEWDECIMAL] = 'real';
  1031. Line 469: $typeAr[DRIZZLE_COLUMN_TYPE_FLOAT] = 'real';
  1032. Line 470: $typeAr[DRIZZLE_COLUMN_TYPE_DOUBLE] = 'real';
  1033. Line 495: $typeAr[DRIZZLE_COLUMN_TYPE_DRIZZLE_DOUBLE] = 'real';
  1034. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\dbi\dummy.lib.php (2 hits)
  1035. Line 302: function PMA_DBI_real_multi_query($link, $query)
  1036. Line 349: function PMA_DBI_real_query($query, $link = null, $options = 0)
  1037. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\dbi\mysql.dbi.lib.php (7 hits)
  1038. Line 41: function PMA_DBI_real_connect($server, $user, $password, $client_flags,
  1039. Line 72: function PMA_DBI_real_multi_query($link, $query)
  1040. Line 133: $link = PMA_DBI_real_connect(
  1041. Line 140: $link = PMA_DBI_real_connect(
  1042. Line 147: $link = PMA_DBI_real_connect($server_socket, $user, $password, null);
  1043. Line 149: $link = PMA_DBI_real_connect(
  1044. Line 212: function PMA_DBI_real_query($query, $link, $options)
  1045. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\dbi\mysqli.dbi.lib.php (12 hits)
  1046. Line 73: function PMA_DBI_real_connect(
  1047. Line 86: return @mysqli_real_connect(
  1048. Line 96: return @mysqli_real_connect(
  1049. Line 165: $return_value = @PMA_DBI_real_connect(
  1050. Line 180: $return_value = @PMA_DBI_real_connect(
  1051. Line 192: $return_value = @PMA_DBI_real_connect(
  1052. Line 257: function PMA_DBI_real_query($query, $link, $options)
  1053. Line 278: function PMA_DBI_real_multi_query($link, $query)
  1054. Line 563: $typeAr[MYSQLI_TYPE_DECIMAL] = 'real';
  1055. Line 564: $typeAr[MYSQLI_TYPE_NEWDECIMAL] = 'real';
  1056. Line 569: $typeAr[MYSQLI_TYPE_FLOAT] = 'real';
  1057. Line 570: $typeAr[MYSQLI_TYPE_DOUBLE] = 'real';
  1058. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\DBQbe.class.php (8 hits)
  1059. Line 109: private $_realwidth;
  1060. Line 146: * Current criteria AND/OR column realtions
  1061. Line 302: $this->_realwidth = $this->_form_column_width . 'ex';
  1062. Line 342: $html_output .= '<select style="width: ' . $this->_realwidth
  1063. Line 525: . ' style="width: ' . $this->_realwidth . '"'
  1064. Line 556: . ' style="width: ' . $this->_realwidth . '"'
  1065. Line 792: . ' style="width: ' . $this->_realwidth . '" size="20" />';
  1066. Line 812: . ' style="width: ' . $this->_realwidth . '" size="20" />';
  1067. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\db_table_exists.lib.php (1 hit)
  1068. Line 80: * @todo should this check really
  1069. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\DisplayResults.class.php (12 hits)
  1070. Line 565: * @param string $input_for_real_end optional hidden field for special treatment
  1071. Line 577: $input_for_real_end = '', $onclick = ''
  1072. Line 608: . $input_for_real_end
  1073. Line 891: $input_for_real_end = '<input id="real_end_input" type="hidden" '
  1074. Line 891: $input_for_real_end = '<input id="real_end_input" type="hidden" '
  1075. Line 892: . 'name="find_real_end" value="1" />';
  1076. Line 896: $input_for_real_end = $onclick = '';
  1077. Line 915: $html_sql_query, $onsubmit, $input_for_real_end, $onclick
  1078. Line 2911: // TEXT fields type so we have to ensure it's really a BLOB
  1079. Line 3936: // user asked to see the real contents of BINARY
  1080. Line 4589: // table does not always contain a real table name,
  1081. Line 5625: // always apply a transformation on the real data,
  1082. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\engines\ndbcluster.lib.php (1 hit)
  1083. Line 24: * Returns array with variable names realted to NDBCLUSTER storage engine
  1084. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\Error.class.php (4 hits)
  1085. Line 311: 'mysqli_real_connect',
  1086. Line 313: 'PMA_DBI_real_connect',
  1087. Line 381: $dest = realpath($dest);
  1088. Line 391: realpath(dirname(__FILE__) . $path_separator . '..')
  1089. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\File.class.php (1 hit)
  1090. Line 480: realpath($GLOBALS['cfg']['TempDir']),
  1091. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\import.lib.php (1 hit)
  1092. Line 1010: /* TODO: Do more checking here to make sure they really are matched */
  1093. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\insert_edit.lib.php (20 hits)
  1094. Line 262: // if there is a default value (the real default value will be set
  1095. Line 484: * @param array $real_null_value is column value null or not null
  1096. Line 494: function PMA_getNullColumn($column, $column_name_appendix, $real_null_value,
  1097. Line 504: if ($real_null_value && !$column['first_timestamp']) {
  1098. Line 512: if ($real_null_value) {
  1099. Line 1214: 'longblob' => '4294967296' // yeah, really
  1100. Line 1597: * @param boolean $real_null_value whether column value null or not null
  1101. Line 1601: * @return array $real_null_value, $data, $special_chars, $backup_field,
  1102. Line 1606: $real_null_value, $gis_data_types, $column_name_appendix
  1103. Line 1611: $real_null_value = true;
  1104. Line 1674: $real_null_value,
  1105. Line 1686: * @param boolean $real_null_value whether column value null or not null
  1106. Line 1688: * @return array $real_null_value, $data, $special_chars,
  1107. Line 1692: $column, $real_null_value
  1108. Line 1696: $real_null_value = true;
  1109. Line 1719: $real_null_value, $data, $special_chars,
  1110. Line 1922: // The next line contains a real assignment, it's not a typo
  1111. Line 2351: $sql_for_real_value = 'SELECT '. PMA_Util::backquote($table) . '.'
  1112. Line 2357: if (PMA_DBI_fetch_value($sql_for_real_value) !== false) {
  1113. Line 2358: $extra_data['truncatableFieldValue'] = PMA_DBI_fetch_value($sql_for_real_value);
  1114. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\mult_submits.inc.php (1 hit)
  1115. Line 322: echo __('Do you really want to execute the following query?');
  1116. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\navigation\NavigationTree.class.php (34 hits)
  1117. Line 273: $container->real_name,
  1118. Line 278: switch ($container->real_name) {
  1119. Line 313: if ($type2 == $container->real_name) {
  1120. Line 343: $container->real_name,
  1121. Line 347: switch ($container->real_name) {
  1122. Line 371: if ($type3 == $container->real_name) {
  1123. Line 424: if ($type3 == $node->real_name) {
  1124. Line 431: if ($type3 == $node->real_name) {
  1125. Line 434: $retval[$node->real_name] = $node;
  1126. Line 486: if ($type == $node->real_name) {
  1127. Line 493: if ($type == $node->real_name) {
  1128. Line 496: $retval[$node->real_name] = $node;
  1129. Line 617: $new_child->real_name = $child->real_name;
  1130. Line 617: $new_child->real_name = $child->real_name;
  1131. Line 700: $results = $node->realParent()->getPresence(
  1132. Line 701: $node->real_name,
  1133. Line 783: || $node->realParent() === false
  1134. Line 808: $parentName = $parents[0]->real_name;
  1135. Line 903: && (in_array($parent[0]->real_name, $haveAjax)
  1136. Line 904: || ($parent[0]->real_name == 'views'
  1137. Line 924: $args[] = urlencode($parent->real_name);
  1138. Line 936: $args[] = urlencode($parent->real_name);
  1139. Line 945: $retval .= htmlspecialchars($node->real_name);
  1140. Line 1048: && ( $node->real_name == 'tables'
  1141. Line 1049: || $node->real_name == 'views'
  1142. Line 1050: || $node->real_name == 'functions'
  1143. Line 1051: || $node->real_name == 'procedures'
  1144. Line 1052: || $node->real_name == 'events')
  1145. Line 1054: && method_exists($node->realParent(),'getPresence')
  1146. Line 1055: && $node->realParent()->getPresence($node->real_name) >= (int)$GLOBALS['cfg']['NavigationTreeDisplayItemFilterMinimum']
  1147. Line 1055: && $node->realParent()->getPresence($node->real_name) >= (int)$GLOBALS['cfg']['NavigationTreeDisplayItemFilterMinimum']
  1148. Line 1062: 'pos2_name' => $node->real_name,
  1149. Line 1117: $num = $node->realParent()->getPresence(
  1150. Line 1118: $node->real_name,
  1151. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\navigation\Nodes\Node.class.php (10 hits)
  1152. Line 39: public $real_name = "";
  1153. Line 129: $this->real_name = $name;
  1154. Line 154: * @param bool $real_name Whether to use the "real_name"
  1155. Line 154: * @param bool $real_name Whether to use the "real_name"
  1156. Line 160: public function getChild($name, $real_name = false)
  1157. Line 162: if ($real_name) {
  1158. Line 164: if ($child->real_name == $name) {
  1159. Line 233: public function realParent()
  1160. Line 326: $aPath[] = base64_encode($parent->real_name);
  1161. Line 327: $aPath_clean[] = $parent->real_name;
  1162. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\navigation\Nodes\Node_Column_Container.class.php (1 hit)
  1163. Line 36: $this->real_name = 'columns';
  1164. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\navigation\Nodes\Node_Database.class.php (2 hits)
  1165. Line 57: $db = $this->real_name;
  1166. Line 233: $db = $this->real_name;
  1167. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\navigation\Nodes\Node_Event_Container.class.php (1 hit)
  1168. Line 34: $this->real_name = 'events';
  1169. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\navigation\Nodes\Node_Function_Container.class.php (1 hit)
  1170. Line 34: $this->real_name = 'functions';
  1171. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\navigation\Nodes\Node_Index_Container.class.php (1 hit)
  1172. Line 36: $this->real_name = 'indexes';
  1173. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\navigation\Nodes\Node_Procedure_Container.class.php (1 hit)
  1174. Line 34: $this->real_name = 'procedures';
  1175. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\navigation\Nodes\Node_Table.class.php (6 hits)
  1176. Line 76: $db = $this->realParent()->real_name;
  1177. Line 76: $db = $this->realParent()->real_name;
  1178. Line 77: $table = $this->real_name;
  1179. Line 138: $db = $this->realParent()->real_name;
  1180. Line 138: $db = $this->realParent()->real_name;
  1181. Line 139: $table = $this->real_name;
  1182. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\navigation\Nodes\Node_Table_Container.class.php (1 hit)
  1183. Line 38: $this->real_name = 'tables';
  1184. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\navigation\Nodes\Node_Trigger_Container.class.php (1 hit)
  1185. Line 34: $this->real_name = 'triggers';
  1186. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\navigation\Nodes\Node_View_Container.class.php (1 hit)
  1187. Line 35: $this->real_name = 'views';
  1188. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\operations.lib.php (1 hit)
  1189. Line 435: // the real views are created after the tables
  1190. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\parse_analyze.lib.php (1 hit)
  1191. Line 30: // check for a real SELECT ... FROM
  1192. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\plugins\auth\AuthenticationConfig.class.php (1 hit)
  1193. Line 117: // rejected the connection, which is not really what happened)
  1194. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\plugins\auth\AuthenticationHttp.class.php (8 hits)
  1195. Line 43: if (empty($GLOBALS['cfg']['Server']['auth_http_realm'])) {
  1196. Line 49: $realm_message = 'phpMyAdmin ' . $server_message;
  1197. Line 51: $realm_message = $GLOBALS['cfg']['Server']['auth_http_realm'];
  1198. Line 51: $realm_message = $GLOBALS['cfg']['Server']['auth_http_realm'];
  1199. Line 54: $realm_message = preg_replace('/[^\x20-\x7e]/i', '', $realm_message);
  1200. Line 54: $realm_message = preg_replace('/[^\x20-\x7e]/i', '', $realm_message);
  1201. Line 55: header('WWW-Authenticate: Basic realm="' . $realm_message . '"');
  1202. Line 55: header('WWW-Authenticate: Basic realm="' . $realm_message . '"');
  1203. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\plugins\export\ExportOds.class.php (1 hit)
  1204. Line 307: && ! $fields_meta[$j]->blob) || $fields_meta[$j]->type == 'real'
  1205. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\plugins\export\ExportSql.class.php (2 hits)
  1206. Line 1191: // If we really found a constraint
  1207. Line 1763: // - a TEXT field returns type blob but a real blob
  1208. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\plugins\export\PMA_ExportPdf.class.php (1 hit)
  1209. Line 296: // save the real title's width
  1210. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\plugins\import\ImportMediawiki.class.php (1 hit)
  1211. Line 462: // If we're not inside a tag, then this is part of a real separator,
  1212. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\plugins\import\ImportShp.class.php (2 hits)
  1213. Line 122: realpath($GLOBALS['cfg']['TempDir']),
  1214. Line 126: $dbf_file_path = realpath($GLOBALS['cfg']['TempDir'])
  1215. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\plugins\transformations\abstract\ExternalTransformationsPlugin.class.php (1 hit)
  1216. Line 89: // script that will publish only functions you really want.
  1217. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\rte\rte_events.lib.php (1 hit)
  1218. Line 128: // OMG, this is really bad! We dropped the query,
  1219. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\rte\rte_routines.lib.php (1 hit)
  1220. Line 315: // OMG, this is really bad! We dropped the query,
  1221. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\rte\rte_triggers.lib.php (1 hit)
  1222. Line 100: // OMG, this is really bad! We dropped the query,
  1223. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\schema\Dia_Relation_Schema.class.php (19 hits)
  1224. Line 97: <dia:real val="' . $topMargin . '"/>
  1225. Line 100: <dia:real val="' . $bottomMargin . '"/>
  1226. Line 103: <dia:real val="' . $leftMargin . '"/>
  1227. Line 106: <dia:real val="' . $rightMargin . '"/>
  1228. Line 112: <dia:real val="1"/>
  1229. Line 122: <dia:real val="1"/>
  1230. Line 125: <dia:real val="1"/>
  1231. Line 366: <dia:real val="5.9199999999999999"/>
  1232. Line 369: <dia:real val="3.5"/>
  1233. Line 381: <dia:real val="0.10000000000000001"/>
  1234. Line 411: <dia:real val="0.80000000000000004"/>
  1235. Line 414: <dia:real val="0.69999999999999996"/>
  1236. Line 417: <dia:real val="0.69999999999999996"/>
  1237. Line 626: <dia:real val="0.10000000000000001"/>
  1238. Line 630: <dia:real val="1"/>
  1239. Line 633: <dia:real val="0"/>
  1240. Line 639: <dia:real val="0.5"/>
  1241. Line 642: <dia:real val="0.5"/>
  1242. Line 654: <dia:real val="0.59999999999999998"/>
  1243. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\schema\Pdf_Relation_Schema.class.php (1 hit)
  1244. Line 1376: // this is really intended for 'letter'
  1245. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\server_privileges.lib.php (24 hits)
  1246. Line 3210: * @param string $real_sql_query SQL query for add a user
  1247. Line 3218: function PMA_addUserAndCreateDatabase($_error, $real_sql_query, $sql_query,
  1248. Line 3221: if ($_error || ! PMA_DBI_try_query($real_sql_query)) {
  1249. Line 3297: * @return array ($create_user_real, $create_user_show,$real_sql_query, $sql_query)
  1250. Line 3297: * @return array ($create_user_real, $create_user_show,$real_sql_query, $sql_query)
  1251. Line 3302: $create_user_real = 'CREATE USER \''
  1252. Line 3306: $real_sql_query = 'GRANT ' . join(', ', PMA_extractPrivInfo()) . ' ON *.* TO \''
  1253. Line 3311: $sql_query = $real_sql_query . ' IDENTIFIED BY \'***\'';
  1254. Line 3312: $real_sql_query .= ' IDENTIFIED BY \''
  1255. Line 3314: if (isset($create_user_real)) {
  1256. Line 3315: $create_user_show = $create_user_real . ' IDENTIFIED BY \'***\'';
  1257. Line 3316: $create_user_real .= ' IDENTIFIED BY \''
  1258. Line 3321: $real_sql_query .= ' IDENTIFIED BY PASSWORD \'' . $password . '\'';
  1259. Line 3322: if (isset($create_user_real)) {
  1260. Line 3323: $create_user_real .= ' IDENTIFIED BY PASSWORD \'' . $password . '\'';
  1261. Line 3326: $sql_query = $real_sql_query;
  1262. Line 3327: if (isset($create_user_real)) {
  1263. Line 3328: $create_user_show = $create_user_real;
  1264. Line 3337: $real_sql_query .= ' ' . $with_clause;
  1265. Line 3341: if (isset($create_user_real)) {
  1266. Line 3342: $create_user_real .= ';';
  1267. Line 3345: $real_sql_query .= ';';
  1268. Line 3348: return array($create_user_real,
  1269. Line 3350: $real_sql_query,
  1270. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\server_variables_doc.php (4 hits)
  1271. Line 999: $VARIABLE_DOC_LINKS['query_prealloc_size'] = array(
  1272. Line 1000: 'query_prealloc_size',
  1273. Line 1362: $VARIABLE_DOC_LINKS['transaction_prealloc_size'] = array(
  1274. Line 1363: 'transaction_prealloc_size',
  1275. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\sqlparser.data.php (2 hits)
  1276. Line 848: 'REAL',
  1277. Line 974: 'REAL',
  1278. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\sqlparser.lib.php (5 hits)
  1279. Line 931: * ['queryflags']['select_from'] = 1; if this is a real SELECT...FROM
  1280. Line 1186: * this is not a real reservedWord, because it's not
  1281. Line 1436: // it's not the real end of table refs
  1282. Line 1610: // if this is a real SELECT...FROM
  1283. Line 2401: case 'real':
  1284. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\sqlvalidator.class.php (1 hit)
  1285. Line 13: * Make sure you have a really recent PHP with PEAR support
  1286. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\sqlvalidator.lib.php (1 hit)
  1287. Line 21: * Make sure you have a really recent PHP with PEAR support
  1288. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\sysinfo.lib.php (1 hit)
  1289. Line 64: * Basic sysinfo class not providing any real data.
  1290. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\Table.class.php (2 hits)
  1291. Line 382: // or when we really did not get any status info, for example
  1292. Line 873: // REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ANSI
  1293. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\tbl_views.lib.php (12 hits)
  1294. Line 26: $real_source_result = PMA_DBI_try_query($sql_query);
  1295. Line 28: if ($real_source_result !== false) {
  1296. Line 30: $real_source_fields_meta = PMA_DBI_get_fields_meta($real_source_result);
  1297. Line 30: $real_source_fields_meta = PMA_DBI_get_fields_meta($real_source_result);
  1298. Line 32: if (count($real_source_fields_meta) > 0) {
  1299. Line 34: for ($i=0; $i<count($real_source_fields_meta); $i++) {
  1300. Line 37: $map['table_name'] = $real_source_fields_meta[$i]->table;
  1301. Line 38: $map['refering_column'] = $real_source_fields_meta[$i]->name;
  1302. Line 41: $map['real_column'] = $view_columns[$i];
  1303. Line 51: unset($real_source_result);
  1304. Line 124: $new_transformations_sql .= (isset($column['real_column']))
  1305. Line 125: ? $column['real_column']
  1306. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\tcpdf\config\tcpdf_config.php (1 hit)
  1307. Line 59: $k_path_main = str_replace( '\\', '/', realpath(substr(dirname(__FILE__), 0, 0-strlen('config'))));
  1308. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\tcpdf\tcpdf.php (8 hits)
  1309. Line 3668: * @param $zoom (mixed) The zoom to use. It can be one of the following string values or a number indicating the zooming factor to use. <ul><li>fullpage: displays the entire page on screen </li><li>fullwidth: uses maximum width of window</li><li>real: uses real size (equivalent to 100% zoom)</li><li>default: uses viewer default mode</li></ul>
  1310. Line 3668: * @param $zoom (mixed) The zoom to use. It can be one of the following string values or a number indicating the zooming factor to use. <ul><li>fullpage: displays the entire page on screen </li><li>fullwidth: uses maximum width of window</li><li>real: uses real size (equivalent to 100% zoom)</li><li>default: uses viewer default mode</li></ul>
  1311. Line 3675: if (($zoom == 'fullpage') OR ($zoom == 'fullwidth') OR ($zoom == 'real') OR ($zoom == 'default') OR (!is_string($zoom))) {
  1312. Line 13008: } elseif ($this->ZoomMode == 'real') {
  1313. Line 18913: * @param $stroking (float) Alpha value for stroking operations: real value from 0 (transparent) to 1 (opaque).
  1314. Line 18915: * @param $nonstroking (float) Alpha value for non-stroking operations: real value from 0 (transparent) to 1 (opaque).
  1315. Line 24044: // replace relative path with real server path
  1316. Line 27313: * @param $params (array) Array of parameters: enabled (boolean) set to true to enable shadow; depth_w (float) shadow width in user units; depth_h (float) shadow height in user units; color (array) shadow color or false to use the stroke color; opacity (float) Alpha value: real value from 0 (transparent) to 1 (opaque); blend_mode (string) blend mode, one of the following: Normal, Multiply, Screen, Overlay, Darken, Lighten, ColorDodge, ColorBurn, HardLight, SoftLight, Difference, Exclusion, Hue, Saturation, Color, Luminosity.
  1317. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\Types.class.php (4 hits)
  1318. Line 311: case 'REAL':
  1319. Line 312: return __('Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is a synonym for FLOAT)');
  1320. Line 398: case 'REAL':
  1321. Line 634: 'REAL',
  1322. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\Util.class.php (4 hits)
  1323. Line 2247: if ($meta->type == 'real') {
  1324. Line 2260: // for real we use CONCAT above and it should compare to string
  1325. Line 2263: && ($meta->type != 'real')
  1326. Line 4119: // views have VIEW as comment so it's not a real comment put by a user
  1327. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\libraries\zip_extension.lib.php (1 hit)
  1328. Line 31: /* Is the the zip really an ODS file? */
  1329. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\ar\LC_MESSAGES\phpmyadmin.mo (3 hits)
  1330. Line 253: 
  1331. Line 253: 
  1332. Line 253: 
  1333. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\bg\LC_MESSAGES\phpmyadmin.mo (4 hits)
  1334. Line 241: 
  1335. Line 241: 
  1336. Line 241: 
  1337. Line 241: 
  1338. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\bn\LC_MESSAGES\phpmyadmin.mo (7 hits)
  1339. Line 271:
  1340. Line 271:
  1341. Line 271:
  1342. Line 271:
  1343. Line 271:
  1344. Line 271:
  1345. Line 283:
  1346. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\ca\LC_MESSAGES\phpmyadmin.mo (13 hits)
  1347. Line 354:
  1348. Line 354:
  1349. Line 354:
  1350. Line 354:
  1351. Line 354:
  1352. Line 354:
  1353. Line 354:
  1354. Line 366:
  1355. Line 366:
  1356. Line 366:
  1357. Line 366:
  1358. Line 366:
  1359. Line 366:
  1360. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\cs\LC_MESSAGES\phpmyadmin.mo (8 hits)
  1361. Line 387:
  1362. Line 387:
  1363. Line 387:
  1364. Line 387:
  1365. Line 387:
  1366. Line 387:
  1367. Line 387:
  1368. Line 399:
  1369. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\da\LC_MESSAGES\phpmyadmin.mo (13 hits)
  1370. Line 417:
  1371. Line 417:
  1372. Line 417:
  1373. Line 417:
  1374. Line 417:
  1375. Line 417:
  1376. Line 417:
  1377. Line 429:
  1378. Line 429:
  1379. Line 429:
  1380. Line 429:
  1381. Line 429:
  1382. Line 429:
  1383. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\de\LC_MESSAGES\phpmyadmin.mo (9 hits)
  1384. Line 400:
  1385. Line 400:
  1386. Line 400:
  1387. Line 400:
  1388. Line 400:
  1389. Line 400:
  1390. Line 400:
  1391. Line 412:
  1392. Line 412:
  1393. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\el\LC_MESSAGES\phpmyadmin.mo (8 hits)
  1394. Line 334:
  1395. Line 334:
  1396. Line 334:
  1397. Line 334:
  1398. Line 334:
  1399. Line 334:
  1400. Line 334:
  1401. Line 346:
  1402. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\en_GB\LC_MESSAGES\phpmyadmin.mo (14 hits)
  1403. Line 435:
  1404. Line 435:
  1405. Line 435:
  1406. Line 435:
  1407. Line 435:
  1408. Line 435:
  1409. Line 435:
  1410. Line 447:
  1411. Line 447:
  1412. Line 447:
  1413. Line 447:
  1414. Line 447:
  1415. Line 447:
  1416. Line 447:
  1417. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\es\LC_MESSAGES\phpmyadmin.mo (19 hits)
  1418. Line 362:
  1419. Line 362:
  1420. Line 362:
  1421. Line 362:
  1422. Line 362:
  1423. Line 362:
  1424. Line 362:
  1425. Line 374:
  1426. Line 374:
  1427. Line 374:
  1428. Line 374:
  1429. Line 374:
  1430. Line 374:
  1431. Line 374:
  1432. Line 374:
  1433. Line 374:
  1434. Line 374:
  1435. Line 374:
  1436. Line 374:
  1437. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\et\LC_MESSAGES\phpmyadmin.mo (17 hits)
  1438. Line 403:
  1439. Line 403:
  1440. Line 403:
  1441. Line 403:
  1442. Line 403:
  1443. Line 403:
  1444. Line 403:
  1445. Line 415:
  1446. Line 415:
  1447. Line 415:
  1448. Line 415:
  1449. Line 415:
  1450. Line 415:
  1451. Line 415:
  1452. Line 415:
  1453. Line 415:
  1454. Line 415:
  1455. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\fi\LC_MESSAGES\phpmyadmin.mo (7 hits)
  1456. Line 284:
  1457. Line 284:
  1458. Line 284:
  1459. Line 284:
  1460. Line 296:
  1461. Line 296:
  1462. Line 296:
  1463. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\fr\LC_MESSAGES\phpmyadmin.mo (8 hits)
  1464. Line 354:
  1465. Line 354:
  1466. Line 354:
  1467. Line 354:
  1468. Line 354:
  1469. Line 354:
  1470. Line 354:
  1471. Line 366:
  1472. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\gl\LC_MESSAGES\phpmyadmin.mo (32 hits)
  1473. Line 353:
  1474. Line 353:
  1475. Line 353:
  1476. Line 353:
  1477. Line 353:
  1478. Line 353:
  1479. Line 353:
  1480. Line 365:
  1481. Line 365:
  1482. Line 365:
  1483. Line 365:
  1484. Line 365:
  1485. Line 365:
  1486. Line 365:
  1487. Line 365:
  1488. Line 365:
  1489. Line 365:
  1490. Line 365:
  1491. Line 365:
  1492. Line 365:
  1493. Line 365:
  1494. Line 365:
  1495. Line 365:
  1496. Line 365:
  1497. Line 365:
  1498. Line 365:
  1499. Line 365:
  1500. Line 365:
  1501. Line 365:
  1502. Line 365:
  1503. Line 365:
  1504. Line 365:
  1505. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\hi\LC_MESSAGES\phpmyadmin.mo (3 hits)
  1506. Line 180: 
  1507. Line 180: 
  1508. Line 180: 
  1509. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\hr\LC_MESSAGES\phpmyadmin.mo (1 hit)
  1510. Line 169:
  1511. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\hu\LC_MESSAGES\phpmyadmin.mo (9 hits)
  1512. Line 358:
  1513. Line 358:
  1514. Line 358:
  1515. Line 358:
  1516. Line 358:
  1517. Line 358:
  1518. Line 358:
  1519. Line 370:
  1520. Line 370:
  1521. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\id\LC_MESSAGES\phpmyadmin.mo (7 hits)
  1522. Line 338: 
  1523. Line 338: 
  1524. Line 338: 
  1525. Line 338: 
  1526. Line 338: 
  1527. Line 351:
  1528. Line 351:
  1529. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\it\LC_MESSAGES\phpmyadmin.mo (13 hits)
  1530. Line 285: 
  1531. Line 285: 
  1532. Line 285: 
  1533. Line 285: 
  1534. Line 285: 
  1535. Line 285: 
  1536. Line 297:
  1537. Line 297:
  1538. Line 297:
  1539. Line 297:
  1540. Line 297:
  1541. Line 297:
  1542. Line 297:
  1543. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\ja\LC_MESSAGES\phpmyadmin.mo (9 hits)
  1544. Line 250:
  1545. Line 250:
  1546. Line 250:
  1547. Line 250:
  1548. Line 250:
  1549. Line 250:
  1550. Line 250:
  1551. Line 262:
  1552. Line 262:
  1553. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\ko\LC_MESSAGES\phpmyadmin.mo (8 hits)
  1554. Line 322: 
  1555. Line 322: 
  1556. Line 322: 
  1557. Line 322: 
  1558. Line 322: 
  1559. Line 322: 
  1560. Line 322: 
  1561. Line 335: 테이블 구조가 변경되었는지 확인 바랍니다.
  1562. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\lt\LC_MESSAGES\phpmyadmin.mo (3 hits)
  1563. Line 292: 
  1564. Line 292: 
  1565. Line 292: 
  1566. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\nb\LC_MESSAGES\phpmyadmin.mo (7 hits)
  1567. Line 293: 
  1568. Line 293: 
  1569. Line 293: 
  1570. Line 293: 
  1571. Line 293: 
  1572. Line 305:
  1573. Line 305:
  1574. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\nl\LC_MESSAGES\phpmyadmin.mo (10 hits)
  1575. Line 400:
  1576. Line 400:
  1577. Line 400:
  1578. Line 400:
  1579. Line 400:
  1580. Line 400:
  1581. Line 400:
  1582. Line 412:
  1583. Line 412:
  1584. Line 414: De server moet uitgeschakeld worden, de InnoDB-logbestanden moeten worden verwijderd, de nieuwe waarde moet worden ingesteld in my.cnf, de server herstart en dan moeten de foutenlogboeken bekeken worden om te zien of alles goed ging. Bekijk ook <a href="http://mysqldatabaseadministration.blogspot.com/2007/01/increase-innodblogfilesize-proper-way.html">deze blog</a>
  1585. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\pl\LC_MESSAGES\phpmyadmin.mo (11 hits)
  1586. Line 363:
  1587. Line 363:
  1588. Line 363:
  1589. Line 363:
  1590. Line 363:
  1591. Line 363:
  1592. Line 363:
  1593. Line 375:
  1594. Line 375:
  1595. Line 375:
  1596. Line 375:
  1597. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\pt\LC_MESSAGES\phpmyadmin.mo (9 hits)
  1598. Line 210: 
  1599. Line 210: 
  1600. Line 210: 
  1601. Line 210: 
  1602. Line 210: 
  1603. Line 210: 
  1604. Line 222:
  1605. Line 222:
  1606. Line 222:
  1607. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\pt_BR\LC_MESSAGES\phpmyadmin.mo (16 hits)
  1608. Line 370:
  1609. Line 370:
  1610. Line 370:
  1611. Line 370:
  1612. Line 370:
  1613. Line 370:
  1614. Line 370:
  1615. Line 382:
  1616. Line 382:
  1617. Line 382:
  1618. Line 382:
  1619. Line 382:
  1620. Line 382:
  1621. Line 382:
  1622. Line 382:
  1623. Line 383: <b>Observação:</b>Se estiver usando memcache, ignore esta recomendação.
  1624. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\ro\LC_MESSAGES\phpmyadmin.mo (8 hits)
  1625. Line 258: 
  1626. Line 258: 
  1627. Line 258: 
  1628. Line 258: 
  1629. Line 270:
  1630. Line 270:
  1631. Line 270:
  1632. Line 270:
  1633. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\ru\LC_MESSAGES\phpmyadmin.mo (8 hits)
  1634. Line 343:
  1635. Line 343:
  1636. Line 343:
  1637. Line 343:
  1638. Line 343:
  1639. Line 343:
  1640. Line 343:
  1641. Line 355:
  1642. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\si\LC_MESSAGES\phpmyadmin.mo (6 hits)
  1643. Line 222:
  1644. Line 222:
  1645. Line 222:
  1646. Line 222:
  1647. Line 222:
  1648. Line 234:
  1649. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\sk\LC_MESSAGES\phpmyadmin.mo (9 hits)
  1650. Line 300: 
  1651. Line 300: 
  1652. Line 300: 
  1653. Line 300: 
  1654. Line 300: 
  1655. Line 300: 
  1656. Line 300: 
  1657. Line 312:
  1658. Line 312:
  1659. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\sl\LC_MESSAGES\phpmyadmin.mo (8 hits)
  1660. Line 416:
  1661. Line 416:
  1662. Line 416:
  1663. Line 416:
  1664. Line 416:
  1665. Line 416:
  1666. Line 416:
  1667. Line 428:
  1668. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\sr@latin\LC_MESSAGES\phpmyadmin.mo (3 hits)
  1669. Line 291: 
  1670. Line 291: 
  1671. Line 291: 
  1672. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\sv\LC_MESSAGES\phpmyadmin.mo (10 hits)
  1673. Line 424:
  1674. Line 424:
  1675. Line 424:
  1676. Line 424:
  1677. Line 424:
  1678. Line 424:
  1679. Line 424:
  1680. Line 436:
  1681. Line 436:
  1682. Line 436:
  1683. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\th\LC_MESSAGES\phpmyadmin.mo (3 hits)
  1684. Line 148:
  1685. Line 148:
  1686. Line 148:
  1687. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\tr\LC_MESSAGES\phpmyadmin.mo (8 hits)
  1688. Line 386:
  1689. Line 386:
  1690. Line 386:
  1691. Line 386:
  1692. Line 386:
  1693. Line 386:
  1694. Line 386:
  1695. Line 398:
  1696. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\uk\LC_MESSAGES\phpmyadmin.mo (5 hits)
  1697. Line 281:
  1698. Line 281:
  1699. Line 281:
  1700. Line 281:
  1701. Line 281:
  1702. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\uz\LC_MESSAGES\phpmyadmin.mo (4 hits)
  1703. Line 151: 
  1704. Line 151: 
  1705. Line 151: 
  1706. Line 151: 
  1707. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\uz@latin\LC_MESSAGES\phpmyadmin.mo (4 hits)
  1708. Line 171: 
  1709. Line 171: 
  1710. Line 171: 
  1711. Line 171: 
  1712. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\zh_CN\LC_MESSAGES\phpmyadmin.mo (8 hits)
  1713. Line 300: 
  1714. Line 300: 
  1715. Line 300: 
  1716. Line 300: 
  1717. Line 300: 
  1718. Line 300: 
  1719. Line 300: 
  1720. Line 312:
  1721. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\locale\zh_TW\LC_MESSAGES\phpmyadmin.mo (8 hits)
  1722. Line 353:
  1723. Line 353:
  1724. Line 353:
  1725. Line 353:
  1726. Line 353:
  1727. Line 353:
  1728. Line 353:
  1729. Line 366: 已成功刪除 %1$d 個資料庫。
  1730. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\server_binlog.php (1 hit)
  1731. Line 22: * Need to find the real end of rows?
  1732. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\server_privileges.php (12 hits)
  1733. Line 213: list($create_user_real, $create_user_show, $real_sql_query, $sql_query)
  1734. Line 213: list($create_user_real, $create_user_show, $real_sql_query, $sql_query)
  1735. Line 221: if (isset($create_user_real)) {
  1736. Line 222: if (! PMA_DBI_try_query($create_user_real)) {
  1737. Line 228: $_error, $real_sql_query, $sql_query, $username, $hostname,
  1738. Line 233: if (isset($create_user_real)) {
  1739. Line 234: $queries[] = $create_user_real;
  1740. Line 236: $queries[] = $real_sql_query;
  1741. Line 239: // by the real query in $queries
  1742. Line 241: if (isset($create_user_real)) {
  1743. Line 246: unset($res, $real_sql_query);
  1744. Line 340: // instead of the real query sent
  1745. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\server_status.php (1 hit)
  1746. Line 308: // This array contains display name and real column name of each
  1747. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\server_status_monitor.php (1 hit)
  1748. Line 27: // real-time charting data
  1749. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\sql.php (7 hits)
  1750. Line 361: * Need to find the real end of rows?
  1751. Line 363: if (isset($find_real_end) && $find_real_end) {
  1752. Line 363: if (isset($find_real_end) && $find_real_end) {
  1753. Line 504: . __('Do you really want to execute the following query?')
  1754. Line 728: * commented out auto-switching to active database - really required?
  1755. Line 766: // due to $find_real_end == true
  1756. Line 773: && ! isset($find_real_end)
  1757. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\tbl_change.php (6 hits)
  1758. Line 331: $real_null_value = false;
  1759. Line 336: $real_null_value, $special_chars_encoded, $special_chars,
  1760. Line 341: $real_null_value, $gis_data_types, $column_name_appendix
  1761. Line 346: list($real_null_value, $data, $special_chars, $backup_field, $special_chars_encoded)
  1762. Line 347: = PMA_getSpecialCharsAndBackupFieldForInsertingMode($column, $real_null_value);
  1763. Line 372: $column, $column_name_appendix, $real_null_value,
  1764. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\tbl_chart.php (1 hit)
  1765. Line 113: $numeric_types = array('int', 'real');
  1766. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\tbl_relation.php (2 hits)
  1767. Line 92: // Map the fieldname's md5 back to its real name
  1768. Line 154: // Map the fieldname's md5 back to it's real name
  1769. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\themes\original\css\common.css.php (1 hit)
  1770. Line 530: background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath('s_really.png');?>);
  1771. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\themes\original\sprites.lib.php (1 hit)
  1772. Line 553: 's_really' => array(
  1773. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpmyadmin\themes\pmahomme\sprites.lib.php (1 hit)
  1774. Line 648: 's_really' => array(
  1775. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\db_qbe.php (1 hit)
  1776. Line 95: false, // find_real_end
  1777. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\DCO (1 hit)
  1778. Line 39: using your real name (sorry, no pseudonyms or anonymous contributions).
  1779. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\config.html (8 hits)
  1780. Line 455: different from the default port, use <code class="docutils literal"><span class="pre">127.0.0.1</span></code> or the real hostname
  1781. Line 917: <span class="target" id="servers-auth-http-realm"></span><dl class="option">
  1782. Line 918: <dt id="cfg_Servers_auth_http_realm">
  1783. Line 919: <code class="descname">$cfg['Servers'][$i]['auth_http_realm']</code><a class="headerlink" href="#cfg_Servers_auth_http_realm" title="Permalink to this definition">¶</a></dt>
  1784. Line 919: <code class="descname">$cfg['Servers'][$i]['auth_http_realm']</code><a class="headerlink" href="#cfg_Servers_auth_http_realm" title="Permalink to this definition">¶</a></dt>
  1785. Line 931: <a class="reference internal" href="glossary.html#term-http"><span class="xref std std-term">HTTP</span></a> Basic Auth Realm which will be displayed to the user. If not
  1786. Line 2326: hexadecimal codes that represent BLOBs, but some users have real
  1787. Line 2574: <p>Whether a warning (&#8220;Are your really sure...&#8221;) should be displayed when
  1788. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\credits.html (1 hit)
  1789. Line 437: Sarna, www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun,
  1790. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\faq.html (5 hits)
  1791. Line 847: <a class="reference external" href="https://secure.php.net/manual/en/mysqli.real-connect.php#refsect1-mysqli.real-connect-notes">MySQL documentation note</a></p>
  1792. Line 847: <a class="reference external" href="https://secure.php.net/manual/en/mysqli.real-connect.php#refsect1-mysqli.real-connect-notes">MySQL documentation note</a></p>
  1793. Line 980: <p>MS Internet Explorer seems to be really buggy about cookies, at least
  1794. Line 1118: to get a real NULL value, so if you enter &#8220;NULL&#8221; this means you want a
  1795. Line 1261: that the database name will have a real underscore.</p>
  1796. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\genindex.html (8 hits)
  1797. Line 726: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>$cfg[&#39;Servers&#39;][$i][&#39;auth_http_realm&#39;]</strong></a>
  1798. Line 726: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>$cfg[&#39;Servers&#39;][$i][&#39;auth_http_realm&#39;]</strong></a>
  1799. Line 1206: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>auth_http_realm</strong></a>
  1800. Line 1206: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>auth_http_realm</strong></a>
  1801. Line 2067: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>$cfg[&#39;Servers&#39;][$i][&#39;auth_http_realm&#39;]</strong></a>
  1802. Line 2067: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>$cfg[&#39;Servers&#39;][$i][&#39;auth_http_realm&#39;]</strong></a>
  1803. Line 3579: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>auth_http_realm</strong></a>
  1804. Line 3579: <dt><a href="config.html#cfg_Servers_auth_http_realm"><strong>auth_http_realm</strong></a>
  1805. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\relations.html (1 hit)
  1806. Line 72: InnoDB. When using an InnoDB table, phpMyAdmin will create real InnoDB
  1807. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\searchindex.js (8 hits)
  1808. Line 1: Search.setIndex({envversion:49,filenames:["bookmarks","charts","config","copyright","credits","developers","faq","glossary","import_export","index","intro","other","privileges","relations","require","security","settings","setup","themes","transformations","two_factor","user","vendors"],objects:{"":{"$cfg['ActionLinksMode']":[2,0,1,"cfg_ActionLinksMode"],"$cfg['AllowArbitraryServer']":[2,0,1,"cfg_AllowArbitraryServer"],"$cfg['AllowThirdPartyFraming']":[2,0,1,"cfg_AllowThirdPartyFraming"],"$cfg['AllowUserDropDatabase']":[2,0,1,"cfg_AllowUserDropDatabase"],"$cfg['ArbitraryServerRegexp']":[2,0,1,"cfg_ArbitraryServerRegexp"],"$cfg['AuthLog']":[2,0,1,"cfg_AuthLog"],"$cfg['AuthLogSuccess']":[2,0,1,"cfg_AuthLogSuccess"],"$cfg['AvailableCharsets']":[2,0,1,"cfg_AvailableCharsets"],"$cfg['BZipDump']":[2,0,1,"cfg_BZipDump"],"$cfg['BrowseMIME']":[2,0,1,"cfg_BrowseMIME"],"$cfg['BrowseMarkerEnable']":[2,0,1,"cfg_BrowseMarkerEnable"],"$cfg['BrowsePointerEnable']":[2,0,1,"cfg_BrowsePointerEnable"],"$cfg['CSPAll...
  1809. Line 1: Search.setIndex({envversion:49,filenames:["bookmarks","charts","config","copyright","credits","developers","faq","glossary","import_export","index","intro","other","privileges","relations","require","security","settings","setup","themes","transformations","two_factor","user","vendors"],objects:{"":{"$cfg['ActionLinksMode']":[2,0,1,"cfg_ActionLinksMode"],"$cfg['AllowArbitraryServer']":[2,0,1,"cfg_AllowArbitraryServer"],"$cfg['AllowThirdPartyFraming']":[2,0,1,"cfg_AllowThirdPartyFraming"],"$cfg['AllowUserDropDatabase']":[2,0,1,"cfg_AllowUserDropDatabase"],"$cfg['ArbitraryServerRegexp']":[2,0,1,"cfg_ArbitraryServerRegexp"],"$cfg['AuthLog']":[2,0,1,"cfg_AuthLog"],"$cfg['AuthLogSuccess']":[2,0,1,"cfg_AuthLogSuccess"],"$cfg['AvailableCharsets']":[2,0,1,"cfg_AvailableCharsets"],"$cfg['BZipDump']":[2,0,1,"cfg_BZipDump"],"$cfg['BrowseMIME']":[2,0,1,"cfg_BrowseMIME"],"$cfg['BrowseMarkerEnable']":[2,0,1,"cfg_BrowseMarkerEnable"],"$cfg['BrowsePointerEnable']":[2,0,1,"cfg_BrowsePointerEnable"],"$cfg['CSPAll...
  1810. Line 1: Search.setIndex({envversion:49,filenames:["bookmarks","charts","config","copyright","credits","developers","faq","glossary","import_export","index","intro","other","privileges","relations","require","security","settings","setup","themes","transformations","two_factor","user","vendors"],objects:{"":{"$cfg['ActionLinksMode']":[2,0,1,"cfg_ActionLinksMode"],"$cfg['AllowArbitraryServer']":[2,0,1,"cfg_AllowArbitraryServer"],"$cfg['AllowThirdPartyFraming']":[2,0,1,"cfg_AllowThirdPartyFraming"],"$cfg['AllowUserDropDatabase']":[2,0,1,"cfg_AllowUserDropDatabase"],"$cfg['ArbitraryServerRegexp']":[2,0,1,"cfg_ArbitraryServerRegexp"],"$cfg['AuthLog']":[2,0,1,"cfg_AuthLog"],"$cfg['AuthLogSuccess']":[2,0,1,"cfg_AuthLogSuccess"],"$cfg['AvailableCharsets']":[2,0,1,"cfg_AvailableCharsets"],"$cfg['BZipDump']":[2,0,1,"cfg_BZipDump"],"$cfg['BrowseMIME']":[2,0,1,"cfg_BrowseMIME"],"$cfg['BrowseMarkerEnable']":[2,0,1,"cfg_BrowseMarkerEnable"],"$cfg['BrowsePointerEnable']":[2,0,1,"cfg_BrowsePointerEnable"],"$cfg['CSPAll...
  1811. Line 1: Search.setIndex({envversion:49,filenames:["bookmarks","charts","config","copyright","credits","developers","faq","glossary","import_export","index","intro","other","privileges","relations","require","security","settings","setup","themes","transformations","two_factor","user","vendors"],objects:{"":{"$cfg['ActionLinksMode']":[2,0,1,"cfg_ActionLinksMode"],"$cfg['AllowArbitraryServer']":[2,0,1,"cfg_AllowArbitraryServer"],"$cfg['AllowThirdPartyFraming']":[2,0,1,"cfg_AllowThirdPartyFraming"],"$cfg['AllowUserDropDatabase']":[2,0,1,"cfg_AllowUserDropDatabase"],"$cfg['ArbitraryServerRegexp']":[2,0,1,"cfg_ArbitraryServerRegexp"],"$cfg['AuthLog']":[2,0,1,"cfg_AuthLog"],"$cfg['AuthLogSuccess']":[2,0,1,"cfg_AuthLogSuccess"],"$cfg['AvailableCharsets']":[2,0,1,"cfg_AvailableCharsets"],"$cfg['BZipDump']":[2,0,1,"cfg_BZipDump"],"$cfg['BrowseMIME']":[2,0,1,"cfg_BrowseMIME"],"$cfg['BrowseMarkerEnable']":[2,0,1,"cfg_BrowseMarkerEnable"],"$cfg['BrowsePointerEnable']":[2,0,1,"cfg_BrowsePointerEnable"],"$cfg['CSPAll...
  1812. Line 1: Search.setIndex({envversion:49,filenames:["bookmarks","charts","config","copyright","credits","developers","faq","glossary","import_export","index","intro","other","privileges","relations","require","security","settings","setup","themes","transformations","two_factor","user","vendors"],objects:{"":{"$cfg['ActionLinksMode']":[2,0,1,"cfg_ActionLinksMode"],"$cfg['AllowArbitraryServer']":[2,0,1,"cfg_AllowArbitraryServer"],"$cfg['AllowThirdPartyFraming']":[2,0,1,"cfg_AllowThirdPartyFraming"],"$cfg['AllowUserDropDatabase']":[2,0,1,"cfg_AllowUserDropDatabase"],"$cfg['ArbitraryServerRegexp']":[2,0,1,"cfg_ArbitraryServerRegexp"],"$cfg['AuthLog']":[2,0,1,"cfg_AuthLog"],"$cfg['AuthLogSuccess']":[2,0,1,"cfg_AuthLogSuccess"],"$cfg['AvailableCharsets']":[2,0,1,"cfg_AvailableCharsets"],"$cfg['BZipDump']":[2,0,1,"cfg_BZipDump"],"$cfg['BrowseMIME']":[2,0,1,"cfg_BrowseMIME"],"$cfg['BrowseMarkerEnable']":[2,0,1,"cfg_BrowseMarkerEnable"],"$cfg['BrowsePointerEnable']":[2,0,1,"cfg_BrowsePointerEnable"],"$cfg['CSPAll...
  1813. Line 1: Search.setIndex({envversion:49,filenames:["bookmarks","charts","config","copyright","credits","developers","faq","glossary","import_export","index","intro","other","privileges","relations","require","security","settings","setup","themes","transformations","two_factor","user","vendors"],objects:{"":{"$cfg['ActionLinksMode']":[2,0,1,"cfg_ActionLinksMode"],"$cfg['AllowArbitraryServer']":[2,0,1,"cfg_AllowArbitraryServer"],"$cfg['AllowThirdPartyFraming']":[2,0,1,"cfg_AllowThirdPartyFraming"],"$cfg['AllowUserDropDatabase']":[2,0,1,"cfg_AllowUserDropDatabase"],"$cfg['ArbitraryServerRegexp']":[2,0,1,"cfg_ArbitraryServerRegexp"],"$cfg['AuthLog']":[2,0,1,"cfg_AuthLog"],"$cfg['AuthLogSuccess']":[2,0,1,"cfg_AuthLogSuccess"],"$cfg['AvailableCharsets']":[2,0,1,"cfg_AvailableCharsets"],"$cfg['BZipDump']":[2,0,1,"cfg_BZipDump"],"$cfg['BrowseMIME']":[2,0,1,"cfg_BrowseMIME"],"$cfg['BrowseMarkerEnable']":[2,0,1,"cfg_BrowseMarkerEnable"],"$cfg['BrowsePointerEnable']":[2,0,1,"cfg_BrowsePointerEnable"],"$cfg['CSPAll...
  1814. Line 1: Search.setIndex({envversion:49,filenames:["bookmarks","charts","config","copyright","credits","developers","faq","glossary","import_export","index","intro","other","privileges","relations","require","security","settings","setup","themes","transformations","two_factor","user","vendors"],objects:{"":{"$cfg['ActionLinksMode']":[2,0,1,"cfg_ActionLinksMode"],"$cfg['AllowArbitraryServer']":[2,0,1,"cfg_AllowArbitraryServer"],"$cfg['AllowThirdPartyFraming']":[2,0,1,"cfg_AllowThirdPartyFraming"],"$cfg['AllowUserDropDatabase']":[2,0,1,"cfg_AllowUserDropDatabase"],"$cfg['ArbitraryServerRegexp']":[2,0,1,"cfg_ArbitraryServerRegexp"],"$cfg['AuthLog']":[2,0,1,"cfg_AuthLog"],"$cfg['AuthLogSuccess']":[2,0,1,"cfg_AuthLogSuccess"],"$cfg['AvailableCharsets']":[2,0,1,"cfg_AvailableCharsets"],"$cfg['BZipDump']":[2,0,1,"cfg_BZipDump"],"$cfg['BrowseMIME']":[2,0,1,"cfg_BrowseMIME"],"$cfg['BrowseMarkerEnable']":[2,0,1,"cfg_BrowseMarkerEnable"],"$cfg['BrowsePointerEnable']":[2,0,1,"cfg_BrowsePointerEnable"],"$cfg['CSPAll...
  1815. Line 1: Search.setIndex({envversion:49,filenames:["bookmarks","charts","config","copyright","credits","developers","faq","glossary","import_export","index","intro","other","privileges","relations","require","security","settings","setup","themes","transformations","two_factor","user","vendors"],objects:{"":{"$cfg['ActionLinksMode']":[2,0,1,"cfg_ActionLinksMode"],"$cfg['AllowArbitraryServer']":[2,0,1,"cfg_AllowArbitraryServer"],"$cfg['AllowThirdPartyFraming']":[2,0,1,"cfg_AllowThirdPartyFraming"],"$cfg['AllowUserDropDatabase']":[2,0,1,"cfg_AllowUserDropDatabase"],"$cfg['ArbitraryServerRegexp']":[2,0,1,"cfg_ArbitraryServerRegexp"],"$cfg['AuthLog']":[2,0,1,"cfg_AuthLog"],"$cfg['AuthLogSuccess']":[2,0,1,"cfg_AuthLogSuccess"],"$cfg['AvailableCharsets']":[2,0,1,"cfg_AvailableCharsets"],"$cfg['BZipDump']":[2,0,1,"cfg_BZipDump"],"$cfg['BrowseMIME']":[2,0,1,"cfg_BrowseMIME"],"$cfg['BrowseMarkerEnable']":[2,0,1,"cfg_BrowseMarkerEnable"],"$cfg['BrowsePointerEnable']":[2,0,1,"cfg_BrowsePointerEnable"],"$cfg['CSPAll...
  1816. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\setup.html (7 hits)
  1817. Line 795: Internet Explorer seems to be really buggy about cookies, at least till version
  1818. Line 810: For example, to grant the user <em>real_user</em> with all privileges on
  1819. Line 812: <div class="highlight-mysql"><div class="highlight"><pre><span></span><span class="k">GRANT</span> <span class="k">ALL</span> <span class="n">PRIVILEGES</span> <span class="k">ON</span> <span class="n">user_base</span><span class="p">.</span><span class="o">*</span> <span class="k">TO</span> <span class="s1">&#39;real_user&#39;</span><span class="o">@</span><span class="n">localhost</span> <span class="n">IDENTIFIED</span> <span class="k">BY</span> <span class="s1">&#39;real_password&#39;</span><span class="p">;</span>
  1820. Line 812: <div class="highlight-mysql"><div class="highlight"><pre><span></span><span class="k">GRANT</span> <span class="k">ALL</span> <span class="n">PRIVILEGES</span> <span class="k">ON</span> <span class="n">user_base</span><span class="p">.</span><span class="o">*</span> <span class="k">TO</span> <span class="s1">&#39;real_user&#39;</span><span class="o">@</span><span class="n">localhost</span> <span class="n">IDENTIFIED</span> <span class="k">BY</span> <span class="s1">&#39;real_password&#39;</span><span class="p">;</span>
  1821. Line 1058: <span class="c1">// Determine realm and return_to</span>
  1822. Line 1065: <span class="nv">$realm</span> <span class="o">=</span> <span class="nv">$base</span> <span class="o">.</span> <span class="s1">&#39;/&#39;</span><span class="p">;</span>
  1823. Line 1096: <span class="nv">$o</span> <span class="o">=</span> <span class="k">new</span> <span class="nx">OpenID_RelyingParty</span><span class="p">(</span><span class="nv">$returnTo</span><span class="p">,</span> <span class="nv">$realm</span><span class="p">,</span> <span class="nv">$identifier</span><span class="p">);</span>
  1824. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\two_factor.html (1 hit)
  1825. Line 107: it really does not provide two-factor authentication, it just asks user to confirm login by
  1826. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\_sources\config.txt (6 hits)
  1827. Line 290: different from the default port, use ``127.0.0.1`` or the real hostname
  1828. Line 615: .. _servers_auth_http_realm:
  1829. Line 616: .. config:option:: $cfg['Servers'][$i]['auth_http_realm']
  1830. Line 622: :term:`HTTP` Basic Auth Realm which will be displayed to the user. If not
  1831. Line 1554: hexadecimal codes that represent BLOBs, but some users have real
  1832. Line 1701: Whether a warning ("Are your really sure...") should be displayed when
  1833. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\_sources\credits.txt (1 hit)
  1834. Line 451: Sarna, www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun,
  1835. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\_sources\faq.txt (5 hits)
  1836. Line 1055: `MySQL documentation note <https://secure.php.net/manual/en/mysqli.real-connect.php#refsect1-mysqli.real-connect-notes>`_
  1837. Line 1055: `MySQL documentation note <https://secure.php.net/manual/en/mysqli.real-connect.php#refsect1-mysqli.real-connect-notes>`_
  1838. Line 1227: MS Internet Explorer seems to be really buggy about cookies, at least
  1839. Line 1427: to get a real NULL value, so if you enter "NULL" this means you want a
  1840. Line 1593: that the database name will have a real underscore.
  1841. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\_sources\relations.txt (1 hit)
  1842. Line 21: InnoDB. When using an InnoDB table, phpMyAdmin will create real InnoDB
  1843. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\_sources\setup.txt (4 hits)
  1844. Line 854: Internet Explorer seems to be really buggy about cookies, at least till version
  1845. Line 871: For example, to grant the user *real_user* with all privileges on
  1846. Line 876: GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password';
  1847. Line 876: GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password';
  1848. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\_sources\two_factor.txt (1 hit)
  1849. Line 63: it really does not provide two-factor authentication, it just asks user to confirm login by
  1850. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\_static\jquery.js (7 hits)
  1851. Line 24: // This accentuates the need for the creation of a real `window`.
  1852. Line 530: // Support: real iOS 8.2 only (not reproducible in simulator)
  1853. Line 1147: // Verify that getAttribute really returns attributes and not properties
  1854. Line 4328: // We tried really hard, but the data doesn't exist.
  1855. Line 6209: // Define the hook, we'll check on the first run if it's really needed.
  1856. Line 10000: // Get *real* offsetParent
  1857. Line 10029: // but those exceptions were never presented as a real life use-cases
  1858. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\doc\html\_static\underscore.js (1 hit)
  1859. Line 425: // Safely create a real, live array from anything iterable.
  1860. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\examples\openid.php (3 hits)
  1861. Line 93: // Determine realm and return_to
  1862. Line 100: $realm = $base . '/';
  1863. Line 131: $o = new OpenID_RelyingParty($returnTo, $realm, $identifier);
  1864. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\export.php (1 hit)
  1865. Line 404: // Fake loop just to allow skip of remain of this code by break, I'd really
  1866. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\import.php (2 hits)
  1867. Line 551: // Do the real import
  1868. Line 723: null, // find_real_end
  1869. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\db_operations.js (1 hit)
  1870. Line 143: PMA_messages.strDoYouReally,
  1871. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\db_structure.js (24 hits)
  1872. Line 27: $(document).off('click', '#real_end_input');
  1873. Line 30: $('a.real_row_count').off('click');
  1874. Line 142: * Gets the real row count for a table or DB.
  1875. Line 143: * @param object $target Target for appending the real count value.
  1876. Line 145: function PMA_fetchRealRowCount ($target) {
  1877. Line 160: if (response.real_row_count_all) {
  1878. Line 161: $.each(JSON.parse(response.real_row_count_all),
  1879. Line 170: if (response.real_row_count) {
  1880. Line 171: // Append the parent cell with real row count.
  1881. Line 172: $target.parent().text(response.real_row_count);
  1882. Line 177: PMA_ajaxShowMessage(PMA_messages.strErrorRealRowCount);
  1883. Line 181: PMA_ajaxShowMessage(PMA_messages.strErrorRealRowCount);
  1884. Line 295: PMA_sprintf(PMA_messages.strDoYouReally, 'TRUNCATE `' + escapeHtml(curr_table_name) + '`') +
  1885. Line 353: PMA_sprintf(PMA_messages.strDoYouReally, 'DROP TABLE `' + escapeHtml(curr_table_name) + '`');
  1886. Line 356: PMA_sprintf(PMA_messages.strDoYouReally, 'DROP VIEW `' + escapeHtml(curr_table_name) + '`');
  1887. Line 389: // Calculate Real End for InnoDB
  1888. Line 391: * Ajax Event handler for calculating the real end for a InnoDB table
  1889. Line 394: $(document).on('click', '#real_end_input', function (event) {
  1890. Line 406: }); // end Calculate Real End for InnoDB
  1891. Line 417: // Get real row count via Ajax.
  1892. Line 418: $('a.real_row_count').on('click', function (event) {
  1893. Line 420: PMA_fetchRealRowCount($(this));
  1894. Line 422: // Get all real row count.
  1895. Line 425: PMA_fetchRealRowCount($(this));
  1896. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\doclinks.js (1 hit)
  1897. Line 342: 'REAL': Array('numeric-types'),
  1898. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\functions.js (5 hits)
  1899. Line 669: if (PMA_messages.strDoYouReally === '' || typeof(window.opera) !== 'undefined') {
  1900. Line 673: var is_confirmed = confirm(PMA_sprintf(PMA_messages.strDoYouReally, theSqlQuery));
  1901. Line 699: if (PMA_messages.strDoYouReally === '') {
  1902. Line 725: var is_confirmed = confirm(PMA_sprintf(PMA_messages.strDoYouReally, message));
  1903. Line 2718: if (PMA_messages.strDoYouReally === '') {
  1904. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\messages.php (15 hits)
  1905. Line 44: $js_messages['strDoYouReally'] = __('Do you really want to execute "%s"?');
  1906. Line 44: $js_messages['strDoYouReally'] = __('Do you really want to execute "%s"?');
  1907. Line 67: = __('Do you really want to delete user group "%s"?');
  1908. Line 69: = __('Do you really want to delete the search "%s"?');
  1909. Line 75: = __('Do you really want to revoke the selected user(s) ?');
  1910. Line 77: = __('Do you really want to delete this central column?');
  1911. Line 79: = __('Do you really want to delete the selected items?');
  1912. Line 81: 'Do you really want to DROP the selected partition(s)? This will also DELETE ' .
  1913. Line 85: = __('Do you really want to TRUNCATE the selected partition(s)?');
  1914. Line 87: = __('Do you really want to remove partitioning?');
  1915. Line 88: $js_messages['strResetSlaveWarning'] = __('Do you really want to RESET SLAVE?');
  1916. Line 388: $js_messages['strErrorRealRowCount'] = __('Failed to get real row count.');
  1917. Line 388: $js_messages['strErrorRealRowCount'] = __('Failed to get real row count.');
  1918. Line 609: 'Do you really want to see all of the rows? For a big table this could crash '
  1919. Line 725: = __('Do you really want to delete this bookmark?');
  1920. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\navigation.js (1 hit)
  1921. Line 818: } else { // this is a real navigation item
  1922. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\rte.js (1 hit)
  1923. Line 770: case 'REAL':
  1924. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\server_databases.js (1 hit)
  1925. Line 57: PMA_sprintf(PMA_messages.strDoYouReally, selected_dbs.join('<br />'));
  1926. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\server_privileges.js (1 hit)
  1927. Line 168: var is_confirmed = confirm(PMA_messages.strDropDatabaseStrongWarning + '\n' + PMA_sprintf(PMA_messages.strDoYouReally, 'DROP DATABASE'));
  1928. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\sql.js (1 hit)
  1929. Line 194: var question = PMA_sprintf(PMA_messages.strDoYouReally, escapeHtml($(this).closest('td').find('div').text()));
  1930. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\tbl_change.js (1 hit)
  1931. Line 645: // IMO it's not really important to handle the tabindex for
  1932. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\tbl_operations.js (3 hits)
  1933. Line 227: PMA_messages.strDoYouReally,
  1934. Line 262: PMA_messages.strDoYouReally,
  1935. Line 299: PMA_messages.strDoYouReally,
  1936. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\tbl_relation.js (1 hit)
  1937. Line 221: var question = PMA_sprintf(PMA_messages.strDoYouReally, drop_query);
  1938. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\tbl_select.js (1 hit)
  1939. Line 26: 'TINYINT|SMALLINT|MEDIUMINT|INT|BIGINT|DECIMAL|FLOAT|DOUBLE|REAL',
  1940. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\tbl_structure.js (2 hits)
  1941. Line 182: var question = PMA_sprintf(PMA_messages.strDoYouReally, 'ALTER TABLE `' + escapeHtml(curr_table_name) + '` DROP `' + escapeHtml(curr_column_name) + '`;');
  1942. Line 263: var question = PMA_sprintf(PMA_messages.strDoYouReally, 'ALTER TABLE `' +
  1943. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\vendor\codemirror\lib\codemirror.css (1 hit)
  1944. Line 166: /* 30px is the magic margin used to hide the element's real scrollbars */
  1945. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\vendor\codemirror\lib\codemirror.js (13 hits)
  1946. Line 343: // Work around IE7 z-index bug (not perfect, hence IE7 not really being supported)
  1947. Line 4430: // happen before the gutter has been realigned, causing it to
  1948. Line 5434: // reallocate them all on every rebase, but also avoid problems with
  1949. Line 6307: var realOpts = {replacedWith: options && (options.nodeType == null ? options.widget : options),
  1950. Line 6312: return markText(this, pos, pos, realOpts, "bookmark")
  1951. Line 6721: // Modifier key presses don't count as 'real' key presses for the
  1952. Line 7918: // Sync scrolling between fake scrollbars and real scrollable
  1953. Line 9163: // FIXME this is all really shaky. might handle the few cases it needs to handle, but likely to cause problems
  1954. Line 9187: // Flag that indicates whether we expect input to appear real soon
  1955. Line 9536: var realSubmit;
  1956. Line 9542: realSubmit = form.submit;
  1957. Line 9546: form.submit = realSubmit;
  1958. Line 9565: { textarea.form.submit = realSubmit; }
  1959. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\vendor\codemirror\mode\sql\sql.js (9 hits)
  1960. Line 282: builtin: set("bool boolean bit blob enum long longblob longtext medium mediumblob mediumint mediumtext time timestamp tinyblob tinyint tinytext text bigint int int1 int2 int3 int4 int8 integer float float4 float8 double char varbinary varchar varcharacter precision real date datetime year unsigned signed decimal numeric"),
  1961. Line 293: builtin: set("bigint numeric bit smallint decimal smallmoney int tinyint money float real char varchar text nchar nvarchar ntext binary varbinary image cursor timestamp hierarchyid uniqueidentifier sql_variant xml table "),
  1962. Line 306: keywords: set(sqlKeywords + "accessible action add after algorithm all analyze asensitive at authors auto_increment autocommit avg avg_row_length before binary binlog both btree cache call cascade cascaded case catalog_name chain change changed character check checkpoint checksum class_origin client_statistics close coalesce code collate collation collations column columns comment commit committed completion concurrent condition connection consistent constraint contains continue contributors convert cross current current_date current_time current_timestamp current_user cursor data database databases day_hour day_microsecond day_minute day_second deallocate dec declare default delay_key_write delayed delimiter des_key_file describe deterministic dev_pop dev_samp deviance diagnostics directory disable discard distinctrow div dual dumpfile each elseif enable enclosed end ends engine engines enum errors escape escaped even event events every execute exists exit explain extended fast fetch fie...
  1963. Line 322: keywords: set(sqlKeywords + "accessible action add after algorithm all always analyze asensitive at authors auto_increment autocommit avg avg_row_length before binary binlog both btree cache call cascade cascaded case catalog_name chain change changed character check checkpoint checksum class_origin client_statistics close coalesce code collate collation collations column columns comment commit committed completion concurrent condition connection consistent constraint contains continue contributors convert cross current current_date current_time current_timestamp current_user cursor data database databases day_hour day_microsecond day_minute day_second deallocate dec declare default delay_key_write delayed delimiter des_key_file describe deterministic dev_pop dev_samp deviance diagnostics directory disable discard distinctrow div dual dumpfile each elseif enable enclosed end ends engine engines enum errors escape escaped even event events every execute exists exit explain extended fast fe...
  1964. Line 343: builtin: set("bool boolean bit blob decimal double float long longblob longtext medium mediumblob mediumint mediumtext time timestamp tinyblob tinyint tinytext text clob bigint int int2 int8 integer float double char varchar date datetime year unsigned signed numeric real"),
  1965. Line 384: builtin: set("abs acos add_months ascii asin atan atan2 average bfile bfilename bigserial bit blob ceil character chartorowid chr clob concat convert cos cosh count dec decode deref dual dump dup_val_on_index empty error exp false float floor found glb greatest hextoraw initcap instr instrb int integer isopen last_day least length lengthb ln lower lpad ltrim lub make_ref max min mlslabel mod months_between natural naturaln nchar nclob new_time next_day nextval nls_charset_decl_len nls_charset_id nls_charset_name nls_initcap nls_lower nls_sort nls_upper nlssort no_data_found notfound null number numeric nvarchar2 nvl others power rawtohex real reftohex round rowcount rowidtochar rowtype rpad rtrim serial sign signtype sin sinh smallint soundex sqlcode sqlerrm sqrt stddev string substr substrb sum sysdate tan tanh to_char text to_date to_label to_multi_byte to_number to_single_byte translate true trunc uid unlogged upper user userenv varchar varchar2 variance varying vsize xml"),
  1966. Line 407: builtin: set("bigint int8 bigserial serial8 bit varying varbit boolean bool box bytea character char varchar cidr circle date double precision float8 inet integer int int4 interval json jsonb line lseg macaddr macaddr8 money numeric decimal path pg_lsn point polygon real float4 smallint int2 smallserial serial2 serial serial4 text time without zone with timetz timestamp timestamptz tsquery tsvector txid_snapshot uuid xml"),
  1967. Line 428: keywords: set("abort absolute access action active add admin after aggregate all also alter always analyse analyze and any array as asc assertion assignment asymmetric at authorization backward before begin between bigint binary bit boolean both by cache called cascade cascaded case cast chain char character characteristics check checkpoint class close cluster coalesce codegen collate column comment commit committed concurrency concurrently configuration connection constraint constraints contains content continue conversion copy cost cpu_rate_limit create createdb createexttable createrole createuser cross csv cube current current_catalog current_date current_role current_schema current_time current_timestamp current_user cursor cycle data database day deallocate dec decimal declare decode default defaults deferrable deferred definer delete delimiter delimiters deny desc dictionary disable discard distinct distributed do document domain double drop dxl each else enable encoding encrypted ...
  1968. Line 429: builtin: set("bigint int8 bigserial serial8 bit varying varbit boolean bool box bytea character char varchar cidr circle date double precision float float8 inet integer int int4 interval json jsonb line lseg macaddr macaddr8 money numeric decimal path pg_lsn point polygon real float4 smallint int2 smallserial serial2 serial serial4 text time without zone with timetz timestamp timestamptz tsquery tsvector txid_snapshot uuid xml"),
  1969. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\vendor\jqplot\jquery.jqplot.js (2 hits)
  1970. Line 2753: // Now go back and apply the options to the series. Really should just do this during initializaiton, but don't want to
  1971. Line 10981: // parameters may be null, undefined, empty-string or real valued
  1972. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\vendor\jqplot\plugins\jqplot.barRenderer.js (1 hit)
  1973. Line 125: // really should probably do this
  1974. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\vendor\jquery\jquery-migrate.js (3 hits)
  1975. Line 189: var realStringObj = obj && obj.toString();
  1976. Line 190: return !jQuery.isArray( obj ) && ( realStringObj - parseFloat( realStringObj ) + 1 ) >= 0;
  1977. Line 190: return !jQuery.isArray( obj ) && ( realStringObj - parseFloat( realStringObj ) + 1 ) >= 0;
  1978. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\vendor\jquery\jquery.event.drag-2.2.js (1 hit)
  1979. Line 56: // count another realted event
  1980. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\vendor\jquery\jquery.fullscreen.js (1 hit)
  1981. Line 38: // Find the real element and the document (Depends on whether the
  1982. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\vendor\jquery\jquery.validate.js (1 hit)
  1983. Line 761: // of using the real one.
  1984. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\vendor\openlayers\OpenLayers.js (1 hit)
  1985. Line 106: SearsLink:0.2011676512155/OpenLayers.METERS_PER_INCH,Rod:5.02921005842012/OpenLayers.METERS_PER_INCH,IntnlChain:20.1168/OpenLayers.METERS_PER_INCH,IntnlLink:0.201168/OpenLayers.METERS_PER_INCH,Perch:5.02921005842012/OpenLayers.METERS_PER_INCH,Pole:5.02921005842012/OpenLayers.METERS_PER_INCH,Furlong:201.1684023368046/OpenLayers.METERS_PER_INCH,Rood:3.778266898/OpenLayers.METERS_PER_INCH,CapeFoot:0.3047972615/OpenLayers.METERS_PER_INCH,Brealey:375/OpenLayers.METERS_PER_INCH,ModAmFt:0.304812252984506/
  1986. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\vendor\sprintf.js (1 hit)
  1987. Line 134: // parameters may be null, undefined, empty-string or real valued
  1988. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\vendor\tracekit.js (1 hit)
  1989. Line 634: // not sure if this is really necessary, but I don’t have a test
  1990. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\js\vendor\zxcvbn.js (70 hits)
  1991. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  1992. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  1993. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  1994. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  1995. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  1996. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  1997. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  1998. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  1999. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  2000. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  2001. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  2002. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  2003. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  2004. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  2005. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  2006. Line 8: var frequency_lists;frequency_lists={passwords:"123456,password,12345678,qwerty,123456789,12345,1234,111111,1234567,dragon,123123,baseball,abc123,football,monkey,letmein,shadow,master,696969,mustang,666666,qwertyuiop,123321,1234567890,pussy,superman,654321,1qaz2wsx,7777777,fuckyou,qazwsx,jordan,123qwe,000000,killer,trustno1,hunter,harley,zxcvbnm,asdfgh,buster,batman,soccer,tigger,charlie,sunshine,iloveyou,fuckme,ranger,hockey,computer,starwars,asshole,pepper,klaster,112233,zxcvbn,freedom,princess,maggie,pass,ginger,11111111,131313,fuck,love,cheese,159753,summer,chelsea,dallas,biteme,matrix,yankees,6969,corvette,austin,access,thunder,merlin,secret,diamond,hello,hammer,fucker,1234qwer,silver,gfhjkm,internet,samantha,golfer,scooter,test,orange,cookie,q1w2e3r4t5,maverick,sparky,phoenix,mickey,bigdog,snoopy,guitar,whatever,chicken,camaro,mercedes,peanut,ferrari,falcon,cowboy,welcome,sexy,samsung,steelers,smokey,dakota,arsenal,boomer,eagles,tigers,marina,nascar,booboo,gateway,yellow,porsche,monster,s...
  2007. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2008. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2009. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2010. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2011. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2012. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2013. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2014. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2015. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2016. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2017. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2018. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2019. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2020. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2021. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2022. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2023. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2024. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2025. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2026. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2027. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2028. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2029. Line 9: english_wikipedia:"the,of,and,in,was,is,for,as,on,with,by,he,at,from,his,an,were,are,which,doc,https,also,or,has,had,first,one,their,its,after,new,who,they,two,her,she,been,other,when,time,during,there,into,school,more,may,years,over,only,year,most,would,world,city,some,where,between,later,three,state,such,then,national,used,made,known,under,many,university,united,while,part,season,team,these,american,than,film,second,born,south,became,states,war,through,being,including,both,before,north,high,however,people,family,early,history,album,area,them,series,against,until,since,district,county,name,work,life,group,music,following,number,company,several,four,called,played,released,career,league,game,government,house,each,based,day,same,won,use,station,club,international,town,located,population,general,college,east,found,age,march,end,september,began,home,public,church,line,june,river,member,system,place,century,band,july,york,january,october,song,august,best,former,british,party,named,held,village,show,...
  2030. Line 10: female_names:"mary,patricia,linda,barbara,elizabeth,jennifer,maria,susan,margaret,dorothy,lisa,nancy,karen,betty,helen,sandra,donna,carol,ruth,sharon,michelle,laura,sarah,kimberly,deborah,jessica,shirley,cynthia,angela,melissa,brenda,amy,anna,rebecca,virginia,kathleen,pamela,martha,debra,amanda,stephanie,carolyn,christine,marie,janet,catherine,frances,ann,joyce,diane,alice,julie,heather,teresa,doris,gloria,evelyn,jean,cheryl,mildred,katherine,joan,ashley,judith,rose,janice,kelly,nicole,judy,christina,kathy,theresa,beverly,denise,tammy,irene,jane,lori,rachel,marilyn,andrea,kathryn,louise,sara,anne,jacqueline,wanda,bonnie,julia,ruby,lois,tina,phyllis,norma,paula,diana,annie,lillian,emily,robin,peggy,crystal,gladys,rita,dawn,connie,florence,tracy,edna,tiffany,carmen,rosa,cindy,grace,wendy,victoria,edith,kim,sherry,sylvia,josephine,thelma,shannon,sheila,ethel,ellen,elaine,marjorie,carrie,charlotte,monica,esther,pauline,emma,juanita,anita,rhonda,hazel,amber,eva,debbie,april,leslie,clara,lucille,jam...
  2031. Line 10: female_names:"mary,patricia,linda,barbara,elizabeth,jennifer,maria,susan,margaret,dorothy,lisa,nancy,karen,betty,helen,sandra,donna,carol,ruth,sharon,michelle,laura,sarah,kimberly,deborah,jessica,shirley,cynthia,angela,melissa,brenda,amy,anna,rebecca,virginia,kathleen,pamela,martha,debra,amanda,stephanie,carolyn,christine,marie,janet,catherine,frances,ann,joyce,diane,alice,julie,heather,teresa,doris,gloria,evelyn,jean,cheryl,mildred,katherine,joan,ashley,judith,rose,janice,kelly,nicole,judy,christina,kathy,theresa,beverly,denise,tammy,irene,jane,lori,rachel,marilyn,andrea,kathryn,louise,sara,anne,jacqueline,wanda,bonnie,julia,ruby,lois,tina,phyllis,norma,paula,diana,annie,lillian,emily,robin,peggy,crystal,gladys,rita,dawn,connie,florence,tracy,edna,tiffany,carmen,rosa,cindy,grace,wendy,victoria,edith,kim,sherry,sylvia,josephine,thelma,shannon,sheila,ethel,ellen,elaine,marjorie,carrie,charlotte,monica,esther,pauline,emma,juanita,anita,rhonda,hazel,amber,eva,debbie,april,leslie,clara,lucille,jam...
  2032. Line 10: female_names:"mary,patricia,linda,barbara,elizabeth,jennifer,maria,susan,margaret,dorothy,lisa,nancy,karen,betty,helen,sandra,donna,carol,ruth,sharon,michelle,laura,sarah,kimberly,deborah,jessica,shirley,cynthia,angela,melissa,brenda,amy,anna,rebecca,virginia,kathleen,pamela,martha,debra,amanda,stephanie,carolyn,christine,marie,janet,catherine,frances,ann,joyce,diane,alice,julie,heather,teresa,doris,gloria,evelyn,jean,cheryl,mildred,katherine,joan,ashley,judith,rose,janice,kelly,nicole,judy,christina,kathy,theresa,beverly,denise,tammy,irene,jane,lori,rachel,marilyn,andrea,kathryn,louise,sara,anne,jacqueline,wanda,bonnie,julia,ruby,lois,tina,phyllis,norma,paula,diana,annie,lillian,emily,robin,peggy,crystal,gladys,rita,dawn,connie,florence,tracy,edna,tiffany,carmen,rosa,cindy,grace,wendy,victoria,edith,kim,sherry,sylvia,josephine,thelma,shannon,sheila,ethel,ellen,elaine,marjorie,carrie,charlotte,monica,esther,pauline,emma,juanita,anita,rhonda,hazel,amber,eva,debbie,april,leslie,clara,lucille,jam...
  2033. Line 10: female_names:"mary,patricia,linda,barbara,elizabeth,jennifer,maria,susan,margaret,dorothy,lisa,nancy,karen,betty,helen,sandra,donna,carol,ruth,sharon,michelle,laura,sarah,kimberly,deborah,jessica,shirley,cynthia,angela,melissa,brenda,amy,anna,rebecca,virginia,kathleen,pamela,martha,debra,amanda,stephanie,carolyn,christine,marie,janet,catherine,frances,ann,joyce,diane,alice,julie,heather,teresa,doris,gloria,evelyn,jean,cheryl,mildred,katherine,joan,ashley,judith,rose,janice,kelly,nicole,judy,christina,kathy,theresa,beverly,denise,tammy,irene,jane,lori,rachel,marilyn,andrea,kathryn,louise,sara,anne,jacqueline,wanda,bonnie,julia,ruby,lois,tina,phyllis,norma,paula,diana,annie,lillian,emily,robin,peggy,crystal,gladys,rita,dawn,connie,florence,tracy,edna,tiffany,carmen,rosa,cindy,grace,wendy,victoria,edith,kim,sherry,sylvia,josephine,thelma,shannon,sheila,ethel,ellen,elaine,marjorie,carrie,charlotte,monica,esther,pauline,emma,juanita,anita,rhonda,hazel,amber,eva,debbie,april,leslie,clara,lucille,jam...
  2034. Line 10: female_names:"mary,patricia,linda,barbara,elizabeth,jennifer,maria,susan,margaret,dorothy,lisa,nancy,karen,betty,helen,sandra,donna,carol,ruth,sharon,michelle,laura,sarah,kimberly,deborah,jessica,shirley,cynthia,angela,melissa,brenda,amy,anna,rebecca,virginia,kathleen,pamela,martha,debra,amanda,stephanie,carolyn,christine,marie,janet,catherine,frances,ann,joyce,diane,alice,julie,heather,teresa,doris,gloria,evelyn,jean,cheryl,mildred,katherine,joan,ashley,judith,rose,janice,kelly,nicole,judy,christina,kathy,theresa,beverly,denise,tammy,irene,jane,lori,rachel,marilyn,andrea,kathryn,louise,sara,anne,jacqueline,wanda,bonnie,julia,ruby,lois,tina,phyllis,norma,paula,diana,annie,lillian,emily,robin,peggy,crystal,gladys,rita,dawn,connie,florence,tracy,edna,tiffany,carmen,rosa,cindy,grace,wendy,victoria,edith,kim,sherry,sylvia,josephine,thelma,shannon,sheila,ethel,ellen,elaine,marjorie,carrie,charlotte,monica,esther,pauline,emma,juanita,anita,rhonda,hazel,amber,eva,debbie,april,leslie,clara,lucille,jam...
  2035. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2036. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2037. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2038. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2039. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2040. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2041. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2042. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2043. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2044. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2045. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2046. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2047. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2048. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2049. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2050. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2051. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2052. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2053. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2054. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2055. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2056. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2057. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2058. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2059. Line 11: us_tv_and_film:"you,i,to,that,it,me,what,this,know,i'm,no,have,my,don't,just,not,do,be,your,we,it's,so,but,all,well,oh,about,right,you're,get,here,out,going,like,yeah,if,can,up,want,think,that's,now,go,him,how,got,did,why,see,come,good,really,look,will,okay,back,can't,mean,tell,i'll,hey,he's,could,didn't,yes,something,because,say,take,way,little,make,need,gonna,never,we're,too,she's,i've,sure,our,sorry,what's,let,thing,maybe,down,man,very,there's,should,anything,said,much,any,even,off,please,doing,thank,give,thought,help,talk,god,still,wait,find,nothing,again,things,let's,doesn't,call,told,great,better,ever,night,away,believe,feel,everything,you've,fine,last,keep,does,put,around,stop,they're,i'd,guy,isn't,always,listen,wanted,guys,huh,those,big,lot,happened,thanks,won't,trying,kind,wrong,talking,guess,care,bad,mom,remember,getting,we'll,together,dad,leave,understand,wouldn't,actually,hear,baby,nice,father,else,stay,done,wasn't,course,might,mind,every,enough,try,hell,came,someone,you'll,whole,y...
  2060. Line 12: male_names:"james,john,robert,michael,william,david,richard,charles,joseph,thomas,christopher,daniel,paul,mark,donald,george,kenneth,steven,edward,brian,ronald,anthony,kevin,jason,matthew,gary,timothy,jose,larry,jeffrey,frank,scott,eric,stephen,andrew,raymond,gregory,joshua,jerry,dennis,walter,patrick,peter,harold,douglas,henry,carl,arthur,ryan,roger,joe,juan,jack,albert,jonathan,justin,terry,gerald,keith,samuel,willie,ralph,lawrence,nicholas,roy,benjamin,bruce,brandon,adam,harry,fred,wayne,billy,steve,louis,jeremy,aaron,randy,eugene,carlos,russell,bobby,victor,ernest,phillip,todd,jesse,craig,alan,shawn,clarence,sean,philip,chris,johnny,earl,jimmy,antonio,danny,bryan,tony,luis,mike,stanley,leonard,nathan,dale,manuel,rodney,curtis,norman,marvin,vincent,glenn,jeffery,travis,jeff,chad,jacob,melvin,alfred,kyle,francis,bradley,jesus,herbert,frederick,ray,joel,edwin,don,eddie,ricky,troy,randall,barry,bernard,mario,leroy,francisco,marcus,micheal,theodore,clifford,miguel,oscar,jay,jim,tom,calvin,alex,...
  2061. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\CheckUserPrivileges.php (1 hit)
  2062. Line 151: * @todo fix to get really all privileges, not only explicitly defined for this user
  2063. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Config\Descriptions.php (5 hits)
  2064. Line 161: 'Whether a warning ("Are your really sure…") should be displayed '
  2065. Line 987: case 'Servers_auth_http_realm_desc':
  2066. Line 988: return __('HTTP Basic Auth Realm name to display when doing HTTP Auth.');
  2067. Line 989: case 'Servers_auth_http_realm_name':
  2068. Line 990: return __('HTTP Realm');
  2069. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Config\FormDisplay.php (1 hit)
  2070. Line 786: // read real config for user preferences display
  2071. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Config\Forms\Setup\ServersForm.php (1 hit)
  2072. Line 31: 'auth_http_realm',
  2073. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Config\Validator.php (1 hit)
  2074. Line 435: // now let's check whether we really have an IP address
  2075. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Config.php (5 hits)
  2076. Line 914: // settings below start really working on next page load, but
  2077. Line 1250: min(Core::getRealSize($filesize), Core::getRealSize($postsize))
  2078. Line 1250: min(Core::getRealSize($filesize), Core::getRealSize($postsize))
  2079. Line 1253: $this->set('max_upload_size', Core::getRealSize($filesize));
  2080. Line 1693: return realpath($dir);
  2081. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Controllers\Database\DatabaseStructureController.php (20 hits)
  2082. Line 116: // If there is an Ajax request for real row count of a table.
  2083. Line 118: && isset($_REQUEST['real_row_count'])
  2084. Line 119: && $_REQUEST['real_row_count'] == true
  2085. Line 121: $this->handleRealRowCountRequestAction();
  2086. Line 316: * Handles request for real row count on database level view page.
  2087. Line 320: public function handleRealRowCountRequestAction()
  2088. Line 324: if (!isset($_REQUEST['real_row_count_all'])) {
  2089. Line 325: // Get the real row count for the table.
  2090. Line 326: $real_row_count = $this->dbi
  2091. Line 328: ->getRealRowCountTable();
  2092. Line 330: $real_row_count = Util::formatNumber($real_row_count, 0);
  2093. Line 330: $real_row_count = Util::formatNumber($real_row_count, 0);
  2094. Line 331: $ajax_response->addJSON('real_row_count', $real_row_count);
  2095. Line 331: $ajax_response->addJSON('real_row_count', $real_row_count);
  2096. Line 336: $real_row_count_all = array();
  2097. Line 337: // Iterate over each table and fetch real row count.
  2098. Line 341: ->getRealRowCountTable();
  2099. Line 342: $real_row_count_all[] = array(
  2100. Line 349: 'real_row_count_all',
  2101. Line 350: json_encode($real_row_count_all)
  2102. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Controllers\Server\ServerBinlogController.php (1 hit)
  2103. Line 107: * Need to find the real end of rows?
  2104. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Controllers\Server\ServerVariablesController.php (4 hits)
  2105. Line 2049: $variable_doc_links['query_prealloc_size'] = array(
  2106. Line 2050: 'query_prealloc_size',
  2107. Line 2537: $variable_doc_links['transaction_prealloc_size'] = array(
  2108. Line 2538: 'transaction_prealloc_size',
  2109. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Controllers\Table\TableChartController.php (1 hit)
  2110. Line 148: $numeric_types = array('int', 'real');
  2111. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Controllers\Table\TableSearchController.php (1 hit)
  2112. Line 470: null, // find_real_end
  2113. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Controllers\Table\TableStructureController.php (1 hit)
  2114. Line 838: null, // find_real_end
  2115. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Core.php (3 hits)
  2116. Line 408: public static function getRealSize($size = 0)
  2117. Line 430: } // end getRealSize()
  2118. Line 976: * We really need this one!
  2119. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Database\MultiTableQuery.php (1 hit)
  2120. Line 119: null, // find_real_end
  2121. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Database\Qbe.php (8 hits)
  2122. Line 122: private $_realwidth;
  2123. Line 374: $this->_realwidth = $this->_form_column_width . 'ex';
  2124. Line 406: 'real_width' => $this->_realwidth,
  2125. Line 406: 'real_width' => $this->_realwidth,
  2126. Line 728: . ' style="width: ' . $this->_realwidth . '"'
  2127. Line 761: . ' style="width: ' . $this->_realwidth . '"'
  2128. Line 998: . ' style="width: ' . $this->_realwidth . '" size="20" />';
  2129. Line 1018: . ' style="width: ' . $this->_realwidth . '" size="20" />';
  2130. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\DatabaseInterface.php (4 hits)
  2131. Line 319: $result = $this->_extension->realQuery($query, $this->_links[$link], $options);
  2132. Line 330: $tmp = $this->_extension->realQuery('
  2133. Line 369: return $this->_extension->realMultiQuery($this->_links[$link], $multi_query);
  2134. Line 1060: $map['real_column'] = $view_columns[$i];
  2135. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Dbi\DbiDummy.php (2 hits)
  2136. Line 73: public function realQuery($query, $link = null, $options = 0)
  2137. Line 113: public function realMultiQuery($link, $query)
  2138. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Dbi\DbiExtension.php (2 hits)
  2139. Line 48: public function realQuery($query, $link, $options);
  2140. Line 58: public function realMultiQuery($link, $query);
  2141. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Dbi\DbiMysql.php (6 hits)
  2142. Line 43: private function _realConnect($server, $user, $password, $client_flags,
  2143. Line 76: public function realMultiQuery($link, $query)
  2144. Line 129: $link = $this->_realConnect($server_socket, $user, $password, null);
  2145. Line 131: $link = $this->_realConnect(
  2146. Line 161: public function realQuery($query, $link, $options)
  2147. Line 454: return mysql_real_escape_string($str, $link);
  2148. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Dbi\DbiMysqli.php (8 hits)
  2149. Line 143: $return_value = mysqli_real_connect(
  2150. Line 203: public function realQuery($query, $link, $options)
  2151. Line 224: public function realMultiQuery($link, $query)
  2152. Line 431: $typeAr[MYSQLI_TYPE_DECIMAL] = 'real';
  2153. Line 432: $typeAr[MYSQLI_TYPE_NEWDECIMAL] = 'real';
  2154. Line 437: $typeAr[MYSQLI_TYPE_FLOAT] = 'real';
  2155. Line 438: $typeAr[MYSQLI_TYPE_DOUBLE] = 'real';
  2156. Line 585: return mysqli_real_escape_string($link, $str);
  2157. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Display\Results.php (13 hits)
  2158. Line 719: * @param string $input_for_real_end optional hidden field for special treatment
  2159. Line 736: $input_for_real_end = '',
  2160. Line 763: 'input_for_real_end' => $input_for_real_end,
  2161. Line 763: 'input_for_real_end' => $input_for_real_end,
  2162. Line 1065: $input_for_real_end = '<input id="real_end_input" type="hidden" '
  2163. Line 1065: $input_for_real_end = '<input id="real_end_input" type="hidden" '
  2164. Line 1066: . 'name="find_real_end" value="1" />';
  2165. Line 1070: $input_for_real_end = $onclick = '';
  2166. Line 1090: $html_sql_query, false, $onsubmit, $input_for_real_end, $onclick
  2167. Line 2184: '@int|decimal|float|double|real|bit|boolean|serial@i',
  2168. Line 3015: if (($meta->numeric == 1 && $meta->type != 'string') || $meta->type == 'real') {
  2169. Line 4202: // table does not always contain a real table name,
  2170. Line 5331: // always apply a transformation on the real data,
  2171. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Error.php (4 hits)
  2172. Line 410: 'mysqli_real_connect',
  2173. Line 412: '_realConnect'
  2174. Line 483: $dest = @realpath($path);
  2175. Line 492: realpath(__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..')
  2176. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Import.php (1 hit)
  2177. Line 1027: /* TODO: Do more checking here to make sure they really are matched */
  2178. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\InsertEdit.php (24 hits)
  2179. Line 501: * @param boolean $real_null_value is column value null or not null
  2180. Line 515: $real_null_value,
  2181. Line 531: if ($real_null_value && !$column['first_timestamp']) {
  2182. Line 539: if ($real_null_value) {
  2183. Line 1532: 'longblob' => '4294967296' // yeah, really
  2184. Line 1947: * @param boolean $real_null_value whether column value null or not null
  2185. Line 1952: * @return array $real_null_value, $data, $special_chars, $backup_field,
  2186. Line 1959: $real_null_value,
  2187. Line 1968: $real_null_value = true;
  2188. Line 2040: $real_null_value,
  2189. Line 2052: * @param boolean $real_null_value whether column value null or not null
  2190. Line 2054: * @return array $real_null_value, $data, $special_chars,
  2191. Line 2059: $real_null_value
  2192. Line 2063: $real_null_value = true;
  2193. Line 2090: $real_null_value, $data, $special_chars,
  2194. Line 2307: // The next line contains a real assignment, it's not a typo
  2195. Line 2802: $sql_for_real_value = 'SELECT ' . Util::backquote($table) . '.'
  2196. Line 2808: $result = $this->dbi->tryQuery($sql_for_real_value);
  2197. Line 3166: $real_null_value = false;
  2198. Line 3171: $real_null_value, $special_chars_encoded, $special_chars,
  2199. Line 3178: $real_null_value,
  2200. Line 3190: list($real_null_value, $data, $special_chars, $backup_field,
  2201. Line 3195: $real_null_value
  2202. Line 3236: $real_null_value,
  2203. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Message.php (1 hit)
  2204. Line 512: * Real implementation of adding message
  2205. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\MultSubmits.php (1 hit)
  2206. Line 500: $html .= __('Do you really want to execute the following query?');
  2207. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Navigation\NavigationTree.php (41 hits)
  2208. Line 375: $container->real_name,
  2209. Line 380: switch ($container->real_name) {
  2210. Line 415: if ($type2 == $container->real_name) {
  2211. Line 444: if ($type2 == $container->real_name) {
  2212. Line 467: $container->real_name,
  2213. Line 471: switch ($container->real_name) {
  2214. Line 495: if ($type3 == $container->real_name) {
  2215. Line 544: if ($type3 == $node->real_name) {
  2216. Line 551: if ($type3 == $node->real_name) {
  2217. Line 554: $retval[$node->real_name] = $node;
  2218. Line 635: if ($type == $node->real_name) {
  2219. Line 642: if ($type == $node->real_name) {
  2220. Line 645: $retval[$node->real_name] = $node;
  2221. Line 819: $new_child->real_name = $child->real_name;
  2222. Line 819: $new_child->real_name = $child->real_name;
  2223. Line 920: $retval .= urlencode($parents[0]->real_name);
  2224. Line 934: if (is_object($node->realParent())) {
  2225. Line 935: $results = $node->realParent()
  2226. Line 937: $node->real_name,
  2227. Line 1038: || $node->realParent() === false
  2228. Line 1060: $parentName = $parents[0]->real_name;
  2229. Line 1065: || (in_array($node->real_name, $sterile))
  2230. Line 1122: $isNewView = $parent[0]->real_name == 'views' && $node->isNew === true;
  2231. Line 1124: && (in_array($parent[0]->real_name, $haveAjax) || $isNewView)
  2232. Line 1153: $args[] = urlencode($parent->real_name);
  2233. Line 1173: $args[] = urlencode($parent->real_name);
  2234. Line 1184: $retval .= htmlspecialchars($node->real_name);
  2235. Line 1284: . htmlspecialchars($node->real_name) . '"'
  2236. Line 1289: if ($node->real_name == $selected) {
  2237. Line 1292: $retval .= '>' . htmlspecialchars($node->real_name);
  2238. Line 1376: && ($node->real_name == 'tables'
  2239. Line 1377: || $node->real_name == 'views'
  2240. Line 1378: || $node->real_name == 'functions'
  2241. Line 1379: || $node->real_name == 'procedures'
  2242. Line 1380: || $node->real_name == 'events'))
  2243. Line 1381: && method_exists($node->realParent(), 'getPresence')
  2244. Line 1382: && $node->realParent()->getPresence($node->real_name) >= $filter_item_min
  2245. Line 1382: && $node->realParent()->getPresence($node->real_name) >= $filter_item_min
  2246. Line 1389: 'pos2_name' => $node->real_name,
  2247. Line 1492: $num = $node->realParent()
  2248. Line 1494: $node->real_name,
  2249. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Navigation\Nodes\Node.php (10 hits)
  2250. Line 38: public $real_name = "";
  2251. Line 122: $this->real_name = $name;
  2252. Line 148: * @param bool $real_name Whether to use the "real_name"
  2253. Line 148: * @param bool $real_name Whether to use the "real_name"
  2254. Line 154: public function getChild($name, $real_name = false)
  2255. Line 156: if ($real_name) {
  2256. Line 158: if ($child->real_name == $name) {
  2257. Line 228: public function realParent()
  2258. Line 327: $aPath[] = base64_encode($parent->real_name);
  2259. Line 328: $aPath_clean[] = $parent->real_name;
  2260. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Navigation\Nodes\NodeColumnContainer.php (1 hit)
  2261. Line 33: $this->real_name = 'columns';
  2262. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Navigation\Nodes\NodeDatabase.php (9 hits)
  2263. Line 112: $db = $this->real_name;
  2264. Line 202: $db = $this->real_name;
  2265. Line 248: $db = $this->real_name;
  2266. Line 294: $db = $this->real_name;
  2267. Line 413: $db = $this->real_name;
  2268. Line 455: $db = $this->real_name;
  2269. Line 541: $db = $this->real_name;
  2270. Line 622: $db = $this->real_name;
  2271. Line 677: 'dbName' => $this->real_name,
  2272. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Navigation\Nodes\NodeDatabaseChild.php (3 hits)
  2273. Line 40: $db = $this->realParent()->real_name;
  2274. Line 40: $db = $this->realParent()->real_name;
  2275. Line 41: $item = $this->real_name;
  2276. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Navigation\Nodes\NodeEventContainer.php (1 hit)
  2277. Line 33: $this->real_name = 'events';
  2278. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Navigation\Nodes\NodeFunctionContainer.php (1 hit)
  2279. Line 33: $this->real_name = 'functions';
  2280. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Navigation\Nodes\NodeIndexContainer.php (1 hit)
  2281. Line 33: $this->real_name = 'indexes';
  2282. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Navigation\Nodes\NodeProcedureContainer.php (1 hit)
  2283. Line 33: $this->real_name = 'procedures';
  2284. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Navigation\Nodes\NodeTable.php (6 hits)
  2285. Line 90: $db = $this->realParent()->real_name;
  2286. Line 90: $db = $this->realParent()->real_name;
  2287. Line 91: $table = $this->real_name;
  2288. Line 162: $db = $this->realParent()->real_name;
  2289. Line 162: $db = $this->realParent()->real_name;
  2290. Line 163: $table = $this->real_name;
  2291. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Navigation\Nodes\NodeTableContainer.php (1 hit)
  2292. Line 33: $this->real_name = 'tables';
  2293. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Navigation\Nodes\NodeTriggerContainer.php (1 hit)
  2294. Line 33: $this->real_name = 'triggers';
  2295. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Navigation\Nodes\NodeViewContainer.php (1 hit)
  2296. Line 34: $this->real_name = 'views';
  2297. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Operations.php (1 hit)
  2298. Line 427: // the real views are created after the tables
  2299. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Plugins\Auth\AuthenticationConfig.php (1 hit)
  2300. Line 120: // rejected the connection, which is not really what happened)
  2301. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Plugins\Auth\AuthenticationHttp.php (8 hits)
  2302. Line 56: if (empty($GLOBALS['cfg']['Server']['auth_http_realm'])) {
  2303. Line 62: $realm_message = 'phpMyAdmin ' . $server_message;
  2304. Line 64: $realm_message = $GLOBALS['cfg']['Server']['auth_http_realm'];
  2305. Line 64: $realm_message = $GLOBALS['cfg']['Server']['auth_http_realm'];
  2306. Line 70: $realm_message = preg_replace('/[^\x20-\x7e]/i', '', $realm_message);
  2307. Line 70: $realm_message = preg_replace('/[^\x20-\x7e]/i', '', $realm_message);
  2308. Line 71: $response->header('WWW-Authenticate: Basic realm="' . $realm_message . '"');
  2309. Line 71: $response->header('WWW-Authenticate: Basic realm="' . $realm_message . '"');
  2310. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Plugins\Export\ExportOds.php (1 hit)
  2311. Line 312: || $fields_meta[$j]->type == 'real'
  2312. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Plugins\Export\ExportSql.php (1 hit)
  2313. Line 2399: // - a TEXT field returns type blob but a real blob
  2314. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Plugins\Export\Helpers\Pdf.php (1 hit)
  2315. Line 738: // save the real title's width
  2316. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Plugins\Import\ImportMediawiki.php (1 hit)
  2317. Line 430: // If we're not inside a tag, then this is part of a real separator,
  2318. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Plugins\Schema\Dia\Dia.php (7 hits)
  2319. Line 96: <dia:real val="' . $topMargin . '"/>
  2320. Line 99: <dia:real val="' . $bottomMargin . '"/>
  2321. Line 102: <dia:real val="' . $leftMargin . '"/>
  2322. Line 105: <dia:real val="' . $rightMargin . '"/>
  2323. Line 111: <dia:real val="1"/>
  2324. Line 121: <dia:real val="1"/>
  2325. Line 124: <dia:real val="1"/>
  2326. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Plugins\Schema\Dia\RelationStatsDia.php (6 hits)
  2327. Line 173: <dia:real val="0.10000000000000001"/>
  2328. Line 177: <dia:real val="1"/>
  2329. Line 180: <dia:real val="0"/>
  2330. Line 186: <dia:real val="0.5"/>
  2331. Line 189: <dia:real val="0.5"/>
  2332. Line 201: <dia:real val="0.59999999999999998"/>
  2333. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Plugins\Schema\Dia\TableStatsDia.php (6 hits)
  2334. Line 134: <dia:real val="5.9199999999999999"/>
  2335. Line 137: <dia:real val="3.5"/>
  2336. Line 149: <dia:real val="0.10000000000000001"/>
  2337. Line 179: <dia:real val="0.80000000000000004"/>
  2338. Line 182: <dia:real val="0.69999999999999996"/>
  2339. Line 185: <dia:real val="0.69999999999999996"/>
  2340. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Plugins\Schema\Pdf\PdfRelationSchema.php (1 hit)
  2341. Line 640: // this is really intended for 'letter'
  2342. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Plugins\Transformations\Abs\ExternalTransformationsPlugin.php (1 hit)
  2343. Line 86: // script that will publish only functions you really want.
  2344. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Rte\General.php (1 hit)
  2345. Line 40: // OMG, this is really bad! We dropped the query,
  2346. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Server\Privileges.php (48 hits)
  2347. Line 1766: /* Try to get real lengths from the database */
  2348. Line 4107: // instead of the real query sent
  2349. Line 4186: $create_user_real, $create_user_show, $real_sql_query, $sql_query,
  2350. Line 4186: $create_user_real, $create_user_show, $real_sql_query, $sql_query,
  2351. Line 4187: $password_set_real, $password_set_show
  2352. Line 4195: if (isset($create_user_real)) {
  2353. Line 4196: if (!$GLOBALS['dbi']->tryQuery($create_user_real)) {
  2354. Line 4199: if (isset($password_set_real) && !empty($password_set_real)
  2355. Line 4199: if (isset($password_set_real) && !empty($password_set_real)
  2356. Line 4205: if ($GLOBALS['dbi']->tryQuery($password_set_real)) {
  2357. Line 4214: $real_sql_query,
  2358. Line 4238: if (isset($create_user_real)) {
  2359. Line 4239: $queries[] = $create_user_real;
  2360. Line 4241: $queries[] = $real_sql_query;
  2361. Line 4243: if (isset($password_set_real) && ! empty($password_set_real)
  2362. Line 4243: if (isset($password_set_real) && ! empty($password_set_real)
  2363. Line 4250: $queries[] = $password_set_real;
  2364. Line 4254: // by the real query in $queries
  2365. Line 4256: if (isset($create_user_real)) {
  2366. Line 4259: if (isset($password_set_real) && ! empty($password_set_real)) {
  2367. Line 4259: if (isset($password_set_real) && ! empty($password_set_real)) {
  2368. Line 5003: * @param string $real_sql_query SQL query for add a user
  2369. Line 5011: public static function addUserAndCreateDatabase($_error, $real_sql_query, $sql_query,
  2370. Line 5014: if ($_error || (!empty($real_sql_query)
  2371. Line 5015: && !$GLOBALS['dbi']->tryQuery($real_sql_query))
  2372. Line 5144: * @return array ($create_user_real, $create_user_show,$real_sql_query, $sql_query
  2373. Line 5144: * @return array ($create_user_real, $create_user_show,$real_sql_query, $sql_query
  2374. Line 5145: * $password_set_real, $password_set_show)
  2375. Line 5186: $create_user_real = $create_user_show = $create_user_stmt;
  2376. Line 5202: $real_sql_query = $sql_query = $sql_query_stmt;
  2377. Line 5220: $password_set_real = null;
  2378. Line 5240: $create_user_real = sprintf(
  2379. Line 5249: $create_user_real = sprintf(
  2380. Line 5266: $create_user_real = sprintf(
  2381. Line 5279: $password_set_real = sprintf(
  2382. Line 5286: $password_set_real = sprintf(
  2383. Line 5294: $password_set_real = sprintf(
  2384. Line 5305: $real_sql_query .= $require_clause;
  2385. Line 5309: $real_sql_query .= $with_clause;
  2386. Line 5312: if (isset($create_user_real)) {
  2387. Line 5313: $create_user_real .= ';';
  2388. Line 5316: $real_sql_query .= ';';
  2389. Line 5320: $real_sql_query = '';
  2390. Line 5331: $password_set_real = null;
  2391. Line 5334: $password_set_real .= ";";
  2392. Line 5338: return array($create_user_real,
  2393. Line 5340: $real_sql_query,
  2394. Line 5342: $password_set_real,
  2395. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Server\Status\Monitor.php (5 hits)
  2396. Line 376: * Returns JSon for real-time charting data
  2397. Line 424: * Assign the variables for real-time charting data
  2398. Line 426: * @param array $ret Real-time charting data
  2399. Line 456: * @param array $ret Real-time charting data
  2400. Line 493: * @param array $ret Real-time charting data
  2401. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Server\Status\Processes.php (1 hit)
  2402. Line 73: // This array contains display name and real column name of each
  2403. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Sql.php (22 hits)
  2404. Line 681: * @param boolean $find_real_end whether the real end should be found
  2405. Line 681: * @param boolean $find_real_end whether the real end should be found
  2406. Line 685: public function isJustBrowsing(array $analyzed_sql_results, $find_real_end)
  2407. Line 697: && ! isset($find_real_end)
  2408. Line 844: * Function to find the real end of rows
  2409. Line 851: public function findRealEndOfRows($db, $table)
  2410. Line 1175: // due to $find_real_end == true
  2411. Line 1239: * @param boolean $find_real_end whether to find the real end
  2412. Line 1239: * @param boolean $find_real_end whether to find the real end
  2413. Line 1246: $db, $table, $find_real_end, $sql_query_for_bookmark, $extra_data
  2414. Line 1302: $analyzed_sql_results, isset($find_real_end) ? $find_real_end : null
  2415. Line 1302: $analyzed_sql_results, isset($find_real_end) ? $find_real_end : null
  2416. Line 2070: * @param bool|null $find_real_end whether to find real end or not
  2417. Line 2070: * @param bool|null $find_real_end whether to find real end or not
  2418. Line 2091: $is_gotofile, $db, $table, $find_real_end, $sql_query_for_bookmark,
  2419. Line 2116: $find_real_end, // find_real_end
  2420. Line 2116: $find_real_end, // find_real_end
  2421. Line 2143: * @param bool|null $find_real_end whether to find real end or not
  2422. Line 2143: * @param bool|null $find_real_end whether to find real end or not
  2423. Line 2164: $is_gotofile, $db, $table, $find_real_end, $sql_query_for_bookmark,
  2424. Line 2214: isset($find_real_end) ? $find_real_end : null,
  2425. Line 2214: isset($find_real_end) ? $find_real_end : null,
  2426. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\SysInfoBase.php (1 hit)
  2427. Line 11: * Basic sysinfo class not providing any real data.
  2428. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\SystemDatabase.php (2 hits)
  2429. Line 110: isset($column['real_column'])
  2430. Line 111: ? $column['real_column']
  2431. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Table.php (5 hits)
  2432. Line 322: // or when we really did not get any status info, for example
  2433. Line 2201: // Map the fieldname's md5 back to its real name
  2434. Line 2294: // Map the fieldname's md5 back to its real name
  2435. Line 2585: * Returns the real row count for a table
  2436. Line 2589: public function getRealRowCountTable()
  2437. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Types.php (4 hits)
  2438. Line 246: case 'REAL':
  2439. Line 248: 'Synonym for DOUBLE (exception: in REAL_AS_FLOAT SQL mode it is ' .
  2440. Line 412: case 'REAL':
  2441. Line 705: 'REAL',
  2442. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\Util.php (3 hits)
  2443. Line 1973: if ($meta->type == 'real') {
  2444. Line 1986: // for real we use CONCAT above and it should compare to string
  2445. Line 1989: && ($meta->type != 'real')
  2446. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\classes\ZipExtension.php (1 hit)
  2447. Line 61: /* Is the the zip really an ODS file? */
  2448. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\config.default.php (3 hits)
  2449. Line 251: * HTTP Basic Auth Realm name to display (only used with 'HTTP' auth_type)
  2450. Line 253: * @global string $cfg['Servers'][$i]['auth_http_realm']
  2451. Line 255: $cfg['Servers'][$i]['auth_http_realm'] = '';
  2452. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\db_table_exists.inc.php (1 hit)
  2453. Line 88: * @todo should this check really
  2454. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\libraries\mult_submits.inc.php (1 hit)
  2455. Line 276: null, // find_real_end
  2456. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\ar\LC_MESSAGES\phpmyadmin.mo (14 hits)
  2457. Line 258: 
  2458. Line 258: 
  2459. Line 258: 
  2460. Line 258: 
  2461. Line 258: 
  2462. Line 258: 
  2463. Line 258: 
  2464. Line 258: 
  2465. Line 258: 
  2466. Line 258: 
  2467. Line 258: 
  2468. Line 258: 
  2469. Line 258: 
  2470. Line 258: 
  2471. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\az\LC_MESSAGES\phpmyadmin.mo (12 hits)
  2472. Line 243:
  2473. Line 243:
  2474. Line 243:
  2475. Line 243:
  2476. Line 243:
  2477. Line 243:
  2478. Line 243:
  2479. Line 243:
  2480. Line 243:
  2481. Line 243:
  2482. Line 243:
  2483. Line 255:
  2484. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\be\LC_MESSAGES\phpmyadmin.mo (12 hits)
  2485. Line 228: 
  2486. Line 228: 
  2487. Line 228: 
  2488. Line 228: 
  2489. Line 228: 
  2490. Line 228: 
  2491. Line 228: 
  2492. Line 228: 
  2493. Line 228: 
  2494. Line 228: 
  2495. Line 228: 
  2496. Line 228: 
  2497. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\bg\LC_MESSAGES\phpmyadmin.mo (15 hits)
  2498. Line 239: 
  2499. Line 239: 
  2500. Line 239: 
  2501. Line 239: 
  2502. Line 239: 
  2503. Line 239: 
  2504. Line 239: 
  2505. Line 239: 
  2506. Line 239: 
  2507. Line 239: 
  2508. Line 239: 
  2509. Line 239: 
  2510. Line 239: 
  2511. Line 239: 
  2512. Line 239: 
  2513. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\bn\LC_MESSAGES\phpmyadmin.mo (7 hits)
  2514. Line 220: 
  2515. Line 220: 
  2516. Line 220: 
  2517. Line 220: 
  2518. Line 220: 
  2519. Line 220: 
  2520. Line 232:
  2521. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\ca\LC_MESSAGES\phpmyadmin.mo (45 hits)
  2522. Line 645:
  2523. Line 645:
  2524. Line 645:
  2525. Line 645:
  2526. Line 645:
  2527. Line 645:
  2528. Line 645:
  2529. Line 645:
  2530. Line 645:
  2531. Line 645:
  2532. Line 645:
  2533. Line 645:
  2534. Line 645:
  2535. Line 645:
  2536. Line 645:
  2537. Line 645:
  2538. Line 645:
  2539. Line 645:
  2540. Line 657:
  2541. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2542. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2543. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2544. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2545. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2546. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2547. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2548. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2549. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2550. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2551. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2552. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2553. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2554. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2555. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2556. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2557. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2558. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2559. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2560. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2561. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2562. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2563. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2564. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2565. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2566. Line 658: aquesta funcionalitat, suggerit: [kbd]pma__users[/kbd].
  2567. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\cs\LC_MESSAGES\phpmyadmin.mo (19 hits)
  2568. Line 651:
  2569. Line 651:
  2570. Line 651:
  2571. Line 651:
  2572. Line 651:
  2573. Line 651:
  2574. Line 651:
  2575. Line 651:
  2576. Line 651:
  2577. Line 651:
  2578. Line 651:
  2579. Line 651:
  2580. Line 651:
  2581. Line 651:
  2582. Line 651:
  2583. Line 651:
  2584. Line 651:
  2585. Line 651:
  2586. Line 663:
  2587. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\da\LC_MESSAGES\phpmyadmin.mo (21 hits)
  2588. Line 665:
  2589. Line 665:
  2590. Line 665:
  2591. Line 665:
  2592. Line 665:
  2593. Line 665:
  2594. Line 665:
  2595. Line 665:
  2596. Line 665:
  2597. Line 665:
  2598. Line 665:
  2599. Line 665:
  2600. Line 665:
  2601. Line 665:
  2602. Line 665:
  2603. Line 665:
  2604. Line 665:
  2605. Line 665:
  2606. Line 677:
  2607. Line 677:
  2608. Line 677:
  2609. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\de\LC_MESSAGES\phpmyadmin.mo (20 hits)
  2610. Line 694:
  2611. Line 694:
  2612. Line 694:
  2613. Line 694:
  2614. Line 694:
  2615. Line 694:
  2616. Line 694:
  2617. Line 694:
  2618. Line 694:
  2619. Line 694:
  2620. Line 694:
  2621. Line 694:
  2622. Line 694:
  2623. Line 694:
  2624. Line 694:
  2625. Line 694:
  2626. Line 694:
  2627. Line 694:
  2628. Line 706:
  2629. Line 706:
  2630. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\el\LC_MESSAGES\phpmyadmin.mo (19 hits)
  2631. Line 602:
  2632. Line 602:
  2633. Line 602:
  2634. Line 602:
  2635. Line 602:
  2636. Line 602:
  2637. Line 602:
  2638. Line 602:
  2639. Line 602:
  2640. Line 602:
  2641. Line 602:
  2642. Line 602:
  2643. Line 602:
  2644. Line 602:
  2645. Line 602:
  2646. Line 602:
  2647. Line 602:
  2648. Line 602:
  2649. Line 615: το χαρακτηριστικό, προτείνεται: [kbd]pma__users[/kbd].
  2650. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\en_GB\LC_MESSAGES\phpmyadmin.mo (36 hits)
  2651. Line 696:
  2652. Line 696:
  2653. Line 696:
  2654. Line 696:
  2655. Line 696:
  2656. Line 696:
  2657. Line 696:
  2658. Line 696:
  2659. Line 696:
  2660. Line 696:
  2661. Line 696:
  2662. Line 696:
  2663. Line 696:
  2664. Line 696:
  2665. Line 696:
  2666. Line 696:
  2667. Line 696:
  2668. Line 696:
  2669. Line 708:
  2670. Line 708:
  2671. Line 708:
  2672. Line 708:
  2673. Line 708:
  2674. Line 708:
  2675. Line 708:
  2676. Line 708:
  2677. Line 708:
  2678. Line 708:
  2679. Line 708:
  2680. Line 708:
  2681. Line 708:
  2682. Line 708:
  2683. Line 708:
  2684. Line 708:
  2685. Line 708:
  2686. Line 708:
  2687. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\es\LC_MESSAGES\phpmyadmin.mo (48 hits)
  2688. Line 615:
  2689. Line 615:
  2690. Line 615:
  2691. Line 615:
  2692. Line 615:
  2693. Line 615:
  2694. Line 615:
  2695. Line 615:
  2696. Line 615:
  2697. Line 615:
  2698. Line 615:
  2699. Line 615:
  2700. Line 615:
  2701. Line 615:
  2702. Line 615:
  2703. Line 615:
  2704. Line 615:
  2705. Line 615:
  2706. Line 627:
  2707. Line 627:
  2708. Line 627:
  2709. Line 627:
  2710. Line 627:
  2711. Line 627:
  2712. Line 627:
  2713. Line 627:
  2714. Line 627:
  2715. Line 627:
  2716. Line 627:
  2717. Line 627:
  2718. Line 627:
  2719. Line 627:
  2720. Line 627:
  2721. Line 627:
  2722. Line 627:
  2723. Line 627:
  2724. Line 627:
  2725. Line 627:
  2726. Line 627:
  2727. Line 627:
  2728. Line 627:
  2729. Line 627:
  2730. Line 627:
  2731. Line 627:
  2732. Line 627:
  2733. Line 627:
  2734. Line 627:
  2735. Line 627:
  2736. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\et\LC_MESSAGES\phpmyadmin.mo (27 hits)
  2737. Line 687:
  2738. Line 687:
  2739. Line 687:
  2740. Line 687:
  2741. Line 687:
  2742. Line 687:
  2743. Line 687:
  2744. Line 687:
  2745. Line 687:
  2746. Line 687:
  2747. Line 687:
  2748. Line 687:
  2749. Line 687:
  2750. Line 687:
  2751. Line 687:
  2752. Line 687:
  2753. Line 687:
  2754. Line 687:
  2755. Line 699:
  2756. Line 699:
  2757. Line 699:
  2758. Line 699:
  2759. Line 699:
  2760. Line 699:
  2761. Line 699:
  2762. Line 699:
  2763. Line 699:
  2764. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\fi\LC_MESSAGES\phpmyadmin.mo (21 hits)
  2765. Line 286: 
  2766. Line 286: 
  2767. Line 286: 
  2768. Line 286: 
  2769. Line 286: 
  2770. Line 286: 
  2771. Line 286: 
  2772. Line 286: 
  2773. Line 286: 
  2774. Line 286: 
  2775. Line 286: 
  2776. Line 286: 
  2777. Line 286: 
  2778. Line 286: 
  2779. Line 286: 
  2780. Line 286: 
  2781. Line 286: 
  2782. Line 298:
  2783. Line 298:
  2784. Line 298:
  2785. Line 298:
  2786. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\fr\LC_MESSAGES\phpmyadmin.mo (19 hits)
  2787. Line 598:
  2788. Line 598:
  2789. Line 598:
  2790. Line 598:
  2791. Line 598:
  2792. Line 598:
  2793. Line 598:
  2794. Line 598:
  2795. Line 598:
  2796. Line 598:
  2797. Line 598:
  2798. Line 598:
  2799. Line 598:
  2800. Line 598:
  2801. Line 598:
  2802. Line 598:
  2803. Line 598:
  2804. Line 598:
  2805. Line 610:
  2806. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\gl\LC_MESSAGES\phpmyadmin.mo (44 hits)
  2807. Line 367: 
  2808. Line 367: 
  2809. Line 367: 
  2810. Line 367: 
  2811. Line 367: 
  2812. Line 367: 
  2813. Line 367: 
  2814. Line 367: 
  2815. Line 367: 
  2816. Line 367: 
  2817. Line 367: 
  2818. Line 367: 
  2819. Line 367: 
  2820. Line 367: 
  2821. Line 367: 
  2822. Line 367: 
  2823. Line 367: 
  2824. Line 379:
  2825. Line 379:
  2826. Line 379:
  2827. Line 379:
  2828. Line 379:
  2829. Line 379:
  2830. Line 379:
  2831. Line 379:
  2832. Line 379:
  2833. Line 379:
  2834. Line 379:
  2835. Line 379:
  2836. Line 379:
  2837. Line 379:
  2838. Line 379:
  2839. Line 379:
  2840. Line 379:
  2841. Line 379:
  2842. Line 379:
  2843. Line 379:
  2844. Line 379:
  2845. Line 379:
  2846. Line 379:
  2847. Line 379:
  2848. Line 379:
  2849. Line 379:
  2850. Line 379:
  2851. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\he\LC_MESSAGES\phpmyadmin.mo (15 hits)
  2852. Line 305: 
  2853. Line 305: 
  2854. Line 305: 
  2855. Line 305: 
  2856. Line 305: 
  2857. Line 305: 
  2858. Line 305: 
  2859. Line 305: 
  2860. Line 305: 
  2861. Line 305: 
  2862. Line 305: 
  2863. Line 305: 
  2864. Line 305: 
  2865. Line 305: 
  2866. Line 305: 
  2867. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\hu\LC_MESSAGES\phpmyadmin.mo (20 hits)
  2868. Line 668:
  2869. Line 668:
  2870. Line 668:
  2871. Line 668:
  2872. Line 668:
  2873. Line 668:
  2874. Line 668:
  2875. Line 668:
  2876. Line 668:
  2877. Line 668:
  2878. Line 668:
  2879. Line 668:
  2880. Line 668:
  2881. Line 668:
  2882. Line 668:
  2883. Line 668:
  2884. Line 668:
  2885. Line 668:
  2886. Line 680:
  2887. Line 680:
  2888. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\hy\LC_MESSAGES\phpmyadmin.mo (17 hits)
  2889. Line 272: 
  2890. Line 272: 
  2891. Line 272: 
  2892. Line 272: 
  2893. Line 272: 
  2894. Line 272: 
  2895. Line 272: 
  2896. Line 272: 
  2897. Line 272: 
  2898. Line 272: 
  2899. Line 272: 
  2900. Line 272: 
  2901. Line 272: 
  2902. Line 272: 
  2903. Line 272: 
  2904. Line 272: 
  2905. Line 284:
  2906. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\ia\LC_MESSAGES\phpmyadmin.mo (20 hits)
  2907. Line 354: 
  2908. Line 354: 
  2909. Line 354: 
  2910. Line 354: 
  2911. Line 354: 
  2912. Line 354: 
  2913. Line 354: 
  2914. Line 354: 
  2915. Line 354: 
  2916. Line 354: 
  2917. Line 354: 
  2918. Line 354: 
  2919. Line 354: 
  2920. Line 354: 
  2921. Line 354: 
  2922. Line 354: 
  2923. Line 354: 
  2924. Line 354: 
  2925. Line 370: on lassa un de lor vacue on dishabilitara iste characteristica, suggerite: [kbd]pma__users[/kbd].
  2926. Line 371: accesso expirara plus tosto que lo que es configurate in phpMyAdmin.
  2927. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\id\LC_MESSAGES\phpmyadmin.mo (19 hits)
  2928. Line 515:
  2929. Line 515:
  2930. Line 515:
  2931. Line 515:
  2932. Line 515:
  2933. Line 515:
  2934. Line 515:
  2935. Line 515:
  2936. Line 515:
  2937. Line 515:
  2938. Line 515:
  2939. Line 515:
  2940. Line 515:
  2941. Line 515:
  2942. Line 515:
  2943. Line 515:
  2944. Line 515:
  2945. Line 528:
  2946. Line 528:
  2947. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\it\LC_MESSAGES\phpmyadmin.mo (23 hits)
  2948. Line 633:
  2949. Line 633:
  2950. Line 633:
  2951. Line 633:
  2952. Line 633:
  2953. Line 633:
  2954. Line 633:
  2955. Line 633:
  2956. Line 633:
  2957. Line 633:
  2958. Line 633:
  2959. Line 633:
  2960. Line 633:
  2961. Line 633:
  2962. Line 633:
  2963. Line 633:
  2964. Line 633:
  2965. Line 633:
  2966. Line 645:
  2967. Line 645:
  2968. Line 645:
  2969. Line 645:
  2970. Line 653: Nel browser Safari il problema è causato spesso dalla modalità di navigazione Privata.
  2971. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\ja\LC_MESSAGES\phpmyadmin.mo (18 hits)
  2972. Line 225:
  2973. Line 225:
  2974. Line 225:
  2975. Line 225:
  2976. Line 225:
  2977. Line 225:
  2978. Line 225:
  2979. Line 225:
  2980. Line 225:
  2981. Line 225:
  2982. Line 225:
  2983. Line 225:
  2984. Line 225:
  2985. Line 225:
  2986. Line 225:
  2987. Line 225:
  2988. Line 237:
  2989. Line 237:
  2990. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\ko\LC_MESSAGES\phpmyadmin.mo (19 hits)
  2991. Line 541:
  2992. Line 541:
  2993. Line 541:
  2994. Line 541:
  2995. Line 541:
  2996. Line 541:
  2997. Line 541:
  2998. Line 541:
  2999. Line 541:
  3000. Line 541:
  3001. Line 541:
  3002. Line 541:
  3003. Line 541:
  3004. Line 541:
  3005. Line 541:
  3006. Line 541:
  3007. Line 541:
  3008. Line 541:
  3009. Line 553:
  3010. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\lt\LC_MESSAGES\phpmyadmin.mo (1 hit)
  3011. Line 218: 
  3012. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\nb\LC_MESSAGES\phpmyadmin.mo (17 hits)
  3013. Line 260: 
  3014. Line 260: 
  3015. Line 260: 
  3016. Line 260: 
  3017. Line 260: 
  3018. Line 260: 
  3019. Line 260: 
  3020. Line 260: 
  3021. Line 260: 
  3022. Line 260: 
  3023. Line 260: 
  3024. Line 260: 
  3025. Line 260: 
  3026. Line 260: 
  3027. Line 260: 
  3028. Line 272:
  3029. Line 272:
  3030. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\nl\LC_MESSAGES\phpmyadmin.mo (21 hits)
  3031. Line 691:
  3032. Line 691:
  3033. Line 691:
  3034. Line 691:
  3035. Line 691:
  3036. Line 691:
  3037. Line 691:
  3038. Line 691:
  3039. Line 691:
  3040. Line 691:
  3041. Line 691:
  3042. Line 691:
  3043. Line 691:
  3044. Line 691:
  3045. Line 691:
  3046. Line 691:
  3047. Line 691:
  3048. Line 691:
  3049. Line 703:
  3050. Line 703:
  3051. Line 705: De server moet uitgeschakeld worden, de InnoDB-logbestanden moeten worden verwijderd, de nieuwe waarde moet worden ingesteld in my.cnf, de server herstart en dan moeten de foutenlogboeken bekeken worden om te zien of alles goed gegaan is. Bekijk ook <a href="https://mysqldatabaseadministration.blogspot.com/2007/01/increase-innodblogfilesize-proper-way.html">deze blog</a>
  3052. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\pl\LC_MESSAGES\phpmyadmin.mo (23 hits)
  3053. Line 632:
  3054. Line 632:
  3055. Line 632:
  3056. Line 632:
  3057. Line 632:
  3058. Line 632:
  3059. Line 632:
  3060. Line 632:
  3061. Line 632:
  3062. Line 632:
  3063. Line 632:
  3064. Line 632:
  3065. Line 632:
  3066. Line 632:
  3067. Line 632:
  3068. Line 632:
  3069. Line 632:
  3070. Line 632:
  3071. Line 644:
  3072. Line 644:
  3073. Line 644:
  3074. Line 644:
  3075. Line 644:
  3076. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\pt\LC_MESSAGES\phpmyadmin.mo (33 hits)
  3077. Line 199: 
  3078. Line 199: 
  3079. Line 199: 
  3080. Line 199: 
  3081. Line 199: 
  3082. Line 199: 
  3083. Line 199: 
  3084. Line 199: 
  3085. Line 199: 
  3086. Line 199: 
  3087. Line 199: 
  3088. Line 199: 
  3089. Line 199: 
  3090. Line 199: 
  3091. Line 199: 
  3092. Line 199: 
  3093. Line 199: 
  3094. Line 211:
  3095. Line 211:
  3096. Line 211:
  3097. Line 211:
  3098. Line 211:
  3099. Line 211:
  3100. Line 211:
  3101. Line 211:
  3102. Line 211:
  3103. Line 211:
  3104. Line 211:
  3105. Line 211:
  3106. Line 211:
  3107. Line 211:
  3108. Line 211:
  3109. Line 212: <br/>Tem a certeze que quer continuar?
  3110. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\pt_BR\LC_MESSAGES\phpmyadmin.mo (37 hits)
  3111. Line 656:
  3112. Line 656:
  3113. Line 656:
  3114. Line 656:
  3115. Line 656:
  3116. Line 656:
  3117. Line 656:
  3118. Line 656:
  3119. Line 656:
  3120. Line 656:
  3121. Line 656:
  3122. Line 656:
  3123. Line 656:
  3124. Line 656:
  3125. Line 656:
  3126. Line 656:
  3127. Line 656:
  3128. Line 656:
  3129. Line 668:
  3130. Line 668:
  3131. Line 668:
  3132. Line 668:
  3133. Line 668:
  3134. Line 668:
  3135. Line 668:
  3136. Line 668:
  3137. Line 668:
  3138. Line 668:
  3139. Line 668:
  3140. Line 668:
  3141. Line 668:
  3142. Line 668:
  3143. Line 668:
  3144. Line 668:
  3145. Line 668:
  3146. Line 668:
  3147. Line 669: <b>Observação:</b>Se estiver usando memcache, ignore esta recomendação.
  3148. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\ro\LC_MESSAGES\phpmyadmin.mo (17 hits)
  3149. Line 671:
  3150. Line 671:
  3151. Line 671:
  3152. Line 671:
  3153. Line 671:
  3154. Line 671:
  3155. Line 671:
  3156. Line 671:
  3157. Line 671:
  3158. Line 671:
  3159. Line 671:
  3160. Line 671:
  3161. Line 671:
  3162. Line 671:
  3163. Line 671:
  3164. Line 683:
  3165. Line 683:
  3166. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\ru\LC_MESSAGES\phpmyadmin.mo (19 hits)
  3167. Line 612:
  3168. Line 612:
  3169. Line 612:
  3170. Line 612:
  3171. Line 612:
  3172. Line 612:
  3173. Line 612:
  3174. Line 612:
  3175. Line 612:
  3176. Line 612:
  3177. Line 612:
  3178. Line 612:
  3179. Line 612:
  3180. Line 612:
  3181. Line 612:
  3182. Line 612:
  3183. Line 612:
  3184. Line 612:
  3185. Line 624:
  3186. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\si\LC_MESSAGES\phpmyadmin.mo (12 hits)
  3187. Line 194: 
  3188. Line 194: 
  3189. Line 194: 
  3190. Line 194: 
  3191. Line 194: 
  3192. Line 194: 
  3193. Line 194: 
  3194. Line 194: 
  3195. Line 194: 
  3196. Line 194: 
  3197. Line 194: 
  3198. Line 206:
  3199. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\sk\LC_MESSAGES\phpmyadmin.mo (20 hits)
  3200. Line 386: 
  3201. Line 386: 
  3202. Line 386: 
  3203. Line 386: 
  3204. Line 386: 
  3205. Line 386: 
  3206. Line 386: 
  3207. Line 386: 
  3208. Line 386: 
  3209. Line 386: 
  3210. Line 386: 
  3211. Line 386: 
  3212. Line 386: 
  3213. Line 386: 
  3214. Line 386: 
  3215. Line 386: 
  3216. Line 386: 
  3217. Line 386: 
  3218. Line 398:
  3219. Line 398:
  3220. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\sl\LC_MESSAGES\phpmyadmin.mo (19 hits)
  3221. Line 659:
  3222. Line 659:
  3223. Line 659:
  3224. Line 659:
  3225. Line 659:
  3226. Line 659:
  3227. Line 659:
  3228. Line 659:
  3229. Line 659:
  3230. Line 659:
  3231. Line 659:
  3232. Line 659:
  3233. Line 659:
  3234. Line 659:
  3235. Line 659:
  3236. Line 659:
  3237. Line 659:
  3238. Line 659:
  3239. Line 671:
  3240. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\sq\LC_MESSAGES\phpmyadmin.mo (21 hits)
  3241. Line 612:
  3242. Line 612:
  3243. Line 612:
  3244. Line 612:
  3245. Line 612:
  3246. Line 612:
  3247. Line 612:
  3248. Line 612:
  3249. Line 612:
  3250. Line 612:
  3251. Line 612:
  3252. Line 612:
  3253. Line 612:
  3254. Line 612:
  3255. Line 612:
  3256. Line 612:
  3257. Line 612:
  3258. Line 612:
  3259. Line 624:
  3260. Line 624:
  3261. Line 624:
  3262. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\sr@latin\LC_MESSAGES\phpmyadmin.mo (1 hit)
  3263. Line 205: 
  3264. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\sv\LC_MESSAGES\phpmyadmin.mo (21 hits)
  3265. Line 683:
  3266. Line 683:
  3267. Line 683:
  3268. Line 683:
  3269. Line 683:
  3270. Line 683:
  3271. Line 683:
  3272. Line 683:
  3273. Line 683:
  3274. Line 683:
  3275. Line 683:
  3276. Line 683:
  3277. Line 683:
  3278. Line 683:
  3279. Line 683:
  3280. Line 683:
  3281. Line 683:
  3282. Line 683:
  3283. Line 695:
  3284. Line 695:
  3285. Line 695:
  3286. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\tr\LC_MESSAGES\phpmyadmin.mo (19 hits)
  3287. Line 667:
  3288. Line 667:
  3289. Line 667:
  3290. Line 667:
  3291. Line 667:
  3292. Line 667:
  3293. Line 667:
  3294. Line 667:
  3295. Line 667:
  3296. Line 667:
  3297. Line 667:
  3298. Line 667:
  3299. Line 667:
  3300. Line 667:
  3301. Line 667:
  3302. Line 667:
  3303. Line 667:
  3304. Line 667:
  3305. Line 679:
  3306. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\uk\LC_MESSAGES\phpmyadmin.mo (19 hits)
  3307. Line 592:
  3308. Line 592:
  3309. Line 592:
  3310. Line 592:
  3311. Line 592:
  3312. Line 592:
  3313. Line 592:
  3314. Line 592:
  3315. Line 592:
  3316. Line 592:
  3317. Line 592:
  3318. Line 592:
  3319. Line 592:
  3320. Line 592:
  3321. Line 592:
  3322. Line 592:
  3323. Line 592:
  3324. Line 592:
  3325. Line 604:
  3326. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\vi\LC_MESSAGES\phpmyadmin.mo (17 hits)
  3327. Line 582:
  3328. Line 582:
  3329. Line 582:
  3330. Line 582:
  3331. Line 582:
  3332. Line 582:
  3333. Line 582:
  3334. Line 582:
  3335. Line 582:
  3336. Line 582:
  3337. Line 582:
  3338. Line 582:
  3339. Line 582:
  3340. Line 582:
  3341. Line 582:
  3342. Line 582:
  3343. Line 594:
  3344. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\zh_CN\LC_MESSAGES\phpmyadmin.mo (19 hits)
  3345. Line 578:
  3346. Line 578:
  3347. Line 578:
  3348. Line 578:
  3349. Line 578:
  3350. Line 578:
  3351. Line 578:
  3352. Line 578:
  3353. Line 578:
  3354. Line 578:
  3355. Line 578:
  3356. Line 578:
  3357. Line 578:
  3358. Line 578:
  3359. Line 578:
  3360. Line 578:
  3361. Line 578:
  3362. Line 578:
  3363. Line 590:
  3364. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\locale\zh_TW\LC_MESSAGES\phpmyadmin.mo (19 hits)
  3365. Line 624:
  3366. Line 624:
  3367. Line 624:
  3368. Line 624:
  3369. Line 624:
  3370. Line 624:
  3371. Line 624:
  3372. Line 624:
  3373. Line 624:
  3374. Line 624:
  3375. Line 624:
  3376. Line 624:
  3377. Line 624:
  3378. Line 624:
  3379. Line 624:
  3380. Line 624:
  3381. Line 624:
  3382. Line 624:
  3383. Line 637: 已成功刪除 %1$d 個資料庫。
  3384. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\server_status_monitor.php (1 hit)
  3385. Line 26: // real-time charting data
  3386. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\sql.php (7 hits)
  3387. Line 167: * Need to find the real end of rows?
  3388. Line 169: if (isset($find_real_end) && $find_real_end) {
  3389. Line 169: if (isset($find_real_end) && $find_real_end) {
  3390. Line 170: $unlim_num_rows = $sql->findRealEndOfRows($db, $table);
  3391. Line 202: isset($find_real_end) ? $find_real_end : null, // find_real_end
  3392. Line 202: isset($find_real_end) ? $find_real_end : null, // find_real_end
  3393. Line 202: isset($find_real_end) ? $find_real_end : null, // find_real_end
  3394. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\tbl_row_action.php (1 hit)
  3395. Line 161: null, // find_real_end
  3396. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\templates\database\qbe\sort_select_cell.twig (1 hit)
  3397. Line 2: <select style="width:{{ real_width }}" name="criteriaSort[{{ column_number }}]" size="1">
  3398. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\templates\database\structure\body_for_table_summary.twig (3 hits)
  3399. Line 19: {# If a table shows approximate rows count, display update-all-real-count anchor. #}
  3400. Line 25: 'real_row_count': 'true',
  3401. Line 26: 'real_row_count_all': 'true'
  3402. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\templates\database\structure\structure_table_row.twig (3 hits)
  3403. Line 73: If row count is approximate, display it as an anchor to get real count. #}
  3404. Line 81: 'real_row_count': 'true'
  3405. Line 82: }) }}" class="ajax real_row_count">
  3406. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\templates\display\results\table_navigation_button.twig (1 hit)
  3407. Line 8: {{ input_for_real_end|raw }}
  3408. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\themes\original\css\common.css.php (1 hit)
  3409. Line 506: background-image: url(<?php echo $theme->getImgPath('s_really.png');?>);
  3410. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\themes\pmahomme\css\icons.css.php (2 hits)
  3411. Line 170: .ic_s_really { background-image: url('<?= $theme->getImgPath('s_really.png'); ?>'); width: 11px; height: 11px; }
  3412. Line 170: .ic_s_really { background-image: url('<?= $theme->getImgPath('s_really.png'); ?>'); width: 11px; height: 11px; }
  3413. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\autoload.php (1 hit)
  3414. Line 5: require_once __DIR__ . '/composer/autoload_real.php';
  3415. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\composer\autoload_real.php (1 hit)
  3416. Line 3: // autoload_real.php @generated by Composer
  3417. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\paragonie\random_compat\lib\error_polyfill.php (1 hit)
  3418. Line 30: // We can't really avoid making this extend Exception in PHP 5.
  3419. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\paragonie\random_compat\other\build_phar.php (1 hit)
  3420. Line 41: $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey);
  3421. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\shapefile\CHANGELOG.md (1 hit)
  3422. Line 68: * Make API work even without real file open
  3423. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\locale\be@latin\LC_MESSAGES\sqlparser.mo (1 hit)
  3424. Line 22:
  3425. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\src\Components\OptionsArray.php (1 hit)
  3426. Line 138: // real options (e.g. if there are 5 options, the first
  3427. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\src\Context.php (3 hits)
  3428. Line 194: // https://dev.mysql.com/doc/refman/5.0/en/sql-mode.html#sqlmode_real_as_float
  3429. Line 195: const SQL_MODE_REAL_AS_FLOAT = 262144;
  3430. Line 215: // REAL_AS_FLOAT, PIPES_AS_CONCAT, ANSI_QUOTES, IGNORE_SPACE
  3431. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\src\Contexts\ContextMariaDb100000.php (1 hit)
  3432. Line 191: 'BLOB' => 11, 'REAL' => 11,
  3433. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\src\Contexts\ContextMariaDb100100.php (1 hit)
  3434. Line 203: 'BLOB' => 11, 'REAL' => 11,
  3435. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\src\Contexts\ContextMariaDb100200.php (1 hit)
  3436. Line 203: 'BLOB' => 11, 'REAL' => 11,
  3437. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\src\Contexts\ContextMariaDb100300.php (1 hit)
  3438. Line 203: 'BLOB' => 11, 'REAL' => 11,
  3439. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\src\Contexts\ContextMySql50000.php (1 hit)
  3440. Line 173: 'BLOB' => 11, 'REAL' => 11,
  3441. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\src\Contexts\ContextMySql50100.php (1 hit)
  3442. Line 187: 'BLOB' => 11, 'REAL' => 11,
  3443. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\src\Contexts\ContextMySql50500.php (1 hit)
  3444. Line 191: 'BLOB' => 11, 'REAL' => 11,
  3445. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\src\Contexts\ContextMySql50600.php (1 hit)
  3446. Line 197: 'BLOB' => 11, 'REAL' => 11,
  3447. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\src\Contexts\ContextMySql50700.php (1 hit)
  3448. Line 203: 'BLOB' => 11, 'REAL' => 11,
  3449. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\src\Contexts\ContextMySql80000.php (1 hit)
  3450. Line 203: 'BLOB' => 11, 'REAL' => 11,
  3451. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\phpmyadmin\sql-parser\src\Utils\Query.php (2 hits)
  3452. Line 390: * - select_tables - the real name of the tables selected;
  3453. Line 415: // Finding tables' aliases and their associated real names.
  3454. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\pragmarx\google2fa\README.md (2 hits)
  3455. Line 30: You can scan the QR code on [this (old) demo page](https://antoniocarlosribeiro.com/technology/google2fa) with a Google Authenticator app and view the code changing (almost) in real time.
  3456. Line 139: It's really important that you keep your server time in sync with some NTP server, on Ubuntu you can add this to the crontab:
  3457. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\symfony\polyfill-mbstring\Mbstring.php (1 hit)
  3458. Line 22: * - mb_encode_mimeheader - Encode string for MIME header XXX NATIVE IMPLEMENTATION IS REALLY BUGGED
  3459. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\tecnickcom\tcpdf\CHANGELOG.TXT (3 hits)
  3460. Line 166: - Bug #917 "Using realtive Units like ex or em for images distort output in HTML mode" was fixed.
  3461. Line 169: - Part of Bug #917 "Using realtive Units like ex or em for images distort output in HTML mode" was fixed.
  3462. Line 665: - Precision of real number were extended.
  3463. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\tecnickcom\tcpdf\include\tcpdf_fonts.php (1 hit)
  3464. Line 1523: if (!defined('K_PATH_FONTS') AND is_dir($fdir = realpath(dirname(__FILE__).'/../fonts'))) {
  3465. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\tecnickcom\tcpdf\tcpdf.php (7 hits)
  3466. Line 2808: * @param $zoom (mixed) The zoom to use. It can be one of the following string values or a number indicating the zooming factor to use. <ul><li>fullpage: displays the entire page on screen </li><li>fullwidth: uses maximum width of window</li><li>real: uses real size (equivalent to 100% zoom)</li><li>default: uses viewer default mode</li></ul>
  3467. Line 2808: * @param $zoom (mixed) The zoom to use. It can be one of the following string values or a number indicating the zooming factor to use. <ul><li>fullpage: displays the entire page on screen </li><li>fullwidth: uses maximum width of window</li><li>real: uses real size (equivalent to 100% zoom)</li><li>default: uses viewer default mode</li></ul>
  3468. Line 2815: if (($zoom == 'fullpage') OR ($zoom == 'fullwidth') OR ($zoom == 'real') OR ($zoom == 'default') OR (!is_string($zoom))) {
  3469. Line 9701: } elseif ($this->ZoomMode == 'real') {
  3470. Line 13900: * @param $stroking (float) Alpha value for stroking operations: real value from 0 (transparent) to 1 (opaque).
  3471. Line 13902: * @param $nonstroking (float) Alpha value for non-stroking operations: real value from 0 (transparent) to 1 (opaque).
  3472. Line 21884: * @param $params (array) Array of parameters: enabled (boolean) set to true to enable shadow; depth_w (float) shadow width in user units; depth_h (float) shadow height in user units; color (array) shadow color or false to use the stroke color; opacity (float) Alpha value: real value from 0 (transparent) to 1 (opaque); blend_mode (string) blend mode, one of the following: Normal, Multiply, Screen, Overlay, Darken, Lighten, ColorDodge, ColorBurn, HardLight, SoftLight, Difference, Exclusion, Hue, Saturation, Color, Luminosity.
  3473. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\twig\twig\CHANGELOG (4 hits)
  3474. Line 101: * made Twig_Error report real source path when possible
  3475. Line 160: * removed usage of realpath in cache keys
  3476. Line 277: * optimized the number of inodes and the size of realpath cache when using the cache
  3477. Line 546: * made the strategy used to guess the real template file name and line number in exception messages much faster and more accurate
  3478. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\twig\twig\lib\Twig\Environment.php (1 hit)
  3479. Line 256: * @param bool $original Whether to return the original cache option or the real cache instance
  3480. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\twig\twig\lib\Twig\Extension\GlobalsInterface.php (1 hit)
  3481. Line 15: * Explicitly implement this interface if you really need to implement the
  3482. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\twig\twig\lib\Twig\Extension\InitRuntimeInterface.php (1 hit)
  3483. Line 15: * Explicitly implement this interface if you really need to implement the
  3484. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\twig\twig\lib\Twig\Loader\Filesystem.php (6 hits)
  3485. Line 35: if (false !== $realPath = realpath($rootPath)) {
  3486. Line 35: if (false !== $realPath = realpath($rootPath)) {
  3487. Line 36: $this->rootPath = $realPath.DIRECTORY_SEPARATOR;
  3488. Line 218: if (false !== $realpath = realpath($path.'/'.$shortname)) {
  3489. Line 218: if (false !== $realpath = realpath($path.'/'.$shortname)) {
  3490. Line 219: return $this->cache[$name] = $realpath;
  3491. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\vendor\twig\twig\lib\Twig\Test\IntegrationTestCase.php (3 hits)
  3492. Line 86: $fixturesDir = realpath($this->getFixturesDir());
  3493. Line 94: if ($legacyTests xor false !== strpos($file->getRealpath(), '.legacy.test')) {
  3494. Line 98: $test = file_get_contents($file->getRealpath());
  3495. C:\Users\NielsLagcher\Downloads\Backup\Vhdakkapellen\Site\phpMyAdmin_2\yarn.lock (4 hits)
  3496. Line 339: fs.realpath@^1.0.0:
  3497. Line 341: resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
  3498. Line 341: resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
  3499. Line 351: fs.realpath "^1.0.0"
Add Comment
Please, Sign In to add comment