When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Module:Main if exists - Wikipedia

    en.wikipedia.org/wiki/Module:Main_if_exists

    This module depends on the following other modules: Module: ... if title ~= nil and title. exists then table.insert (rawpages, title. fullText) nvalid = nvalid + 1 ...

  3. Gadfly (database) - Wikipedia

    en.wikipedia.org/wiki/Gadfly_(database)

    The main "gadfly" module attempts to faithfully adhere to Greg Stein's Python Database API, as discussed and certified by the Python DB-SIG. Concurrent database updates are not supported. The "databases" are currently designed to be written/modified by one process in isolation.

  4. doctest - Wikipedia

    en.wikipedia.org/wiki/Doctest

    The doctest module looks for such sequences of prompts in a docstring, re-executes the extracted command and checks the output against the output of the command given in the docstrings test example. The default action when running doctests is for no output to be shown when tests pass. This can be modified by options to the doctest runner.

  5. Help:Conditional expressions - Wikipedia

    en.wikipedia.org/wiki/Help:Conditional_expressions

    The #ifexist function selects one of two alternatives depending on whether a page exists at the specified title. {{#ifexist: page title | value if page exists | value if page doesn't exist}} The page can be in any namespace, so it can be an article or "content page", an image or other media file, a category, etc.

  6. Scope resolution operator - Wikipedia

    en.wikipedia.org/wiki/Scope_resolution_operator

    In some languages, notably those influenced by Modula-3 (including Python and Go), modules are objects, and scope resolution within modules is a special case of usual object member access, so the usual method operator . is used for scope resolution.

  7. Module:Number table sorting/testcases - Wikipedia

    en.wikipedia.org/wiki/Module:Number_table...

    This is the test cases page for the module Module:Number table sorting. Results of the test cases. local mNts = require ( 'Module:Number table sorting' ) -- the module to be tested local Nts = mNts . _exportClasses ().

  8. Referential integrity - Wikipedia

    en.wikipedia.org/wiki/Referential_integrity

    An example of a database that has not enforced referential integrity. In this example, there is a foreign key (artist_id) value in the album table that references a non-existent artist — in other words there is a foreign key value with no corresponding primary key value in the referenced table.

  9. Module:Documentation/testcases - Wikipedia

    en.wikipedia.org/wiki/Module:Documentation/testcases

    -- The frame test doesn't seem to be working for now, so adding a namespace hack. self: assertNotStringContains (diff, notice, true) end end function suite: testSandboxNoticeTestcases local env, image, templateBlurb, moduleBlurb, otherBlurb, diff, testcasesBlurb, category = suite. getSandboxNoticeTestData ('Template:Edit protected/sandbox ...