Home
last modified time | relevance | path

Searched +defs:last +defs:command (Results 1 – 25 of 4792) sorted by relevance

12345678910>>...192

/dports/emulators/mtools/mtools-4.0.26/
H A Dexpand.c25 ssize_t safePopenOut(const char **command, char *output, size_t len) in safePopenOut()
30 ssize_t last; in safePopenOut() local
68 ssize_t last; in expand() local
70 const char *command[] = { "/bin/sh", "sh", "-c", 0, 0 }; in expand() local
/dports/www/aria2/aria2-1.36.0/src/
H A DPollEventPoll.cc96 for (auto first = pollfds_.get(), last = pollfds_.get() + pollfdNum_; in poll() local
155 for (auto first = pollfds_.get(), last = pollfds_.get() + pollfdNum_; in addEvents() local
180 bool PollEventPoll::addEvents(sock_t socket, Command* command, in addEvents()
188 bool PollEventPoll::addEvents(sock_t socket, Command* command, int events, in addEvents()
206 for (auto first = pollfds_.get(), last = pollfds_.get() + pollfdNum_; in deleteEvents() local
226 bool PollEventPoll::deleteEvents(sock_t socket, Command* command, in deleteEvents()
233 bool PollEventPoll::deleteEvents(sock_t socket, Command* command, in deleteEvents()
242 const std::shared_ptr<AsyncNameResolver>& resolver, Command* command) in addNameResolver()
258 const std::shared_ptr<AsyncNameResolver>& resolver, Command* command) in deleteNameResolver()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A DActionManager.cpp49 for (ListAction::iterator command = mActions.begin(); command != mActions.end(); command ++) in clear() local
76 Action* command = (*mCurrentAction); in undoAction() local
92 Action* command = *mCurrentAction; in redoAction() local
143 Action* command = *second; in updateMaxActions() local
153 ListAction::iterator last = mActions.end(); in removeRedo() local
158 Action* command = *last; in removeRedo() local
179 Action* command = new Action(); in reset() local
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A DActionManager.cpp49 for (ListAction::iterator command = mActions.begin(); command != mActions.end(); command ++) in clear() local
76 Action* command = (*mCurrentAction); in undoAction() local
92 Action* command = *mCurrentAction; in redoAction() local
143 Action* command = *second; in updateMaxActions() local
153 ListAction::iterator last = mActions.end(); in removeRedo() local
158 Action* command = *last; in removeRedo() local
179 Action* command = new Action(); in reset() local
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A DActionManager.cpp49 for (ListAction::iterator command = mActions.begin(); command != mActions.end(); command ++) in clear() local
76 Action* command = (*mCurrentAction); in undoAction() local
92 Action* command = *mCurrentAction; in redoAction() local
143 Action* command = *second; in updateMaxActions() local
153 ListAction::iterator last = mActions.end(); in removeRedo() local
158 Action* command = *last; in removeRedo() local
179 Action* command = new Action(); in reset() local
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/UnitTests/TestApp/
H A DActionManager.cpp49 for (ListAction::iterator command = mActions.begin(); command != mActions.end(); command ++) in clear() local
76 Action* command = (*mCurrentAction); in undoAction() local
92 Action* command = *mCurrentAction; in redoAction() local
143 Action* command = *second; in updateMaxActions() local
153 ListAction::iterator last = mActions.end(); in removeRedo() local
158 Action* command = *last; in removeRedo() local
179 Action* command = new Action(); in reset() local
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DActionManager.cpp49 for (ListAction::iterator command = mActions.begin(); command != mActions.end(); command ++) in clear() local
97 Action* command = (*mCurrentAction); in undoAction() local
113 Action* command = *mCurrentAction; in redoAction() local
165 Action* command = *second; in updateMaxActions() local
175 ListAction::iterator last = mActions.end(); in removeRedo() local
180 Action* command = *last; in removeRedo() local
201 Action* command = new Action(); in reset() local
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DActionManager.cpp49 for (ListAction::iterator command = mActions.begin(); command != mActions.end(); command ++) in clear() local
97 Action* command = (*mCurrentAction); in undoAction() local
113 Action* command = *mCurrentAction; in redoAction() local
165 Action* command = *second; in updateMaxActions() local
175 ListAction::iterator last = mActions.end(); in removeRedo() local
180 Action* command = *last; in removeRedo() local
201 Action* command = new Action(); in reset() local
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DActionManager.cpp49 for (ListAction::iterator command = mActions.begin(); command != mActions.end(); command ++) in clear() local
97 Action* command = (*mCurrentAction); in undoAction() local
113 Action* command = *mCurrentAction; in redoAction() local
165 Action* command = *second; in updateMaxActions() local
175 ListAction::iterator last = mActions.end(); in removeRedo() local
180 Action* command = *last; in removeRedo() local
201 Action* command = new Action(); in reset() local
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DActionManager.cpp49 for (ListAction::iterator command = mActions.begin(); command != mActions.end(); command ++) in clear() local
97 Action* command = (*mCurrentAction); in undoAction() local
113 Action* command = *mCurrentAction; in redoAction() local
165 Action* command = *second; in updateMaxActions() local
175 ListAction::iterator last = mActions.end(); in removeRedo() local
180 Action* command = *last; in removeRedo() local
201 Action* command = new Action(); in reset() local
/dports/biology/abyss/abyss-2.3.1/DataBase/
H A DOptions.h14 std::ostringstream command; in getCommand() local
15 char* const* last = argv + argc -1; in getCommand() local
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/src/sw/redis++/
H A Dqueued_redis.hpp39 auto QueuedRedis<Impl>::command(Cmd cmd, Args &&...args) in command() function in sw::redis::QueuedRedis
58 QueuedRedis<Impl>& QueuedRedis<Impl>::command(const StringView &cmd_name, Args &&...args) { in command() function in sw::redis::QueuedRedis
70 auto QueuedRedis<Impl>::command(Input first, Input last) in command() function in sw::redis::QueuedRedis
76 auto cmd = [](Connection &connection, Input first, Input last) { in command()
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/centos8/include/sw/redis++/
H A Dqueued_redis.hpp39 auto QueuedRedis<Impl>::command(Cmd cmd, Args &&...args) in command() function in sw::redis::QueuedRedis
58 QueuedRedis<Impl>& QueuedRedis<Impl>::command(const StringView &cmd_name, Args &&...args) { in command() function in sw::redis::QueuedRedis
70 auto QueuedRedis<Impl>::command(Input first, Input last) in command() function in sw::redis::QueuedRedis
76 auto cmd = [](Connection &connection, Input first, Input last) { in command()
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/macos/include/sw/redis++/
H A Dqueued_redis.hpp39 auto QueuedRedis<Impl>::command(Cmd cmd, Args &&...args) in command() function in sw::redis::QueuedRedis
58 QueuedRedis<Impl>& QueuedRedis<Impl>::command(const StringView &cmd_name, Args &&...args) { in command() function in sw::redis::QueuedRedis
70 auto QueuedRedis<Impl>::command(Input first, Input last) in command() function in sw::redis::QueuedRedis
76 auto cmd = [](Connection &connection, Input first, Input last) { in command()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/cmt/
H A Drecord.c76 private note_type last; /* pointer to last entry in buffer */ variable
108 private void bend_filter(note_type note, note_type last, long now) in bend_filter()
166 private void ctrl_filter(note_type note, note_type last, long now) in ctrl_filter()
208 private void filter(note_type last) in filter()
212 int command; /* command pointed to by note */ in filter() local
258 private long getdur(int i, note_type last, int ped, long now) in getdur()
307 private long getnext(int i, note_type last, long now) in getnext()
376 private void output(FILE *fp, note_type last, boolean absflag) in output()
379 int command; /* the current command */ in output() local
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/kfg/
H A Dncbi-home-from-env.cpp33 char *last = strrchr(argv[0], '/'); in main() local
45 char command[PATH_MAX] = ""; in main() local
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/kfg/
H A Dncbi-home-from-env.cpp33 char *last = strrchr(argv[0], '/'); in main() local
45 char command[PATH_MAX] = ""; in main() local
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/src/mongoc/
H A Dmongoc-bulk-operation.c92 mongoc_write_command_t *command; in mongoc_bulk_operation_destroy() local
151 mongoc_write_command_t command = {0}; in _mongoc_bulk_operation_remove_with_opts() local
152 mongoc_write_command_t *last; in _mongoc_bulk_operation_remove_with_opts() local
354 mongoc_write_command_t command = {0}; in mongoc_bulk_operation_insert_with_opts() local
355 mongoc_write_command_t *last; in mongoc_bulk_operation_insert_with_opts() local
403 mongoc_write_command_t command = {0}; in _mongoc_bulk_operation_replace_one_with_opts() local
404 mongoc_write_command_t *last; in _mongoc_bulk_operation_replace_one_with_opts() local
510 mongoc_write_command_t command = {0}; in _mongoc_bulk_operation_update_with_opts() local
511 mongoc_write_command_t *last; in _mongoc_bulk_operation_update_with_opts() local
683 mongoc_write_command_t *command; in mongoc_bulk_operation_execute() local
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dspecifics.c158 const char * command; in Specifics_Init() local
164 const char * command; in Specifics_Init() local
180 const char * command; in Specifics_Init() local
489 static Slice_Specifics *last; local
526 static Block_Specifics *last; local
570 static FrameSpecList *last = (FrameSpecList *) NULL; local
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/
H A Dcommand_dynamic.cc49 …ate_command(torrent::Object::list_const_iterator first, torrent::Object::list_const_iterator last)… in system_method_generate_command()
50 std::string command; in system_method_generate_command() local
63 …ct* object, torrent::Object::list_const_iterator first, torrent::Object::list_const_iterator last)… in system_method_generate_command2()
71 std::string command; in system_method_generate_command2() local
439 …for (torrent::Object::map_const_iterator itr = multi_cmd.begin(), last = multi_cmd.end(); itr != l… in system_method_list_keys() local
H A Dcommand_events.cc90 …for (core::View::iterator itr = (*viewItr)->begin_visible(), last = (*viewItr)->end_visible(); it… in apply_on_ratio() local
108 …for (std::vector<core::Download*>::iterator itr = downloads.begin(), last = downloads.end(); itr !… in apply_on_ratio() local
263 …for (core::View::const_iterator itr = (*viewItr)->begin_visible(), last = (*viewItr)->end_visible(… in apply_download_list() local
337 for (torrent::Object::list_const_iterator command = arg; command != args.end(); command++) { in d_multicall_filtered() local
347 call_watch_command(const std::string& command, const std::string& path) { in call_watch_command()
357 const std::string& command = args.back().as_string(); in directory_watch_added() local
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DLidilCompress.cpp36 UInt16 command; in FlushImage() local
68 UInt16 command; in FlushCopy() local
103 UInt16 last=0; in CompressData() local
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/lib/parser/statement/
H A Dsplitter.rs81 let mut last = None; in next() localVariable
226 let command = ">echo"; in syntax_errors() localVariable
231 let command = "echo $((foo bar baz)"; in syntax_errors() localVariable
239 let command = "echo $join(array, ', '); echo @join(var, ', ')"; in methods() localVariable
248 let command = "echo $(seq 1 10); echo $(seq 1 10)"; in processes() localVariable
264 let command = "echo $(seq 1 10; seq 1 10)"; in process_with_statements() localVariable
281 let command = "echo $(echo one $(echo two) three)"; in nested_process() localVariable
286 let command = "echo $(echo $(echo one; echo two); echo two)"; in nested_process() localVariable
294 let command = "echo @(echo one @(echo two) three)"; in nested_array_process() localVariable
299 let command = "echo @(echo @(echo one; echo two); echo two)"; in nested_array_process() localVariable
[all …]
/dports/graphics/krita/krita-4.4.8/libs/flake/commands/
H A DKoShapeDistributeCommand.cpp40 KoShapeMoveCommand *command; member in KoShapeDistributeCommand::Private
80 KoShape* last = (--sortedPos.end()).value(); in KoShapeDistributeCommand() local
150 qreal KoShapeDistributeCommand::Private::getAvailableSpace(KoShape *first, KoShape *last, qreal ext… in getAvailableSpace()
/dports/editors/calligra/calligra-3.2.1/libs/flake/commands/
H A DKoShapeDistributeCommand.cpp40 KoShapeMoveCommand *command; member in KoShapeDistributeCommand::Private
80 KoShape* last = (--sortedPos.end()).value(); in KoShapeDistributeCommand() local
150 qreal KoShapeDistributeCommand::Private::getAvailableSpace(KoShape *first, KoShape *last, qreal ext… in getAvailableSpace()

12345678910>>...192