Home
last modified time | relevance | path

Searched refs:settings (Results 326 – 350 of 466) sorted by path

1...<<111213141516171819

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js1006 Backbone.ajax = function(settings){ settings.success(); }; argument
1031 Backbone.ajax = function(settings) {
1032 settings.success.call(settings.context);
H A Dsync.js161 Backbone.ajax = function(settings) { argument
162 assert.strictEqual(settings.url, '/test');
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/setup/
H A Denvironment.js20 Backbone.ajax = function(settings) { argument
21 env.ajaxSettings = settings;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js410 var settings = {};
411 _.template('', null, settings);
412 assert.deepEqual(settings, {});
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js1491 _.template = function(text, settings, oldSettings) { argument
1492 if (!settings && oldSettings) settings = oldSettings;
1493 settings = _.defaults({}, settings, _.templateSettings);
1497 (settings.escape || noMatch).source,
1498 (settings.interpolate || noMatch).source,
1499 (settings.evaluate || noMatch).source
1523 if (!settings.variable) source = 'with(obj||{}){\n' + source + '}\n';
1531 render = new Function(settings.variable || 'obj', '_', source);
1542 var argument = settings.variable || 'obj';
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …Match","escapes","\\","\r","\n","
","
","escapeChar","template","text","settings","oldSettings","o…
H A Dunderscore.js1415 _.template = function(text, settings, oldSettings) { argument
1416 if (!settings && oldSettings) settings = oldSettings;
1417 settings = _.defaults({}, settings, _.templateSettings);
1421 (settings.escape || noMatch).source,
1422 (settings.interpolate || noMatch).source,
1423 (settings.evaluate || noMatch).source
1447 if (!settings.variable) source = 'with(obj||{}){\n' + source + '}\n';
1454 var render = new Function(settings.variable || 'obj', '_', source);
1465 var argument = settings.variable || 'obj';
/plugin/settingstree/
H A Dplugin.info.txt6 desc DokuWiki helper and admin for setting up settings based on NS/page hierarchy to a plugin
/plugin/siteexport/
H A DREADME.md29 …while exporting a site via URL Request or wget/curl request. Due to PHP settings this may be very …
H A Dcron.php63 $settings = array();
69 $this->configuration = $settings;
161 private function recurseSettingsToOut($settings, $levelPrefix = null) argument
163 if ( !is_array($settings) )
166 if ( $levelPrefix == null || empty($settings) )
171 return '$settings' . $levelPrefix . ' = "' . trim($settings) . "\";\n";
177 foreach ($settings as $name => $value )
265 $this->siteexportAjax->functions->settings->isCLI = true;
266 $this->siteexportAjax->functions->settings->isAuthed = true;
H A Djquery.filedownload.js37 var settings = $.extend({
160 … $("<div>").html(settings.androidPostUnsupportedMessageHtml).dialog(settings.dialogOptions);
177 … $preparingDialog = $("<div>").html(settings.preparingMessageHtml).dialog(settings.dialogOptions);
194 settings.successCallback(url);
207 if (settings.failMessageHtml) {
208 $("<div>").html(settings.failMessageHtml).dialog(settings.dialogOptions);
220 if (settings.data !== null && typeof settings.data !== "string") {
221 settings.data = $.param(settings.data);
232 if (settings.data !== null) {
274 if (settings.data !== null) {
[all …]
H A Dscript.js58 if ( settings.length > 0 ) { settings = ' ' + settings; }
101 var settings = _.settings('__siteexport_aggregate');
103 $.post( _.url, settings, function(data) {
203 var settings = _.settings('__siteexport_addsite');
204 settings.push({
216 $.post( _.url, settings, function(data) {
275 _.settings = function(call) { function
276 var settings = $(_.allElements).serializeArray();
279 settings = settings.concat(
287 return settings;
[all …]
/plugin/siteexport/action/
H A Dajax.php183 $this->functions->settings->fileType = 'pdf';
280 echo "{$this->functions->settings->pattern}\n";
392 if (!$this->functions->settings->useTOCFile) {
563 $EXCLUDE = $this->functions->settings->excludePattern;
614 …$tmpFile = tempnam($this->functions->settings->tmpDir , 'siteexport__') ?: $this->functions->setti…
646 if (!$this->functions->settings->exportLinkedPages) {
696 $newDepth = $this->functions->settings->depth;
1014 $origDepth = $this->functions->settings->depth;
1015 $this->functions->settings->depth = $newDepth;
1179 $cache = $this->functions->settings->cachetime;
[all …]
H A Dsendfile.php41 $functions->settings->pattern = $_REQUEST['siteexport'];
49 …$functions->debug->message("fetching cached file from pattern '{$functions->settings->pattern}' wi…
/plugin/siteexport/inc/
H A Dfilewriter.php37 …$tmpFile = tempnam($this->functions->settings->tmpDir, 'siteexport__') ?: $this->functions->settin…
96 if (empty($ZIPFILE)) $ZIPFILE = $this->functions->settings->zipFile;
135 $code = $zip->open($this->functions->settings->zipFile, ZipArchive::CREATE);
158 $this->functions->settings->hasValidCacheFile = false; // reset the cache settings
164 if ($mtime == 0 || $mtime < time()-$this->functions->settings->cachetime)
192 return $this->functions->settings->hasValidCacheFile = true;
197 @unlink($this->functions->settings->zipFile) === false ) {
204 if (is_null($data['file'])) $data['file'] = $this->functions->settings->zipFile;
H A Dfunctions.php12 public $settings = null; variable in siteexport_functions
40 return ml($this->settings->origZipFile, $params, true, '&');
138 $NS = $this->settings->exportNamespace;
309 $FILE = $this->settings->origZipFile;
312 if (empty($PATTERN) && empty($this->settings->pattern)) {
318 if (empty($this->settings->pattern)) {
319 $this->settings['pattern'] = $PATTERN;
321 $PATTERN = $this->settings->pattern;
338 $PATTERN = $this->settings->pattern;
341 …($this->getSpecialExportFileName($this->settings->origZipFile, $PATTERN), '.' . basename(mediaFN($…
[all …]
H A Dhttpproxy.php31 public $settings = null; variable in HTTPProxy
49 $this->settings = $functions->settings;
57 if ($this->settings->cookie == null) {
72 $this->cookies = $this->settings->cookie;
128 if ($this->settings->cookie == null) {
129 $this->settings->cookie = $this->cookies;
H A Djavahelp.php72 if (!empty($lang) && !$this->functions->settings->TOCMapWithoutTranslation)
96 if ($lang == $this->functions->settings->defaultLang || $lang == $last_key)
H A Dpdfgenerator.php21 if (!preg_match("/" . $this->functions->settings->fileType . "$/", $NAME)) {
22 …$this->functions->debug->message("Filetype " . $this->functions->settings->fileType . " did not ma…
56 …$mpdf->setBasePath(empty($this->functions->settings->depth) ? './' : $this->functions->settings->d…
/plugin/skype/
H A DREADME.md90 Then you need to change your privacy settings in Skype: `Options` -> `Privacy` -> `Allow Net Status`
/plugin/slider/
H A Djquery.bxslider.js124 slider.settings.slideWidth = parseInt(slider.settings.slideWidth);
140 …er.minThreshold = (slider.settings.minSlides * slider.settings.slideWidth) + ((slider.settings.min…
141 …er.maxThreshold = (slider.settings.maxSlides * slider.settings.slideWidth) + ((slider.settings.max…
167 if(slider.settings.mode == 'vertical') slider.settings.maxSlides = slider.settings.minSlides;
313 if(slider.settings.infiniteLoop && slider.settings.mode != 'fade' && !slider.settings.ticker){
314 …var slice = slider.settings.mode == 'vertical' ? slider.settings.minSlides : slider.settings.maxSl…
403 …width = (slider.settings.maxSlides * slider.settings.slideWidth) + ((slider.settings.maxSlides - 1…
429 …newElWidth = (wrapWidth - (slider.settings.slideMargin * (slider.settings.minSlides - 1))) / slide…
666 if(!slider.settings.nextSelector && !slider.settings.prevSelector){
1297 if(slider.settings.pager && !slider.settings.pagerCustom){
[all …]
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js83 $.fn.socialSharePrivacy = function (settings) { argument
133 var options = $.extend(true, defaults, settings);
/plugin/socialshareprivacy2/SSP/
H A DREADME.md398 <td>The text of the settings icon.</td>
403 <td>Tooltip text of the settings menu.</td>
408 <td>Headline of the settings menu.</td>
417 <td>function (service_name, settings)</td>
422 <td>function (service_name, settings)</td>
427 <td>function (settings)</td>
434 <td>function (service_name, settings)</td>
1267 #### <span id="gettitleoptions-uri-settings">getTitle(options, uri, settings)</span>
1279 #### <span id="getimageoptions-uri-settings">getImage(options, uri, settings)</span>
1294 #### <span id="getembedoptions-uri-settings">getEmbed(options, uri, settings)</span>
[all …]
/plugin/socialshareprivacy2/SSP/scripts/de/
H A Djquery.socialshareprivacy.buffer.js12 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.buffer, {
H A Djquery.socialshareprivacy.delicious.js12 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.delicious, {

1...<<111213141516171819