Home
last modified time | relevance | path

Searched refs:options (Results 976 – 1000 of 1516) sorted by relevance

1...<<31323334353637383940>>...61

/plugin/strreplace/
H A DREADME11 The regex can include parenthesized options, consistent with PHP's use of PCRE,e.g. (?i) to
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.css162 .text-options img {
165 .text-options {
/plugin/dw2markdown/
H A Drenderer.php372 function file($text, $language = NULL, $filename = NULL, $options = NULL) { argument
382 function code($text, $language = NULL, $filename = NULL, $options = NULL) { argument
/plugin/solr/
H A Dindex_all.php49 foreach ($OPTS->options as $key => $val) {
/plugin/mikioplugin/syntax/
H A Dbox.php17 public $options = array(
16 public $options = array( global() variable in syntax_plugin_mikioplugin_box
/plugin/struct/lang/fr/
H A Deditor_edit.txt7 Le type de champ détermine quelles données peuvent y être stockées (texte, image, URL...) et influence également la façon dont elles seront affichées plus tard. Chaque type de champ a des options de configuration spécifiques.
/plugin/codemirror/dist/modes/
H A Dmscgen.min.js.map1options","constants","attributes","brackets","arcsWords","arcsOthers","singlecomment","operators",…
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js32 },attr:function(name,value,type){var options=name; variable
34 }else{options={};
35 options[name]=value;
36 …return this.each(function(i){for(name in options){jQuery.attr(type?this.style:this,name,jQuery.pro…
90 if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=… variable
94 i++){var option=options[i];
154 i++){if((options=arguments[i])!=null){for(var name in options){var src=target[name],copy=options[na…
205 }},swap:function(elem,options,callback){var old={}; argument
206 for(var name in options){old[name]=elem.style[name];
207 elem.style[name]=options[name];
[all …]
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js32 },attr:function(name,value,type){var options=name; variable
34 }else{options={};
35 options[name]=value;
36 …return this.each(function(i){for(name in options){jQuery.attr(type?this.style:this,name,jQuery.pro…
90 if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=… variable
94 i++){var option=options[i];
154 i++){if((options=arguments[i])!=null){for(var name in options){var src=target[name],copy=options[na…
205 }},swap:function(elem,options,callback){var old={}; argument
206 for(var name in options){old[name]=elem.style[name];
207 elem.style[name]=options[name];
[all …]
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js852 function sourceDecorator(options) { argument
854 if (options['tripleQuotedStrings']) {
859 } else if (options['multiLineStrings']) {
H A Dprettify.js900 function sourceDecorator(options) { argument
902 if (options['tripleQuotedStrings']) {
907 } else if (options['multiLineStrings']) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DManagedServiceforMicrosoftActiveDirectoryConsumerAPI.php177 'options.requestedPolicyVersion' => [
359 'options.requestedPolicyVersion' => [
585 'options.requestedPolicyVersion' => [
/plugin/googleanalytics/
H A Dscript.js42 ga('create', JSINFO.ga.trackingId, 'auto', JSINFO.ga.options);
/plugin/authgoogle/google/io/
H A DGoogle_IO.php50 abstract function setOptions($options); argument
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js99 preinitialize: function(options) { argument
103 initialize: function(options) { argument
104 this.testing = options.testing;
251 _.each([{trigger: true}, true], function(options) { argument
252 Backbone.history.navigate('contacts', options);
254 Backbone.history.navigate('contacts/new', options);
256 Backbone.history.navigate('contacts/foo', options);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md143 and `multipart` request options. `form_params` is an associative array of
146 [`multipart`](http://guzzle.readthedocs.org/en/latest/request-options.html#multipart)
356 - `setSslVerification()` has been removed. Use default request options instead,
364 request options. You can pass an `adapter` to use a custom adapter,
681 The following APIs and options have been marked as deprecated:
698 for various aspects of a request. Because these options make other previous configuration options r…
699 configuration options and methods of a client and AbstractCommand have been deprecated.
724 - Added an `$options` argument to the end of the following methods of `Guzzle\Http\ClientInterface`:
725 createRequest, head, delete, put, patch, post, options, prepareRequest
740 `$client->getConfig()->setPath('request.options/headers/{header_name}', 'value')`. or
[all …]
/plugin/widearea/widearea/
H A Dwidearea.js388 setOptions: function(options) { argument
389 this._options = _mergeOptions(this._options, options);
/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js10 …3d"'+e.options+'" role\x3d"grid" style\x3d"border-collapse:separate;" cellspacing\x3d"0"\x3e\x3cca…
/plugin/supa/lib/
H A DSupa.jar ... int numSigBytes private int lineLength private boolean breakLines private int options private byte[] decodabet public void <init> ...
H A DSupa.jar.unsigned ... int numSigBytes private int lineLength private boolean breakLines private int options private byte[] decodabet public void <init> ...
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js10 …3d"'+g.options+'" role\x3d"grid" style\x3d"border-collapse:separate;" cellspacing\x3d"0"\x3e\x3cca…
/plugin/todo/syntax/
H A Dtodo.php197 $options = explode(' ', $todoargs);
198 foreach($options as $option) {
248 * @param array $data data for rendering options
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js233 var options = stepperChooser.options;
234 for (i = 0; i < options.length; ++i) {
235 var option = options[i];
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js5 $.swipebox = function( elem, options ) { argument
69 plugin.settings = $.extend( {}, defaults, options );
948 $.fn.swipebox = function( options ) { argument
951 var swipebox = new $.swipebox( this, options );

1...<<31323334353637383940>>...61