Home
last modified time | relevance | path

Searched refs:an (Results 51 – 75 of 1830) sorted by relevance

12345678910>>...74

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultInvalidImageAlt.txt
H A DHTML.DefinitionID.txt
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_tabs.md17 + this is an example list item
20 + this is an example list item
H A Dspecs.md217 This is an H1
220 This is an H2
228 # This is an H1
230 ## This is an H2
232 ###### This is an H6
240 # This is an H1 #
242 ## This is an H2 ##
244 ### This is an H3 ######
481 Here is an example of AppleScript:
489 <p>Here is an example of AppleScript:</p>
[all …]
/plugin/authdrupal8/
H A Dpassword.inc32 // Returns a string for mapping an int to the corresponding base 64 character.
127 * for an attacker to try to break the hash by brute-force computation of the
155 // The first 12 characters of an existing hash are its setting string.
166 // Hashes must have an 8 character salt.
170 // Convert the base 2 logarithm into an integer.
228 // This may be an updated password from user_update_7000(). Such hashes
229 // have 'U' added as the first character and need an extra md5().
246 // A phpass password generated using md5. This is an
247 // imported password or from an earlier Drupal version.
262 * DRUPAL_HASH_COUNT or if the user's password hash was generated in an updat
[all...]
/plugin/mdpage/vendor/cebe/markdown/
H A DCONTRIBUTING.md6 If you have an idea or found a bug, please [open an issue](https://github.com/cebe/markdown/issues/…
28 the subfolders of the `/tests` folder. The result of the parser is tested with an input and an outp…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst18 share them with others, you should then create an extension as described
26 or package your code into an extension (see the next section of this
34 * ``{{ }}``: used to print the result of an expression evaluation;
53 * The tag is not flexible as you cannot use it in an expression:
70 generate (so, ``40`` is an argument of the filter, not the value we want to
184 The second argument of ``addFilter()`` is an instance of ``Twig_Filter``.
508 Creating an Extension
662 Functions can be registered in an extension via the ``getFunctions()``
681 method. This method must return an array of filters to add to the Twig
771 Adding a tag in an extension can be done by overriding the
[all …]
H A Dadvanced.rst7 using an older version, read the :doc:`legacy<advanced_legacy>` chapter
33 * ``{{ }}``: used to print the result of an expression evaluation;
52 * The tag is not flexible as you cannot use it in an expression:
131 // an anonymous function
181 The ``\Twig\TwigFilter`` class takes an array of options as its last
241 last argument to the filter call as an array::
298 an instance of ``\Twig\TwigFunction``::
313 to create an instance of ``\Twig\TwigTest``::
568 Creating an Extension
751 Adding a tag in an extension can be done by overriding the
[all …]
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmtable.js19an,E,aA;var ac=d.FONTDATA.lineH*ap*aN.useHeight,ag=d.FONTDATA.lineD*ap*aN.useHeight;for(aI=0,aE=th…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md290 an array.
321 * `"0"` is now an allowed URI path. See
488 request option to throw an exception.
540 * Fixed an issue with generating and merging in events to an event array
682 an EntityBody.
956 JSON is an array
1006 an array of successful and failed responses
1150 * DELETE requests can now send an entity body
1151 * Added an EventDispatcher to the ExponentialBackoffPlugin and added an ExponentialBackoffLogger to…
1257 * Added an AsyncPlugin
[all …]
/plugin/bibtex4dw/
H A DREADME.md8 **DokuWiki is an excellent tool for knowledge management** and has been successfully used in academic context for long time. However, **academics tend to use references to the literature** when managing their knowledge, and DokuWiki is missing appropriate tools here.
10 Being familiar with using BibTeX both, as a bibliographic (text) database format and as an engine to format references in documents written using LaTeX, a plugin for DokuWiki understanding the BibTeX format and allowing to reference literature from within wiki pages seems an obvious choice.
15 * Literature references in an academic context
64 If you find some problems, open an issue on GitHub, and ideally provide a pull request with a possible solution.
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md26 In the interest of fostering an open and welcoming environment, we as
71 when an individual is representing the project or its community. Examples of
72 representing a project or community include using an official project email
73 address, posting via an official social media account, or acting as an appointed
74 representative at an online or offline event. Representation of a project may be
84 regard to the reporter of an incident. Further details of specific enforcement
/plugin/mantis/lib/
H A Dchangelog83 > Changes for the multiple/nested imports from the wsdl file. This builds an
100 - soap_parser: deserialize Apache Vector as an array
137 - xmlschema: Add some information for the related type to an element
220 - wsdl: serialize soapval values (used to force an XML type, e.g. when WSDL uses an abstract type)
324 - wsdl: allow an element in one schema to have a type from another schema
370 - soap_parser: correctly parse an empty array to an empty array, not an empty string
405 - soap_transport_http: Add debug when an outgoing header is set
406 - soapclient: Allow SOAP headers to be supplied as an array like parameters
409 - wsdl: process namespace declarations first when parsing an element
420 - soap_transport_http: remove an unnecessary global statement
[all …]
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md64 - ``$options->registerOption()`` adds an option
65 - ``$options->registerArgument()`` adds an argument
78 By default, the CLI class registers an exception handler and will print the exception's message to the end user and
99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as third parameter to
116 - fixed width in characters by providing an integer (eg. ``15``)
117 - precentages by provifing an integer and a percent sign (eg. ``25%``)
118 - a single fluid "rest" column marked with an asterisk (eg. ``*``)
140 Note: if your backend code calls for a PSR-3 logger but does not actually type check for the interface (AKA being LoggerAware only) you can also just pass an instance of `splitbrain\phpcli\CLI`.
164 See `example/logging.php` for an example.
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md68 `Hoa\Iterator\Iterator` defines the basis of an iterator. It extends
73 `Hoa\Iterator\Aggregate` allows a class to use an external iterator through the
80 [traversable](http://php.net/traversable) into an iterator. It extends
85 `Hoa\Iterator\Outer` represents an iterator that iterates over iterators. It
90 `Hoa\Iterator\Mock` represents an empty iterator. It extends
95 `Hoa\Iterator\Seekable` represents an iterator that can be seeked. It extends
100 `Hoa\Iterator\Map` allows to iterate an array. It extends
119 content of an iterator. It extends
181 Also, `Hoa\Iterator\NoRewind` is an iterator that does not rewind. It extends
186 `Hoa\Iterator\Repeater` allows to repeat an iterator *n* times.
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/
H A Dconvert.jst5 * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last
6 * version with conversion `options` applied. If `name` is an object its methods
/plugin/dokukiwix/lang/en/
H A Dintro.txt4 …company [[http://www.linterweb.com|Linterweb]] which will allow you to add an offline search engin…
7 Building an offline version of your dokuwiki takes a long time. You need to let the page open until…
/plugin/quizlib/scripts/
H A DREADME.md9 - Supports an unlimited number of quizzes, questions and answers
12 … - Correct and incorrect answer highlighting with an optional callback to extend this functionality
/plugin/preregister/lang/eo/
H A Dinfo.txt2 …s pli malnovaj ol la difino de "list_aĝo" estas listitaj ĉi tie. Vi povas ŝanĝi la difino de "list…
4 Dokuwiki konservas siajn dosieroj kiel legeblaj por ĉiuj. La butono "Sekuri datumaran dosieron" ŝan
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md22 * Change how the MessageQueue handles buffered data. It now supports an optional MessageWrapper.
37 * Fix an incorrect SSL context option name (cafile).
/plugin/authgooglesheets/vendor/psr/cache/
H A DCHANGELOG.md11 - Be more specific in docblocks that `getItems()` and `deleteItems()` take an array of strings (`st…
12 …temInterface fix docblock to specify null as a valid parameters as well as an implementation of Da…
/plugin/upgrade/lang/eo/
H A Dstep0.txt
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md51 // false to writes. This is an indication that writers should slow down.
91 // Create an empty stream
315 Returns the string representation of an HTTP message.
346 Parses an HTTP message into an associative array.
357 Constructs a URI for an HTTP request message.
378 Parse an array of header values containing ";" separated data into an
389 headers into an array of headers with no comma separated values.
396 Parse a query string into an associative array.
408 Build a query string from an array of key value pairs.
615 termed an network-path reference.
[all …]
/plugin/webcode/_test/data/pages/
H A Dacross_section.txt18 * with an inline style
34 console.log("The first p with an inline definition has a fontSize property of "+allP.item(1).style.…
38 console.log("The second p with a stylesheet definition has an undefined fontSize property "+(typeof…
/plugin/pagetemplater/
H A DREADME.md35 &templater yourplaceholder = This is an important text
36 &templater !yourimageholder = {{:this:can:be:an:image.jpg|}}
40 **Note:** The page above defines a templater property using an exclamation mark (!) - this property…

12345678910>>...74