Home
last modified time | relevance | path

Searched refs:organise (Results 1 – 25 of 719) sorted by relevance

12345678910>>...29

/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/
H A DDiff.hs93 diffs <- mapM (uncurry diff) $ sortBy organise $ zipTrees getDiff from to
98 organise :: (AnchoredPath, Diff m) -> (AnchoredPath, Diff m) -> Ordering
100 organise (p1, Changed _ _ ) (p2, Changed _ _) = compare p1 p2 function
101 organise (p1, Added _) (p2, Added _) = compare p1 p2 function
102 organise (p1, Removed _) (p2, Removed _) = compare p2 p1 function
104 organise (_, Removed _) _ = LT function
105 organise _ (_, Removed _) = GT function
107 organise (_, Changed _ _) _ = LT function
108 organise _ (_, Changed _ _) = GT function
/dports/games/zoom/zoom-1.1.5/src/zoomCocoa/
H A DZoomStoryOrganiser.h63 organise: (BOOL) organise;
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/ui/
H A Dorganisedialog.cpp350 Organise* organise = new Organise( in accept() local
354 connect(organise, SIGNAL(Finished(QStringList)), in accept()
356 connect(organise, SIGNAL(FileCopied(int)), this, SIGNAL(FileCopied(int))); in accept()
358 connect(organise, SIGNAL(SongPathChanged(const Song&, const QFileInfo&)), in accept()
361 organise->Start(); in accept()
/dports/devel/tdl/tdl-1.5.2/
H A DREADME12 - organise the entries in a tree structure (sub-tasks of other tasks etc)
13 - move the tasks around and re-organise the hierarchy.
/dports/devel/p5-Test-Class/Test-Class-0.52/xt/
H A Dspelling.t47 organise
/dports/mail/mailscanner/MailScanner-5.3.4/etc/MailScanner/mcp/
H A D10_example.cf3 # Any *.cf file in this directory will be used, so organise them as you like.
/dports/audio/gogglesmm/gogglesmm-1.2.2/extra/
H A Dgogglesmm.desktop12 Comment[en_GB]=Play and organise your music collection
/dports/textproc/gtk-doc/gtk-doc-1.33.2/doc/
H A DREADME19 describes the MODULE-sections.txt file which is used to organise the
/dports/devel/glib20/glib-2.70.4/gio/tests/desktop-files/usr/applications/
H A Dgnome-music.desktop14 Comment[en_GB]=Play and organise your music collection
H A Dnautilus.desktop16 Comment[en_GB]=Access and organise files
/dports/multimedia/libv4l/linux-5.13-rc2/net/ieee802154/
H A DKconfig7 designed to organise networks of sensors, switches, etc automation
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ieee802154/
H A DKconfig7 designed to organise networks of sensors, switches, etc automation
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ieee802154/
H A DKconfig7 designed to organise networks of sensors, switches, etc automation
/dports/deskutils/gnome-photos/gnome-photos-40.0/help/C/
H A Dindex.page21 <p><app>Photos</app> can be used to organise and manage your images in an
/dports/sysutils/aptly/aptly-1.4.0/cmd/
H A Dtask_run.go138 Command helps organise multiple aptly commands in one single aptly task, running as single thread.
/dports/www/moodle39/moodle/contentbank/tests/behat/
H A Dsort_content.feature3 In order to temporarily organise the content of the content bank
/dports/audio/clementine-player/Clementine-1.4.0rc1/debian/
H A Dcontrol67 * Edit tags on MP3 and OGG files, organise your music
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/.vale/gitlab/
H A DBritish.yml83 organise: organize
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/docs/.vale/gitlab/
H A DBritish.yml79 organise: organize
/dports/sysutils/ansible2/ansible-2.9.27/docs/docsite/rst/dev_guide/style_guide/
H A Dbasic_rules.rst10 …rds that are spelled differently in American English (color vs colour, organize vs organise, etc.).
/dports/devel/kdevelop/kdevelop-21.12.3/po/en_GB/
H A Dkdevdocumentview.po57 #~ "If this option is set, the Document View will organise documents\n"
/dports/www/moodle310/moodle/question/tests/behat/
H A Dedit_question_tags.feature3 In order to organise my questions
/dports/www/moodle311/moodle/question/tests/behat/
H A Dedit_question_tags.feature3 In order to organise my questions
/dports/www/moodle39/moodle/question/tests/behat/
H A Dedit_question_tags.feature3 In order to organise my questions
/dports/games/exult/exult-snapshot-v1.7.0.20211128/content/bgkeyring/src/items/
H A Dfood.uc27 //Todo: organise this better, by using explicit frames? e.g. nutrition[FRAME_BREAD] = 4 etc.

12345678910>>...29