Home
last modified time | relevance | path

Searched refs:entry (Results 201 – 225 of 455) sorted by relevance

12345678910>>...19

/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Dbpmn-js.css131 [data-popup="align-elements"] .djs-popup-body .entry {
135 [data-popup="align-elements"] .djs-popup-body .entry:not(:first-child) {
139 [data-popup="align-elements"] .djs-popup-entry-icon {
/plugin/dropfiles/
H A Dwebpack.config.js11 entry: './src/upload.js', property in module.exports
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.flac.php149 foreach ($info['flac']['PICTURE'] as $entry) {
150 if (!empty($entry['data'])) {
156 if (isset($entry[$picture_key])) {
157 $comments_picture_data[$picture_key] = $entry[$picture_key];
/plugin/odt/ODT/elements/
H A DODTElementTable.php479 $entry = array();
480 $entry ['width'] = $width;
481 $entry ['obj'] = $style_obj;
482 $relative [] = $entry;
/plugin/farmsync/meta/
H A DFarmSyncUtil.php269 while (false !== ($entry = $dir->read())) {
270 if ($entry == '.' || $entry == '..' || is_dir($atticdir . $entry)) {
273 list($atticpageid, $timestamp,) = explode('.', $entry);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js196 var entry = log[i];
197 for (var j = 0; j < entry.commands.length; j++) {
198 if (entry.commands[j].entity === undo.command.entity.task) {
199 changeTaskCommandId(entry.commands[j], oldId, newId);
201 else if (entry.commands[j].entity === undo.command.entity.link) {
202 changeLinkCommandId(entry.commands[j], oldId, newId);
210 var entry = log[i];
211 for (var j = 0; j < entry.commands.length; j++) {
212 var command = entry.commands[j];
/plugin/structsection/
H A Dwebpack.config.js11 entry: './script/main.js', property in module.exports
/plugin/fetchmedia/
H A Dwebpack.config.js11 entry: ['babel-polyfill', 'whatwg-fetch', './script/main.js'], property in module.exports
/plugin/sequencediagram/bower_components/raphael/
H A Dwebpack.config.js16 entry: './dev/raphael.amd.js',
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel44 …* Test to ensure that every conf['...'] entry in conf/default.php has a corresponding meta['...']
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js3534 mxUtils.write(entry, entry.getAttribute('title'));
3562 })(cat, entry);
7849 (function(entry)
7857 option.setAttribute('title', entry.title + ' (' + entry.id + ')');
8131 (function(entry)
8134 applyFunctions.push(addLibCB(cols[index], entry.title, entry.id));
9102 var entry = null;
9120 entry = img;
9132 if (entry.title == null || entry.title.length == 0)
9179 if (entry.title == null || entry.title.length == 0)
[all …]
/plugin/bloglinks/
H A Dplugin.info.txt6 desc Displays a link to the previous and the next blog entry above posts in configured namespaces
/plugin/yalist/
H A Dplugin.info.txt6 desc Extend DokuWiki list syntax to allow definition list and multiple paragraphs in a list entry
/plugin/darcs/
H A Dadmin.php153 ' | <html><input type="checkbox" name="remove[]" value="'.$entry.'"/> </html>'.
154 … ' | <html><input type="checkbox" name="update[]" value="'.$entry.'"'.$up_state.' /> </html>'.
/plugin/shell/
H A DP0wnyShell.php39 foreach ($list as $entry) {
40 if (!function_exists($entry)) {
/plugin/dirtylittlehelper/mermaid/editor/
H A Dwebpack.config.js9 entry: { class in module.exports
/plugin/semanticdata/
H A Dstyle.css1 /* default style for the entry mode */
40 /* style to hide the entry data */
/plugin/filelist/
H A Dsyntax.php
/plugin/pdb/classes/
H A Dcache.php143 while (($entry = readdir($handle))){
144 $path = $this->mediaDir.'/'.$entry;
/plugin/fckg/
H A Dscript.js196 var entry = character + ' ';
198 test_str += entry;
/plugin/cache/
H A Dplugin_cache.php150 while (($entry = readdir($handle))){
151 $path = $this->mediaDir.'/'.$entry;
/plugin/pubchem/classes/
H A Dcache.php143 while (($entry = readdir($handle))){
144 $path = $this->mediaDir.'/'.$entry;
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG51 2/ Any final "," left on the end of the last field in an entry is now removed.
58 … to PARSEENTRIES to decide whether to remove enclosing "..." or {...} from string and entry fields.
/plugin/pubmed/classes/
H A Dcache.php143 while (($entry = readdir($handle))){
144 $path = $this->mediaDir.'/'.$entry;
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php512 foreach ($value->value as $entry) {
513 $this->writePdfType($entry);
519 foreach ($value->value as $name => $entry) {
521 $this->writePdfType($entry);

12345678910>>...19