Home
last modified time | relevance | path

Searched refs:String (Results 76 – 100 of 181) sorted by path

12345678

/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DCHANGELOG.md36 * Rename `Hoa\String` to `Hoa\Ustring`. (Ivan Enderlin, 2015-05-29T12:24:23+02:00)
63 * Add tests for `Hoa\String\Search`. (Ivan Enderlin, 2014-12-23T14:15:21+01:00)
81 * Implement the `String::copy` method. (Marc Lemay, 2014-10-05T15:08:33+02:00)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md481 - Integer serialized as String using VirtualProperty [\#289](https://github.com/schmittjoh/serializ…
736 - Custom Type Handler for String Values [\#384](https://github.com/schmittjoh/serializer/issues/384)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D244.phpt29 Failed asserting that 123 is equal to expected exception code '123String'.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-debug.phpt26 …aProviderDebugTest::testProvider with data set #5 (Binary String: 0x000102030405, Binary String: 0…
28 Starting test 'DataProviderDebugTest::testProvider with data set #6 (Binary String: 0x0009)'.
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md67 // Binary String: 0x000102030405
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsNullsAndEmpties.yml38 test: Empty String
H A DYtsTypeTransfers.yml9 String
11 'String'
13 test: String characters
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG991 * changed the Array and String loaders to actually make use of the cache mechanism
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst242 When using the ``Array`` or ``String`` loaders with a cache mechanism, you
H A Drecipes.rst511 Loading a Template from a String
H A Dtemplates.rst824 String Interpolation
828 String interpolation was added in Twig 1.5.
830 String interpolation (``#{expression}``) allows any valid expression to appear
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drandom.rst8 String and integer handling was added in Twig 1.6.
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md135 ### String Assertions
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js_0.2618 …in b){c.push('"'+d+'":'+asString(b[d]))}return'{'+c.join(',')+'}'}return String(b).replace(/\s/g,"…
/plugin/hr/
H A Dsyntax.php195 * @param $aFormat String The output format to generate.
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown175 … is provided, add to the end or to the beginning if addBefore is set. Accepts HTML String || Object
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java42 private static final String OUTPUT_DIR_PARAMETER = "outputDir";
137 public static String formatByteSize(long bytes) { in formatByteSize()
178 protected String getCookies() throws DecoderException { in getCookies()
179 String cookiesStr = getParameter("cookies"); in getCookies()
187 String tok = st.nextToken(); in getCookies()
200 private String hex2urlEncoded(String hexStr) throws DecoderException { in hex2urlEncoded()
201 return new String(URLCodec.encodeUrl(null, Hex.decodeHex(hexStr.toCharArray()))); in hex2urlEncoded()
219 String fileName, in post()
220 String mimeType) throws Exception { in post()
259 …protected abstract HttpUriRequest createRequest(String fileName, InputStreamBody bin) throws Excep… in createRequest()
[all …]
H A DButtonManager.java20 private final Map<String, Place2> buttons;
24 buttons = new HashMap<String, Place2>(); in ButtonManager()
55 public Place2 getButton(final String name, final int layer, final int xpos, final int ypos) { in getButton()
72 private void findButtons(final Movie movie, final Map<String, Place2> list) { in findButtons() argument
H A DCaptureConfig.java32 private static final String PLAY_PROPERTY = "play";
46 private String mixerName;
57 private String imageFormat = "PNG";
65 private String mp3command;
67 public String getMp3command() { in getMp3command()
71 public void setMp3command(String mp3command) { in setMp3command()
131 public String getImageFormat() { in getImageFormat()
135 public void setImageFormat(String imageFormat) { in setImageFormat()
233 public String getMixerName() { in getMixerName()
236 public void setMixerName(String mixerName) { in setMixerName()
[all …]
H A DCaptureFrame.java228 String prefix = getDatePrefix(); in capture()
230 String defaultImageFormat = applet.getParameter("imageFormat"); in capture()
234 final String defaultFileExtension=defaultImageFormat.toLowerCase(); in capture()
236 …final String fileName = JOptionPane.showInputDialog(CaptureFrame.this, "Upload as", applet.getPara… in capture()
241 String imageFormat = idx==-1 ? defaultImageFormat : fileName.substring(idx+1).toUpperCase(); in capture()
276 private String errorTitle; in capture()
282 String toEval = "insertAtCarret('"+applet.getParameter("edid")+"','{{:"+fileName+"|}}')"; in capture()
320 public String getDatePrefix() { in getDatePrefix()
H A DCaptureOptionsDialog.java43 private JComboBox<String> sampleRateComboBox;
55 private JComboBox<String> soundLineComboBox;
92 owner.getCaptureConfig().setMixerName((String) soundLineComboBox.getSelectedItem()); in CaptureOptionsDialog()
351 ComboBoxModel<String> sampleRateComboBoxModel = new DefaultComboBoxModel<String>( in CaptureOptionsDialog()
352 new String[] { "5.5", "11", "22", "44" }); in CaptureOptionsDialog()
353 sampleRateComboBox = new JComboBox<String>(); in CaptureOptionsDialog()
387 …inactivityIntervalTextField.setText(String.valueOf(owner.getCaptureConfig().getInactivityInterval(… in CaptureOptionsDialog()
421 private DefaultComboBoxModel<String> soundLineComboBoxModel;
435 String sourceName = (String) soundLineComboBox.getSelectedItem(); in selectSoundSource()
438 soundLineComboBoxModel = new DefaultComboBoxModel<String>(); in selectSoundSource()
H A DComponentResizer.java237 String message = "Minimum size cannot be less than drag insets"; in validateMinimumAndInsets()
H A DImageToolTip.java58 String tipText = ((JToolTip) c).getTipText(); in getPreferredSize()
74 private String text;
76 public ImageToolTip(String text, Image image) { in ImageToolTip()
H A DJCaptureApplet.java13 private static final String HTTPS_PREFIX = "https://";
16 String uploadUrl = getParameter("uploadUrl"); in createRequest()
18 String host = getParameter("host"); in createRequest()
19 String dokuHost = host; in createRequest()
29 String dokuBase = getDokuBase(); in createRequest()
51 String sectok = getParameter("sectok"); in createRequest()
57 String opaque = getParameter("opaque"); in createRequest()
65 String namespace; in createRequest()
83 String getDokuBase() throws DecoderException { in getDokuBase()
84 return new String(Hex.decodeHex(getParameter("dokuBase").toCharArray())); in getDokuBase()
[all …]

12345678