Home
last modified time | relevance | path

Searched +refs:find +refs:external +refs:format (Results 1 – 25 of 42223) sorted by relevance

12345678910>>...1689

/dports/devel/cl-asdf/asdf-a58828745a610c1af841a86587ba197707c89eb3/test/
H A Dtest-urls-1.script10 :external-format :utf-8)
12 :external-format :utf-8)
20 (let* ((system (find-system "test-urls-1"))
22 (asdf:find-component system "test"))))
29 (find-component "test-urls-1" "test")))
32 (format t "~&test-urls-1 1: ~S ~S~%" test test-date)
H A Dtest-urls-2.script12 :external-format :utf-8)
14 :external-format :utf-8)
24 (let* ((system (asdf:find-system "test-urls-2"))
26 (find-component system "test"))))
33 (find-component "test-urls-2" "test")))
36 (format t "~&test-urls-2 1: ~S ~S~%" test test-date)
H A Dtest-encodings.script22 #+clozure ccl:*default-external-format*
23 #+sbcl sb-impl::*default-external-format*
24 #-(or clozure sbcl) (error "can't determine default external-format")))))
29 (format t "~&Test ~A: should be ~A~%" ',sys ',encoding)
32 (let ((c (find-component ',sys ',path)))
48 … (version-nums (subseq version 0 (position-if-not (lambda (x) (find x "0123456789.")) version))))
60 #+sbcl (setf sb-impl::*default-external-format* :latin-3)
78 (unless (find-system :asdf-encodings nil)
81 (unless (find-system :asdf-encodings nil)
82 (leave-test "Couldn't find ASDF-ENCODINGS. Skipping the rest the test." 0))
H A Dtest-retry-loading-component-1.script12 (format t "~&Caught error ~s" c)
20 (multiple-value-bind (name mode) (find-symbol* :retry :asdf)
21 (assert (eq mode :external) () "Mode of ~s was not external" name)
22 (let ((restart (find-restart name c)))
/dports/ports-mgmt/pkg/pkg-1.17.5/
H A Dauto.def21 default-format:txz => "Default compression format: tzst, txz (default), tbz, tar"
34 # default compression format
36 if {[opt-str default-format fmt]} {
43 "default" { user-error "Invalid format $fmt" }
85 user-error "Unable to find zlib"
91 user-error "Unable to find bzip2"
103 user-error "Unable to find libmd"
150 user-error "Cannot find $fct"
356 external/linenoise external/libfetch external/sqlite \
358 external/libucl external/libelf external/libmachista tests docs \
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetExternal.cpp146 it = find(it, end, value); in clearIfNotFound()
728 et.formats.find("PDFLaTeX"); in latex()
803 string format; in validate() local
807 format = "LaTeX"; in validate()
812 format = "PDFLaTeX"; in validate()
815 format = "DocBook"; in validate()
818 format = "html"; in validate()
821 format = "text"; in validate()
824 format = "lyx"; in validate()
828 et.formats.find(format); in validate()
[all …]
/dports/devel/monotone/monotone-1.1/test/func/merge_normalization_edge_case/
H A Dright11 return mkstemp(string.format("%s/mt.XXXXXX", tdir))
165 return execute(vim, "-f", "-d", "-c", string.format("file %s", outfile),
173 return execute(vim, "-f", "-d", "-c", string.format("file %s", outfile),
183 string.format(elisp, lfile, rfile, outfile))
193 string.format(elisp, lfile, rfile, afile, outfile))
264 … io.write(string.format("\nWARNING: 'meld' was choosen to perform external 2-way merge.\n" ..
283 io.write(string.format("executing external 2-way merge command\n"))
295 io.write("no external 2-way merge command found\n")
327 … io.write(string.format("\nWARNING: 'meld' was choosen to perform external 3-way merge.\n" ..
346 io.write(string.format("executing external 3-way merge command\n"))
[all …]
H A Dparent11 return mkstemp(string.format("%s/mt.XXXXXX", tdir))
167 string.format(elisp, lfile, rfile, outfile))
177 string.format(elisp, lfile, rfile, afile, outfile))
248 … io.write(string.format("\nWARNING: 'meld' was choosen to perform external 2-way merge.\n" ..
263 io.write(string.format("executing external 2-way merge command\n"))
275 io.write("no external 2-way merge command found\n")
307 … io.write(string.format("\nWARNING: 'meld' was choosen to perform external 3-way merge.\n" ..
322 io.write(string.format("executing external 3-way merge command\n"))
334 io.write("no external 3-way merge command found\n")
352 if string.find(str, "^19%d%d%-%d%d")
[all …]
H A Dleft11 return mkstemp(string.format("%s/mt.XXXXXX", tdir))
167 string.format(elisp, lfile, rfile, outfile))
177 string.format(elisp, lfile, rfile, afile, outfile))
248 … io.write(string.format("\nWARNING: 'meld' was choosen to perform external 2-way merge.\n" ..
263 io.write(string.format("executing external 2-way merge command\n"))
275 io.write("no external 2-way merge command found\n")
307 … io.write(string.format("\nWARNING: 'meld' was choosen to perform external 3-way merge.\n" ..
322 io.write(string.format("executing external 3-way merge command\n"))
334 io.write("no external 3-way merge command found\n")
352 if string.find(str, "^19%d%d%-%d%d")
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/tests/
H A Dpack11.tst550 ;do-symbols | do-external-symbols | do-all-symbols
562 (do-external-symbols (s (find-package 'pack11))
666 (format t "Further messages suppressed~%"))
705 (format t "Not same symbol (2): ~S ~S~%"
714 (format t "Symbol not found: ~S~%" sym)
721 (defun with-package-iterator-external (packages)
722 (test-with-package-iterator packages :external))
723 (compile 'with-package-iterator-external)
734 (with-package-iterator-external (list (find-package "COMMON-LISP-USER"))) t
739 (with-package-iterator-external (list (find-package "COMMON-LISP"))) t
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiExternal.cpp306 void GuiExternal::formatChanged(const QString & format) in formatChanged() argument
308 extraED->setText(extra_[format]); in formatChanged()
549 bool rotate = std::find(tr_begin, tr_end, external::Rotate) != tr_end; in updateTemplate()
552 bool resize = std::find(tr_begin, tr_end, external::Resize) != tr_end; in updateTemplate()
555 bool clip = std::find(tr_begin, tr_end, external::Clip) != tr_end; in updateTemplate()
561 bool found = std::find(tr_begin, tr_end, external::Extra) != tr_end; in updateTemplate()
581 if (it->second.option_transformers.find(external::Extra) == in updateTemplate()
584 string const format = it->first; in updateTemplate() local
585 string const opt = params_.extradata.get(format); in updateTemplate()
586 extraFormatCO->addItem(toqstr(format)); in updateTemplate()
[all …]
/dports/databases/tiledb/TileDB-2.5.2/cmake/
H A DTileDB-Superbuild.cmake7 # Build paths for external projects
17 # Variable that will hold a list of all the external projects added
70 # Set up external projects for dependencies
161 # "make format" and "make check-format" targets
168 …AT_BIN NAMES clang-format clang-format-5.0 clang-format-6.0 clang-format-7 clang-format-8 clang-fo…
175 # runs clang format and updates files in place.
176 …add_custom_target(format ${SCRIPTS_DIR}/run-clang-format.sh ${CMAKE_CURRENT_SOURCE_DIR} ${CLANG_FO… target
177 `find ${CMAKE_CURRENT_SOURCE_DIR}/tiledb
184 …add_custom_target(check-format ${SCRIPTS_DIR}/run-clang-format.sh ${CMAKE_CURRENT_SOURCE_DIR} ${CL…
185 `find ${CMAKE_CURRENT_SOURCE_DIR}/tiledb
[all …]
/dports/databases/pecl-mongodb/mongodb-1.9.1/
H A DMakefile.frag1 .PHONY: coverage test-clean package package.xml format format-changed format-check
34 …-tool $(top_srcdir)/.llvm-cov.sh --capture --directory . --output-file .coverage.lcov --no-external
37 …/.llvm-cov.sh --capture --derive-func-data --directory . --output-file .coverage.lcov --no-external
46 format:
47 $(top_srcdir)/scripts/clang-format.sh
49 format-changed:
50 $(top_srcdir)/scripts/clang-format.sh changed
52 format-check:
53 $(top_srcdir)/scripts/clang-format.sh check
56find $(top_srcdir)/tests -not \( -path $(top_srcdir)/tests/utils -prune \) -type f -name "*.diff" …
/dports/lang/fpc-source/fpc-3.2.2/packages/libgbafpc/src/gba/
H A Dgba_helper.inc4 This lib is a raw porting of tonclib library for gba (you can find it at
58 function printf(format: Pchar; args: array of const): longint; cdecl; external;
59 function printf(format: Pchar): longint; cdecl; varargs; external;
60 function sprintf(s: Pchar; format: Pchar; args: array of const): longint; cdecl; external;
61 function sprintf(s: Pchar; format: Pchar): longint; varargs; cdecl; external;
62 function iprintf(format: Pchar; args: array of const): longint; cdecl; external;
63 function iprintf(format: Pchar): longint; varargs; cdecl; external;
64 function scanf(format: Pchar; args: array of const): longint; cdecl; external;
65 function scanf(format: Pchar): longint; cdecl; varargs; external;
66 function sscanf(s: Pchar; format: Pchar; args: array of const): longint; cdecl; external;
[all …]
H A Dhelper.inc4 This lib is a raw porting of tonclib library for gba (you can find it at
58 function printf(format: Pchar; args: array of const): longint; cdecl; external;
59 function printf(format: Pchar): longint; cdecl; varargs; external;
60 function sprintf(s: Pchar; format: Pchar; args: array of const): longint; cdecl; external;
61 function sprintf(s: Pchar; format: Pchar): longint; varargs; cdecl; external;
62 function iprintf(format: Pchar; args: array of const): longint; cdecl; external;
63 function iprintf(format: Pchar): longint; varargs; cdecl; external;
64 function scanf(format: Pchar; args: array of const): longint; cdecl; external;
65 function scanf(format: Pchar): longint; cdecl; varargs; external;
66 function sscanf(s: Pchar; format: Pchar; args: array of const): longint; cdecl; external;
[all …]
/dports/editors/biew/biew-610/plugins/bin/
H A Dpe.htx7 format. The new PE file format draws primarily from the %UCOFF (Common%u
10 MS-DOS(R) and Windows operating systems, the PE file format also
12 The PE file format for Windows NT introduces a completely new
15 find that the PE file format is similar to, if not based on, the COFF
21 %IAltF2%i - Display references to external modules
22 By pressing ENTER you can see external names
24 module that are required for external link resolving
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/EAGL/
H A DOgreEAGL2Window.mm178 // to assume that external handles are either not being used or are invalid and
191 String::size_type pos = val.find('x');
200 // Set us up with an external window, or create our own.
258 LogManager::getSingleton().logMessage("iOS: Using an external EAGLSharegroup");
366 LogManager::getSingleton().logMessage("iOS: Using an external window handle");
376 LogManager::getSingleton().logMessage("iOS: Using an external view handle");
385 … LogManager::getSingleton().logMessage("iOS: Using an external view controller handle");
519 NSInteger dataLength = width * height * PixelUtil::getComponentCount(dst.format);
521 GLenum format = GLES2PixelUtil::getGLOriginFormat(dst.format);
522 GLenum type = GLES2PixelUtil::getGLOriginDataType(dst.format);
[all …]
/dports/graphics/okular/okular-21.12.3/po/en_GB/
H A Dokular_dvi.po58 "dialog</strong> which you will find in the File-Menu for a precise error "
63 "dialogue</strong> which you will find in the File-Menu for a precise error "
69 "<qt>This DVI file refers to external graphic files which are not in "
99 "dialog</strong> which you will find in the File-Menu for a precise error "
104 "dialogue</strong> which you will find in the File-Menu for a precise error "
126 "The DVI file is badly corrupted. Okular was not able to find the postamble."
128 "The DVI file is badly corrupted. Okular was not able to find the postamble."
491 msgid "Cannot find font %1, file %2."
492 msgstr "Cannot find font %1, file %2."
599 #~ "as MetaFont. You can find the output of these programs later in the "
[all …]
/dports/deskutils/mate-utils/mate-utils-1.26.0/mate-dictionary/help/ko/
H A Dko.po213 " format=\"PNG\"/> </imageobject> <textobject><phrase>사전 기본 창 "
303 "use, the paper format, the number of copies."
331 "external ref='figures/mate-dictionary-find.png' "
334 "external ref='figures/mate-dictionary-find.png' "
340 "<imageobject> <imagedata fileref=\"figures/mate-dictionary-find.png\" "
344 "<imageobject> <imagedata fileref=\"figures/mate-dictionary-find.png\" "
351 "To find text inside the results of a look up, perform the following steps:"
364 "Type the text you want to find inside the <guilabel>Search</guilabel> entry."
370 "To find the next occurrence of the text, click <guibutton>Next</guibutton>. "
371 "To find the previous occurrence of the text, click "
[all …]
/dports/deskutils/mate-utils/mate-utils-1.26.0/mate-dictionary/help/sr/
H A Dsr.po251 "external ref='figures/mate-dictionary-lookup.png' "
315 "use, the paper format, the number of copies."
347 "external ref='figures/mate-dictionary-find.png' "
350 "external ref='figures/mate-dictionary-find.png' "
356 "<imageobject> <imagedata fileref=\"figures/mate-dictionary-find.png\" "
360 "<imageobject> <imagedata fileref=\"figures/mate-dictionary-find.png\" "
367 "To find text inside the results of a look up, perform the following steps:"
383 "Type the text you want to find inside the <guilabel>Search</guilabel> entry."
390 "To find the next occurrence of the text, click <guibutton>Next</guibutton>. "
391 "To find the previous occurrence of the text, click "
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/internal/model/
H A DExternalToolsModelMessages.properties18 ToolUtil.dirLocVarFormatWrong = The variable for the directory location is not in a valid format.
22 ToolUtil.fileLocVarFormatWrong = The variable for the file location is not in a valid format.
25 ToolUtil.argumentVarFormatWrong = A variable for the arguments is not in a valid format.
30 ExternalToolRegistry.fileNotFoundError = Could not find external tool storage file.
124 …Context.invalidRefreshVarFormat = Invalid refresh scope variable format for the external tool name…
125 …ultRunnerContext.noRefreshVarNamed = Could not find refresh scope variable called ''{1}'' for the
136 ProgramRunner.runningToolLabel = Running external tool: {0}
177 EditDialog.selectTool = &Select the external tool to use:
231 EditDialog.noAntTargets = Could not find any targets in Ant build file: {0}
279 AntUtil.invalidAntBuildFile = Invalid content format of Ant build file.
[all …]
H A Dmessages.properties18 ToolUtil.dirLocVarFormatWrong = The variable for the directory location is not in a valid format.
22 ToolUtil.fileLocVarFormatWrong = The variable for the file location is not in a valid format.
25 ToolUtil.argumentVarFormatWrong = A variable for the arguments is not in a valid format.
30 ExternalToolRegistry.fileNotFoundError = Could not find external tool storage file.
124 …Context.invalidRefreshVarFormat = Invalid refresh scope variable format for the external tool name…
125 …ultRunnerContext.noRefreshVarNamed = Could not find refresh scope variable called ''{1}'' for the
136 ProgramRunner.runningToolLabel = Running external tool: {0}
209 EditDialog.selectTool = &Select the external tool to use:
263 EditDialog.noAntTargets = Could not find any targets in Ant build file: {0}
311 AntUtil.invalidAntBuildFile = Invalid content format of Ant build file.
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/EAGL/
H A DOgreEAGL2Window.mm183 // to assume that external handles are either not being used or are invalid and
187 // Set us up with an external window, or create our own.
244 LogManager::getSingleton().logMessage("iOS: Using an external EAGLSharegroup");
310 if ((opt = miscParams->find("FSAA")) != end)
330 if ((opt = miscParams->find("left")) != end)
335 if ((opt = miscParams->find("top")) != end)
349 LogManager::getSingleton().logMessage("iOS: Using an external window handle");
356 LogManager::getSingleton().logMessage("iOS: Using an external view handle");
499 GLenum format = GLES2PixelUtil::getGLOriginFormat(dst.format);
500 GLenum type = GLES2PixelUtil::getGLOriginDataType(dst.format);
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/redex-examples/redex/examples/racket-machine/
H A Dimpl-eval.rkt38 (define (eval-impl-external expr timeout)
45 (if (system (format "racket -X ~a ~a"
46 (find-executable-path
47 (find-system-path 'exec-file)
48 (find-system-path 'collects-dir))
51 (error 'eval-impl-external "failed to evaluate ~a" expr)))))
/dports/deskutils/mate-utils/mate-utils-1.26.0/mate-dictionary/help/ja/
H A Dja.po221 " format=\"PNG\"/> </imageobject> "
271 "format=\"PNG\"/> </imageobject> "
343 "external ref='figures/mate-dictionary-find.png' "
346 "external ref='figures/mate-dictionary-find.png' "
352 "<imageobject> <imagedata fileref=\"figures/mate-dictionary-find.png\" "
356 "<imageobject><imagedata fileref=\"figures/mate-dictionary-find.png\" "
362 "To find text inside the results of a look up, perform the following steps:"
377 "Type the text you want to find inside the <guilabel>Search</guilabel> entry."
384 "To find the previous occurrence of the text, click "
468 "format=\"PNG\"/> </imageobject> "
[all …]

12345678910>>...1689