60:02243723ac17 | 61:fe1e8783a95f |
---|---|
210 | 210 |
211 <p> | 211 <p> |
212 Public method to activate this plugin. | 212 Public method to activate this plugin. |
213 </p> | 213 </p> |
214 <dl> | 214 <dl> |
215 <dt>Returns:</dt> | 215 <dt>Return:</dt> |
216 <dd> | 216 <dd> |
217 tuple of None and activation status | 217 tuple of None and activation status |
218 </dd> | 218 </dd> |
219 </dl> | 219 </dl> |
220 <dl> | 220 <dl> |
237 <dd> | 237 <dd> |
238 name of the translation source file | 238 name of the translation source file |
239 </dd> | 239 </dd> |
240 </dl> | 240 </dl> |
241 <dl> | 241 <dl> |
242 <dt>Returns:</dt> | 242 <dt>Return:</dt> |
243 <dd> | 243 <dd> |
244 name of the binary translation file | 244 name of the binary translation file |
245 </dd> | 245 </dd> |
246 </dl> | 246 </dl> |
247 <dl> | 247 <dl> |
263 | 263 |
264 <p> | 264 <p> |
265 Public method get the filetype associations of the Django project type. | 265 Public method get the filetype associations of the Django project type. |
266 </p> | 266 </p> |
267 <dl> | 267 <dl> |
268 <dt>Returns:</dt> | 268 <dt>Return:</dt> |
269 <dd> | 269 <dd> |
270 dictionary with file type associations | 270 dictionary with file type associations |
271 </dd> | 271 </dd> |
272 </dl> | 272 </dl> |
273 <dl> | 273 <dl> |
289 <dd> | 289 <dd> |
290 the key of the value to get | 290 the key of the value to get |
291 </dd> | 291 </dd> |
292 </dl> | 292 </dl> |
293 <dl> | 293 <dl> |
294 <dt>Returns:</dt> | 294 <dt>Return:</dt> |
295 <dd> | 295 <dd> |
296 the requested setting | 296 the requested setting |
297 </dd> | 297 </dd> |
298 </dl> | 298 </dl> |
299 <dl> | 299 <dl> |
315 <dd> | 315 <dd> |
316 name of the menu | 316 name of the menu |
317 </dd> | 317 </dd> |
318 </dl> | 318 </dl> |
319 <dl> | 319 <dl> |
320 <dt>Returns:</dt> | 320 <dt>Return:</dt> |
321 <dd> | 321 <dd> |
322 reference to the menu or None, if no | 322 reference to the menu or None, if no |
323 menu with the given name exists | 323 menu with the given name exists |
324 </dd> | 324 </dd> |
325 </dl> | 325 </dl> |
335 | 335 |
336 <p> | 336 <p> |
337 Public method to get the names of all menus. | 337 Public method to get the names of all menus. |
338 </p> | 338 </p> |
339 <dl> | 339 <dl> |
340 <dt>Returns:</dt> | 340 <dt>Return:</dt> |
341 <dd> | 341 <dd> |
342 menu names | 342 menu names |
343 </dd> | 343 </dd> |
344 </dl> | 344 </dl> |
345 <dl> | 345 <dl> |
361 <dd> | 361 <dd> |
362 the key of the value to get | 362 the key of the value to get |
363 </dd> | 363 </dd> |
364 </dl> | 364 </dl> |
365 <dl> | 365 <dl> |
366 <dt>Returns:</dt> | 366 <dt>Return:</dt> |
367 <dd> | 367 <dd> |
368 the requested setting | 368 the requested setting |
369 </dd> | 369 </dd> |
370 </dl> | 370 </dl> |
371 <dl> | 371 <dl> |
388 <dd> | 388 <dd> |
389 name of the file | 389 name of the file |
390 </dd> | 390 </dd> |
391 </dl> | 391 </dl> |
392 <dl> | 392 <dl> |
393 <dt>Returns:</dt> | 393 <dt>Return:</dt> |
394 <dd> | 394 <dd> |
395 name of the lexer (Pygments lexers are prefixed with | 395 name of the lexer (Pygments lexers are prefixed with |
396 'Pygments|') | 396 'Pygments|') |
397 </dd> | 397 </dd> |
398 </dl> | 398 </dl> |
436 <dd> | 436 <dd> |
437 language to get APIs for (string) | 437 language to get APIs for (string) |
438 </dd> | 438 </dd> |
439 </dl> | 439 </dl> |
440 <dl> | 440 <dl> |
441 <dt>Returns:</dt> | 441 <dt>Return:</dt> |
442 <dd> | 442 <dd> |
443 list of API filenames (list of string) | 443 list of API filenames (list of string) |
444 </dd> | 444 </dd> |
445 </dl> | 445 </dl> |
446 <div align="right"><a href="#top">Up</a></div> | 446 <div align="right"><a href="#top">Up</a></div> |
459 <dd> | 459 <dd> |
460 reference to the configuration dialog | 460 reference to the configuration dialog |
461 </dd> | 461 </dd> |
462 </dl> | 462 </dl> |
463 <dl> | 463 <dl> |
464 <dt>Returns:</dt> | 464 <dt>Return:</dt> |
465 <dd> | 465 <dd> |
466 reference to the configuration page | 466 reference to the configuration page |
467 </dd> | 467 </dd> |
468 </dl> | 468 </dl> |
469 <div align="right"><a href="#top">Up</a></div> | 469 <div align="right"><a href="#top">Up</a></div> |
475 | 475 |
476 <p> | 476 <p> |
477 Module function returning data as required by the configuration dialog. | 477 Module function returning data as required by the configuration dialog. |
478 </p> | 478 </p> |
479 <dl> | 479 <dl> |
480 <dt>Returns:</dt> | 480 <dt>Return:</dt> |
481 <dd> | 481 <dd> |
482 dictionary containing the relevant data | 482 dictionary containing the relevant data |
483 </dd> | 483 </dd> |
484 </dl> | 484 </dl> |
485 <dl> | 485 <dl> |