Home
last modified time | relevance | path

Searched refs:has (Results 476 – 500 of 1382) sorted by relevance

1...<<11121314151617181920>>...56

/plugin/ckgdoku/ckeditor/skins/moono/
H A Dreadme.md4 This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor
/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md4 This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Dreadme.md4 This skin has been made a **default skin** starting from CKEditor 4.6.0 and is maintained by the co…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc4 The client has a number of "namespaces", which generally expose administrative
H A Dhttp-meta-data.asciidoc32 Host header. This setting has been introduced to prevent issues with
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.asciidoc55 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
/plugin/edittable/action/
H A Deditor.php129 if (!$INPUT->post->has('edittable_data')) return;
/plugin/sqlite/
H A Dadmin.php130 if ($INPUT->has('sql')) $this->showQueryResults($INPUT->str('sql'));
/plugin/twofactor/
H A DManager.php323 if($INPUT->server->has('HTTP_SEC_FETCH_DEST') && $INPUT->server->str('HTTP_SEC_FETCH_DEST') !== 'document'){
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt23 This window has three functions
46 If the URL appears in the text box, then the URL has already been saved. You can, however, edit it …
/plugin/interwikiformatting/
H A DREADME.md22 …the automatic formatting will be applied unless the interwiki link already has a title defined, *[…
26 The Interwiki Formatting Plugin has eight settings that can be set in the Dokuwiki Configuration Ma…
/plugin/codeprettify/code-prettify/
H A DCHANGES.md33 that has comments and whitespace removed to reduce download size from 45.5kB
115 already has an XSS vulnerability. If you sanitize and prettify HTML from an
/plugin/tuxquote/
H A Dquotes.txt4 Timing has an awful lot to do with the outcome of a rain dance.
99 History has the relation to truth that theology has to religion, i.e. none to speak of. <BR> -- Rob…
251 A lie has speed, but truth has endurance. <BR> -- Edgar J. Mohn
517 Anyone who has never made a mistake has never tried anything new. <BR> -- Albert Einstein
537 He has the right to criticize who has the heart to help. <BR> -- Abraham Lincoln
538 He has Van Gogh's ear for music.
637 What has four legs and an arm? A happy pit bull.
1428 A man has to work so hard so that something of his personality stays alive. A tomcat has it so easy…
2299 Marriage has many pains, but celibacy has no pleasures. <BR> -- Samuel Johnson (1709-1784), English…
3003 The income tax has made more liars out of the American people than golf has. <BR> -- Will Rogers (1…
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc215 $params['if_seq_no'] = (number) only perform the delete operation if the last operation that has changed the document has the specified sequence number
216 $params['if_primary_term'] = (number) only perform the delete operation if the last operation that has changed the document has the specified primary term
485 $params['if_seq_no'] = (number) only perform the index operation if the last operation that has changed the document has the specified sequence number
486 $params['if_primary_term'] = (number) only perform the index operation if the last operation that has changed the document has the specified primary term
845 $params['if_seq_no'] = (number) only perform the update operation if the last operation that has changed the document has th
[all...]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js40 has = "hasOwnProperty", variable
858 var has = "hasOwnProperty",
1024 for (var key in obj) if (obj[has](key)) {
1041 if (cache[has](args)) {
2213 if (params[has](att)) {
2422 if (cssAttr[has](css)) {
2503 if (cssAttr[has](css)) {
2668 has = "hasOwnProperty",
3951 var has = "hasOwnProperty",
5324 has = "hasOwnProperty",
[all …]
/plugin/infomail/
H A Daction.php74 if ($INPUT->server->has('REMOTE_USER')) {
/plugin/gcalendar/inc/
H A Dstandard.css152 /* category-styles for date entries. The category has to be capitalized ! ---------------------- */
/plugin/displayfile/
H A Dsyntax.php238 if ($INPUT->has('codeblockOffset'))
/plugin/foldablelist/
H A DREADME.md60 Our startpage has grown to a length of 4 screen-pages by now because of that, so sooner
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php74 public function has($name) { function in Input
/plugin/translation/
H A Daction.php75 } elseif ($INPUT->has('lang')) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm67 // For a file to be uploaded it has to fullfil both the AllowedExtensions
162 <!--- catch potential "The requested scope application has not been enabled" exception --->
/plugin/badbehaviour/
H A Dbadbehavior.readme32 even when nobody has ever seen the particular spam before.
66 Bad Behavior has been designed to install on each host software in the
/plugin/dropfiles/
H A Dyarn.lock416 has-ansi "^2.0.0"
1125 has-unicode "^2.0.0"
1233 has-ansi@^2.0.0:
1235 …resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e4…
1239 has-flag@^1.0.0:
1241 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f9…
1243 has-flag@^2.0.0:
1245 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e…
1247 has-unicode@^2.0.0:
2734 has-flag "^1.0.0"
[all …]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md40 - Rendering a `Node` when no renderer has been registered for it
370 - `enable_em` has been renamed to `commonmark/enable_em`
371 - `enable_strong` has been renamed to `commonmark/enable_strong`
372 - `use_asterisk` has been renamed to `commonmark/use_asterisk`
373 - `use_underscore` has been renamed to `commonmark/use_underscore`
374 - `unordered_list_markers` has been renamed to `commonmark/unordered_list_markers`
375 - `mentions/*/symbol` has been renamed to `mentions/*/prefix`
376 - `mentions/*/regex` has been renamed to `mentions/*/pattern` and requires partial regular expressions (without delimiters or flags)
378 - `heading_permalink/slug_normalizer` has been renamed to `slug_normalizer/instance`
385 - Functionality previously found in block parsers and node elements has move
[all...]

1...<<11121314151617181920>>...56