@electronic{stackoverflow.com, title = {javascript - Jest mocking default exports - require vs import - Stack Overflow}, url = {https://stackoverflow.com/questions/47056694/jest-mocking-default-exports-require-vs-import}, biburl = {https://www.bibsonomy.org/url/b663f179492e53b6a616a89d9b8f203b/jil}, keywords = {default export jest mock}, added-at = {2022-12-07T09:47:27.000+0100}, description = {If you want to use es6 import change your mock function to: jest.mock('./dependecy', () => jest.fn()); }, interhash = {b663f179492e53b6a616a89d9b8f203b}, intrahash = {b663f179492e53b6a616a89d9b8f203b} } @electronic{www.depesz.com, title = {Waiting for PostgreSQL 11 – Fast ALTER TABLE ADD COLUMN with a non-NULL default – select * from depesz;}, url = {https://www.depesz.com/2018/04/04/waiting-for-postgresql-11-fast-alter-table-add-column-with-a-non-null-default/}, biburl = {https://www.bibsonomy.org/url/353fd2e8ad983bd023d13014e157b7e9/jil}, keywords = {add alter column default performance postgres table value}, added-at = {2022-04-22T10:19:18.000+0200}, description = {Currently adding a column to a table with a non-NULL default results in a rewrite of the table. For large tables this can be both expensive and disruptive. This patch removes the need for the rewrite as long as the default value is not volatile. The default expression is evaluated at the time of the ALTER TABLE and the result stored in a new column (attmissingval) in pg_attribute, and a new column (atthasmissing) is set to true. Any existing row when fetched will be supplied with the attmissingval. New rows will have the supplied value or the default and so will never need the attmissingval.}, interhash = {353fd2e8ad983bd023d13014e157b7e9}, intrahash = {353fd2e8ad983bd023d13014e157b7e9} } @electronic{docs.oracle.com, title = {Specifying Filter Mappings (The Java EE 5 Tutorial)}, url = {https://docs.oracle.com/cd/E19879-01/819-3669/6n5sg7b0b/index.html}, biburl = {https://www.bibsonomy.org/url/3798936b347f8e5575696aa9abf4b9d9/jil}, keywords = {default filter forward java maping servlet web.xml}, added-at = {2020-01-31T13:39:30.000+0100}, description = { REQUEST: Only when the request comes directly from the client FORWARD: Only when the request has been forwarded to a component (see Transferring Control to Another Web Component) INCLUDE: Only when the request is being processed by a component that has been included (see Including Other Resources in the Response) ERROR: Only when the request is being processed with the error page mechanism (see Handling Servlet Errors) You can direct the filter to be applied to any combination of the preceding situations by selecting multiple dispatcher types. If no types are specified, the default option is REQUEST.}, interhash = {3798936b347f8e5575696aa9abf4b9d9}, intrahash = {3798936b347f8e5575696aa9abf4b9d9} } @electronic{howtodoinjava.com, title = {Java custom serialization using readObject and writeObject}, url = {https://howtodoinjava.com/java/serialization/custom-serialization-readobject-writeobject/}, biburl = {https://www.bibsonomy.org/url/50399c1426e3289a988b87b4c50c190a/jil}, keywords = {default defaultWriteObject java serialization wrap writeObject}, added-at = {2019-11-11T11:16:07.000+0100}, description = {public class User implements Serializable { //class attributes, constructors, setters and getters as shown above /** * Always treat de-serialization as a full-blown constructor, by validating the final state of the de-serialized object. */ private void readObject(ObjectInputStream aInputStream) throws ClassNotFoundException, IOException { // perform the default de-serialization first aInputStream.defaultReadObject(); // make defensive copy of the mutable Date field dateOpened = new Date(dateOpened.getTime()); // ensure that object state has not been corrupted or tampered with malicious code //validateUserInfo(); } /** * This is the default implementation of writeObject. Customize as necessary. */ private void writeObject(ObjectOutputStream aOutputStream) throws IOException { //ensure that object is in desired state. Possibly run any business rules if applicable. //checkUserInfo(); // perform the default serialization for all non-transient, non-static fields aOutputStream.defaultWriteObject(); } }}, interhash = {50399c1426e3289a988b87b4c50c190a}, intrahash = {50399c1426e3289a988b87b4c50c190a} } @electronic{stackoverflow.com, title = {lasso - default lambda sequence in glmnet for cross-validation - Stack Overflow}, url = {https://stackoverflow.com/questions/23686067/default-lambda-sequence-in-glmnet-for-cross-validation}, biburl = {https://www.bibsonomy.org/url/de4fcdb082a8be0aab2c049dcd642eb3/becker}, keywords = {lambda default elasticnet elastic net ml machine learning linear model sklearn glmnet R r lasso ridge}, added-at = {2019-01-26T07:18:14.000+0100}, description = {}, interhash = {de4fcdb082a8be0aab2c049dcd642eb3}, intrahash = {de4fcdb082a8be0aab2c049dcd642eb3} } @electronic{hackernoon.com, title = {[es6] import, export, default cheatsheet – Hacker Noon}, url = {https://hackernoon.com/import-export-default-require-commandjs-javascript-nodejs-es6-vs-cheatsheet-different-tutorial-example-5a321738b50f}, biburl = {https://www.bibsonomy.org/url/b8471c2764f6423140ee2184a4b46aa8/jil}, keywords = {default es6 export import javascript js}, added-at = {2018-10-05T14:17:24.000+0200}, description = {}, interhash = {b8471c2764f6423140ee2184a4b46aa8}, intrahash = {b8471c2764f6423140ee2184a4b46aa8} } @electronic{community.openvpn.net, title = {IgnoreRedirectGateway – OpenVPN Community}, url = {https://community.openvpn.net/openvpn/wiki/IgnoreRedirectGateway}, biburl = {https://www.bibsonomy.org/url/07e0cfffc86a9fd0c28b033e20fe2b2a/jil}, keywords = {default gateway gw no openvpn pull push route}, added-at = {2017-01-21T02:24:03.000+0100}, description = {route-nopull route bla.bla.bla.bla 255.bla.0.0 someRouter}, interhash = {07e0cfffc86a9fd0c28b033e20fe2b2a}, intrahash = {07e0cfffc86a9fd0c28b033e20fe2b2a} } @electronic{unix.stackexchange.com, title = {How to add ipv6 default route - Unix & Linux Stack Exchange}, url = {http://unix.stackexchange.com/questions/168452/how-to-add-ipv6-default-route}, biburl = {https://www.bibsonomy.org/url/0580ece7857de755f016ac0687520a6a/jil}, keywords = {default ip route v6}, added-at = {2016-12-23T16:20:48.000+0100}, description = {ip -6 route add default via 2004::3}, interhash = {0580ece7857de755f016ac0687520a6a}, intrahash = {0580ece7857de755f016ac0687520a6a} } @electronic{ometer.com, title = {Free software maintenance: Adding Features}, url = {http://ometer.com/features.html}, biburl = {https://www.bibsonomy.org/url/10d27a32af36689e4b9edd8984a31194/bshanks}, keywords = {Bookmarks Unsorted_Bookmarks maintainer patch judgement discretion no default opensource}, added-at = {2016-12-12T10:01:57.000+0100}, description = {}, interhash = {10d27a32af36689e4b9edd8984a31194}, intrahash = {10d27a32af36689e4b9edd8984a31194} } @electronic{www.oracle.com, title = {Frequently Asked Questions About the Java HotSpot VM}, url = {http://www.oracle.com/technetwork/java/hotspotfaq-138619.html#threads_oom}, biburl = {https://www.bibsonomy.org/url/df4cc441b3c7ccb2a198a5abfb055cd7/jil}, keywords = {Xss default flag java parameter size stack value}, added-at = {2016-11-07T16:22:35.000+0100}, description = {}, interhash = {df4cc441b3c7ccb2a198a5abfb055cd7}, intrahash = {df4cc441b3c7ccb2a198a5abfb055cd7} } @electronic{stackoverflow.com, title = {How is the default java heap size determined? - Stack Overflow}, url = {http://stackoverflow.com/questions/4667483/how-is-the-default-java-heap-size-determined}, biburl = {https://www.bibsonomy.org/url/fb84ffe148d9a2c81a1dafa168e6a3fe/jil}, keywords = {default heapsize java memory parameters properties size system}, added-at = {2016-03-14T14:50:19.000+0100}, description = {java -XX:+PrintFlagsFinal -version | grep HeapSize}, interhash = {fb84ffe148d9a2c81a1dafa168e6a3fe}, intrahash = {fb84ffe148d9a2c81a1dafa168e6a3fe} } @electronic{blog.cloudera.com, title = {Hadoop Default Ports Quick Reference | Cloudera Developer Blog}, url = {http://blog.cloudera.com/blog/2009/08/hadoop-default-ports-quick-reference/}, biburl = {https://www.bibsonomy.org/url/1eafd2e4f7f4851381a6cd53c525c4bc/nosebrain}, keywords = {default guide hadoop port reference}, added-at = {2014-05-13T19:49:04.000+0200}, description = {}, interhash = {1eafd2e4f7f4851381a6cd53c525c4bc}, intrahash = {1eafd2e4f7f4851381a6cd53c525c4bc} } @electronic{www.iangraham.org, title = {Test of System Color Values defined in CSS 2}, url = {http://www.iangraham.org/books/xhtml1/appd/update-23feb2000.html}, biburl = {https://www.bibsonomy.org/url/28a0a4e6a77cab8b30e24258fd068ecc/sac}, keywords = {android bug color css css2 default gui system_color visualdb}, added-at = {2013-07-04T13:32:03.000+0200}, description = {}, interhash = {28a0a4e6a77cab8b30e24258fd068ecc}, intrahash = {28a0a4e6a77cab8b30e24258fd068ecc} } @electronic{blog.samat.org, title = {Changing Drupal 7's built-in jQuery UI theme | Samat Says}, url = {http://blog.samat.org/2011/08/22/Changing-Drupal-7s-built-in-jQuery-UI-theme}, biburl = {https://www.bibsonomy.org/url/48cca34647ebeaf86912f730d75e7fc0/sac}, keywords = {css default drupal jquery.ui ma10 replace}, added-at = {2011-10-11T15:54:00.000+0200}, description = {function MYTHEME_css_alter(&$css) { if (isset($css['misc/ui/jquery.ui.theme.css'])) { $css['misc/ui/jquery.ui.theme.css']['data'] = drupal_get_path('theme', 'MYTHEME') . '/jquery.ui.theme.css'; }}, interhash = {48cca34647ebeaf86912f730d75e7fc0}, intrahash = {48cca34647ebeaf86912f730d75e7fc0} } @electronic{api.drupal.org, title = {file_icon_path | Drupal API}, url = {http://api.drupal.org/api/drupal/modules--file--file.module/function/file_icon_path/7}, biburl = {https://www.bibsonomy.org/url/5744d7980dfeecfa12533a6fe1d6abf6/sac}, keywords = {default drupal fileiconpath icon ma10}, added-at = {2011-09-26T23:09:11.000+0200}, description = {}, interhash = {5744d7980dfeecfa12533a6fe1d6abf6}, intrahash = {5744d7980dfeecfa12533a6fe1d6abf6} } @electronic{www.scribd.com, title = {Default Role in SAP}, url = {http://www.scribd.com/doc/46251233/Defalt-Role-in-SAP}, biburl = {https://www.bibsonomy.org/url/1fa6198e7e5c9e769ca3b07298406092/florian}, keywords = {Default Rolle SAP Standard Standardrolle role}, added-at = {2011-06-08T11:35:19.000+0200}, description = {}, interhash = {1fa6198e7e5c9e769ca3b07298406092}, intrahash = {1fa6198e7e5c9e769ca3b07298406092} } @electronic{java.sun.com, title = {Designing Enterprise Applications with the J2EE Platform, Second Edition}, url = {http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/i18n/i18n4.html}, biburl = {https://www.bibsonomy.org/url/0787366783e134a2f7586b4e63b1d047/jil}, keywords = {character default encoding form html jsp page}, added-at = {2010-01-12T13:31:55.000+0100}, description = {encodin}, interhash = {0787366783e134a2f7586b4e63b1d047}, intrahash = {0787366783e134a2f7586b4e63b1d047} } @electronic{wiki.eclipse.org, title = {Equinox/p2/Engine/Touchpoint Instructions - Eclipsepedia}, url = {http://wiki.eclipse.org/Equinox/p2/Engine/Touchpoint_Instructions}, biburl = {https://www.bibsonomy.org/url/796962efbc21881f02973e8a24b0058f/creckord}, keywords = {default eclipse instructions p2 site touchpoint update}, added-at = {2009-08-29T16:18:11.000+0200}, description = {P2 Engine Touchpoint Instructions, e.g. installing default updatesites}, interhash = {796962efbc21881f02973e8a24b0058f}, intrahash = {796962efbc21881f02973e8a24b0058f} } @electronic{www.fh-wedel.de, title = {Seminar: XML Schema Sprachen}, url = {http://www.fh-wedel.de/~si/seminare/ss04/Ausarbeitung/b.Kuseler/schema/namespaces.html}, biburl = {https://www.bibsonomy.org/url/aa181e1fc222b8fca1c0bde0a09511f4/jil}, keywords = {attribute default element elementFormDefault form namespace schema xml}, added-at = {2009-02-11T10:14:21.000+0100}, description = {}, interhash = {aa181e1fc222b8fca1c0bde0a09511f4}, intrahash = {aa181e1fc222b8fca1c0bde0a09511f4} } @electronic{wiki.apache.org, title = {HowToDefaultPublicationUsefulChanges - Lenya Wiki}, url = {http://wiki.apache.org/lenya/HowToDefaultPublicationUsefulChanges}, biburl = {https://www.bibsonomy.org/url/7a08f800d46053bd0914ebae8f556245/folke}, keywords = {default lenya}, added-at = {2008-10-31T00:37:28.000+0100}, description = {Some tricks and tweaks for apache lenya's default publication.}, interhash = {7a08f800d46053bd0914ebae8f556245}, intrahash = {7a08f800d46053bd0914ebae8f556245} }