Home
last modified time | relevance | path

Searched refs:Boolean (Results 26 – 50 of 77) sorted by path

1234

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D67.67.js.map1 … 'And',\n 'AndAlso',\n 'As',\n 'Async',\n 'Boolean',\n 'ByRef…
H A Dbundle.js.map1Boolean]',\n dateTag = '[object Date]',\n errorTag = '[object Error]',\n funcTag = '[obje…
H A Deditor.worker.js.map1Boolean or not.\n */\nexport function isBoolean(obj) {\n return (obj === true || obj === false)…
H A Djson.worker.js.map1Boolean or not.\n */\nexport function isBoolean(obj) {\n return (obj === true || obj === false)…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1Boolean","hyphenCharacter","margin","characters","currentLine","character","currentCharacter","isL…
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1694 - Removal of unsupported minimum_number_should_match for Boolean Filter
1789 - Remove unsupported use of minimum number should match for Boolean Filter
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md936 - Boolean conversion gone wrong [\#134](https://github.com/schmittjoh/serializer/issues/134)
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php35 'bool' => Types\Boolean::class,
36 'boolean' => Types\Boolean::class,
48 'false' => Types\Boolean::class,
49 'true' => Types\Boolean::class,
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DBoolean.php20 final class Boolean implements Type class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md151 * Fixed [#2331](https://github.com/sebastianbergmann/phpunit/issues/2331): Boolean environment vari…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsTypeTransfers.yml158 test: Boolean
160 You can use 'true' and 'false' for Boolean values.
H A DsfTests.yml30 test: Boolean
32 Boolean
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst107 *test* trivial rare Boolean decision
H A Dadvanced_legacy.rst108 *test* trivial rare Boolean decision
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dif.rst67 Value Boolean evaluation
/plugin/flowplay/flowplayer/
H A Djavascript.txt26 getIsPlaying():Boolean;
27 getIsPaused():Boolean;
28 getIsLooping():Boolean;
32 hasNext():Boolean;
96 getIsPlaying():Boolean;
100 getIsPaused():Boolean;
104 getIsLooping():Boolean;
110 hasNext():Boolean;
/plugin/flowplay2/flowplayer/
H A Djavascript.txt72 getIsPlaying():Boolean;
76 getIsPaused():Boolean;
80 getIsLooping():Boolean;
100 hasNext():Boolean;
/plugin/hr/
H A Dsyntax.php199 * @return Boolean <tt>TRUE</tt> if rendered successfully, or
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DBoolean.php20 class Boolean extends Property { class
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example62 * @param {Boolean} isdir
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java287 …border=Boolean.parseBoolean(properties.getProperty(BORDER_PROPERTY, String.valueOf(border))); … in load()
291 … loop=Boolean.parseBoolean(properties.getProperty(LOOP_PROPERTY, String.valueOf(loop))); in load()
293 … mouse=Boolean.parseBoolean(properties.getProperty(MOUSE_PROPERTY, String.valueOf(mouse))); in load()
294 … play=Boolean.parseBoolean(properties.getProperty(PLAY_PROPERTY, String.valueOf(play))); in load()
295 …removeInactivity=Boolean.parseBoolean(properties.getProperty(REMOVE_INACTIVITY_PROPERTY, String.va… in load()
297 … sound=Boolean.parseBoolean(properties.getProperty(SOUND_PROPERTY, String.valueOf(sound))); in load()
299 …toolBar=Boolean.parseBoolean(properties.getProperty(TOOL_BAR_PROPERTY, String.valueOf(toolBar))); … in load()
H A DCaptureFrame.java246 SwingWorker<Boolean, Long> task = new SwingWorker<Boolean, Long>() { in capture()
249 protected Boolean doInBackground() throws Exception { in capture()
H A DMovieEditorDialog.java370 SwingWorker<Boolean, Long> loader = new SwingWorker<Boolean, Long>() { in MovieEditorDialog()
373 protected Boolean doInBackground() throws Exception { in MovieEditorDialog()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java664 SwingWorker<Boolean, Long> task = new SwingWorker<Boolean, Long>() { in actionPerformed()
667 protected Boolean doInBackground() throws Exception { in actionPerformed()
1116 if (current instanceof Boolean) { in update()
1117 setSelected(((Boolean) current).booleanValue()); in update()
1135 if (current instanceof Boolean) { in execute()
1136 boolean value = !((Boolean) current).booleanValue(); in execute()
H A DEditorActions.java.bak664 SwingWorker<Boolean, Long> task = new SwingWorker<Boolean, Long>() {
667 protected Boolean doInBackground() throws Exception {
1116 if (current instanceof Boolean) {
1117 setSelected(((Boolean) current).booleanValue());
1135 if (current instanceof Boolean) {
1136 boolean value = !((Boolean) current).booleanValue();

1234