Home
last modified time | relevance | path

Searched refs:default (Results 626 – 650 of 1338) sorted by relevance

1...<<21222324252627282930>>...54

/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc14 if(!lang) lang = CKEDITOR.lang['default']['signature'];
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php600 * @param mixed $default
603 function getHTTPDepth($default = self::DEPTH_INFINITY) { argument
608 if (is_null($depth)) return $default;
614 if (!ctype_digit($depth)) return $default;
/plugin/ckgdoku/ckeditor/skins/moono/
H A Ddialog.css5default;filter:none}a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus,{background:#e…
H A Deditor_ie7.css5default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-s…
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php567 * @param mixed $default
570 function getHTTPDepth($default = self::DEPTH_INFINITY) { argument
575 if (is_null($depth)) return $default;
581 if (!ctype_digit($depth)) return $default;
/plugin/ckgedit/ckeditor/skins/moono/
H A Ddialog.css5default;filter:none}a.cke_dialog_tab_selected:hover,a.cke_dialog_tab_selected:focus,{background:#e…
H A Deditor_ie7.css5default}.cke_reset_all fieldset{padding:10px;border:2px groove #e0dfe3}.cke_reset_all select{box-s…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D17.17.js.map1default',\n 'get',\n 'rethrow',\n 'while',\n 'deferred',\n 'hid…
H A D36.36.js.map1default',\n 'do',\n 'double',\n 'else',\n 'enum',\n 'extern',\n…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm38 <cfparam name="url.command" default="QuickUpload">
39 <cfparam name="url.type" default="File">
40 <cfparam name="url.currentFolder" default="/">
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc31 ==== staticNoPingConnectionPool (default)
234 For this reason the default connection pool is currently the
235 `staticNoPingConnectionPool`. You can, of course, change this default - but we
/plugin/adhoctags/
H A DREADME.md82 Note: this will also set the HTML `dir` attribute: either by setting a language code that has a default RTL script, or by appending a script tag that refers to a RTL script (e.g. `Arab` or `Hebr`). The resulting text direction can still be overriden by the `[dir=…]` attribute (see below)
102 - Search for `<html>`in default mode, replace with an empty string.
103 - Search for `</html>`in default mode, replace with an empty string.
/plugin/wysiwyg/fckeditor/editor/skins/default/
H A Dfck_dialog.css122 cursor: default;
/plugin/revealjs/css/theme/
H A DREADME.md18 This is where you override the default theme. Either by specifying variables (see [settings.scss](h…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dautoescape.rst48 When automatic escaping is enabled everything is escaped by default except for
/plugin/advanced/lang/en/config/
H A Dstyleini.txt36 Template authors should generally try to reuse the placeholder names of the default template.
/plugin/copycode/
H A DREADME.md29 - Removing default contextmenu on right click on a code block
/plugin/imagemap/
H A Dsyntax.php120 $default = $renderer->_simpleTitle($url);
122 $title = $renderer->_getLinkTitle($title, $default, $isImg, $url);
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-literal-expression.css61 cursor: default;
120 cursor: default;
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php48 "default", // If a variable is null, it will use the default instead
593 * Provide a default fallback
595 * {{default title "No title available"}}
609 $default = $m[2];
611 return ($value) ?: $default;
/plugin/imagemapping/
H A Dsyntax.php148 $default = $renderer->_simpleTitle($url);
150 $title = $renderer->_getLinkTitle($title, $default, $isImg, $url);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md129 // Create a handler stack that has all of the default middlewares attached
353 - `setUserAgent()` has been removed. Use a default request option instead. You
469 // Standard redirects with a default of a max of 5 redirects
588 sending. This subscriber is attached to all requests by default.
732 default `array()`
866 ### No default path
868 URLs no longer have a default path value of '/' if no path was specified.
914 $default = array();
916 $config = Inspector::fromConfig($config, $default, $required);
940 $default = array();
[all …]
/plugin/wysiwyg/css/
H A Dfck_editorarea.css21 * This is the default CSS file used by the editor area. It defines the
/plugin/wysiwyg/fckeditor/editor/skins/office2003/
H A Dfck_dialog.css123 cursor: default;
/plugin/note/
H A Dsyntax.php47 protected $default = 'plugin_note noteclassic';
69 // override default accepts() method to allow nesting
100 return array($state, $this->default);
105 default:
55 var $default = 'plugin_note noteclassic'; global() variable in syntax_plugin_note

1...<<21222324252627282930>>...54