…6 Class selectors E#myid an E element with ID equal to myid §6.7 ID selectors E[foo] an E element with a foo attribute §6 Attribute selectors E[foo="bar"] an E element whose foo attribute value is exactly equal to bar §6 Attribute selectors E[foo="bar" i] an E element whose foo a…
…re 1.42, but without MediaWiki recognizing it as such): return require [[Module:Foo]] Replace Foo with the name of the module you'd like to redirect to. Please note that other similarly valid Lua syntax variations (e.g. using quotation marks instead of square brackets, using pare…
…vel * any element Universal selector 2 E an element of type E Type selector 1 E[foo] an E element with a "foo" attribute Attribute selectors 2 E[foo="bar"] an E element whose "foo" attribute value is exactly equal to "bar" Attribute selectors 2 E[foo~="bar"] an E element whose "f…
…vel * any element Universal selector 2 E an element of type E Type selector 1 E[foo] an E element with a "foo" attribute Attribute selectors 2 E[foo="bar"] an E element whose "foo" attribute value is exactly equal to "bar" Attribute selectors 2 E[foo~="bar"] an E element whose "f…
…t table engine = create_engine ( "sqlite://" ) engine . execute ( "CREATE TABLE foo (id integer)" ) engine . execute ( "INSERT INTO foo (id) VALUES (1)" ) foo = table ( "foo" , column ( "id" )) result = engine . execute ( select ([ foo . c . id ])) print ( result . fetchall ()) T…
…ption Level any element Universal selector an element of type E Type selector E[foo] an E element with a "foo" attribute Attribute selectors E[foo="bar"] an E element whose "foo" attribute value is exactly equal to "bar" Attribute selectors E[foo~="bar"] an E element whose "foo" …
…ption Level any element Universal selector an element of type E Type selector E[foo] an E element with a "foo" attribute Attribute selectors E[foo="bar"] an E element whose "foo" attribute value is exactly equal to "bar" Attribute selectors E[foo~="bar"] an E element whose "foo" …
…kens have a backtick placed also beneath them, ` . $ #, , , ,, , ,, , $ if echo foo ; then bar = abc ; fi $ # ^^ ```` ``` ^^^^ ``````` ^^ A "subshell" is an additional instance of the shell which has been initialized by a current instance of the shell. When a "parent" shell creat…
… Class selectors 1 E#myid an E element with ID equal to myid . ID selectors 1 E[foo] an E element with a foo attribute Attribute selectors 2 E[foo="bar"] an E element whose foo attribute value is exactly equal to bar Attribute selectors 2 E[foo="bar" i] an E element whose foo att…
…ation of typed collections and to reasonable javadoc comments: ClassDescription foo = new ClassDescription ("example", "Foo"); ClassDescription bar = new ClassDescription ("example", "Bar"); foo.attribute("String", "Name", Cardinality.ZeroToOne ); bar.attribute("Integer", "Value"…
Rootless Root Rootless Root Rootless Root The Unix Koans of Master Foo Eric Steven Raymond Thyrsus Enterprises esr@thyrsus.com Copyright © 2003 Eric S. Raymond Revision History Revision 1.8 2016-04-17 esr Removed "Master Foo and the Editor Wars", as itb turned out not to be origi…
…accepts any arguments (including keyword arguments) and returns Examples: const foo 'foo const foo 'foo const foo #:c 'foo procedure const* ... procedure? any/c Similar to const , except it returns s. Examples: const* const* const* #:c const* foo 'foo const* foo 'foo const* foo #…
… Class selectors 1 E#myid an E element with ID equal to myid . ID selectors 1 E[foo] an E element with a foo attribute Attribute selectors 2 E[foo="bar"] an E element whose foo attribute value is exactly equal to bar Attribute selectors 2 E[foo="bar" i] an E element whose foo att…
…e builder) to enable or disable, the classic example is brought by the --enable-foo or --with-bar options at ./configure call (those parameters are used to enable dependencies that are off by default, but there are cases when the dependencies are on by default so you have --disab…
…y, here’s a minimal example of the PHP code required to create a shortcode: // [foobar] function wporg_foobar_func( $atts ) { return "foo and bar"; } add_shortcode( 'foobar', 'wporg_foobar_func' ); This will create [foobar] shortcode that returns as: foo and bar With attributes: …